/* Hartes Layout der Seite */
body {
	font-family: 	Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 		12px;
	color:			rgb(153, 153, 153);
	padding: 		0;
	margin: 		0;
	background: 	#000;
}	

/* Layout der Buttons */
a.menuButton {
	text-decoration:none;
	padding: 		5px 0 5px 0px;
	width: 			100px;
	width /**/:		100px;
	color: 			#fff;
}

a.menuButton:hover {
	text-decoration:underline;
	padding: 		5px 0 5px 0px;
	width: 			100px !important;
	width /**/:		100px;
	color: 			#fff;
}

/* Textformatierung */
a:link, a:visited, a:active {
  color:      		#fff;
}

i, b {
  color:      		#fff;
}

/* Bildformatierung */
img { 
	border: 		0; 
}

/***************
 * Hauptlayout *
 ***************/
#wrapper1 {

	width :			100%;
	height:			100%;
	background: 	#000 url(images/Style1/Verlauf0.jpg);
}

#wrapper2 {
  position: relative;
	width :			800px;
	height:			100%;
}


#header {
	height: 		130px;
	width :			800px;
	padding-top:  50px;
	background: 	#000 url(images/Style1/Banner.jpg) bottom no-repeat;
	
}

/****************************
 * Layout der ContentBox    *
 ****************************/
#content_top {
	width: 			640px;
	height:      13px;
	padding:   		0px;
	margin:       0px;
  margin-top:  20px;
	background: 	#000 url(images/Style1/Content_Top.jpg) bottom left no-repeat;
}

#content_mid {
	width: 			600px;
	padding:   		0px;
	padding-left: 20px;
	padding-right: 20px;
	margin:       0px;
	text-align: left;
	background: 	#000 url(images/Style1/Content_Mid.jpg) top left no-repeat;
}

#content_bottom {
	width: 			640px;
	padding:   		0px;
	margin:       0px;
	background: 	#000 url(images/Style1/Content_Bot.jpg) top left no-repeat;
}

/*******************************
 * Layout der Hauptmenübuttons *
 ******************************/
#button_middle {
	width: 			100px;
	height:     30px;
text-align: center;
	background: 	#000 url(images/Style1/Button_Mid.jpg);
}

#button_middle:hover {
	width: 			100px;
	height:     30px;
text-align: center;
	background: 	#000 url(images/Style1/Button_Mid_Hover.jpg);
}

#menu {
	height:     35px;
	text-align: middle;
	border-collapse: collapse;
}
/****************************
 * Layout des News-Bereichs *
 ****************************/
#news {
	width :			600px;
	height:			100%;
	margin-top: 	0px;	
	padding:   		0px;
  
	background: 	#111;
}

/* Einzelner Container für eine News */
#newsBox {
	margin-top: 	10px;
}

/* Abstrake Klasse - nur zur Vererbung an die einzelnen Teile */
#newsSection {

	float: 			left;
	vertical-align:	top;
	
	background: 	#111;
	border: 		0;
	border-top: 	0px;
}

#newsSection.title
{
	margin-top:		20px;
	width: 			530px;
}

#newsSection.date {
	margin-top:		20px;
	width: 			67px;
}

#newsSection.content {
	width: 			600px;
}
