/*
------------------------
PAGE BASIC
------------------------
*/


* {
	/*margin: 0;*/
	/*padding: 0;*/
}


html, body {
	height: 100%;
}


body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;

	font-family: Verdana, Geneva, serif;
	/*font-size: 97%;*/

	background: url('img/navilinks.gif') no-repeat;
}

dfn {
	display: none;
}

label {
	
}

#page {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 990px;
}

p {
	color: #181D4B;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	font-weight: normal;
	line-height: 140%;
}

ul {
	font-size: 75%;
	font-weight: normal;
	font-family: Verdana, Geneva, serif;
	color: #181D4B;
	list-style-type:square;
	line-height: 140%;
}

ol {
	font-size: 75%;
	font-weight: bold;
	font-family: Verdana, Geneva, serif;
	color: #181D4B;
	line-height: 140%;
}

ul li, li ul {
	font-size: 100%;
}

ol li, li ol {
	font-size: 100%;
}





/*
------------------------
LEFT COLUMN
------------------------
*/

#leftcol {
	float: left;
	width: 225px;
}

#logo {
	clear: both;
	background-color: #FFFFFF;
	width: 223px;
	height: 94px;
	text-align: center;
	padding-top: 10px;
	border: 1px solid #FFFFFF;
}


#search {
	clear: both;
	background-color: #CCE5DE;
	width: 223px;
	height: 34px;
	text-align: center;
	border: 1px solid #FFFFFF;
}

#search_posbox {
	margin: auto;
	padding-top: 6px;
	float: left;
	padding-left: 5px;
}


.search_button
{
	width: 55px;
	height: 20px;
	color: #181D4B;
	font-family: Verdana, Geneva, serif;
	font-size: 70%;
	font-weight: bold;
	background-color: #DBF4FB;
	border: solid 1px #76B7A6;
	text-align: center;
	padding-bottom: 3px;
}

.search_button:hover {
	border: solid 1px #FFFFFF;
	background-color: #181D4B;
	/*cursor: pointer;*/
	color: #FFFFFF;
}

.search_textbox {
	width: 121px;
	height: 16px;
	font-family: Verdana, Geneva, serif;
	font-size: 12px;
	font-weight: normal;
}

.search_helpbutton {
	float: left;
	padding-top: 7px;
	padding-left: 5px;
}

#extra {
	background-color: #181D4B;
	border: 1px solid #ffffff;
	height: 34px;
	width: 223px;
}

#switcher {
	float: left;
	padding-top: 10px;
	padding-left: 10px;

	font-family: Verdana, Geneva, sans-serif;
	font-size: 65%;
	font-weight: bold;
	color: #FFFFFF;
}

#switcher a:link, #extra a:visited, #extra a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#switcher a:hover {
	color: #99DCEE;
	text-decoration: underline;
}

#fontsizer {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 65%;
	font-weight: bold;
	color: #FFFFFF;
}

#fontsizer a:link, #fontsizer a:visited {
	text-decoration: none;
	color: #FFFFFF;
	text-align: right;
	
	margin: 0px;
	padding: 0px;
}

#fontsizer a:hover {
	text-decoration: underline;
	color: #99DCEE;
	text-align: right;
	
	margin: 0px;
	padding: 0px;
}


#navigation {
	clear: both;
	background-color: #DBF4FB;
	border: 1px solid #FFFFFF;

	width: 223px;
	height: 35px;
	text-align: left;
}

.nav_box {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 65%;
	font-weight: bold;
	color: #181D4B;
	padding-top: 12px;
	padding-left: 8px;
}


.nav_box_normal a:link, .nav_box_normal a:visited, .nav_box_normal a:active {
	color: #181D4B;
	text-decoration: none;
}

.nav_box_normal a:hover {
	color: #003A33;
	text-decoration: underline;
}

.nav_box_active a:link, .nav_box_active a:visited, .nav_box_active a:active {
	color: #003A33;
	text-decoration: underline;
}

.left_content {
	height: 100%;
	width: 223px;
	border-left: 1px solid #ffffff;
}

.left_content_title {
	font-weight: bold;
	margin-top: 15px;
}

.left_content p {
	margin-bottom: 15px;
}


.left_menu {
	width: 223px;
	border-left: 1px solid #ffffff;
}

.left_menu_header {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	
	margin-top: 20px;
	margin-bottom: 10px;
}

