/* -------------------------------------------------------------- 

   layout.css
   * Sets up basic-layout.
   
-------------------------------------------------------------- */
@import url("forms.css");
@import url("individual.css");

/* HTML / Body
-------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
       font:11pt/120% Arial, serif;
       background-color: white !important;
       background-image: none !important;
       color:black;
	   line-height:normal;
}

div.container {
	margin:0 auto; position:relative; /* puts container in front of distance */ clear:left; padding:0; text-align:left;
	
}

div.header_bg {
	position:relative;
	top:0px;
	left:0px;
	height:190px;
	width:999px;
	background-image:url(../images/header_bg.png);
	background-position:left 20px;
	background-repeat:no-repeat;
	display:none;
}

div.header {
	position:absolute;
	top:29px;
	left:9px;
	height:161px;
	width:981px;
	
}

div.header_img {
	position:relative;
	top:0px;
	left:0px;
	height:161px;
	width:981px;
}

div.logo {
	position:absolute;
	top:0px;
	right:0px;
	_right:-1px;
	width:220px;
	height:51px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}

div.languages {
	position:absolute;
	top:0px;
	right:240px;
	width:90px;
	height:51px;
	clear:both;
}

div.lng {
	position:relative;
	float:left;
	display:inline;
	width:25px;
	height:51px;
	background-color:#ffd300;
	margin-right:5px;
}

div.lng_margin {
	position:absolute;
	bottom:5px;
	left:0px;
	width:25px;
	text-align:center;
}

div.global_nav {
	position:absolute;
	top:131px;
	left:211px;
	width:770px;
	height:30px;
	background-color:#ffd300;
}

div.global_nav_margin {
	position:relative;
	top:8px;
	left:30px;
	color:#003399;
}

div.global_search_margin {
	position:relative;
	top:6px;
	*top:5px;
	left:30px;
}

div.columns {
	position:relative;
	top:0px;
	left:0px;
	/*width:999px;
	background-image:url(../images/bg_repeat.png);
	background-repeat:repeat-y;*/

}

div.columns_home {
	position:relative;
	top:0px;
	left:0px;
	/*width:999px;
	background-image:url(../images/bg_repeat_home.png);
	background-repeat:repeat-y;*/

}

div.column_left {
	float:left;
	display:inline;
	width:211px;
	margin-left:9px;
	display:none;
}

div.column_middle {
	/*float:left;
	display:inline;
	width:590px;*/
	float:none !important;
}

div.content_home {
	/*width:555px;
	margin-top:15px;
	margin-left:30px;*/
}

div.content {
	/*width:540px;
	margin-top:50px;
	margin-left:30px;*/
}

div.column_right {
	float:left;
	display:inline;
	width:179px;
	display:none;
}

div.content_right {
	margin-left:20px;
	margin-top:50px;
	width:148px;
}

div.title_line_news {
	background:none;
	border:0px;
	border-bottom:1px dashed #003399;
	width:100%;
	height:1px;
	margin:0px;
	padding:0px;
	margin-bottom:25px;
}

div.title_line {
	background:none;
	border:0px;
	border-bottom:1px dashed #003399;
	width:100%;
	height:1px;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}

div.breadcrumb {
	position:absolute;
	top:0px;
	left:220px;
	width:770px;
	height:30px;
	background-color:#f2f2f2;
	display:none;
}

div.breadcrumb_home {
	position:relative;
	top:0px;
	_top:-2px;
	left:0px;
	width:590px;
	height:30px;
	background-color:#f2f2f2;
}

div.breadcrumb_nav_margin {
	position:relative;
	top:8px;
	left:30px;
	color:#666666;
}

div.title_home {
	/*position:relative;
	top:6px;
	left:30px;*/
}

div.content_img_home {
	width:590px;
	height:220px;
	display:none;
}

div.footer {
	position:relative;
	bottom:0px;
	left:0px;
	width:999px;
	height:59px;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	padding-bottom:20px;
	display:none;
}

div.footer_home {
	position:relative;
	bottom:0px;
	left:0px;
	width:999px;
	height:59px;
	background-image:url(../images/footer_home.png);
	background-repeat:no-repeat;
	padding-bottom:20px;
		display:none;

}

div.footer_address {
	position:relative;
	left:220px;
	top:28px;
	width:770px;
	color:#FFFFFF;
	text-align:center;
}

div.float_left {
	float:left;
	display:inline;
}

div.clear {
	clear:both;
}


/**************************** Typography *******************************/
/* Headings
-------------------------------------------------------------- */
h1 {
	font-size:       		13pt;
	margin:					0px;
	margin-bottom:			10px;
	color:#000000;
	font-weight:bold;
}

