/***** Body and main container *****/
body {
	overflow-y:scroll;
}

body,html {
	margin:0 auto;
	padding:0;
	font-size: 12px;
	font-family: Verdana;
	background-image: url(bg.png);
	background-repeat:repeat-x;
	color: #626262;
}

#container{
	width: 83em;
	margin: 0 auto;
	padding: 0;
}

/* ################# breadcrumbs ################ */
#breadcrumbs {
	font-family: Verdana;
	margin: 0px; /* Oben, Rechts, Unten, Links */
	padding: 7px;
	text-align: left;
	background-color: #9C9C9C;
	color:#FFFFFF;
	font-size:1em;
	letter-spacing: 0px;
}

* html #breadcrumbs  {
	height:65px;
}

#breadcrumbs a  {
	text-transform:none;
}

#breadcrumbs a:link,#breadcrumbs a:visited  {
	color:#FFF;
}

#breadcrumbs a:hover,#breadcrumbs a:active,#breadcrumbs a:focus  {
	color:#000;
	text-decoration: none;
	/*font-weight: bold;*/
	letter-spacing: 0px;
}

/***** Header *****/
#banner {
	margin:0;
	border:0;
	padding: 10px;
	background: transparent;
}

/***** Left sidebar *****/

#leftside {
	clear:left;
	float:left;
	width: 15em;
	margin: 0;
	padding:15px 0 0 0;
	margin-right: 7px;
}

#left-top {
	background-color: #53a9bd;
	padding: 8px;
	margin: -7px 0px 7px 0px;
	color:#ffffff;
	text-align: center;
	font-weight: bold;
}

/***** Main menu *****/
ul.avmenu  {
	margin: 0px 0px 18px 0px;
	padding:0;
}

ul.avmenu li {
	padding:0;
	line-height:18px;
	display:inline;
}

ul.avmenu li ul {
	margin: 0 0 5px 0;
	padding: 0;
	border-bottom: 1px solid #DEDEDE;
}

ul.avmenu li ul li {
	margin: 0.1em 0; /* Oben, Rechts, Unten, Links */
}

ul.avmenu a {
	display:block;
	padding: 0.2em;
	text-decoration: none;
	background-color: transparent;
	color: #626262;
	margin-bottom:5px;
	padding:5px 1px 5px 5px;
	text-decoration:none;
}

ul.avmenu li a:link , ul.avmenu li a:visited {
	text-decoration: none;
	border-bottom: 1px solid #DEDEDE;
}

ul.avmenu li a.current {
	display:block;
	text-decoration: none;
	border-bottom: 0px;
	font-weight: bold;
}

ul.avmenu li ul a:link , ul.avmenu ul li a:visited {
	margin: 0 0 0 2.5em;
	display:block;
	padding: 0.4em;
	text-decoration: none;
	border: 0px;
	width: 11.7em;
	text-align: left;
}

ul.avmenu a:hover {
	background-color: transparent;
	color: #626262;
	font-weight: bold;
}

ul.avmenu li a:link  {
	color:#626262; 
	font-weight:normal; 
}

ul.avmenu li a {
	background-color: transparent;
	color: #626262;
	width:14em;
	margin-bottom:5px;
	padding:5px 1px 5px 5px;
	text-decoration:none;
}

ul.avmenu li a.current {
	background-color: transparent;
	color: #626262;
	font-weight: bold;
	border-bottom: 0px;
}

ul.avmenu li a:hover {
	background-color: transparent;
	color: #626262;
	font-weight: bold;
	/* border-bottom: 1px solid #DEDEDE; */
}

/***** Right sidebar *****/

#extras {
	float: right;
	width: 15em;
	margin: 0;
	padding: 0;
}

#extras h1{
	background-color: #53a9bd;
	margin: 7px 0px 7px 0px;
	color:#ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

/***** Main content *****/

#content {

	padding: 0 5px 25px 5px;
	margin: 0 15.3em;
	/* text-align: justify; */
	line-height: 20px;
}

/***** Footer *****/

#footer {
	clear:both;
	padding: 5px;
	margin: 0;
	text-align:center;
	color: #FFF;
	background-color: #9C9C9C;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

#footer a:hover {
	color:#FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

.clear {
	clear:both;
}

img { border: 0 none; }

img.left {
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-right: 12px; 
	float: left;
}

img.right{
	margin-top: 8px; 
	margin-bottom: 8px; 
	margin-left: 12px; 
	float: right;
}

div.top {
	text-align:right;
}

img a, a, a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #1b538c;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #336699;
}

a[href^="http:"] {
	background: transparent url(external.png) 100% 50% no-repeat;
	padding-right: 12px;
}

img a[href^="http:"]{
	margin-top: 5px;
	background: transparent;
	padding-right: 0px;
}

a[href^="https:"] {
	background: transparent url(external_lock.gif) 100% 50% no-repeat;
	padding-right: 17px;
}

a[href^="http://www.kiu-online.de"],
a[href^="http://kiu-online.de"], a.none {
	background: transparent;
	padding-right: 0px;
}

div#fehler
{
	text-decoration: underline;
	color:#A00000;
	font-weight: bold;
}

.fehler
{
	line-height:25px;
	color:#A00000;
	font-weight: bold;
}

h1.csc-firstHeader{
	margin: 8px 0 0 0;
	padding: 2px;
	line-height: 25px;
	background: transparent; 
	font-size: 17px;
	font-weight: bold;
	text-align: left;
}

h1{
	margin: 8px 0 0 0;
	/*padding: 2px;*/
	line-height: 25px;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
}

/* Zeilenabstand in der H1-Überschrft anders */
h1.spaced{
        margin: 8px 0 -15px 0;
        padding: 0;
        /*line-height: 25px;*/
        font-size: 17px;
        font-weight: bold;
        text-align: left;
}


h2{
	margin: 8px 0 0 0;
	line-height: 25px;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}

h3{
	margin: 8px 0 0 0;
	line-height: 20px;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}

.h3{
	font-size: 15px;
	font-family: Verdana;
	font-weight: bold;
}


h4,h5{
	margin: 8px 0 0 0;
	padding: 2px;
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

marquee{
        margin: 0px;
	padding: 10px;
	font-size: 11px;
        font-family: Verdana;
        /* font-weight: bold;*/
	color: black;
	/* background: #C0C0C0; */
	line-height: 15px;
}

li{
	line-height: 18px;
	padding: 5px;
}

table
{
	padding-bottom: 10px;
}

.csc-textpic-caption {
        margin: 0px;
	padding: 0;
	font-size: 10px;
        font-family: Verdana;
}