.left_menu_header_current {
	font-size: 75%;
	font-weight: normal;
	line-height: 140%;
	font-family: Verdana, Geneva, sans-serif;
	color: #181D4B;
	
	background-color: #181D4B;

	text-decoration: underline;
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 10px;
}

.left_menu_header_active {
	font-size: 75%;
	font-weight: bold;
	line-height: 140%;
	font-family: Verdana, Geneva, sans-serif;
	color: #181D4B;
	
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.left_menu_header_current a, .left_menu_header_current a:link, .left_menu_header_current a:visited, .left_menu_header_current a:hover, .left_menu_header_current a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.left_menu_header_active a:link, .left_menu_header_active a:visited, .left_menu_header_active a:active {
	color: #181D4B;
	text-decoration: none;
}

.left_menu_header_active a:hover {
	color: #181D4B;
	text-decoration: underline;
}

.left_menu_block {
	padding-left: 10px;
}





/*
------------------------
RIGHT COLUMN
------------------------
*/

#rightcol {
	float: left;
	width: 765px;
}


#header {
	clear: both;
}

#big_blocks {
	float: left;
}

#big_blocks div {
	width: 43px;
}

#big_blocks .big_block_top {
	background-color: #76B7A6;
	border: 1px solid #ffffff;
	height: 104px;
}

#big_blocks .big_block_bottom {
	background-color: #181D4B;
	border: 1px solid #ffffff;
	height: 35px;
}


.menu_head {
	width: 225px;
	height: 21px;
	padding-left: 10px;
	padding-top: 20px;
}

.menu_block {
	width: 225px;
	height: 95px;
	padding-left: 10px;
	padding-top: 5px;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}


#menu1, #menu2, #menu3 {
	float: left;
}

#menu1 .menu_block {
	background-color: #CCE5DE;
}

#menu2 .menu_block {
	background-color: #E2F3EE;
}

#menu2 .menu_head {
	border-left: solid 1px #BADBD2;
}

#menu3 .menu_block {
	background-color: #DBF4FB;
}

#menu3 .menu_head {
	border-left: solid 1px #BADBD2;
}

.menu_title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	color: #181D4B;
	font-weight: bold;
}

.menu_title a, .menu_title a:link, .menu_title a:visited, .menu_title a:hover, .menu_title a:active {
	color: #181D4B;
	text-decoration: none;
}

.menu_title_current {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	color: #FFFFFF;

	background-color: #181D4B;
	display: block;

	text-decoration: underline;
	padding: 1px;
	padding-left: 10px;
}

.menu_title_current a, .menu_title_current a:link, .menu_title_current a:visited, .menu_title_current a:hover, .menu_head_current a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.menu_list li {
	list-style-type: none;
	margin: 0px;
	/*padding: 0px;*/
	display: block;
}

ul.menu_list {
	padding: 0px;
	margin: 0px;
}

ul.submenu_list {
	padding-left: 10px;
	font-size: 100%;
}

.menu_list {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	font-weight: normal;
	line-height: 140%;
}

.menu_item {
	color: #181D4B;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

.menu_item a, .menu_item a:link, .menu_item a:visited, .menu_item a:active {
	color: #181D4B;
	text-decoration: none;
}

.menu_item a:hover {
	color: #FFFFFF;
	background-color: #181D4B;
	display: block;
	width: 100%;
	float: left;
	clear: left;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

.menu_item_current {
	background-color: #181D4B;
	color: #FFFFFF;
	display: block;
	text-decoration: underline;
	padding-left: 10px;
}

.menu_item_current a, .menu_item_current a:link, .menu_item_current a:visited, .menu_item_current a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.menu_item_current a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#subheader {
	clear: both;
}

#subheader .color_blocks {
	width: 45px;
	float: left;
}

#subheader .color_blocks .box1 {
	background-color: #181D4B;
	border: solid 1px #FFFFFF;
	float: left;
	width: 7px;
	height: 7px;
}

#subheader .color_blocks .box2 {
	background-color: #76B7A6;
	border: solid 1px #FFFFFF;
	float: left;
	width: 7px;
	height: 7px;
}

#subheader .color_blocks .box3 {
	background-color: #CCE5DE;
	border: solid 1px #FFFFFF;
	float: left;
	width: 7px;
	height: 7px;
}

#subheader .color_blocks .box4 {
	background-color: #E2F3EE;
	border: solid 1px #FFFFFF;
	float: left;
	width: 7px;
	height: 7px;
}

