/* ********************************************************************************************************************	*/
/*						S T Y L E								*/
/* ********************************************************************************************************************	*/
body {
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	background: #333;
}

th {
	font-size: 1.1em;
	color: #000;
	font-weight: bold;
}

img {
	border-style: none;
	border-width: 0;
}

a:link, a:visited {
	text-decoration: underline;
	color: #02528D;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

p {
	font-size: 12px;
}

h1,h2,h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.1em;
	display: block;
}

h1 {
	margin: 8px 0 15px;
	color: black;
	font-size: 150%;
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
}

h2 {
	margin: 0 0 7px 0;
	color: #02528D;
	font-weight: bold;
}

h3 {
	margin: 4px 0;
}

#container {
	margin: 0 auto;
	width: 970px;
	text-align: left;
	overflow: hidden;
	color: #000;
	background-color: #fff;
	background-image: url(images/container.png);
}

#header {
	background: url(images/header.jpg) no-repeat;
	height: 217px;
	width: 970px;
}

#header-link {
	position: absolute;
	width: 150px;
	height: 150px;
	margin-top: 20px;
	margin-left: 20px;
}

#main {
	width: 970px;
	margin-top: 10px;
}

#sidebar {
	width: 170px;
	color: white;
	margin: 0 15px 10px;
	float: left;
	text-align: center;
}

#sidebar h1 {
	color: white;
}

#content {
	width: 710px;
	float: left;
	color: #000;
	margin: 0 40px 0 20px;
}

#crumb {
	font-size: 11px;
	color: #333;
	margin-bottom: 10px;
	margin-top: 0;
}

#crumb a {
	color: #02528D;
	text-decoration: underline;
}

#crumb a:hover {
	color: #000;
	text-decoration: underline;
}

#footer {
	font-size: 11px;
	height: 43px;
	clear: both;
	color: #02528D;
	font-weight: bold;
	background: url(images/footer.jpg) no-repeat;
	padding-top: 26px;
	padding-left: 220px;
	padding-right: 25px;
}

#footer td {
	padding: 0;
	margin: 0;
}
#footer a {
	color: #02528D;
	text-decoration: none;
} 

/* link zu besucher und scipmanager.de */

#footer a:hover {
	text-decoration: underline;
	color: #02528D;
}


/* H A U P T N A V I G A T I O N ****************************************************************************** */
#navi {
	position: relative;
	top: 156px;
	clear: both;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	margin: 180px 0 0 210px;
}

#navi ul {
	white-space: nowrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

#navi li {
	float: left;
	display: inline;
}

#navi a {
	color: #02528D;
	float: left;
	text-decoration: none;
	letter-spacing: 1px;
	display: block;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 9px;
	height: 28px;
}

#navi a:hover {
	text-decoration: none;
	display: block;
	color: #000;
	background: url(images/hover.jpg) repeat-x;
	height: 28px;
}

#navi .active {
	text-decoration: none;
	display: block;
	color: #000;
	background: url(images/hover.jpg) repeat-x;
	height: 28px;
}

#navi .active a {
	text-decoration: none;
	display: block;
	color: #000;
	background: url(images/hover.jpg) repeat-x;
	height: 28px;
}


/* N A V I G A T I O N   (LOGIN, SUCHE, ...) ****************************************************************** */
#navi2 {
	font-size: 11px;
	color: white;
	float: right;
	display: inline;
	font-weight: bold;
	margin: 0;
	padding-top: 6px;
}

#navi2 a {
	text-decoration: none;
	color: white;
	padding: 3px;	
}

#navi2 a:hover {
	text-decoration: underline;
	color: white;
}

#navi2 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#navi2 li {
	display: inline;
	float: left;
}

/* S U B N A V I ********************************************************************************************** */
#subnavi {
	text-align: left;
	line-height: 120%;
}

#subnavi > ul > li > a {
	display: block;
	font-size: 13px;
	color: white;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 4px 0;
}

#subnavi a {
	display: block;
	color: white;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted white;
}

#subnavi a:hover {
	text-decoration: none;
	color: white;
}

* html #subnavi a {
	width: 100%;
}

#subnavi ul li ul li a {
	padding: 4px 0 4px 8px;
}

#subnavi ul li ul li a:hover {
	color: white;
	text-decoration: underline;
}

#subnavi ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: white;
}

#subnavi ul li {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#subnavi ul li ul li {
	font-size: 12px;
	font-weight: normal;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding: 0;
}

#subnavi a.head {
	color: white;
	text-decoration: underline;
}

#subnavi a.head:hover {
	color: white;
	text-decoration: underline;
}


