/*  Start of CMSMS style sheet 'kobrastyle' */

/*
blau: #002D58
gruen: #70B849
text: #666
grau: #CCC
hellgrau: #F5F5F5
*/

html, body {
   margin:0;
   padding:0;
   height: 100%;
}


body {
	background-color: #FFF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
}

a { color: #70B849;  text-decoration: none;} /* Rubrik */
a:visited { color: #70B849;}
a:hover { color: #70B849; text-decoration: underline; }
a:focus {outline-style: none;} /* get rid of dotted border in FF*/

h1, p { margin-top: 0; padding-top: 0; } 

h1 { 
	color: #002D58; 
	font-size: 22px; font-weight: normal; 
	letter-spacing: -0.5px; 
	line-height: 28px;
	margin-bottom: 10px;
}

h2 { color: #70B849; font-size: 16px;}
h3 { color: #70B849; font-size: 13px;}


.linie { color:#969696; }
.barrierefrei { display: none; }

blockquote {
	color: #002D58;
	font-style: italic;
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}


hr { 
	background: #FFF;
	border: none;
	height: 1px;
	margin: 1px 0 15px 0;
	padding: 0;
	border-top: 1px dotted #999;
}


/* WRAPPER
----------------------------------------------------------------------------- */

#container {
	position: relative;   
	margin: 0 auto;
	width: 910px;
	min-height:100%;
	background: url(../images/kobra/bg-border-leftright.gif) repeat-y 5px 0;
	padding-left: 10px;

}


/* HEADER
----------------------------------------------------------------------------- */

#header {
 	width: 900px;
	height: 125px;
	background: #FFF url(../images/kobra/subtitle.gif) no-repeat 0px bottom;
}

#header a img {
	margin: 25px 0 0 25px; /* Logo Schalter */
}

#header img { border: 0; }

#header em { /* Subtitle */
	display: none;
}

/* CONTENT
----------------------------------------------------------------------------- */

#content {
   position: relative;
   margin: 30px auto 0px 0;   /* some air above and under menu and content */
   min-height: 400px;
   padding-bottom: 40px;
}

#infotelefon {
    margin: 15px 0 0 0;
    height: 62px; width: 240px;
    background: url(../images/kobra/infotelefon.gif) no-repeat 0px;
}

#main {
    width: 570px;
    margin-left: 250px;
    margin-right: 0px; 
    padding: 5px 30px 10px 30px;
	line-height: 18px;
}

#main img {
	padding: 5px;
	border: 1px solid #DDD;
	margin: 0px 7px 0px 0px;
	background-color: #FFF;
}

#main a:hover img { border: 1px solid #70B849; }



/* --- List --- */

#main ul {
	padding-left: 20px;
	list-style: none;
}

#main ul li {
        background: url(../images/kobra/bullet-green.gif) no-repeat 0px 6px;
        padding-left: 12px;
}

.totop {
	color: #cccccc;
	font-size: 11px;     
	padding-top: 20px;
	text-align: right;
}

.totop a { color: #777; background-image: none;}
.totop a:visited { color: #cccccc; }
.totop a:hover,  #navtree a:visited:hover{ color: #70B849;}

/* Search Results */

#main .searchresults {
padding: 0;
}

#main .searchresults li {
	list-style-type: none;
	padding: 5px 5px 5px 0px;
	border-bottom: 1px solid #CCC;
	background: none;
}

#main .searchresults li:hover {
        background-color: #F5F5F5;
}

/* Glossary */

#main .glossarynav a {
	font-weight: bold;
	color: #002D58;
}

#main .term a {
	font-weight: bold;
	line-height: 17px;
}

dl { margin: 0; }
dd { padding: 3px 0; }


/* Textboxen */

.box_1 p, .box_2 p {
	padding: 0px; margin: 0;
}

.box_1 { /* blue */
	padding: 10px;
	color: #002D58;
	background: #F5F5F5;
	border-left: 10px solid #002D58;
	margin: 0 0 10px 0;
}

.box_2 { /* green */
	padding: 10px;
	color: #002D58;
	background: #F5F5F5;
	border-left: 10px solid #70B849;
	margin: 0 0 10px 0;
}

.red { color: RED; }
.kobrablau { color: #002D58; }
.kobragruen { color: #70B849; }


.trennstrich-oben { /* p */
	border-top: 1px dotted #999;
	margin-top: 15px;
	padding-top: 15px;
}

.trennstrich-unten { /* p */
	border-bottom: 1px dotted #999;
	margin-bottom: 15px;
	padding-bottom: 15px;
}


/* SIDEBAR
----------------------------------------------------------------------------- */


#sidebar {
	float: left; 
	width: 240px;     
	display: inline;  /* FIX IE double margin bug */
	margin-left: 0;
	overflow: hidden;
	padding: 0;
	text-align:left;
	background: #F5F5F5;
}

/* SITEMAP
------------------------------------------------------------ */

#sitemap {
margin-left: -20px;

}

#sitemap ul {
	background: none;
	padding-left: 25px;
	line-height: 23px;
}

#sitemap ul li {
	background: none;
	padding: 0;
}

#sitemap ul li {
	border-bottom: 1px solid #D0D0D0;
	font-weight: bold;
}

#sitemap ul ul li {
	border-top: 1px dotted #D0D0D0;
	border-bottom: 0px dotted #D0D0D0;
	font-weight: normal;
}

#sitemap ul ul ul li {
	border-top: 1px dotted #D0D0D0;
	border-bottom: 0px dotted #D0D0D0;
	font-weight: normal;
}


/* FOOTER
----------------------------------------------------------------------------- */


#footer {
	height: 20px;    /* IE */
	position: absolute;
	bottom: 0;
	width: 850px;
	color: #FFF;
	background: #70B849;
	font-size: 11px;
	text-transform: uppercase;
	text-align: right;
	padding: 10px 50px 5px 0;
	border-top: 1px solid #FFF;
}

#footer a {
	color: #FFF; 
}

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


/* ACCESSIBILITY
----------------------------------------------------------------------------- */

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted #333;
   margin: 1em;
}

/* relational links under content */
div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}



/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */

	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */


/* End of 'kobrastyle' */