#subheader .color_blocks .box5 {
	background-color: #A6EBFD;
	border: solid 1px #FFFFFF;
	float: left;
	width: 7px;
	height: 7px;
}


#subheader .breadcrumbs {
	float: left;
	padding-left: 10px;
}

#subheader .breadcrumbs .crumbs
{
    font-family: Verdana, Geneva, serif;
    font-size: 75%;
    color: #181D4B;
    padding-top: 12px;
    text-decoration: none;
}

#subheader .crumbs a:link, #subheader .crumbs a:visited,  #subheader .crumbs a:active {
    font-weight: bold;
    text-decoration: none;
    color:#181D4B;
}

#subheader .crumbs a:hover {
    font-weight: bold;
    text-decoration: underline;
    color:#181D4B;
}

#subheader .breadcrumbs .bar
{
	border-bottom: solid 2px #181D4B;
	width: 110px;
	height: 2px;
	margin-top: 8px;
}


/*
------------------------
RIGHT COLUMN CONTENT
------------------------
*/


#content {
	width: 754px;
}

.box_blue {
	border: 1px solid #ffffff;
	background-color: #CCE5DE;
	float: left;
	width: 750px;
}

.box_blue_2 {
	border: 1px solid #ffffff;
	background-color: #E2F3EE;
	float: left;
	width: 750px;
}

.box_blue_3 {
	border: 1px solid #ffffff;
	background-color: #DBF4FB;
	width: 750px;
	float: left;
}

.box_blue_4 {
	border: 1px solid #ffffff;
	background-color: #CCE5DE;
	width: 750px;
	float: left;
}

.box_blue_5 {
	border: 1px solid #ffffff;
	background-color: #E2F3EE;
	width: 750px;
	float: left;
}



.left_block {
	width: 360px;
	float: left;
}

.left_block p.bodytext {
	padding-top: 20px;
}

.right_block {
	width: 360px;
	float: right;
}

.right_block p.bodytext {
	padding-top: 20px;
}


.box_small {
	clear: left;
	padding-left: 55px;
	padding-top: 17px;
	width: 680px;
}

.box_small ul {
	
}

.box_textpic {
	width: 440px;
	float:left;
}

.box_textpic_img{
	float: right;
}

.box_meta {
	font-size: 70%;
}

.box_meta img {
	vertical-align: -2px;
}

.box_meta a:link, .box_meta a:visited {
	color: #181D4B;
	text-decoration: underline;
}

.box_meta a:hover, .box_meta a:active {
	color: #181D4B;
	text-decoration: none;
}

#box_wide {
	clear: both;
	width: 754px;
}



.startpage_1 {
	border: 1px solid #FFFFFF;
	background: #6D4933 url(img/ebn/startseite-service.jpg) no-repeat left 50%;
	color: #FFFFFF;
	padding-bottom: 15px;
	padding-top: 10px;
}

.startpage_1 p.bodytext, .startpage_1 h1 {
	padding-left: 300px;
	color: #FFFFFF;
}

.startpage_1 a:link {
	color: #ffffff;
}

.startpage_1 a:visited {
	color: #ffffff;
}

.startpage_1 a:hover{
	color: #ffffff;
}


.startpage_2 {
	background: #2D3043 url(img/ebn/startseite-beraternetzwerk.jpg) no-repeat right 50%;
	border: 1px solid #FFFFFF;
	padding-left: 55px;
	color: #FFFFFF;
	padding-bottom: 15px;
	padding-top: 10px;
}

.startpage_2 h1, .startpage_2 p.bodytext, .startpage_2 li {
	color: #FFFFFF;
}


.startpage_2 a:link {
	color: #ffffff;
}

.startpage_2 a:visited {
	color: #ffffff;
}

.startpage_2 a:hover{
	color: #ffffff;
}




.startpage_3 {
	border: 1px solid #FFFFFF;
	background-color: #DBF4FB;
	padding: 0px;
	padding: 10px;
}

.startpage_3 p.bodytext {
	padding-left: 45px;
}

.startpage_3 h1 {
	padding-left: 45px;
}

.startpage_3 .csc-textpic-imagewrap {
	float: right;
}

.startpage_icons {

}




.csc-textpic-clear {
	clear: both;
}


.leftpic_img {
	float: left;
	width: 280px;
	border: 1px solid red;
}

.leftpic_text {
	float: left;
	border: 1px solid red;

	width: 450px;
	padding: 10px;
	padding-top: 20px;
}



