/* CSS Document */

*{
	margin:0;
	padding:0;
}

h1{
	font-size:14px;
}

h2{
	font-size:14px;
	font-weight:bold;
}

body{
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x repeat-y;
	text-align:left;
}

#container{
	margin:0 auto;
	text-align:left;
	width:974px;
}

#topleft{
	background-image:url(images/top_le.jpg);
	width:580px;
	height:50px;
	float:left;
	padding:10px 0 0 20px;
	font-weight:bold;
}

#topleft a{
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	text-decoration:none;
}

#topright{
	background-image:url(images/top_ri.jpg);
	height:25px;
	width:354px;
	float:left;
	text-align:right;
	padding:35px 20px 0 0;
}

#topright a{
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#header{
	color:#333333;
	background-image:url(images/header.jpg);
	width:584px;
	height:150px;
	padding:20px 370px 0 20px;
	clear:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
}

/* Beginn Menü */
#menu{	
	background-image:url(images/menu.jpg);
	background-repeat:repeat-x;
	width:974px;
}

#menu ul{
	color:#FFFFFF;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	padding-top:8px;
	padding-left:0px;
	padding-bottom:10px;
	margin-left:4px;
	text-transform:none;
}

#menu ul li{
	display:inline;
	margin-left:-4px;
}
	
#menu ul li a{
	color:#FFFFFF;
	text-decoration:none;
	padding:8px 20px 10px 20px;
}

#menu ul li a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}

#active a{
	background-image:url(images/menu_a.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
}
/* Ende Menü */


#main1{
	background-color:#FFFFFF;
	color:#333333;
	clear:left;
	width:934px;
	margin:0 0 0 0;
	padding:10px 20px 10px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:left;
	font-weight:normal;
	height: 660px;
}

#main2{
	background-color:#FFFFFF;
	color:#333333;
	clear:left;
	width:934px;
	margin:0 0 0 0;
	padding:10px 20px 10px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:left;
	font-weight:normal;
	height: 600px;
}

#footer{
	background-color:#006600;
	color:#CCCCCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:right;
	height:17px;
	width:954px;
	clear:left;
	padding: 3px 20px 0 0;
}

#footer a{
	color: #CCCCCC;
	padding:0 10px 0 10px;
	text-decoration:none;
}

#footer a:hover{
	color:#000000;
	text-decoration:underline;
}

/* Beginn Startseite */
.boxleft{
	width:400px;
	float: left;
	padding: 20px;
	font-size: 14px;
	margin: 20px 0 20px 0;
}

.boxright{
	width:400px;
	float: left;
	padding: 20px;
	font-size: 14px;
	margin: 20px 0 20px 40px;
}

.boximg{
	float:right;
	margin:0 0 10px 15px;
	font-size:14px;
}

.boxcont{
	font-size: 14px;
	margin: 5px 0 0 10px;
	color:#333333;
	clear: left;
}

.boximg2{
	float:left;
	margin:0 15px 5px 0;
	font-size:14px;
}

.boxcont2{
	font-size: 14px;
	margin: 5px 0 0 10px;
	color:#333333;
	clear: right;
}

.boxlink{
	float: right;
	clear:both;
	margin: 10px 30px 0 0;
	font-size: 14px;
	color: #333333;
	text-align:right;
}

.boxlink a{
	font-weight:bold;
	color: #333333;
	text-decoration:none;
}
/* Ende Startseite */

/* Beginn Unterseite */
.sitebox{
	width:744px;
	float: left;
	padding: 0px;
	margin:0 0 0 0;
}

.sitecont{
	padding: 10px;
	font-size: 14px;
	clear: none;
}

.sitecont a{
	font-size: 14px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.siteimg{
	float:left;
	margin:0 20px 0 0;
	font-size:14px;
}
/* Ende Unterseite */

/* Beginn Adw */
.leaderboard{
	width:728px;
	height:90px;
	float: left;
	margin: 15px 0 0 103px;
}
.wskyscraper{
	width:160px;
	height: 600px;
	margin: 0;
	float: right;
}

.sitead{
	width:150px;
	margin: 20px;
	height: 169px;
	float: right;
	background-color: #FFFFFF;
}
/* Ende Adw */
.hinweis{
	float: right;
	clear:both;
	font-size: 12px;
	margin: 5px 5px 10px 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.hinweis a{
	font-weight:normal;
	color: #333333;
	text-decoration:none;
}

.hinweis a:hover{
	font-weight:normal;
	color: #333333;
	text-decoration:underline;
}

/* CSS Document */
