/* vim: set ic aw ts=4 sw=4 sm smd ai hlsearch: */

/* defaults for body */
html, body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center; /* IE FIX for centered container */
}

/* std-definitions */
p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-indent: 0;
	line-height: 150%;
	margin: 0;
	padding: 0;
	color: rgb(0,0,0);
}
div { /* needed for pic-captiain and ohter std. elements */
	color: rgb(72,72,72);
}
#left_contact p {
	margin-bottom: 0px;
}

ol, ul { /* IE FIX list-style */
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#normal_content_normal ul {
	list-style-type: circle;
	list-style-position: outside;
	padding-left: 20px;
	color: rgb(122,122,122);
}
#normal_content_normal ul li {
	margin-bottom: 6px;
}

img {
	border: 0;
}

/* Image caption for content */
p.csc-caption {
	font-size: 11px;
	font-weight: bold;
}

/* mailform styles */
p.csc-form-label-req {
	font-weight: bold;
}

.clear {
	clear: both;
}

.margin-bottom {
	margin-bottom: 10px;
}

/* styles content right */
#right_cont p {
	margin-top: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	font-size: 16px;
	color: rgb(154,15,90);
	font-weight: bold;
	background-image: url(../img_layout/verlauf_content_rechts.jpg);
	background-repeat: no-repeat;
	background-position: 20px 0px;
	border: 0px solid green;
}
#right_cont p.titleright {
        font-family: Verdana,arial,helvetica,sans-serif;
        font-size: 12px;
        color: rgb(72,72,72);
        font-weight: bold;
        margin-bottom: 8px;
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
		padding-left: 16px;
		padding-right: 10px;
        text-align: left;
        font-weight: bold;
        background-image: url(../img_layout/foo.jpg);
        border: 0px solid green;
}
#right_cont p.textright {
        font-family: Verdana,arial,helvetica,sans-serif;
        font-size: 10px;
        font-weight: normal;
        color: rgb(72,72,72);
        font-weight: normal;
        margin-bottom: 5px;
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
		padding-left: 16px;
		padding-right: 10px;
        text-align: left;
        background-image: url(../img_layout/foo.jpg);
        border: 0px solid green;
}
#right_cont ul {
	padding-bottom: 6px;
	padding-left: 32px;
	margin-bottom: 16px;
/*	background-image: url(../img_layout/verlauf_content_rechts.jpg);
	background-repeat: no-repeat;
	background-position: 20px bottom;*/
	list-style-image: url(../img_layout/list_item.gif);
	list-style-position: outside;
	border: 0px solid red;
}
/* Another IE-Hack\*/
* html #right_cont ul {
	padding-left: 24px;
}
/* end of IE-Hack */
/*
#right_cont ul li:first-child {
	background-image: url(../img_layout/verlauf_content_rechts.jpg);
	background-repeat: no-repeat;
	background-position: -12px top;
	border: 0px solid red;
}
*/
#right_cont ul li {
	margin: 0;
	padding: 0;
	line-height: 14px;
	padding-top: 8px;
	padding-left: 5px;
	padding-right: 12px;
	border: 0px solid green;
	vertical-align: middle;
	color: rgb(122,122,122);
}
/* IE Box model \*/
* html #right_cont ul li {
	margin-top: 8px;
	margin-right: 30px;
	padding-top: 0px;
	padding-right: 0px;
}


/* sitemap styles */
#normal_wrap div.csc-sitemap ul li {
	margin-bottom: 4px;
	list-style-image: url(../img_layout/foo.gif);
	list-style: circle inside;
}
#normal_wrap div.csc-sitemap ul li ul li {
	margin-left: 30px;
	margin-bottom: 0px;
	list-style-image: url(../img_layout/foo.gif);
	list-style: none inside;
}



/* center main element and give bg-image */
#verlauf {
	position: relative;
	width: 1004px;
	padding: 0px auto; /* center position of element */
	margin: 0px auto;
	border: 0px solid blue;
}

/* main container element */
#container {
	position: relative;
	width: 1004px;
	padding: 0px auto;
	margin: 0px auto;
	text-align: left;
	border: 0px solid red;
}

/* head container */
#head_wrap {
	position: relative;
	width: 1004px;
	height: 90px;
	padding: 0;
	margin: 0;
	background-image: url(../img_layout/top_verlauf.jpg);
	background-position: 527px 0px;
	background-repeat: repeat-y;
	border: 0px solid blue;
}
#head_deko {
	position: relative;
	float: left;
	width: 527px;
	height: 90px;
	padding: 0;
	margin: 0;
	background-image: url(../img_layout/top01.jpg);
	background-position: left;
	background-repeat: no-repeat;
	border: 0px solid green;
}
#head_logo {
	position: relative;
	float: right;
	margin-top: 18px;
	margin-right: 18px;
	display: inline; /* Fix IE float-double-margin-bug */
}