h2 {
	font-size:       		11pt;
	margin:					0px;
	margin-bottom:			10px;
	font-weight:bold;
	color:#000000;
}

h3 {
	font-size:       		10pt;
	margin:					0px;
	margin-bottom:			10px;
	font-weight:bold;
	color:#000000;
	text-transform:uppercase;
}

h4 {
	font-size:       		11pt;
	margin:					0px;
	font-weight:bold;
	text-transform:uppercase;
}



/* Text elements
-------------------------------------------------------------- */
p, div, td { 
	font-size:       		11pt;
	line-height:normal;
	margin:0px;
	margin-bottom:			20px;
	color:#3d3d3d;
}

p img.left {
	float: left; 
	margin: 5px;
}

p img.right { 
	float: right; 
	margin: 5px; 
}

a { 
	color:#666666;
	text-decoration:underline;
}

a:focus, a:hover { 
	color:#666666;
	text-decoration:none;
}

.bld {
	font-weight:bold;
}

div.news_date {
	color:#003399;
	font-weight:bold;
	margin-bottom:4px;
}

/* Lists
-------------------------------------------------------------- */
ul, ol { 
	margin: 0px;
	padding:0px;
	margin-bottom:20px;
	margin-left:15px;
	margin-top:-13px;
}

ul { 
	list-style-type: disc; 
}

ol { 
	list-style-type: decimal; 
}

li {
	padding:0px;
	margin:0px;
	padding-bottom:5px;
}

ul.first_level {
	margin:0px;
	padding:0px;
	margin-left:10px;
	margin-top:50px;
	list-style:none;
}

li.first_level {
	margin:0px;
	padding:0px;
	width:190px;
	margin-bottom:7px;
}

ul.second_level {
	margin:0px;
	padding:0px;
	margin-bottom:20px;
	margin-top:7px;
	list-style:none;
}

li.second_level {
	margin:0px;
	padding:0px;
	width:180px;
	margin-bottom:7px;
	margin-left:16px;
}

ul.third_level {
	margin:0px;
	padding:0px;
	margin-bottom:7px;
	margin-top:7px;
	margin-left:2px;
	list-style:none;
}

li.third_level {
	margin:0px;
	padding:0px;
	width:160px;
	margin-bottom:7px;
	margin-left:7px;
}

ul.fourth_level {
	margin:0px;
	padding:0px;
	margin-bottom:7px;
	margin-top:7px;
	margin-left:3px;
	width:165px;
	list-style:none;
}

li.fourth_level {
	margin:0px;
	padding:0px;
	margin-bottom:6px;
	margin-left:7px;
	_border:1px solid #abc7e3;
}


ul.fifth_level {
	margin:0px;
	padding:0px;
	margin-bottom:7px;
	margin-top:7px;
	list-style:none;
	width:147px;
}

li.fifth_level {
	margin:0px;
	padding:0px;
	width:147px;
	margin-bottom:7px;
}

/*Link-Auszeichnungen*/
a.first_level, a.first_level:link, a.first_level:visited{
	font-size:12px;
	color:#003399;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../images/icon_nav.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:15px;
}

a.first_level:hover, a.first_level:active{
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../images/icon_nav_active.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:15px;
}

a.first_level_active, a.first_level_active:link, a.first_level_active:visited{
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../images/icon_nav_active.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:15px;
}


