/***************************************
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 .teaserLarge a,
#content .teaserSmall a {
	color: #295184;
    text-decoration: none;
    border-bottom: 1px dotted;
}

#content .teaserLarge a:hover, 
#content .teaserSmall a:hover {
    color: #444;
}

#content img.teaser {
    border:2px solid #D8E0EE;
    margin: 0 0 10px 10px;
    float: right;
}

.teaserLarge,
.teaserSmall {
	float: left;
	width: 278px;
	padding: 10px;
	border: 1px solid #D8E0EE;
	background: #eee;
	margin-bottom: 20px;
}

.teaserLarge {
    height: 150px;
}

.teaserSmall {
	margin-bottom: 0;
    height: 120px;
}

.teaserLarge h2,
.teaserSmall h2 {
	color: #295184;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 15px;
}

.teaserLarge p,
.teaserSmall p {
    color: #444;
    font-size: 11px;
    padding-bottom: 15px;
}

.teaserLarge ul {
    margin: 0 0 10px 20px;
}

.teaserLarge li {
    color: #444;
    font-size: 11px;
}

.buffer {
	margin: 0 20px;
}

#contentInner a:hover {
	color: #444;
}

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

#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 {
	color: #295184;
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
	padding: 5px;
	text-decoration: none;
}

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

#contentLeft .sub1 {
	margin-left: 20px;
}

#contentLeft .sub2 {
	margin-left: 40px;
}

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

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

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

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

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

#contentRight img {
    border: 1px solid #588AAB;
    padding: 5px;
    margin: 0 3px 5px 0;
}

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

#contentRight ul {
    padding-bottom: 15px;
    margin-left: 20px;
}

#contentRight li {
    color: #444;
    font-size: 12px;
}

#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;
}

