/* CMS:Allgemeine Angaben */

body{	 
  
	 background-repeat:repeat-x;
	background-color: #f5f5f5;	/*6D6D6D,4A7991*/
	text-align:center; 
}

div{
	font-size: 11px;
	color: #444;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	line-height:18px;
}

p{
  margin:0px;
  padding:0px;
}

b,STRONG{
  font-size:12px;
  color:#0060A8;
}
li{
   
}

ul{
  margin:8px 10px 8px 30px;
  padding:0px;
}

form{
  margin:0px;
  padding:0px;    
}
 
 

input{
	font-size: 11px;
	font-family: tahoma;
	background-color: none;
	color: #666666;
	border: 1px solid #e2e2e2;
}

select{
	font-size: 11px;
	font-family: tahoma;
	background-color: none;
	color: #666666;
	border: 1px solid #e2e2e2;
}


img{
	padding:0px;
	margin:0px;
}

/* CMS:Menü */
div#menu{
	width: 230px;
	height: auto;
  clear:both;
  float:left;
	margin:20px 0px 0px 10px;
}

div#menuentry{
	width: 190px;
  *width:210px;	
	height: 18px;
	line-height: 18px;
	text-align: left;
  cursor: pointer;
	position: relative;
	font-size:12px;
  color:#888;
  border-top:1px solid #e2e2e2;
  padding:5px 15px 15px 15px;
  font-weight:bold;
}
 
div#menuentry_selected{
	width: 190px;
  *width:210px;	
	height: 18px;
	line-height: 18px;
	text-align: left;
  cursor: pointer;
	position: relative;
	font-size:12px;
  color:#0060A8;
  border-top:1px solid #0060A8;
  padding:5px 15px 15px 15px;
  font-weight:bold; 
}

 
div#menuentry_over{
  width: 190px;
  *width:210px;
	height: 18px;
	line-height: 18px;
	text-align: left;
  cursor: pointer;
	position: relative;
	font-size:12px;
  color:#0060A8;
  border-top:1px solid #0060A8;
  padding:5px 15px 15px 15px;
  font-weight:bold;
}

div#submenu{
	width:200px;
	height:200px;
	border:1px solid #ccc;
	background:#f5f5f5;
	position:absolute;
	top:-1px;
	left:210px;
	*left:200px;
	display:none;
	z-index:99;	 
}
 
div#submenu a{
	color: #3D5E89;
	font-size:11px;
	text-decoration:none;
	font-weight:plain;
}



div#menuchild{
  width: 190px;
  *width:210px;	
	height: 20px;
	line-height: 20px;
	text-align: left;
  cursor: pointer;
	position: relative;
	font-size:12px;
  color:#666;
  padding:0px 15px 0px 15px;
  margin-left:15px;
  font-weight:bold;	 
  position:relative;
	top:-10px;
	left:10px;
	background-image: url(../images/link.gif);
	background-position:left 5px;
	background-repeat: no-repeat;
}

div#menuchild_sel{
  width: 190px;
  *width:210px;	
	height: 20px;
	line-height: 20px;
	text-align: left;
  cursor: pointer;
	position: relative;
	font-size:12px;
  color:#0060A8;
   padding:0px 15px 0px 15px;
  margin-left:15px;
  font-weight:bold;	 
  position:relative;
	top:-10px;
	left:10px;
	background-image: url(../images/link.gif);
	background-position:left 5px;
	background-repeat: no-repeat;
}


div#menuchild_over{
	width: 190px;
  *width:210px;	
	height: 20px;
	line-height: 20px;
	text-align: left;
  cursor: pointer;
	position: relative;
	font-size:12px;
  color:#0060A8;
   padding:0px 15px 0px 15px;
  margin-left:15px;
  font-weight:bold;	 
  position:relative;
	top:-10px;
	left:10px;
	background-image: url(../images/link.gif);
	background-position:left 5px;
	background-repeat: no-repeat;
}

div#submenu_left{
  background:none;
  float:left;
  margin:20px 0px 0px 10px;     
}

div#submenu_left a{
   	text-decoration:none;
}

div#submenu_left_morelinks{
   	 margin-top:15px;
   	 font-size:12px;
}

div#menuchild_left{
	text-decoration: none;
	color: #888;
	font-size:12px;
	background-color: none;	
	text-align:left;
  cursor:pointer; 
  margin:0px 2px 0px 0px;
  background-image: url(../images/link.gif);
	background-repeat: no-repeat;
	background-position:left 3px;
	padding-left:12px;	
	margin-bottom:4px;
}

