@charset "utf-8";
/* 
Stylesheet zu cs-pictures
(c) fhs - www.fhseidel.de 
*/
/* allgemeine Einstellungen */
body {
	background-color: #eee;
	font-size: 12px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	color: #333;
	margin: 0px;
	text-align: center;
}
p {
	margin: 0 0 5px 0;;
	padding: 0px;
}
form {
	margin: 0;
}
img {
	border: none;
}
a:link, a:visited {
	color: #999;
	text-decoration:none;
}
a:active, a:hover {
	color: #79e;
	text-decoration:none;
}
/* Container */
#box_all {
	width:850px;
	margin: 40px auto 0px;
	padding: 0px;
	text-align: center;
	border: none;
	height: 600px;
}
#box_header {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	text-indent: -2000px;
	width: 1px;
}
#box_header h1 {
	height: 0px;
}
#searchbox {
	margin-left:57px;
	margin-top:50px;
}
#searchbox input.submit {
	width:65px;
	height:23px;
	text-align:center;
	background-color:#ff9933;
	margin:0px;
	margin-left:5px;
	float:left;
}
#searchbox input.text {
	width:95px;
	height:18px;
	background-color:#ff9933;
	margin:0px;
	padding:0px;
	float:left;
}
#searchbox input.hidden {
	margin:0px;
	padding:0px;
}
#box_main {
	padding:70px 0px 20px 20px;
	min-height:450px;
	height:auto !important;
	height:400px; /* IE6-Hack */
	margin: 0px;
	width: 920px;
}
#footer {
	font-size: 0.9em;
	margin-bottom: 10px;
}
#footer a {
	font-weight: normal;
	color: #999;
}
#footer a:link, #footer a:visited {
	color: #999;
	text-decoration:none;
}
#footer a:active, #footer a:hover {
	text-decoration:underline;
}
#box_nav {
	margin:0px 40px 0px 0px;
	padding:0px;
	float: left;
	width: 150px;
}
#update {
	font-size: .8em;
	text-align: left;
}
#pathway {
	margin-bottom:20px;
	height:20px;
	font-size:0.9em;
	color: #7799ee;
}
#pathway a {
}
#pathway a:link, #pathway a:visited {
	color: #999;
	text-decoration:none;
}
#pathway a:active, #pathway a:hover {
	color:#7799ee;
}
#content {
	padding:0px;
	margin: 0px auto;
	text-align: center;
	height: 600px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.5em;
	letter-spacing: .05em;
	font-weight: normal;
	margin: 5px 0px;
	padding: 0px;
}
/* Menü */
#box_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/*#box_nav ul li {
	line-height: 2em;
}*/
.doc {
	padding-left: 15px;
}
.docs {
	padding-left: 15px;
}
.docs ul li{
}
.sdoc {
	padding-left: 15px;
}
.sdocs {
	padding-left: 15px;
}
.menulevel1 {
	color: #79e;
	line-height: 2.2em;
}
.menulevel1 a:link, .menulevel1 a:visited {
	color: #666;
	text-decoration: none;
}
.menulevel1 a:hover, .menulevel1 a:active {
	color: #79e;
	text-decoration: none;
}
.menulevel2 {
	color: #79e;
	line-height: 1.6em;
}
.menulevel2 a {
}
.menulevel2 a:link, .menulevel2 a:visited {
	color: #666;
	text-decoration: none;
}
.menulevel2 a:hover, .menulevel2 a:active {
	color: #79e;
	text-decoration: none;
}
.menulevel3 {
	color: #79e;
}
.menulevel3 a {
}
.menulevel3 a:link, .menulevel3 a:visited {
	color: #666;
	text-decoration: none;
}
.menulevel3 a:hover, .menulevel3 a:active {
	color: #79e;
	text-decoration: none;
}
.sitemaplevel1, .sitemaplevel2, .sitemaplevel3 {
	font-size:9pt;
}
.sitemaplevel1 a, .sitemaplevel2 a, .sitemaplevel3 a {
	font-weight:normal;
	color:black;
}
.sitemaplevel1 a:link, .sitemaplevel2 a:link, .sitemaplevel3 a:link, .sitemaplevel1 a:visited, .sitemaplevel2 a:visited, .sitemaplevel3 a:visited {
	color:black;
}
.sitemaplevel1 a:active, .sitemaplevel2 a:active, .sitemaplevel3 a:active, .sitemaplevel1 a:hover, .sitemaplevel2 a:hover, .sitemaplevel3 a:hover {
	color:black;
}
/* Untermenü */
.submenu {
	font-size: 10pt;
}
.submenu a {
	font-weight: bold;
	color: black;
}
.submenu a:link, .submenu a:visited {
	color: black;
	text-decoration:none;
}
.submenu a:active, .submenu a:hover {
	color:#ff6600;
}
/* Editorfenster */
.retrieve {
	background-color:#ffffff;
	background-image:none;
	text-align:left;
}
/* Druckansicht */
.print {
	background-color:#ffffff;
	background-image:none;
	text-align:left;
}
/* Header Admin-Bereich */
.cmsadmin {
	margin: 0 0 5px 0;
	font-size: 1em;
	color: #666;
	text-align: left;
	border: 1px solid #666;
	background: #ddd;
	padding: 2px 8px;
}
.edit {
	font-size: 1em;
	color: #666;
	margin: 0 0 5px 0;
	background-color: #ddd;
}
.edit select {
	margin-left: 5px;
}
.edit td {
	padding: 1px 5px;
}
.edit a:link, .edit a:visited {
	color: #666;
	text-decoration: none;
}
.edit a:active, .edit a:hover {
	color: #79e;
	text-decoration: none;
}
#counter {
	color: #999;
	height: 15px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	font-size: 0.9em;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#counter a:link, #counter a:visited {
	color: #999;
	text-decoration: none;
}
#counter a:active, #counter a:hover {
	color: #79e;
	text-decoration: none;
}
.news {
	color: #666;
}

