*{
	padding:0;
	margin:0;
	border:0;
}

body,html{
	height:100%;
	font-size:12px;
	font-family: Arial, Verdana, sans-serif;
	color:white;
	background:rgb(79,120,135);
	text-align:center;
}

h2 {
	font-size:16px;
	font-weight:bold;
	margin:0 0 15px 0;
	letter-spacing:2px;
}

h3 {
	font-size:14px;
	font-weight:normal;
	margin:0 0 10px 0;
	letter-spacing:3px;
}

#box{
	background-image:url(/bilder/hintergrund.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:750px;
	padding:0;
	margin:0 auto;
	text-align:left;
	position:relative;
	min-height:100%;
	height:auto !important;
	height:100%;
}

#header{
	position:relative;
	height:214px;
}

#spalte_links{
	width:250px;
	float:left;
	clear:left;
	margin:0;
	padding:0;
	overflow:hidden;
}

#spalte_rechts{
	width:496px;
	margin:0 0 0 250px;
	padding:0 0 40px 0;
	min-height:300px;
	height:auto !important;	
}

#footer{
	position:absolute;
	background-image:url(/bilder/leiste_unten.jpg);
	background-repeat:no-repeat;
	left:0;
	bottom:0;
	height:30px;
	width:745px;
	text-align:center;
	line-height:30px;
	font-size:10px;
}


ul.menue{
	 list-style-type:none; 
	 width:271px;
}

li.menue{
	line-height:35px;
	padding-left:15px;
	font-size:13px;
	letter-spacing:1px;
}

a.menue:link {
	text-decoration: none;
	color:white;
	font-weight:normal;
}
a.menue:visited {
	text-decoration: none;
	color:white;
	font-weight:normal;
}

a.menue:hover {
	text-decoration:none;
	color:#3f4f55;
	font-weight:normal;
}

a.menue:active {
	text-decoration: none;
	color:#486975;
	font-weight:normal;
}

a:link {
	text-decoration:none;
	color:white;
	font-weight:bold;
}
a:visited {
	text-decoration:none;
	color:white;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
	color:#3f4f55;
	font-weight:bold;
}

a:active {
	text-decoration:none;
	color:#486975;
	font-weight:bold;
}

li.liste{ 
	padding-bottom:8px;	
}

ul.liste{
	list-style-position:outside; 
	margin-left:12px;
}

.rand {
	border:1px solid #6292A4;
}

.thumbnail{
	border:1px solid white;
	margin:0 10px 10px 0;
}

p{margin-bottom: 8px;}
