/* 
	BG: #bccad5
*/

body {
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
	background-color:#bccad5;
	text-align:center;
	
	margin-top:0px;
	font-family:Arial;
}

a {
	text-decoration:none;
	color:black;
	font-weight:900;
}

a:hover {
	text-decoration:underline;
	font-weight:900;
	color:#495f76;
}

ul,li,p,pre,font {
	font-size:9pt;
	font-family:Arial;
}

li {
	list-style-type:circle;
	list-style-position:outside;
}

ul {
	margin-top:3px;
	margin-bottom:5px;
}

p {
	margin:0px;
	margin-top:2px;
	margin-bottom:3px;
}

h1,h2,h3 {
	margin:0px;
	padding:0px;
	text-align:left;
}

h1 {
	font-size:12pt;
	margin-top:15px;
	margin-bottom:10px;
	font-weight:900;
}

h2 {
	font-size:12pt;
	margin-top:15px;
	margin-bottom:10px;
	font-weight:900;
	font-style:italic;
}

h3 {
	font-size:11pt;
	margin-top:10px;
	margin-bottom:5px;
	font-weight:900;
}

#all {
	margin:auto;
	width:760px;
	margin-top:0px;
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-y;

}

#header {
	position:relative;
	height:189px;
	width:760px;
	margin-top:0px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}


#content_bg {
	width:760px;
	background-image:url(../images/content_header.jpg);
	background-repeat:no-repeat;	
	background-position:0px 30px;
}

#menu {
	height:30px;
	width:700px;
	background-image:url(../images/menu_bg.jpg);
	background-repeat:no-repeat;
	text-align:right;
	padding-right:60px;
	/*background-color:blue;*/
}

#menu a {
	color:white;
	padding-top:6px;
	margin-left:15px;
	font-weight:500;
	float:right;
}

a#menu_startseite {
	float:left;
	margin-left:55px;
	
}

#content {
	width:655px;
	padding-left:50px;
	padding-right:55px;
	padding-top:5px;
	font-size:9pt;				
}	

#content_left {
	float:left;
	text-align:left;
	min-height:260px;
	width:195px;
	padding-left:5px;
}

#content_right {
	float:right;
	text-align:left;
	width:430px;
	margin-right:5px;
}

#content_bottom {
	clear:both;
	padding-top:10px;
	padding-right:55px;
	font-size:8pt;
	text-align:right;
}

#content_bottom a {
	margin-left:15px;
	font-weight:500;
}

#bottom {
	height:15px;
	width:760px;
	background-image:url(../images/bottom_bg.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}

#homelink a p{
	position:absolute;
	top:30px;
	left:50px;
	width:655px;
	height:155px;
	cursor:pointer;
}
