* { margin: 0; padding: 0; }

body, td, th {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica;
	font-size: 12px;
	color: white;
	line-height: 150%;
}

body {
	background: url(../img/bg.png) #1e1c1c;
}

/* Spaltenformatierungen */

#pagemargins {
	background: url(../img/logo.png) left top no-repeat;
	padding: 10px 0 0 50px;
}

#page {
	width: 900px;
}

.columns {
	width: 100%;
	overflow: hidden;
}

.content {
	width: 100%;
}

.col66 {
	width: 66.66%;
	float: left;
}

.col33 {
	width: 33.33%;
	float: left;
}

.col33r {
	width: 33.33%;
	float: right;
}

.col50 {
	width: 50%;
	float: left;
}

.col50r {
	width: 50%;
	float: right;
}

.top .col66 {
	margin-top: 330px;
}

.work p {
	width: 280px;
}

/* Inhalte */

h1 {
	color: #34bfd7;
	font-size: 20px;
	font-weight: normal;
	margin: 30px 0;
}

.top h1 {
	border: none;
	color: white;
}

h2 {
	border-bottom: 2px solid #34bfd7;
	color: #34bfd7;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 20px 10px 0;
	padding: 4px 0;
	text-transform: uppercase;
}

#smallbase_header {
	background: url(../img/headline_smallbase.png) no-repeat;
	border: none;
	color: black;
	font-size: 20px;
	margin: 0;
	padding: 123px 0 21px 68px;
	text-transform: none;
}

#cms_header {
	background: url(../img/headline_cms.png) no-repeat;
	border: none;
	color: black;
	font-size: 20px;
	padding: 24px 0 20px 68px;
	margin: 0;
	text-transform: none;
}

#topnav {
	text-align: right;
}

#footer {
	padding: 30px 0 10px 0;
}

#questions {
	text-align: center;
	font-size: 14px;
}

#contactform, #imprint {
	position: absolute;
	z-index: 2;
	left: 58px;
	top: 76px;
	width: 400px;
	background: black;
	padding: 10px;
	display: none;
}

#contactform .button {
	width: 380px;
}

/*
#contactform input, #contactform textarea {
	width: 100%;
}
*/


.closerholder {
	text-align: right;
}


label {
	display: block;
}

a {
	color: #34BFD7;
}

a:hover {
	background: black;
	text-decoration: none;
}

p {
	margin: 5px 0;
}

.solution p {
	font-size: 11px;
	margin: 5px 2px 0 17px;
}

p.teaser {
	color: #34BFD7;
}

p.toptext {
	font-size: 13px;
	line-height: 130%;
}

.highlight {
	background: black;
	color: #34BFD7;
	padding: 1px 3px;
}

.work p span {
	background: black;
	padding: 1px 3px; 
}

ul {
	list-style-image: url(../img/arrow.gif);
	padding-left: 13px;
}

li {
	font-size: 11px;
}

form {
	color: #34BFD7;
}

input, textarea {
	border: 1px solid #34BFD7;
	background: transparent;
	color: #34BFD7;
	color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica;
	font-size: 11px;
	padding: 2px;
	width: 175px;
}

textarea {
	height: 50px;
}

.mailinput {
	width: 230px;
}

input.button {
	background: #34BFD7;
	color: black;
	font-size: 10px;
	padding: 1px 2px;
	width: auto;
}

.message {
	font-weight: bold;
	border-left: 2px solid #34BFD7;
	padding: 5px;
	margin-left: 18px;
}

.message.error {
	color: red;
	border-color: red;
}