/***************************************
Author	: Niels Lange <niels@tinami.de>
Date	: 2009.07.29
File	: css/layout.css
***************************************/

/* GENERAL ****************************/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 101%;
}

body {
	background: #fff;
	font-family: verdana, sans-serif;
	line-height: 110%;
}

.clear {
	clear: both;
}

/* PAGE *******************************/

#page {
	background: white;
	margin: 20px auto;
	width: 940px;
	padding: 0px;
}

/* HEADER *****************************/

#header {
	margin-bottom: 20px;
}

#headerLeft {
	background: #588AAB;
	height: 200px;
	width: 220px;
	float: left;
}

#headerRight {
	background: #295184;
	height: 200px;
	margin-left: 240px;
	width: 700px;
}

/* CONTENT ****************************/

#content {
	margin-bottom: 20px;
}

#content #adTechDesc a, 
#content #adAutDesc a, 
#contentRight a {
    color: #295184;
    text-decoration: none;
    border-bottom: 1px dotted;
}

#content #adTechDesc li, 
#content #adAutDesc li {
    font-size: 11px;
    color: #444;
    line-height: 140%;
    
}

#content #adTechDesc ul, 
#content #adAutDesc ul {
    margin: 0 0 10px 20px;
}

#content #adTechPhoto a.img,
#content #adTechPhoto a.img img,
#content #adAutPhoto a.img,
#content #adAutPhoto a.img img {
	border: 0;
}

#content #adTechDesc a:hover,
#content #adAutDesc a:hover, 
#contentInner a:hover {
	color: #444;
}

#content #adTechPhoto, 
#content #adAutPhoto {
	border: 1px solid #D8E0EE;
	background: #eee;
	float: left;
	margin-right: 20px;
}

#content #adTechPhoto img, 
#content #adAutPhoto img {
    height: 220px;
    width: 220px;
}

#content #adTechDesc,
#content #adAutDesc {
	border: 1px solid #D8E0EE;
	background: #eee;
    height: 200px;
    width: 195px;
	float: left;
	padding: 10px;
}

#content #adAutDesc {
	margin-right: 20px;
}

#content #adTechDesc h2, 
#content #adAutDesc h2, 
#content #adTechDesc p, 
#content #adAutDesc p {
	color: #444;
	padding-bottom: 10px;
}

#content #adTechDesc h2, 
#content #adAutDesc h2 { 
	font-size: 12px;
}

#content #adTechDesc p, 
#content #adAutDesc p {
	font-size: 11px;
}

#contentInner {
	background: url("../img/background-content.png");
	margin-bottom: 20px;
}

#contentLeft a {
    color: #295184;
    text-decoration: none;
}

#contentLeft a.img,
#contentLeft a.img:hover {
    margin-left: -5px;
    background: none;
    border: 0;
}

#contentLeft a.img img {
    border: 0;
}

#contentLeft {
	width: 200px;
	float: left;
	padding: 10px;
	margin-right: 20px;
}

#contentLeft h2 {
	color: #295184;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 15px;
}

#contentLeft li {
	list-style: none;
}

#contentLeft a {
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
	padding: 5px;
	text-decoration: none;
}

#contentLeft a:hover, 
#contentLeft a.active {
	color: #444;
	background: #fff;
}

#contentRight {
	width: 660px;
	float: left;
	padding: 10px;
	margin-right: 20px;
}

#contentRight a.img,
#contentRight a.img img {
	border: 0;
}

#contentRight p {
	color: #444;
	font-size: 12px;
	padding-bottom: 15px;
}

#contentRight td {
	color: #444;
	font-size: 12px;
	vertical-align: top;
	padding: 2px 5px 0 0;
}

#contentRight h2 {
	color: #295184;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 15px;
}

#contentRight h3 {
	color: #295184;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 15px;
}

#contentRight input, 
#contentRight textarea {
	border: 1px solid #94a6c6;  
}

#contentRight input[type="submit"] { 
	padding: 2px;
}

#contentRight input#spamProtection { 
	position: absolute;
	top: -9999px;
	left: -9999px;
}

#contentRight .size40 {
	width: 39px;  
}

#contentRight .size150 {
	width: 150px;  
}

#contentRight .size200 {
	width: 200px;  
}

#contentRight #contactBox {
	float: right;
	width: 280px;
	background: url('../img/background-contact.png') no-repeat;
	padding: 10px;
}

/* FOOTER *****************************/

#footer {
	background: #588AAB;
	height: 40px;
	text-align: right;
}

#footer p {
	padding: 12px;
	font-size: 11px;
	color: white;
}

#footer p#copy {
	float: left;
}
#footer a {
	color: #ddd;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#footer a:hover,
#footer a.active {
	color: #fff;
}

