@import url("menu.css");

* {
	margin: 0px;
	padding: 0px;
	/*font-family: verdana, arial, helvetica, sans-serif; doppelt, mit * macht es im ie probs*/
	/*line-height: 120%;*/
}

html, body {
	height: 100%;
	width: 100%;
	border: none;
}

body {
	background-color: #fff;
	color: #000;
	font-size: 100.01%;
	/*font-size: 0.8em;*/
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
}

#bodywrap {
	min-width: 780px;  /* scrollleiste abziehen*/
	max-width: 1004px;
}

#header	{
	height: 95px; 
	margin: 0;
	padding: 0;
	border: 0;
	background: #cdddcd url(../img/atmo.jpg) no-repeat top right;
	color: #fff;
	width: 100%; 
	/*z-index: 10; keine wirkung ohne absolute pos.*/
}

#header h1 {
	display: none; /* wenn display none, wird er von sr überlesen, dann besser ausserhalb viewport positionieren, s.u.*/
	/*position: absolute; 	left: -2000px;*/
}

/********************************************************************************
*
* Searchform
*
*/

form#search {
	padding: 0;
	position:absolute;
	left:0px;
	top:100px;
	width: 20em;
}

body>form#search {
	top:97px;
}

form#search p {
	width: 148px;
	text-align: right;
	float: left;
	line-height: 1em;
	font-size : 0.7em;
	font-weight: bold;
	padding-top: 0.2em;
}

form#search a {
	color: #fff;
	text-decoration: none;
}

form#search a:hover,
form#search a:active,
form#search a:focus {
	color: #c90;
	text-decoration: underline;
}

form#search .smallinput {
	vertical-align: top;
	float: left;
	font-size: 0.8em;
	width: 9em;
	height: 1.2em;
	border: none; 
	margin: 0 0 0 2px;
}

form#search .submit {
	float: left;
	vertical-align: middle;
	color:#090;
	margin-left: 6px;
	padding: 0 0 0 10px;
	width: 10px;
	height:13px;
	border: none;
	background-color: transparent;
	background-image:url(../img/gosearch.gif);
	background-repeat : no-repeat;
	background-position: left center;
	cursor: pointer;
}


/****************************************************************************************
*
* metanavi
*
*/

#metanavi {
	height: 1.2em;
	border: 0;
	background: #090;
	width: 100%;   
	color:#fff;	
}

#metanavi p {
	margin: 0 20px 0 auto;
	padding: 0px;
	text-align: right;
        vertical-align: middle;
	line-height: 1.2em;
}

#metanavi p img {
       vertical-align: middle;
}

#metanavi a {
	color: #fff;
	text-decoration: none;
	font-size : 0.7em;
	font-weight: bold;
	
}

#metanavi a:hover,
#metanavi a:active,
#metanavi a:focus {
	color: #c90;
	text-decoration: underline;
}

#metanavi p a {
	border-right: 1px solid #300;
	padding: 0 8px 0 8px;
}

#metanavi p a.last {
	border-right: none;
	padding: 0 8px 0 8px;
}

/***************************************************************************
*
* Site Layout for layer
*
*/

#contentwrap2 {
	background: url(../img/bg_colright.gif) repeat-y  right 0 ;
}
 
#contentwrap1 {
	background: url(../img/bg_colleft.gif) repeat-y  left 0 ;
}

#colleft {
	float: left;
	width: 150px;
} 
 
#colmain {
	background: #fff;
	margin: 0px 190px 0px 160px;
	padding: 10px;
	line-height: 1.2;
	/*min-height:300px;
 line-height is needed for IE to prevent the peekaboo bug! */
overflow: hidden;
}
  
#colright {
	float: right;
	width: 180px;
}

#colright div.iewrap {
	padding: 10px;
}
 
 
#footer {
	clear: both; 
	text-align: center;
	font-size: 0.8em;
	height: 1.4em; 
	background: #fff; 
	color: #000;
	border-top: solid 1px #4F841E; 
}

/*************************************************************
* general styles
*/

#colmain h1 {
	clear:both;
	font-size: 1.2em;
        margin: 10px 0 10px 0;
        padding:0;
}

#colmain h2 {
	font-size: 1.0em;
        margin: 0px 0 10px 0;
        font-weight:normal;
}

#colmain h3 {
	font-size: 1em;
        margin: 10px 0 10px 0;
}

#colmain a {
	color: #008000;
	text-decoration: underline;
}

#colmain ul {
        margin: 10px 15px;
	font-size: 0.8em;
        list-style-image: url(../img/li_dot.gif);
}

#colmain ol {
        margin: 10px 15px;
	font-size: 0.8em;
}

#colmain ul li, #colmain ol li{
        margin: 3px auto 3px 30px;
}


