@charset "utf-8";
/* CSS Document */

/******************************************
*   HTML Elements                         
******************************************/

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	background: #c5c5c5 url(../img/bg-body.jpg) top left repeat-x;
	line-height:1.2em;
	color:#fff;
	}

body, select, input, textarea {
	font: 12px Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 10px 0 15px 0;
	}

#content-bottom p {	
	margin: 10px 10px 15px 10px;
	}
	
#content-bottom ul {	
	margin: 10px 25px;
	}
	
#content-bottom li {
	list-style:url(../img/li.jpg);
	}
		
/****** Links *****************************/
a:link, a:visited { color:#074278; }
a:active, a:hover { color:#ee1e27; }
	
/****** Images ****************************/
#content img, #content a:link img, #content a:visited img { border: none;}
#content img.left { float:left; margin:0 12px 12px 0; }
#content img.center { display:block; margin:0 auto 5px auto; }
#content img.right { float:right; margin:0 0 12px 12px; }

#content-bottom img, #content-bottom a:link img, #content-bottom a:visited img { border: 1px solid #f3f3f3; padding:1px;}
#content-bottom img.left { float:left; margin:0 12px 12px 0; }
#content-bottom img.center { display:block; margin:0 auto 5px auto; }
#content-bottom img.right { float:right; margin:0 0 12px 12px; }


/******************************************
*   General Structure                         
******************************************/
#container {
	width:950px;
	height:630px;
	margin:0 auto;
	padding:0;
	/*border:1px solid #cdcdcd;*/
}
	
#topbar {
	height:34px;
	line-height:34px;
	font-size:11px;
}	
	
#banner {
	background: url(../img/bg-banner.jpg) no-repeat;
	height:229px;
	text-align:center;
}	

#topContent {
	margin: 28px 0 0 0;
}

#content {
	background: url(../img/trenner.jpg) center no-repeat;
	height:260px;
	width:950px;
	margin:0;
}

	#leftContent {
		float:left;
		width: 400px;
		display:block;
		text-align:left;
	}
	#rightContent {
		float:right;
		width: 400px;
		display:block;
		text-align:right;
	}
	
#content-bottom {
	margin:30px 0 10px 0;
}

	.content-col-1 {
		width:295px;
		float:left;
		display:block;
		padding:10px;
		border-right:1px solid #9d9d9d;
		/*background:green;*/
	}
	.content-col-2 {
		width:295px;
		float:left;
		display:block;
		padding:10px;
		border-right:1px solid #9d9d9d;
		/*background:green;*/
	}
	.content-col-3 {
		width:295px;
		float:left;
		display:block;
		padding:10px;
		/*background:green;*/
	}

#adSenseBar {
	text-align:center;
	height:16px;
	margin-bottom: 5px;
	}

/******************************************
*   Headlines                         
******************************************/	
#content-bottom h1 {
}	

#content-bottom h2 {
	color:#666666;
	margin:0 0 5px 0;
}	

	
/******************************************
*   Tables                         
******************************************/	
tr {
	vertical-align:top;
}

/******************************************
*   Classes                         
******************************************/	
.infoBox {
	padding: 2px 3px;
	background:#ccc;
	border:2px solid #D4D4D4;
	margin:10px 0;
}

.infoBox2 {
	background:#ccc;
	border:2px solid #D4D4D4;
	margin:10px 0;
}

.footer {
	text-align:center;
	font-size:10px;
}

.line {
	border-top:1px solid #a1a1a1;
	background:#D4D4D4;
	height:1px;
	display:block;
}