@media all {
	
html * { font-size: 100.01%; }

#logo { margin: 2em 0 2em 20px; }

body {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 75.00%; 
	color: #333;
	background: #437695 url(../img/bg_gradient5.gif) repeat-x top left;
}

h1,h2,h3,h4,h5,h6 {  
	font-weight: bold; 
	color:#666;
	background: transparent;
	margin: 0 0 0.75em 0;
	font-family: Arial, Verdana, Sans-Serif;
 
}

h1 { font-size: 150%; color: #036;}                        
h2 { font-size: 130%; color: #666; }       
h3 { font-size: 116.67%; color: #036; }         
h4 { font-size: 116.67%; }              
h5 { font-size: 116.67%; }              
h6 { font-size: 116.67%; font-style:italic; }

#col2_content h1 { margin-top: 2em; border-bottom: 1px solid #ccc; }

p { line-height: 1.29em; margin: 0 0 1.5em 0; padding-right: 1em; text-align: justify; }

#col2_content ul { margin: 0 0 1.5em 0;}
#col2_content ul li { line-height: 1.29em; margin-left: 2em; list-style-type: none; list-style-image: url(../img/arrow_blue_r.gif); text-align: justify;}

address { margin: 1.5em 0 1.5em 1.5em; font-style: normal; }

hr {
   	color: #fff;
   	background: transparent;
    	margin: 1.5em 0 1.5em 0;
    	padding: 0 0 1.5em 0;
    	border: 0;
    	border-bottom: 1px #ccc solid;
}

img.left { float: left; margin: 0 1.5em 1.5em 0; }
img.right {float: right; margin: 0 0 1.5em 1.5em; }


.hideme { visibility: hidden; }
.center { text-align: center;}
.highlight { color: #036; background: transparent; }
.highlight2 { color: #c00; background: transparent; }

/* Links */
a {color: #226699; background: transparent; text-decoration:none;}
a:focus,
a:hover,
a:active {color:#3377aa; text-decoration:underline;}

a img { border: 0; }

a.back { background: url(../img/arrow_blue_l.gif) no-repeat left center; padding-left: 1em; }

/* Topmenü Links */
#topmenu a { color: #999; text-decoration:none; margin-left: 0.75em; }
#topmenu a:focus, 
#topmenu a:hover,
#topmenu a:active { 
	color: #333; 
	text-decoration:none; 
	border-bottom: 1px dotted #ccc; 
	background-color: transparent;
}


/* Link-Box */
a.imglink {   
	display: block;
	clear: left;
	text-decoration: none;
	padding: 0.25em;
	margin: 0;	
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	height: 70px;
	background: #fff;
}
a.imglink img {  
	float: left; 
	padding: 0 1.5em 0 0;
	width: 150px;
	height: 70px;
}

a.imglink strong,
a.imglink span {
	display: block;
	color: #666;
	margin-top: 0.5em;
}
a.imglink:hover {
	text-decoration: none;
	background: #f6f6f6;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
}
a.imglink:hover strong,
a.imglink:hover span {
	display: block;
	color: #333;
	margin-top: 0.5em;
}


#footer span { color: #999; font-size: 90%;}

table p { margin: 0.5em; }

table td { border: 1px solid #ccc; }

table.tiny {
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
}

table.tiny td {
	padding: 2px;
}

/* Suchergebnis */
.searchresult {  }
.searchresult p { color: #666; margin: 0.25em 0 0.25em 1.5em;}
.searchresult h2 { font-weight: normal; font-size: 116.67%; margin: 0;  }
.searchresult h2 a { margin: 0;}
.searchresult a { margin-left: 1.5em; }
.searchresult a:focus,
.searchresult a:hover,
.searchresult a:active { border-bottom: 1px dotted #369; text-decoration: none; }

/* menu */
#menu {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 1px 0 0 0;
	list-style-type: none;
	border-top: 1px #036 solid;
	border-bottom: 1px #036 solid;
}

#menu ul { list-style-type: none; margin:0; padding: 0; }
#menu li { float:left; width: 100%; margin:0; padding: 0; line-height: 1.25em; }

#menu a {
	display:block;
	width: 90%;
	padding: 3px 0px 3px 10%;
	text-decoration: none;
	background-color:#fff;
	color: #444;
	border-bottom: 1px #eee solid;
}
/* Level 1 */
#menu li a { 
	width: 90%; 
	padding-left: 10%; 
	background: #226699 url(../img/arrow_white_r.gif) no-repeat right center; 
	color: #fff; 
}
#menu li a:focus,
#menu li a:hover,
#menu li a:active { background-color:#3377aa; color: #fff; }

#menu li a.active, 
#menu li a.active:focus,
#menu li a.active:hover,
#menu li a.active:active {    
	background: #226699 url(../img/arrow_white_d.gif) no-repeat right center;
	color: #fff;
	border-bottom: 1px #eee solid;
}

/* Level 2 */
#menu li ul li a { 
	width: 80%; 
	padding-left: 20%; 
	background: #fff; 
	color: #666; 
}

#menu li ul li a:focus,
#menu li ul li a:hover,
#menu li ul li a:active { 
	background: #fff; 
	color: #333; 
}

#menu li ul li a.active, 
#menu li ul li a.active:focus,
#menu li ul li a.active:hover,
#menu li ul li a.active:active {
	background: #fff url(../img/arrow_blue_r_s.gif) no-repeat 15% center;
	color: #058;
	border-bottom: 1px #eee solid;
}

/* Sitemap */ 
#sitemap {
	margin: 0;
	padding: 0;
}

#sitemap li {
	list-style-image: url(../img/arrow_black_r.gif);
}
#sitemap li ul li {
	list-style-image: url(../img/arrow_grey_r.gif);
}