.startpage_box_gray{
	border-right: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	background-color: #E2F3EE;
	width: 754px;
}

.rightpic_img {
	float: right;
	width: 280px;
	border: 1px solid red;
}


.rightpic_text {
	float: left;
	border: 1px solid red;
	width: 450px;
	padding: 10px;
	padding-top: 20px;
}



/*
------------------------
BASIC TAGS
------------------------
*/

abbr {
	cursor:help;
}

h1 {
	font-size: 95%;
	font-weight: bold;
	font-family: Verdana, Geneva, serif;
	color: #181D4B;
}

h2 {
	font-size: 75%;
	font-weight: bold;
	font-family: Verdana, Geneva, serif;
	color: #181D4B;
}


a:link {
	color: #003A33;
	text-decoration: underline;
}

a:visited {
	color: #181D4B;
	text-decoration: underline;
}

a:hover {
	color: #003A33;
	text-decoration: none;
}

a:active {
	color: #003A33;
	text-decoration: underline;
}



img {
	border-width:0px;
}





.clearer
{
	clear: both;
}




/*
------------------------
NEWS
------------------------
*/


.news_latest_container {
	margin: 0 auto;
	font-weight: normal;
	line-height: 140%;
	font-family: Verdana, Geneva, sans-serif;
	color: #181D4B;*/
}
  
      
.news_latest_header {
	font-weight: bold;
	font-size: 75%;
	font-family: Verdana, Geneva, sans-serif;
	color: #181D4B;
}
 

.news_item_item {

}


.news_latest_item a:link {
	font-size: 75%;
	font-weight: bold;
	line-height: 140%;
	font-family: Verdana, Geneva, sans-serif;
	
	color: #003A33;
	text-decoration: underline;
}

.news_latest_item a:visited {
	font-size: 75%;
	font-weight: bold;
	line-height: 140%;
	font-family: Verdana, Geneva, sans-serif;

	color: #181D4B;
	text-decoration: underline;
}

.news_latest_item a:hover {
	font-size: 75%;
	font-weight: bold;
	line-height: 140%;
	font-family: Verdana, Geneva, sans-serif;
	
	color: #003A33;
	text-decoration: none;
}

.news_latest_item a:active {
	font-size: 75%;
	font-weight: bold;
	line-height: 140%;
	font-family: Verdana, Geneva, sans-serif;

	color: #003A33;
	text-decoration: underline;
}

.news_latest_item IMG {

	display: none;
}

.news_morelink a:link, .news_morelink a:visited, .news_morelink a:active {
	font-weight: normal;
}



.news-single-links dt
{
	font-size: 75%;
	font-weight: bold;
	line-height: 140%;
	font-family: Verdana, Geneva, sans-serif;
	color: #181D4B;
}


p.bodytext{
	margin: 0px;
	padding: 0px;
	color: #181D4B;
}

p.bodytext a:link, p.bodytext a:visited, p.bodytext a:active {
	font-weight: normal;
	font-size: 100%;
}



.news_single_img {
	border: 0px;
	float: right;
	margin-left: 20px;
	margin-bottom: 50px;
}


/*
------------------------
INDEXED SEARCH
------------------------

*/



.tx-indexedsearch-whatis {
	font-size: 75%;
	font-weight: bold;
	line-height: 140%;
	font-family: Verdana, Geneva, sans-serif;
	color: #181D4B;
}


.tx-indexedsearch {
	margin-left: 54px;
	width: 640px;
	clear: both;
	padding-top: 50px;
}

#search_results
{

	font-size: 75%;
	font-weight: normal;
	line-height: 140%;
	font-family: Verdana, Geneva, sans-serif;
	color: #181D4B;

}

.browsebox {
	list-style-type: none;
}

.browsebox li {
	display: inline;
	margin-right: 8px;
}






.mailform {
	font-size: 75%;
	font-weight: bold;
	line-height: 140%;
	font-family: Verdana, Geneva, sans-serif;
	color: #181D4B;
}

.mailform div {
	margin-top: 15px;
}

.mailform label {
	float: left;
	width: 150px;
}

.mf-input, .mf-text {
	width: 350px;
	border: 1px solid black;
}


.mf-submit
{
	width: 75px;
	height: 20px;
	color: #181D4B;
	font-family: Verdana, Geneva, serif;
	font-size: 70%;
	font-weight: bold;
	background-color: #DBF4FB;
	border: solid 1px #76B7A6;
	/*cursor: hand;*/
	text-align: center;
	padding-bottom: 3px;
}

