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

body {
	font:13px arial,helvetica,clean,sans-serif;
	text-align:center;
	overflow:visible;
	background:url(images/bg.jpg) top left no-repeat;
	}

h1,h2,h3{
	font-size:100%;
	font-weight:normal;
	}

a {
	text-decoration:none;
	color:#FFFFFF;
	}

a:hover {
	text-decoration: underline;
	}

#wrapper {
	text-align:left;
	margin:0;
	}
	
#header {
	height:320px;
	position:relative;
}



#menu {
	width: 485px;
	position: absolute;
	top: 470px;
	left: 30px;
	text-align:center
}
#menu ul {
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type:none;
	font: 16px "Times new roman", "Lucida Grande", serif;
}


#menu li {
	margin: 6px;
	padding: 0 0 2px 5px;
	list-style: none;
	min-width:50px;

}
#menu a {
	font-weight: bold;
	color:#9CF;
	display:block;
	text-decoration: none;
	padding:0 2px 0 2px;
	border-bottom:1px dotted #9CF;
}

#menu a:hover {
	text-decoration:none;
	background:#9CF;
	color:#FFF;
}



#content2 {
	height:auto;
	color:#333;
	text-align:justify;
	padding:0 40px 70px 50px;
	background: url(images/bg-bottom.jpg) bottom no-repeat;
	margin:0;
	width:1158px;
	}

#content2 h2 {
	color:#9CF;
	font-size:18px;
	text-align: left;
}

#content2 h3 {
	color:#9CF;
	font-size:18px;
	text-align: left;
}

#content2 a {
	color:#9CF;
	font-size:14px;
	text-decoration:none;
}

#content2 a:hover {
	text-decoration:underline;
}

#content {
	height:auto;
	color:#333;
	text-align:justify;
	padding:380px 40px 0 50px;
	width:1155px;
}

#content h1 {
	color:#666;
	font-size:18px;
	text-align: left;
	background-color:#93C5F6;
	wi
}

#content h2 {
	color:#9CF;
	font-size:18px;
	text-align: left;
}

#content a {
	color:#9CF;
}


#content p.left {
	margin-left:-360px;
}

#content h2.left {
	margin-left:-360px;
}

#content ul.left {
	margin-left:-360px;
}

#content-block-1 {
	width:750px;
	margin-left:100px;
}



#containerTitel{
	color:#333;
	border-bottom:1px dotted #9CF;
	padding-bottom:1px;
	width:680px;
	float:left;
	margin:10px 0 10px 0;
	}
#containerTitel span{
	background:#9CF;
	color:#FFF;
	font-size:16px;
	width:auto;
	padding:2px 5px;
	}
	
#link {
	color:#333;
	padding-bottom:1px;
	width:250px;
	border-bottom:1px dotted #9CF;
	float:right;
	left:0px;
	text-align:right;
	margin:10px 0 10px 0;
	border-bottom:1px dotted #9CF;
}


#link span{
	color:#9CF;
	font-size:16px;
	width:auto;
	padding:2px 15px;
	}

