@charset "utf-8";
body {
	color: #000000;
	background: #53535a;
	background-attachment: fixed;
	padding-top: 1em;
	}
/* Fuer kaputte Browser */
body {		
		min-height: 101%;
		text-align: center;
		}

body * {
		/*Textausrichtung korrigieren*/
		text-align: left;
		}
.bodytext {
	text-align: left;
	}

/*Alle kritischen Werte instanzieren*/
* {
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	}
a:link img, a:visited img,
a:hover img, a:focus img, a:active img {
	border: 0;
	}
	a:active, a:focus{outline: none}

html {height: 101%;
	}
/**
------------------------------------------------------
Regeln fuer allgemeine Elemente
------------------------------------------------------*/

/* Schriftgroesse kontrollieren */
body, td, th {
	font: normal 100% arial, verdana, sans-serif;
	clear: none;
	}
td, th {
	f\ont-size: 100%;
	}
/* Links und Anker */
a:link {
		color: #090dc9;
		background-color: transparent;
		}
a:visited {
		color: #282ceb;
		background-color: transparent;
		}
div#main {
		width: 959px;
		border: 1px solid #13695e;
		border-top: none;
		margin: auto;
		height: 100%;
		/* background: #cccccc;*/
		}
#sidebar {
		float: left;
		width: 180px;
		background: #fff;
		padding: 8px 0 10px 8px;
}
a:hover,
a:focus {
		color: #FFF;
		background-color: #088c75;
		}
a:active {
		color: red;
		background-color: transparent;
		}

/* Absaetze */
p {
	margin: .8em 0 0 0;
	}
/* ueberschriften
 h2, h3 {
		color: #949494;
		background: url(../pix/ue1.jpg) repeat-x;
		text-align: left;
		font-weight: bold;
		font-size: 1.1em;
		padding: 7px 0 0 5px;
		}
h2, h3 {
color: #FFF;
	background: url(../pix/ue2.jpg) repeat-x;
	height: 20px;
	}*/
#content h3 {
	color: #FFF;
	background-color: silver;
	padding: 0px 0 0 19px;
	margin: 15px 0 0 0;
	}
#content {
	text-align: left;
	}
h6 {
color: #003A1A;
background-color: transparent;
font-size: 1.2em;
text-align: center;
}
h1 {
	font-size: 1.3em;
	margin: 0em 0 .7em 0;
	height: 40px;
	}
h5 {
	color: silver;
	text-align: center;
	width: 300px;
	padding-left: 25px;
	margin-top: 20px;
	background: #EF0E0D;
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
	}
#divlink {
   height: 152px;
   width: 960px;
   margin: auto;
} 
#divlink a:hover {
	background: transparent;
	}
/**
-------------------------------------------------
Regeln fuer besondere Bereiche
-------------------------------------------------*/
.csc-textpic,
.csc-textpic-imagewrap {
	text-align: center;
	}
.csc-textpic-caption {
	font-size: 0.7em;
	}
.csc-textpic-below	{
	padding: 15px 5px 5px 25px;
	}
.csc-textpic-image {
	padding: 15px 0 0 0;
	}
.csc-textpic-intext-right {
	padding: 5px 0 0 0;
	}
.csc-textpic-above {
	padding: 15px 15px 0 15px;
	}
.csc-textpic {
	padding: 15px 15px 0 15px;
	}
div.csc-textpic-above,
  div.csc-textpic-text { clear: none; }	
  div.csc-textpic-right,
  div.csc-textpic-text { clear: none; }	
  div.csc-textpic-left,
  div.csc-textpic-text { clear: none; }
  div.csc-textpic-imagewrap { clear: none; }
div.csc-textpic, 
div.csc-textpic-center, 
div.csc-textpic-above { clear: none; }
div.csc-textpic-imagewrap {overflow:hidden; }
.csc-textpic-caption {
	text-align: center;
	}
.align-right  {
	text-align: right;
	}
div.csc-header {
	padding-top: 15px;
	}