div#menuchild_left_selected{
	text-decoration: underline;
	color: #666;
	font-size:12px;
	background-color: none;	
	text-align:left;
  cursor:pointer; 
  margin:0px 2px 0px 0px;
  background-image: url(../images/link.gif);
	background-repeat: no-repeat;
	background-position:left 3px;
	padding-left:12px;
	margin-bottom:4px;
}

div#menuchild_left_over{
	text-decoration: underline;
	color: #666;
	font-size:12px;
	background-color: none;	
	text-align:left;
  cursor:pointer; 
  margin:0px 2px 0px 0px;
  background-image: url(../images/link.gif);
	background-repeat: no-repeat;
	background-position:left 3px;
	padding-left:12px;
	margin-bottom:4px;
}

/* CMS:Webseiten Komponenten */
div#page{
	width: 890px;
	height: auto;
	background-color:#fff;	 
	text-align:left;
	margin:auto;  
	padding-top:5px; 
	border:1px solid #d2d2d2;
 float:left;
 margin-left:8px;
 display:inline;
}
	 

div#webpage_content{	
  clear:both;     
  
}
 
div#webpage_header{
	width: auto;
	cursor: pointer;	 
  float:left;
}

div#content_links{ 
  border-right:1px dashed #d2d2d2;
  float:left;  
  background-color: #ffffff;
}

div#content_rechts{   
  float:left; 
}
 

div#webpage_footer{
	clear: both;
	width: auto;
	background-color:#F0F0F0; 
	text-align:center;	 
	border-top:1px solid #d2d2d2;
}

 
div#textbox_header1{
   font-size:22px;
	 line-height:22px;
	 font-weight:plain;
	 margin:5px 0px 5px 4px;
	 padding:0px;
	 color:#0060A8;	  
}

div#textbox_header2{
	color: #0060A8;
	font-weight: bold;
	padding: 0px;
	font-size: 15px;
	margin: 10px 5px 5px 5px;
}

div#textbox_header3{
	color: #0060A8;
	font-weight: bold;
	padding: 0px;
	font-size: 12px;
	margin: 10px 4px 0px 0px;
	padding:2px 1px 2px 4px; 
}

div#webpage_content_open div#textbox_header1,div#webpage_content_open div#textbox_header2,div#webpage_content_open div#textbox_header3,div#webpage_content_open div#textbox_text{
color:#fff;
background:none;
border:0px;
}

div#textbox_text{	 
	font-weight: normal;
	padding: 3px;		
	margin:0px;
}

div#textbox_newline{	 
  clear:both; 
  height:4px;  
}

div#textbox_group{	 
 margin:2px;
 background:#efefef;
 border:1px solid #cdcdcd;
 padding:10px;
}

div#textbox_table{	 
   margin-bottom:10px;
}

div#table{
    border:0px solid #e2e2e2;
    width:100%;
    height:auto;         
}

div#row{
  clear:both;     
}

div#textbox_column{   
  height:auto;
  float:left;
  border:0px dashed #cdcdcd;  
  overflow:hidden;
}

div#textbox_modul{
	width: auto;
	height: auto;
	overflow:hidden;
}

div#textbox_modul{
	width: auto;
	height: auto;
	overflow:hidden;
}

div#textbox_image{
  
}
 
div#container{	 
	background: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;	    
}

div#bck_container{	 
	background: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;	 	    
  float:left;  
}


div#image{
	overflow: hidden;
	display: inline;
	float: left;
	background-image: url(../images/noimage.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

div#header{
	overflow: hidden;
	display: inline;
	float: left;
	background-image: url(../images/noimage.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

div#window_header_box{
    background:#f2f2f2;    
    border-bottom:1px solid #e2e2e2;
    height:20px;    
    line-height:20px;  
}
 
div#window_header{   
    float:left;
    padding-left:5px;
    color:#555;
}

div#window_close{
    height:20px; 
    width:20px;
    float:right;
    width:auto;
    background-image: url(../images/window_close.gif);
	  background-position: 50% 50%;
	  background-repeat: no-repeat; 
	  padding-left:20px;
	  cursor:pointer;
}

div#window_print{
    height:20px; 
    width:120px;
    position:relative;
    bottom:0px;
    right:0px;
    border:1px solid #a4a4a4;
    background-color:#cdcdcd;
    background-image: url(../images/window_print.gif);
	  background-position: 50% 50%;
	  background-repeat: no-repeat; 
	  margin-top:10px;
	  cursor:pointer;
}

div#window_container{
  padding:0px;
  margin:10px;
}
div#window{
  background:#ffffff; 
  border:4px solid #cdcdcd;
  display:block;
  position:absolute; 
}