a.second_level, a.second_level:link, a.second_level:visited{
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

a.second_level:hover, a.second_level:active{
	font-size:11px;
	/*color:#ffffff;*/
	text-decoration:none;
}

a.second_level_active, a.second_level_active:link, a.second_level_active:visited{
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}


a.third_level, a.third_level:link, a.third_level:visited{
	font-size:11px;
	color:#555555;
	text-decoration:none;
	background-image:url(../images/icon_subnav.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:9px;
	display:block;
}

a.third_level:hover, a.third_level:active{
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	background-image:url(../images/icon_subnav_active.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:9px;
	display:block;
}

a.third_level_active, a.third_level_active:link, a.third_level_active:visited{
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	background-image:url(../images/icon_subnav_active.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:9px;
	display:block;
}

a.fourth_level, a.fourth_level:link, a.fourth_level:visited{
	font-size:10px;
	color:#000000;
	text-decoration:none;
	background-image:url(../images/icon_sub_subnav.gif);
	background-repeat:no-repeat;
	background-position:left 2px;
	padding-left:7px;
	display:block;
}

a.fourth_level:hover, a.fourth_level:active{
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
	background-image:url(../images/icon_sub_subnav_active.gif);
	background-repeat:no-repeat;
	background-position:left 2px;
	padding-left:7px;
	display:block;
}

a.fourth_level_active, a.fourth_level_active:link, a.fourth_level_active:visited{
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
	background-image:url(../images/icon_sub_subnav_active.gif);
	background-repeat:no-repeat;
	background-position:left 2px;
	padding-left:7px;
	display:block;
}

a.fifth_level, a.fifth_level:link, a.fifth_level:visited{
	font-weight:normal;
	text-decoration:underline;
	line-height:140%;
}

a.fifth_level:hover, a.fifth_level:active{
	font-weight:normal;
	text-decoration:none;
	line-height:140%;
	color:#003399;
}

a.fifth_level_active, a.fifth_level_active:link, a.fifth_level_active:visited{
	font-weight:normal;
	text-decoration:none;
	line-height:140%;
	color:#003399;
}

a.footer_link, a.footer_link:hover, a.footer_link:active{
	font-size:11px;
	text-decoration:none;
	color:#FFFFFF;
}

a.news_link, a.news_link:link, a.news_link:visited{
	font-weight:normal;
	text-decoration:underline;
	line-height:140%;
}

a.news_link:hover, a.news_link:active{
	font-weight:normal;
	text-decoration:none;
	line-height:140%;
}

a.aktuelles_link, a.aktuelles_link:link, a.aktuelles_link:visited{
	font-weight:bold;
	text-decoration:underline;
}

a.aktuelles_link:hover, a.aktuelles_link:active{
	font-weight:bold;
	text-decoration:none;
}

a.mitarbeiter_link, a.mitarbeiter_link:link, a.mitarbeiter_link:visited{
	font-weight:bold;
	text-decoration:none;
}

a.mitarbeiter_link:hover, a.mitarbeiter_link:active{
	font-weight:bold;
	text-decoration:underline;
}

a.sitemap_link, a.sitemap_link:link, a.sitemap_link:visited{
	text-decoration:none;
	line-height:170%;
}

a.sitemap_link:hover, a.sitemap_link:active{
	text-decoration:underline;
	line-height:170%;
}

a.pad_l_30 {
	padding-left:30px;
	line-height:150%;
}

a.fourth_sitemap {
	padding-left:60px;
	font-size:10px;
	margin-bottom:5px;
	line-height:140%;
}

a.fifth_sitemap {
	padding-left:90px;
	font-size:10px;
	margin-bottom:5px;
	line-height:140%;
}

a.search_result_link, a.search_result_link:link, a.search_result_link:visited{
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
}

a.search_result_link:hover, a.search_result_link:active{
	font-weight:bold;
	text-decoration:underline;
	font-size:10px;
	color:#003399;
}

a.search_result_link_active, a.search_result_link_active:link, a.search_result_link_active:visited{
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
	color:#003399;
}

a.lng, a.lng:link, a.lng:visited{
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

a.lng:hover, a.lng:active{
	font-size:12px;
	color:#003399;
	font-weight:bold;
	text-decoration:none;
}

a.lng_active, a.lng_active:link, a.lng_active:visited{
	font-size:12px;
	color:#003399;
	font-weight:bold;
	text-decoration:none;
}

a.global_link, a.global_link:link, a.global_link:visited{
	font-size:10px;
	color:#003399;
	font-weight:bold;
	text-decoration:none;
}

a.global_link:hover, a.global_link:active{
	font-size:10px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

a.global_link_active, a.global_link_active:link, a.global_link_active:visited{
	font-size:10px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

a.breadcrumb_link, a.breadcrumb_link:link, a.breadcrumb_link:visited{
	font-size:9px;
	color:#666666;
	text-decoration:none;
}

a.breadcrumb_link:hover, a.breadcrumb_link:active{
	font-size:9px;
	color:#6699cc;
	text-decoration:none;
}

a.breadcrumb_link_active, a.breadcrumb_link_active:link, a.breadcrumb_link_active:visited{
	font-size:9px;
	color:#6699cc;
	text-decoration:none;
}


a.title_news, a.title_news:link, a.title_news:visited, a.title_news:hover, a.title_news:active {
	font-weight:bold;
	color:#003399;
}


/* Misc classes
-------------------------------------------------------------- */
.small{ 
	font-size:11px;
	line-height:normal;
}

.big{ 
	font-size:14px;
	line-height:normal;
}

.strong{
	font-weight: bold;
}

.hide{ 
	display: none;
}

.pagination{
	position:absolute;
	width:200px;
	bottom:5px;
	right:7px;
	font-weight:bold;
	text-align: right;
}

.pagination a{
	color:#e2047b;
	text-decoration:none;
	font-weight:normal;
}