.search_button:hover {
	border: solid 1px #FFFFFF;
	background-color: #181D4B;
	cursor: pointer;
	color: #FFFFFF;
}



.csc-textpic-imagewrap {
	color: #181D4B;
	font-family: Verdana, Geneva, serif;
	font-size: 70%;
	font-weight: normal;
}



.tx-irfaq-pi1 a{
	color: #181D4B;
	font-family: Verdana, Geneva, serif;
	font-size: 75%;
	font-weight: bold;
}





/*
------------------------
PAGES
------------------------
*/


.wirtschaft_aktuell {
	background-image: url(img/ermn/Startseite_mitte-Wirtschaft.jpg);
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-left: 50px;
	padding-right: 200px;
}

.wirtschaft_links {
	background: #2E4652 url(img/ermn/Startseite_unten-Wirtschaft.jpg) no-repeat left 50%;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-left: 300px;
	padding-right: 10px;
}

.burgerinfo_aktuell {
	background: url(img/ermn/Startseite_mitte-Buergerinf.jpg);
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-left: 50px;
	padding-right: 200px;
}

.burgerinfo_links {
	background: #161745 url(img/ermn/Startseite_unten-Buergerinf.jpg) no-repeat left 50%;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-left: 300px;
	padding-right: 10px;
}


.schulkontakte_aktuell {
	background: url(img/ermn/Startseite_mitte-Schule.jpg) no-repeat left 50%;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-left: 50px;
	padding-right: 200px;
}

.schulkontakte_links {
	background: #364038 url(img/ermn/Startseite_unten-Schule.jpg) no-repeat left 50%;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-left: 300px;
	padding-right: 10px;
}


.freizeit_aktuell {
	background: url(img/ermn/Startseite_mitte-Freizeit.jpg) no-repeat left 50%;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-left: 50px;
	padding-right: 200px;
}

.freizeit_links {
	background: #174747 url(img/ermn/Startseite_unten-Freizeit.jpg) no-repeat left 50%;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-left: 300px;
	padding-right: 10px;
}


.gesundheit_aktuell {
	background: url(img/ermn/Startseite_mitte-Gesundheit.jpg) no-repeat left 50%;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-left: 50px;
	padding-right: 200px;
}

.gesundheit_links {
	background: #0A2A5B url(img/ermn/Startseite_unten-Gesundheit.jpg) no-repeat left 50%;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-left: 300px;
	padding-right: 10px;
}




.aktuell h2, .aktuell li {
	color: #ffffff;
}


.aktuell a:link {
	color: #ffffff;


	text-decoration: underline;
}

.aktuell a:visited{
	color: #ffffff;
	text-decoration: underline;
}

.aktuell a:active{
	color: #ffffff;
	text-decoration: underline;
}

.aktuell a:hover {
	color: #ffffff;
	text-decoration: none;
}

.links h2, .links li {
	color: #ffffff;
}


.links a:link {
	color: #ffffff;
	text-decoration: underline;
}

.links a:visited{
	color: #ffffff;
	text-decoration: underline;
}

.links a:active{
	color: #ffffff;
	text-decoration: underline;
}

.links a:hover {
	color: #ffffff;
	text-decoration: none;
}




.logo1, .logo2, .logo3, .logo4, .logo5 {
	float: left;
	padding-right: 10px;
	padding-top: 5px;
}

.logo1 {
	padding-left: 5px;
}

.logo6 {
	float: left;
	padding-top: 5px;
}





.morelink a:link, .morelink a:visited, .morelink a:active {
	font-size: 75%;
	color: #003A33;
	text-decoration: underline;
	font-weight: normal;
}

.morelink a:hover {
	font-size: 75%;
	/*color: #181D4B;*/
	text-decoration: none;
	font-weight: normal;
}


#footer {
	clear: both;
	width: 500px;
	
	color: #181D4B;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	font-weight: normal;
	
	padding-top: 50px;
	padding-left: 55px;
	padding-bottom: 50px;
}

#printlink {
	float: left;
}

#sendlink {
	float: left;
	margin-left: 30px;
}

.box {
	clear: both;
	width: 600px;
	border-top: 1px solid #BADBD2;
}

.box_left {
	float: left;
	margin-bottom: 50px;
}

.box_right {
	width: 150px;
	float: right;
}