@CHARSET "ISO-8859-1";

html{
font-size: 100%; /* WinIE text resize correction */
} 

body {background-color: #23225c;
	background-image: url("img/back.jpg"); 
	background-position: 0 -100px; 
	background-repeat: repeat-x;
	font-size: 0.95em;
	text-align:center;
	}

* {
    box-sizing: border-box;
}

/*******************************************************************************/

.parent_div {
	max-width:1400px;margin:0px auto;text-align:left;
	position:relative;top:-150px; /* optimal -150, ein Problem für ie6 */
}

.parent_div_ie6 {
	position:relative;top:-130px; /* optimal 150, ein Problem für ie6 */
}

.parent_div_ie7 {
	position:relative;top:-150px; /* optimal 150, ein Problem für ie6 */
}

.main_table {
	padding-top: 30px;
	width: 100%;
	table-layout: fixed;
	}

a,a:visited,a:link,a:active  {
	font-family: Verdana,Arial, san;
	color: blue;
	text-transform: none;
	text-decoration: none;
}

a:HOVER{
	font-family: Verdana,Arial, san;
	color: blue;
	/*text-shadow: black  1px 1px 1px; 
	filter: Shadow(Color=#000000, 	
			Direction=120, 
			Strength=1);*/	
	text-decoration: underline;
	
	}

/****************************************************************/
/* top */
/****************************************************************/

.menu-toggle {
	display: none;
	visibility: hidden;
	font: arial;
	border: 1px solid #999999;
	float: left;
	margin-right: 15px;
	height: 1.1m;
	width: 1.1em;
	cursor: pointer;
	border-radius: 4px;
	text-align: center;
	
}

.logo {
	text-align: center;
	position: relative;
	background-image: url("img/logo.png"); 
	background-position: center; 
	background-repeat: no-repeat;	
	top: 150px;/*170px*/
    margin-left: auto;
    margin-right: auto;	
	width: 84px;
	height:123px;
	z-index: 1000;
	cursor: pointer;
	}

.logo_ie6 {
	top: 130px;
	}

.top {
	padding: 0px;
	margin: 0px;
	
	}

.top_left {
	background-image: url("img/top_left.png"); 
	background-position: top left; 
	background-repeat: no-repeat;
	width: 28px;
	height:59px;
	padding: 0px;
	margin: 0px;
	}

.top_middle {
	
	background-image: url("img/top_middle.jpg"); 
	background-position: top left; 
	background-repeat: repeat-x;
	font-family: Arial, san;
	color: white;
	height:59px;
	padding: 0px;
	margin: 0px;
	}

.top_text_middle {
	font-family: Arial, san;
	font-size: 1.9375em;
	color: white;
	padding: 0px;
	margin: 0px;	
}

.top_right {
	
	background-image: url("img/top_right.png"); 
	background-position: top left; 
	background-repeat: no-repeat;
	width: 28px;
	height:59px;
	padding: 0px;
	margin: 0px;
	}
/****************************************************************/	

/****************************************************************/	
/* middle */
/****************************************************************/	

.middle {
	height: 500px; 
	background-color: white;
	border-bottom: 1px solid #23225c;
	}

.menu {
	width: 230px;
	overflow: inherit;
	background-image: url("img/menu_back.jpg"); 
	background-position: top left; 
	background-repeat: repeat-x;
	border-right: 1px solid #23225c ;
	z-index:100;
	
}

@media screen and (max-width: 748px){

	#menutd {
		display:none;
		visibility:hidden;
	}
	

	.menu-toggle  {
	    display: block;
	    visibility: visible;
	}
	
	.logo {
		background-image: none;
		top: 0px;
		left: 0px;
		width: 0px;
		height:0px;
		}
	
	.parent_div {
	top:0px; /* optimal -150, ein Problem für ie6 */
	}
	
	.main_table {
	padding-top: 0px;	
	}
	
	.top_text_middle {
		font-size: 1.3em;
		color: white;
		padding: 0px;
		margin: 0px;	
	}

}

@media screen and (min-width: 749px){
	#menutd {
		display:block;
		visibility:visible;
	}
}