#sitemap a {
	display: block;
	padding: 0.25em;
	margin: 0.25em;
	background: none;
}

div.sub {
	margin: 0;
	padding: 0;
	float: left;
}

div.sub a {
	display: block;
	padding: 0.25em;
	margin: 0.25em;
	background: none;
	text-decoration: none;
	color: #666;
}

div.sub a:hover {
	background: #f6f6f6;
	color: #333;
}

div.sub strong {
	display: block;
	padding-top: 0.5em;
	text-align: center;
}

div.sub:hover h2 {
	color: #333;
}

/* Formulare */

/* Suchbox linke Spalte - IE: hacks.css */
#search {  
	margin: 2em 0; 
	padding-left: 40px;  	
	background:transparent; 
	display:block;
}
#search input[type=text] {
	float: left; 
	border: 1px solid #999;  
	padding: 2px; 
	width: 120px; 
	background: #fff;  
	color: #666;
	margin-right: 0.5em;
}
#search input#searchimage {
	display: block;
	border: 1px solid #fff;
}
#search label {
	color: #666;
	line-height: 150%;
	margin-left: 0.35em;
}

/* Kontaktformular Kontaktseite */

#contact { padding: 1em; line-height: 150%;  }
#contact label { 
	float: left;
	text-align: right;
	width: 10em;
	margin-right: 0.5em;
	padding: 2px 0.5em 2px 2px;
	cursor: pointer;
}

#contact input[type=text] {
	border: 1px solid #999;
  	padding: 2px;
	margin-bottom: 0.75em;
	width: 200px;
}

#contact input[type=submit] {
	margin: 1em 0 1em 0;
	padding: 1px 15px 1px 5px;
	background: #226699 url(../img/arrow_white_r.gif) no-repeat center right;
	color: #fff;
	border: 0;
	border: 1px solid #036;
}
#contact select {
	width: 125px;
	border: 0;
	border: 1px solid #999;
	padding: 2px;
	margin-bottom: 0.75em;
}

#contact textarea {
	border: 1px solid #999;
	padding: 2px;
	overflow: auto;
	font-family: Arial, Verdana, Helvetica, Sans-Serif; 
	font-size: 100%;
}

#contact input[type=text].inputfailure,
#contact textarea.inputfailure
 {
	border: 2px solid #036;

}
#contact label span.inputfailure {
	color: #036;
}

#contact br {
	clear: left;
}

div.cite {
	width: 200px;
	margin: 2px 8px 3px 0px;
	padding: 4px;
	float:left;
	background-color: #437695;
	color: white;
	display: block;
}
div.cite div {
	border: solid white;
	border-width: 1px 0px;
	padding: 4px 0px;
}

.split {   
	padding: 0.25em;
	margin: 0px 0px 10px 0px;	
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}

.split td {
	border-width: 0px;
}
sub {
	font-size: smaller;
}
.split li {
	text-align: left ! important;
}
}