#colmain p {
	/*padding: 0.5em 1em 0 1em;*/
	font-size: 0.8em;
        margin: 1em 0px;
}

#colright a {
	color: #008000;
	text-decoration: underline;
}

#colright h1  {
	font-size: 0.8em;
        margin: auto 2px 4px auto;
}

#colmain p.csc-caption {
	font-size: 0.6em;
}

#colmain .box {
	width: 46%;
	margin-right: 1%;
	margin-bottom: 1%;
	float: left;
	background: #ebf1eb;
}

#colmain .box h1 {
	background: #090;
	color: #fff;
	font-size: 0.8em;
	padding-bottom: 2px;
}

#colmain .box h1 a {
	background: transparent url(../img/link_intern.gif) no-repeat;
	color: #fff;
	text-decoration: none;
	padding-left: 15px;
}


.clear {
	visibility: hidden;
	height: 1px;
	font-size: 0px;
	clear: both;
}


/***************************************************************************
*
* 1 und 2-spaltige Boxen
*/

#colmain table.boxtable {
	clear:both;
	margin: 15px 0px;
	width: 100%;
	border-collapse: separate;
	empty-cells: show;
}

#colmain table.boxtable td.left,
#colmain table.boxtable td.right {
	width: 47%;
	background: #ebf1eb;
	vertical-align: top;
	padding-bottom: 10px;
}

#colmain table.boxtable td.leftempty,
#colmain table.boxtable td.rightempty {
	width: 47%;
	background: none;

}

/*
#colmain table.boxtable td.padd {
	width: 10%;
	background: none;
}
*/

#colmain div.boxwide {
	display:block;
	float:left;
	width:640px;
	height:auto;
	background: #ebf1eb;
        padding-bottom: 10px;
}
#colmain table.boxtable h1, #colmain div.boxwide h1{
	background: #090;
	color: #fff;
	font-size: 0.8em;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 4px;
        margin: 0px 0px 10px 0px;
}

/*
#colmain div.boxwide {
	display:block;
	float:left;
	width:640px;
	height:auto;
	background: #ebf1eb;
        padding-bottom: 10px;
}


#colmain table.boxtable h1{
	background: #090;
	color: #fff;
	font-size: 0.8em;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 4px;
        margin: 0px 0px 10px 0px;
}


#colmain div.boxwide h1{
        clear:both;
        display:block;
        float:left;
        width:636px;
	background: #090;
	color: #fff;
	font-size: 0.8em;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 4px;
        margin: 0px 0px 10px 0px;
}*/


#colmain table.boxtable h1 a, #colmain div.boxwide h1 a{
	background: transparent url(../img/link_intern.gif) no-repeat;
	color: #fff;
	text-decoration: none;
	padding-left: 15px;
	display: block;
}

#colmain table.boxtable img {
	
}

#colmain div.boxwide p.bodytext,
#colmain div.boxwide table,
#colmain div.boxwide h2,
#colmain div.boxwide h3,
#colmain div.boxwide h4
#colmain div.boxwide ul,
#colmain table.boxtable p.bodytext,
#colmain table.boxtable table,
#colmain table.boxtable h2,
#colmain table.boxtable h3,
#colmain table.boxtable h4,
#colmain table.boxtable h5,
#colmain table.boxtable ul{
	margin-left: 8px;
	margin-right: 8px;
}


/***************************************************************************
 *
 * Sitemap
 */

#colmain .csc-sitemap ul {
  margin: 5px 5px 5px 10px;
  padding: 0;
  border:0;
  list-style-image: none;
}

#colmain .csc-sitemap ul li {
  margin: 3px auto 3px 10px;
}

#colmain .csc-sitemap ul li.level-3, #colmain .csc-sitemap ul li.level-4 {
  margin: 3px auto 3px 30px;
}

#colmain .csc-sitemap ul ul {
    list-style-image: none;
}

ul.level-1, ul.level-1 ul {
    list-style-type: none;
}

ul.level-1 div.bg-1 a {
    display: block;
    padding: 0px 20px;
    font-size: 14px;
    font-weight: bold;
    /*background: url(../img/li_dot.gif) no-repeat left center;*/
}

ul.level-1 li.level-1 {
    width: 40%;
    margin: 6px 1%;
    padding: 0px;
    float: left;
    background: url(../img/li_dot.gif) no-repeat 0 2px;
}

ul.level-1 li.level-2 {
    margin: 2px 10px;
}

ul.level-2 a, ul.level-3 a {
    font-size: 12px;
}

ul.level-3 li.level-3 {
    margin: 6px 0px 6px 30px;

}

ul.level-2 div.bg-2 a {
    display: block;
    padding: 4px 20px;
    background: url(../img/link_intern.gif) no-repeat left center;
}
