/* CSS Document */

/*allgemeine Einstellungen*/
* {
	margin: 0;
	padding: 0;
}
/*Allg Texte, Links*/
html {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e3e3e3;
	font-size: 0.8em;
}
p {
	margin: 0 0 0.5em 0;
}
h1, h2, h3 {
	margin: 0.7em 0 0.2em 0;
	color: cc0000;
}
h1 {
	font-size: 150%;
	color: cc0000;
}
right {
}

h2 {
	font-size: 120%;
	color: cc0000;
}
h3 {
	font-size: 100%;
}
a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #cc6600;
}
body {
	text-align: center;	
}
/*um alles drumherum*/
#all {
	width: 900px;
	height: 568px;
	text-align: left;
	background-color:#FFFFFF;
	overflow: hidden;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
/*Header*/
#header {
	height: 30px;
}
#header h1 {
	text-indent: -9999px;
	margin: 0;
}

/*Menü links*/
#menu {
	float: left;
	text-align: left;
	margin: 20px 0px 0px 0px;

}
#menu ul {
	list-style: none;
}
#menu li {
	margin: 0px 0px 0px 20px;
}
#menu li a {
	border-bottom: ;
	display: block;
	padding: 0px 0px 15px 0px;
	width: 150px;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
#menu li a:hover, #menu li a.act {
	color: #CC6600;
	border-bottom: ;
	text-decoration: none;
	background-color: #fff;
}
#menu .usb {
	display: none;
}
/*Inhalte*/
#normal {
	float: left;
	background-color: fff;
	height:430px;
	width: 550px;
	margin: 0px 0px 0px 150px;
}
/*oben*/
#right {
	float: left;
	width: 200px;
	margin: 200px 0px 0px 20px;
	
}
/*Fußzeile*/
#footer {
	float: right;
	text-align: right;
	text-indent: 0px;
	width: 500px;
	height:61px;
}
#footer ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	color: #666666;
}
#footer li {
	display: inline;
	margin: 0px 0px 0px 0px;
}
#footer li a {
	color: #cc6600;
	text-decoration: none;
}
#footer li a:hover {
	color: #cc6600;
	text-decoration: none;
}

/*Bildunterschriften*/
.csc-textpic-caption {
	font-size: 95%;
	padding: 5px 0 0 0;
}