/* body container */
#body_wrap {
}
#left_deko {
	position: relative;
	float: left;
	width: 17px;
	height: 490px;
	background-image: url(../img_layout/verlauf_links.jpg);
	background-repeat: repeat-x;
	background-position: left;
	border: 0px solid green;
	margin-right: -3px;
}
#main_wrap {
/*	position: relative;	width: 960px; DONT apply these! This would kill the #left_deko bg-image */
	border: 0px solid red;
	border-left: 17px solid rgb(255,255,255);
}
/* Hide from IE/mac 5.x. Fix for IE-Win < 7 3px-Text-Gap-Bug \*/
* html #main_wrap {
	height: 1%;
	border-left: 0;
	margin-left: -3px;
}
/* End of hide IE/mac */



#top_verlauf {
	position: relative;
	width: 960px;
	height: 8px;
	border: 0px solid black;
	overflow: hidden;
	background-image: url(../img_layout/verlauf_balken_oben.jpg);
	background-repeat: repeat-y;
}

#left_wrap {
	float: left;
	width: 152px;
	min-height: 463px; /* FIX for IE below */
	margin-right: -3px;
	background-image: url(../img_layout/menue2_verlauf.jpg);
	background-repeat: repeat-x;
	background-position: 0px 38px;
	border: 0px solid black;
}
/* Hide from IE/mac 5.x Simulate win-height for IE \*/
* html #left_wrap {
	display: table-cell;
	height: 463px;
}
/* End of hide IE/mac */
#left_menu_deko {
	position: relative;
	height: 43px;
	width: 152px;
	background-image: url(../img_layout/hg_menue2_oben.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	border: 0px solid grey;
}
#left_menu {
	min-height: 300px; /* Min-height needed for positioning of contact for "short submenus" */
	margin-bottom: 50px;
	padding-top: 20px;
	border: 0px solid black;
}
/* Hide from IE/mac 5.x Simulate win-height for IE \*/
* html #left_menu {
	display: table-cell;
	height: 300px;
	width: 152px;
	overflow: hidden;
}
/* End of hide IE/mac */
#left_contact {
	padding-left: 2px;
}
#left_contact p {
	font-weight: bold;
/*	font-size: 10px;*/
	font-family: verdana, arial, helvetica, sans-serif;
}


#right_wrap {
	float: right;
	width: 225px;
/*	height: 460px;*/
	background-image: url(../img_layout/verlauf_content_main_right.jpg);
	background-repeat: no-repeat;
	background-position: left 60px;
	border: 0px solid green;
}
#right_deko {
	float: right;
	width: 18px;
	height: 460px;
	background-image: url(../img_layout/verlauf_rechts.jpg);
	background-repeat: repeat-x;
	background-position: right bottom;
}
#right_cont {
/*	background-image: url(../img_layout/verlauf_content_rechts.jpg);
	background-repeat: no-repeat;
	background-position: 24px 5px;*/
	padding-top: 37px;
	float: right;
	width: 207px;
}

#normal_wrap {
	border-left: rgb(255,255,255) solid 152px;
	border-right: rgb(255,255,255) solid 225px;
	border-bottom: 0px solid blue;
}
/* Hide from IE/mac 5.x. Fix for IE-Win < 7 3px-Text-Gap-Bug \*/
* html #normal_wrap {
	height: 1%;
	border-left: 0px solid black;
	border-right: 0px solid black;
	margin-left: -3px;
}
#normal_float { /* this will limit the float-scope of floating content elements */
    float: left;
    margin-left: 3px;
    border: 0px solid green;
}
* html #normal_float { 
    margin-left: 0px;
}
/* End of hide IE/mac */
#normal_navmenu {
	position: relative;
	height: 27px;
	padding-left: 17px;
	padding-right: 18px;
	border: 0px solid black;
}
#normal_navmenu p {
	margin-top: 4px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: rgb(125,125,125);
	text-decoration: none;
}
#normal_navmenu p a {
	color: rgb(125,125,125);
	text-decoration: none;
}
#normal_navmenu p a:hover {
	color: black;
}
#normal_content_normal {
	margin-bottom: 16px;
	padding-left: 17px;
	padding-right: 18px;
/*	min-height: 436px;*/ /* Min-height needed for bg-image */
/*	background-image: url(../img_layout/verlauf_bild_oben.jpg);*/
	background-repeat: repeat-y;
	background-position: 17px;
	border: 0px solid green;
	max-width: 562px;
}
#normal_content_left {
	position: relative;
	float: left;
	width: 273px;
/*	padding-left: 17px;*/
/*	padding-left: 17px;*/
	border: 0px solid red;
}
/* Hide from IE/mac 5.x Simulate win-height for IE \*/
* html #normal_content_left {
	width: 280px;
}
/* end of IE-hack */
#normal_content_right {
	position: relative;
	float: right;
	width: 273px;
