/*
Farben: Basosgrün: #4B9B3E
	Helleres grün: #58B649
*/

/*===========================
           Cleanup
==============================*/
html, body, div, p, .bodytext {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}

html, body {
	height: 100%;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	background-color: #E6F0FA;
	font-size: 12px;
	background-image: url(wall.gif);
}

h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	font-weight: normal;
}

img {
	border: none;
}


/*==============================
            Layout
==============================*/


#head {
	height: 110px;
	margin: 10px;
	background-image: url(brick.jpg);
}

	#head div {
		height: 110px;
	}

	#head #headlogo{
		height: 100%;
		float: left;
		margin-top: 9px;
		margin-left: 13px;
	}
	
		#head #headlogo img {
			border: 1px inset #59ADD9;
		}
	
	#head #headtext{
	text-align: right;
	font-weight: bold;
	}
	
	
#bar {
	height: 22px;
	margin: 0px 10px;
	background-image: url(blue_2.jpg);
	background-repeat: repeat-x;
	vertical-align: middle;
	padding: 2px 10px;
}

	#bar #path{
		float: left;
	}

	#bar #special {
		text-align: right;
	}
	
#main {
	margin: 10px;
	background-color: #737373;
	position: relative;
}

#links {
	padding: 15px 5px;
	background-color: White;
	border: 2px ridge #00478A;
	width: 150px;
	position: absolute;
	top: 30px;
}

#content {
	border: 2px ridge #00478A;
	background-color: white;
	left: 180px;
	right: 0px;
	padding: 15px;
	position: absolute;
	top: 30px;
}

	
	#content .csc-header h1 {
		color: black;
		margin-bottom: 6px;
		margin-top: 12px;
		font-size: 14px;
		text-decoration: underline;
		text-align: center;
		font-weight: bold;
	}
	
	#content label {
		float: left;
		display: block;
		width: 160px;
	}
	
	#content ul li {
		padding: 3px 0px;
	}
	
	#content #static {
		text-align: right;
		font-weight: bold;
		margin-bottom: 10px;
	}
	
	#content #static div {
	border: 2px ridge Silver;
	display: block;
	float: right;
	padding: 3px 5px;
}

	
	#content #static h1 {
	font-size: 16px;
	font-weight: bold;
	color: Black;
	text-align: left;
	text-decoration: underline;
	margin-bottom: 16px;
	letter-spacing: 1px;
	padding-top: 20px;
}
	
	#content .startseite img {
		padding: 3px;
		border: 1px solid black;
		background-color: silver;
		margin: 2px;
	}
	
	
/*===========================
            Navi
============================*/

#links a, #links a:link{
	display: block;
	color: Blue;
	font-weight: bold;
	padding: 5px 10px;
	font-size: 12px;
	text-decoration: none;
}

#links a:active, #links a:focus, #links a:hover, #links a.act, #links a.act:link{
	color: #0082FF;
}

#links a.sec, #links a.sec:link{
	margin-left: 10px;
}



#content a, #content a:link{
	color: Black;
	text-decoration: underline;
}

#content a:active, #content a:focus, #content a:hover {
}

#bar a, #bar a:link{
	color: Black;
	text-decoration: underline;
}

#bar a:active, #bar a:focus, #bar a:hover {
	
}

/*===============
   Changes to T3-styles
==================*/

.csc-textpic-image {
	border: 1px solid #00008B;
}

.csc-textpic-caption{
	font-weight: bold;
	font-size: 10px;
}

.bodytext {
	padding-right: 200px;
}

/*
     Sonderanweidungen
*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}