body{
	color: #000;
  	font-family: "Times New Roman", helvetica, arial, geneva, sans-serif;
  	cursor: default;
  	text-align: center;
  	font-size: 14px;
  	padding-top: 0px;
  	margin: 0px 0px 0px 0px;
}

a {
	text-decoration: none;
	color: #000;
	cursor: pointer;
	text-transform: uppercase;
}
a:active,a:visited,a:hover {
    color: #FFF;
    cursor: pointer;
}

a.white,a.white:active,a.white:visited,a.white:hover {
    color: #FFF;
    cursor: pointer;
	font-size: 30px;
}

a.small_white,a.small_white:active,a.small_white:visited,a.small_white:hover {
    color: #FFF;
    cursor: pointer;
	font-size: 11px;
}

a.small_black,a.small_black:active,a.small_black:visited,a.small_black:hover {
    color: #000;
    cursor: pointer;
	font-size: 11px;
}

td, div, span {
    font-size: 12px;
}

h1 {
    font-size: 30px;
    font-weight: normal;
}

div.message_container {
	position: absolute;
	top: 2px;
	width: 100%;
	text-align: center;
	color: #FFF;
}

div.headline {
    background-color: #000;
    color: #FFF;
    padding-top: 1px;
    padding-bottom: 20px;
    text-transform:uppercase;
    cursor: default;
}

div.headline:hover {
    background-color: #000;
    color: #FFF;
    cursor: default;
}

div.project {
    background-color: #FFF;
    color: #000;
    font-size: 14px;
    padding-top: 1px;
    padding-bottom: 17px;
    cursor: pointer;
	margin-top: 10px;
}

div.project:hover {
    background-color: #000;
    color: #FFF;
    cursor: pointer;
}

div.soon {
    background-color: #FFF;
    color: #000;
    font-size: 14px;
    padding-top: 1px;
    padding-bottom: 17px;
}

div.soon:hover {
    background-color: #000;
    color: #FFF;
}

small {
  font-size: 11px;
}

.medium {
  font-size: 22px;
}

div.imprint_container {
  position: fixed;
  top: 100px;
  left: 0px;
  z-index: 99;
  text-align: center;
  width: 100%;
}
div.imprint_container_inlay {
	position: relative;
	width: 350px;
	border: 1px solid #000;
	text-align: left;
	padding: 20px;
	background-color: #FFF;
}
div.imprint_close {
	position: absolute;
	top: 10px;
	right: 6px;
}
div.imprint_image {
	position: absolute;
	top: 20px;
	right: 25px;
}

.imprint {
  border:1px solid black;
  background-color:#FFF;
  height:300px;
  cursor:default;
}

input, textarea {
	text-transform: none;
}

.error {
	color: red;
}
.success {
	color: green;
}