@media screen and (max-width: 380px){
	.top_text_right {
		display:none;
		visibility:hidden;
	}
}



  .menu_item, .menu_item:active, .menu_item:visited, .menu_item:hover, .menu_item:link,.menu_item_selected, .menu_item_before_selected   {
	border-bottom: 1px solid #23225c;
	font-family: verdana, arial;
	text-decoration: none;
	color: black;
	text-align: left;
	text-indent: 0.65em;
	width:231px;
	font-size: 1.25em;
	font-weight: bold;
	font-style: oblique;
	margin: 0px;
	cursor: pointer;
	line-height: 2.5em;
	z-index:2000;
	border-right: 1px solid white;/*#23225c;*/
	text-shadow: black  1px 1px 1px; 
	/*filter: Shadow(Color=#000000, 	
			Direction=120, 
			Strength=1);*/
	
	}
	

.menu_item_selected {
	margin-top: 0px;
	cursor: default;
	border-right: 1px solid white ;
	border-bottom: 1px solid black ;
	background-color: white;
	/* for IE */
	display: inline-table; 
	width: 100%;
	padding:0px;
	/*line-height: 100%;*/
}
 
.menu_item_before_selected {
	cursor: default;
	/*border-right: 1px solid white ;*/
	/*background-color: #aaaaaa;*/
	/* for IE */
	display: inline-table; 
	width: 100%;
	padding:0px;
	
}

 .menu_subitem, .menu_subitem:active, .menu_subitem:visited, .menu_subitem:hover, .menu_subitem:link,.menu_subitem_selected,.menu_subitem_sel   {
	font-family: verdana, arial;
	text-decoration: none;
	color: black;
	text-align: left;
	text-indent: 1.2em;
	width:100%;
	font-size: 0.85em;
	font-weight: bold;
	/*font-style: oblique;*/
	margin: 0px;
	cursor: pointer;
	/*border: 1px solid red;*/
	padding-top: 0px;
	line-height: 1.75em;
	z-index:2000;
	/*
	list-style-position: inside;
	list-style-image:  url("img/bullet_sel.jpg");
	list-style-type: disc; */
	list-style-type: none;
	list-style-position: outside;
	background: url("img/bullet_sel.jpg") no-repeat;
	background-position: 20px;
	padding-left: 15px;
	
	text-shadow: black  1px 1px 1px; 
	/*filter: 
			Shadow(Color=#dddddd, Direction=114);*/
	}

 .ie_schatten {
 	/*text-indent: 0px;
 	font-style: normal;
 	font-size: 20px;*/
 	font-weight: bolder;
 	
	/*filter: DropShadow(color=#C0C0C0, offx=1, offy=1)
			,Shadow(Color=#dddddd, Direction=114);*/
 	
 }
.menu_item_lang {
	text-align: center;
	font-size: 1.3em;
	font-family: monospace;
	text-shadow: none;
	text-indent: 0px;
}

.menu_item_flags {
	border-bottom: 1px solid #23225c;
	width:100%;
	margin: 0px;
	line-height: 2.9em;
	vertical-align:middle;
	border-right: 1px solid #23225c;	
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 1px;
}

.menu_item_flags_ie6 {
	margin-bottom: 1px;
}


.menu_item_flag_aktiv {
	border: 1px groove #23225c;
	cursor: default;
}

.menu_item_flag_inaktiv {
	opacity:0.55;filter:alpha(opacity=55);
	cursor: pointer;
}

.menu_item_flag_inaktiv:hover {
	opacity:1;filter:alpha(opacity=100);
	cursor: pointer;
}


.menu_a:active,.menu_a:visited,.menu_a:link   {
 	text-decoration: none;
 	color: black;
		}

.menu_a:hover {
color: blue;text-decoration: none;
		}

.menu_item a:visited,.menu_item a:active,.menu_item a:visited,.menu_item a:hover,.menu_item a:link,
	.menu_subitem_selected a:active,.menu_subitem_selected a:visited,.menu_subitem_selected a:hover,.menu_subitem_selected a:link  {
 	text-decoration: none;
 	color: black;
 }
.menu_item a:hover,.menu_item_selected a:hover,.menu_item_before_selected a:hover,.menu_item_before_selected li a:hover  
{color: blue;text-decoration: none;}

.menu_item a:active {
	color: #000088;
}


.menu_subitem_sel,
.menu_subitem_sel a:visited,.menu_subitem_sel a:active,.menu_subitem_sel a:visited,.menu_subitem_sel a:hover,.menu_subitem_sel a:link
{
	color: #23225c;
	background: url("img/bullet.jpg") no-repeat;
	list-style-type: none;
	list-style-position: outside;
	background-position: 20px;
	padding-left: 15px;
	
	
	}

