@charset "utf-8";
/* CSS Document */
html, body{
	background-color:#FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	color:#003366;
	font-size:11px;
	margin:0px;
	padding:0px;

}
body{
	background-image:url(Bilder/design_01.jpg);
	background-repeat:repeat-x;
	background-position:top left;
		width:100%;
}
#page{
	margin:0px auto;
	width:870px;
}
#left-sidebar{
	width:246px;
	overflow:hidden;
	background-image:url(Bilder/design_12.jpg);
	background-repeat:repeat-y;
	background-position:top;
	float:left;
}
#left-sidebar_top{
	width:246px;
	overflow:hidden;
	min-height:250px;
	background-color: transparent;
	background-image:url(Bilder/design_03.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#left-sidebar_bottom{
	width:246px;
	overflow:hidden;
	height:102px;
	background-image:url(Bilder/design_15.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#contentpane{
	width:624px;
	background-image:url(Bilder/design_11.jpg);
	background-position:top;
	background-repeat:repeat-y;	
	float:left;
}
#header{
	width:624px;
	height:231px;
	overflow:hidden;
	background-image:url(Bilder/design_04.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#content_top{
	width:624px;
	overflow:hidden;
	height:77px;
	background-image:url(Bilder/design_09.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#content_bottom{
	width:624px;
	height:102px;
	overflow:hidden;
	background-image:url(Bilder/design_16.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
.info{
	width:246px;
	height:49px;
	overflow:hidden;
	background-image:url(Bilder/design_07.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
.text{
	padding-left:25px;
	padding-right:30px;
	text-align:justify;
	font-size:12px;
}
h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	letter-spacing:3px;
	padding-left:25px;
	padding-right:30px;
	padding-top:12px;
	text-align:center
}
.categories{
	padding-left:30px;
	padding-right:30px;
	text-align:left;
	padding-top:80px;
	line-height:22px;
}
.links{
	padding-left:30px;
	padding-right:30px;
	text-align:left;
	line-height:22px;
}
a:hover{cursor:pointer !important;}
a:link, a:visited{
	font-family: Verdana, Geneva, sans-serif;
	color:#003366;
	font-size:11px;
	text-decoration:none;
}
a:hover{
	color: #939;
	text-decoration:underline;
}
.copyright{
	text-align:center;
	font-size:9px;
	color:#999;
}
.copyright a:link, .copyright a:visited, .copyright a:hover{
	text-align:center;
	font-size:9px;
	color:#999;
	text-decoration:underline;
}
.copyright a:hover{
	color: #939;
}
