@charset "UTF-8";
/* Zentrales Stylesheet */

/* Reset, Restaurierung und grundlegende Formatierung */
@import url(../css/fundament.css);

/* Bildschirmdarstellung */
@import url(../css/bildschirm.css);

/* Superfish */
@import url(../css/superfish.css);

/* Druckversion */
@import url(../css/print.css);

/* IE Hacks 
@import url(../css/iehacks.css); */

h1 {
color: #0066CC; 
font-size:30px;
}

h2 {
    margin-top: 30px;
background: -moz-linear-gradient(center top , #FFFFFF 0%, #FFFFFF 67%, #D2D2D2 100%) repeat scroll 0 0 transparent;
}
h3 {color: #0066CC; font-size:18px; margin-top:17px;}
div.read_more h3 a { color: white; text-decoration: none; display: block; }
div.read_more h3 a:link { color:white; text-decoration: none; display: block;}
div.read_more h3 a:visited { color:white; text-decoration: none; display: block;}
div.read_more h3 a:focus { color:white; text-decoration: none; display: block;}
div.read_more h3 a:hover { color:white; text-decoration: none; display: block;}
div.read_more h3 a:active { color:white; text-decoration: none; display: block;}

h1, h2, h3 {margin-bottom:2px;font-family: 'Arial','Lucida Sans Unicode','Lucida Grande','Sans serif';}

ul {
    list-style-type: disc;
}
li {
    color: #666666;
    height: 100%;
    margin-top:4px;
    margin-bottom:7px;
    font-size:medium;
}
p {margin-bottom:4px;font-size:18px;}

a {color:#0066CC;}

div.image{text-align:center;}

.infobox_text h2 {
    margin-top:0;
    margin-bottom:18px;
}
.slogan h1 {font-size:25px;}

.read_more h3 {margin-top:0;}

div.maincontent {padding-left:14px;padding-right:14px;}

.newsbox {
    margin-left: 0;
    margin-right: 91px;
    width: 269px;
}

div.madivleft {float:left;border: 1px solid grey; border-radius: 0px 0px 20px 20px; width: 471px;margin-top:40px;}
div.madivright {float:right;border: 1px solid grey; border-radius: 0px 0px 20px 20px; width: 471px;margin-top:40px;}

.madivleft p, .madivright p {color:#0066CC;}

.footer_text {
    width: 800px;
}

* {font-family: 'Arial','Lucida Sans Unicode','Lucida Grande','Sans serif';color: #666666;}

/* Einige Werte ueberschreiben */
.navi { background-image: none; background-color: #0077B1; }
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background-image: none;
    background-color: #0080BD;
}
.sf-menu li li {
    background-image: none;
    background-color: #00A1DF;
}

div.submenu { display: table; width: 1000px; position: relative; margin-top: -15px; margin-right: auto; margin-left: auto; }
div.submenu > div { display: table-row; background-color: #00A1DF; }
div.submenu > div > div { display: table-cell; }
div.submenu > div > div:last-child { width:100%; }
div.submenu > div > div > a { color: white; padding:0.25em; text-decoration: none; display: block; white-space: nowrap;}
div.submenu > div > div > a:hover { background-color: #0080BD; }

.smallRefBoxIn 
	{ 
	float:left;
	margin:0.5em;
	width:31%;  
	height:10em;
	border:0.1em solid black;  	
	font-size:1em; 
	text-align:center; 
	}
	
.bigRefBox
	{ 
	float:left;
	width:100%;  
	height:25em;
	margin-bottom:1em;
	}
	
div.contact {background: #b4e391; /* Old browsers */
	background: -moz-linear-gradient(top, #b4e391 0%, #61c419 50%, #b4e391 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4e391), color-stop(50%,#61c419), color-stop(100%,#b4e391)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b4e391 0%,#61c419 50%,#b4e391 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b4e391 0%,#61c419 50%,#b4e391 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #b4e391 0%,#61c419 50%,#b4e391 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #b4e391 0%,#61c419 50%,#b4e391 100%); /* W3C */
	border-radius: 6px 6px 6px 6px;
	color: white;
	float: right;
	font-size: 20px;
	height: 31px;
	padding: 20px;
	text-align: center;
	width: 200px;
}



/* ENDE style.css */