/*Zweite Subitem-Zeile nach BR*/
.subitem_padding {
	padding-top:0px;
	margin-top:0px;
	padding-left: 20px;
	
}

.bullet_nicht_sel {
	background: url("img/bullet_sel.jpg") no-repeat;
	list-style-type: none;
	list-style-position: outside;
	background-position: 20px;
	padding-left: 15px;
	
}

.sub_sub_nvisible {
		margin-left: 10px;
		display: none;
		visibility: hidden;	
		}

.sub_sub_visible {
		margin-left: 10px;
		display: list-item;
		visibility: visible;	
}

.txtb {
	display: table;
	clear: both;
	margin-bottom: 10px;
	width: 400px; 
}

.txta {
	width: 400px; 
	height: 125px 
}

.docTxt {
	clear:both;
	display: block;
	margin-right: 10px;
	margin-top: 10px;
}

.docThumb {
	
	display: inline-table;
}




/****************************************************************/
/* bottom */
/****************************************************************/

.bottom {
	padding: 0px;
	margin: 0px;
	
	}

.bottom_left {
	background-image: url("img/bottom_left.png"); 
	background-position: top left; 
	background-repeat: no-repeat;
	width: 28px;
	height:57px;
	padding: 0px;
	margin: 0px;
	}

.bottom_middle ,.bottom_middle a ,.bottom_middle a:visited,.bottom_middle a:link,.bottom_middle a:active{
	background-color: white;	
	font-family: Verdana,Arial, san;
	color: #23225c;
	height:57px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 12px;
	}

.bottom_middle a {
	text-decoration: none;
}


.bottom_middle a:hover {
	text-decoration: underline;
	}

.bottom_middle a:active {
	font-style: italic;
	}


.bottom_right {
	
	background-image: url("img/bottom_right.png"); 
	background-position: top left; 
	background-repeat: no-repeat;
	width: 27px;
	height:57px;
	padding: 0px;
	margin: 0px;
	}
	
.bottom_left_sp {
	background-image: url("img/bottom_left_sp.png"); 
	background-position: top left; 
	background-repeat: no-repeat;
	width: 28px;
	height:23px;
	padding: 0px;
	margin: 0px;
	}

.bottom_middle_sp {
	background-image: url("img/bottom_middle_sp.jpg");
	font-family: Verdana,Arial, san;
	color: #23225c;
	height:23px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	}

.bottom_right_sp {
	
	background-image: url("img/bottom_right_sp.png"); 
	background-position: top left; 
	background-repeat: no-repeat;
	width: 27px;
	height:23px;
	padding: 0px;
	margin-bottom: 20px;
	}	
/****************************************************************/	
/** TEXT */
.text_middle {
	color: #23225c;
	font-family: verdana, Arial;
	padding-top: 80px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 1em;
	text-shadow: white  1px 1px 1px;
}

@media screen and (max-width: 748px){

	.text_middle {
		font-size: 0.8em;
		padding-top: 10px;
		
	}

	.txtb {
		width: 250px; 
		max-width: 80%;
	}
	
	.txta {
		width: 250px; 
		max-width: 80%;
	}
	
}


@media screen and (min-width: 1100px){

.text_middle {
	font-size: 1.3em;
}

}

h1 {font-size: 1.5em;}
h2 {font-size: 1.25em;}

.muss  {
border:0 none;
color:blue;
font-family:Arial;
font-size:12pt;
font-stretch:normal;
font-style:italic;
font-weight:normal;
text-decoration:none;
}
/****************************************************************/	
.div_lasche {
	background-color: white;
/*	border: 1px solid  #23225c;*/
	padding-left: 10px;	
}

.div_toplasche, .div_toplasche_aktiv{
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	background-color: #23225c;
	font-size: 1.2em;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 6px;
	padding-bottom: 0px;
	margin-bottom: 3px;
}

.div_toplasche,.div_toplasche:active,.div_toplasche:link,.div_toplasche:visited; {
	color: white; 
	}

.div_toplasche a:hover, .div_toplasche:hover {
	color:yellow;
	}
	
.div_toplasche_aktiv {
	font-size: 1.6em;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-top: 2px solid black;	
	font-weight: 900;
	margin-bottom: 9px;
	padding-bottom: 0px;
}