/*	padding-right: 18px;*/
	border: 0px solid red;
}
/* Hide from IE/mac 5.x Simulate win-height for IE \*/
* html #normal_content_right {
	width: 280px;
}
/* end of IE-hack */
/* Hide from IE/mac 5.x Simulate win-height for IE \*/
/*
* html #normal_content {
	display: table-cell;
	height: 436px;
}
*/
/* end of IE-hack */

#print_contact {
	display: none;
	visibility: hidden:
	overflow: hidden;
}

#foot_wrap {
	height: 31px;
	clear: both;
	border: 0px solid green;
}






#top_wrap {
	position: relative;
	width: 960px;
	height: 22px;
	border: 0px solid blue;
/*	overflow: hidden;*/
	background-image: url(../img_layout/top_verlauf.jpg);
	background-repeat: repeat-y;
	background-position: 0px;
}

#top_langmenu {
	position: relative;
	height: 22px;
	width: 110px;
	float: left;
	overflow: hidden;
	border: 0px solid black;
}
#top_langmenu fieldset {
	margin: 0;
	padding: 0;
	width: 10px;
}
#top_langmenu label, #top_langmenu legend {
	display: none;
	margin: 0;
	padding: 0;
}
#top_langmenu select {
	margin-top: 2px;
	margin-left: 2px;
	position: relative;
	height: 16px;
	font-size: 10px;
	font-weight: normal;
	color: black;
	background-color: rgb(232,232,232);
	border: 1px solid black;
}

#top_menu {
	position: relative;
	width: 620px;
	height: 22px;
	line-height: 22px; /* centered text will work with this */
	float: left;
	margin: 0;
	padding: 0;
	border: 0px solid blue;
}
/*
* html #top_menu {
	height: 1%;
	display: inline;
}
*/
#top_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#top_menu li {
	margin: 0;
	padding: 0;
	float: left; /* Dont use display inline, will result in probs with list-style-image */
/*	display: inline;*/
	border: 0px solid green;
}
#top_menu a {
	position: relative;
	display: block; /* otherwise height-property wont work */
	height: 22px;
	line-height: 22px;
	padding-left: 18px;
	padding-right: 22px;
	white-space: nowrap;
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../img_layout/pfeil_inaktiv.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	border: 0px solid black;
}
/* yet another IE hack \*/
* html #top_menu a {
	display: inline;
}
/* end of IE-hack */
#top_menu li a.active, #top_menu a:hover {
	font-size: 10px;
	background-image: url(../img_layout/pfeil_aktiv.gif);
	text-decoration: underline;
}

#top_right_wrap {
	position: relative;
	height: 22px;
	width: 216px;
	float: right;
	border: 0px solid green;
	overflow: hidden;
}
#top_search {
	float: left;
	border: 0px solid black;
}
#top_search form input.searchinput {
	position: relative;
	height: 18px;
	vertical-align: top;
	margin: 0;
	padding: 0;
	line-height: 18px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-indent: 0px;
	border: 1px solid rgb(122,122,122);
}
#top_search form input.searchsubmit {
	position: relative;
	width: 66px;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: rgb(122,122,122);
	background-color: white;
	border: 0px solid blue;
}
#top_search form input.submit {
	padding-left: 4px;
}
#top_login {
	position: relative;
	float: right;
	margin-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 18px;
	display: inline; /* Fix IE float-double-margin-bug */
	border-left: 1px solid rgb(122,122,122);
}
#top_login a {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: rgb(122,122,122);
	border: 0px solid blue;
}





#left_menu ul {
	margin: 0;
	padding: 0;
	padding-left: 7px;
	list-style-type: none;
}
#left_menu ul li {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	border: 0px solid green;
}
#left_menu a {
	margin: 0; /* FIX for IE .. should be inherited from top containers */
	padding: 0;
	display: block;
	height: 17px;
	line-height: 17px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: black;
	border: 0px solid black;
}
#left_menu li a.active, #left_menu a:hover {
	font-size: 10px;
	font-weight: bold;
}
#left_menu ul li ul {
	margin: 0;
	padding: 0;
}
#left_menu ul li ul li {
	position: relative;
	height: 17px;
	margin: 0;
	padding: 0;
	padding-left: 17px;
	border: 0px solid green;
}
#left_menu ul li ul li.active {
	background-image: url(../img_layout/pfeil_aktiv.gif);
	background-repeat: no-repeat;
}
#left_menu ul li ul li a {
	color: rgb(154,15,90);
}



#foot_menu {
	float: right;
	width: 800px;
	height: 20px;
	line-height: 20px; /* centered text will work with this */
	margin: 0;
	margin-right: 10px;
	padding: 0;
	border: 0px solid red;
	display: inline; /* Fix IE float-double-margin-bug */
}
#foot_menu span {
	float: right;
	padding-left: 22px;
	padding-right: 22px;
}
#foot_menu .border {
	border-left: 1px solid rgb(122,122,122);
}
#foot_menu a {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: rgb(122,122,122);
	height: 20px;
	line-height: 20px;
	border: 0px solid black;
}
#foot_menu a:hover {
	font-size: 10px;
	color: black;
}



