/*---::::stadt.werk | konzeption.txt.gestaltung | blocksberg 13 | 24103 kiel::::---*/
/*---::::bei Rückfragen bitte +49(0)431.6614604::::---*/
/*---19-09-2006---*/
/*-----------------------------------------------------------###-------------------*/

/*---linkes submenue---*/
#left1	{
	padding:0;
	margin:0;
	width: 191px;
	background:url(../images/left_bg.gif) left repeat-y;
	}

/*---login Formular---*/
#left2	{
	padding:0;
	margin: 10px 0 0 0;
	width: 191px;
	background:url(../images/left_bg.gif) left repeat-y;
	}


/*---menüaufbau---*/	
/*---rubrik - grafik - container----*/
.subnavimg {
	margin: 0px;
	border: none;
	width: 191px;
	border-left: 0px;
	padding:0px 0px 5px 0px;
}

/*---container für Kopf- und Fußgraphik---*/
.subnavimgend {
	border: none;
	width: 191px;
        
}

.subnavimg_dyn {
	margin: 5px 0;
	border: none;
	width: 187px;
	border-left: 0px;
	padding:0px 0px 0px 4px;
	background:url(../images/subnav_leer.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
        font-weight:bold;
	font-family:Arial;
	font-size:12px;
	color: #FFFFFF;	        
}

.subnavimg_dyn_active
{
	margin: 5px 0;
	border: none;
	width: 187px;
	border-left: 0px;
	padding:0px 0px 0px 4px;
        background:url(../images/subnav_leer.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
        font-weight:bold;
	font-family:Arial;
	font-size:12px;
	color: #000000;        
}

.subnavimg_head_dyn {
	border: none;
	width: 187px;
        background:url(../images/subnavhead_leer.gif) left top no-repeat;
        font-weight:bold;
	font-family:Arial;
	font-size:12px;
	color: #FFFFFF;
	padding-left:4px; 
	margin-bottom:5px;       
}   

.subnavimg_head_dyn_active {
	border: none;
	width: 187px;
         background:url(../images/subnavhead_leer.gif) left top no-repeat;
        font-weight:bold;
	font-family:Arial;
	font-size:12px;
	color: #000000;
	padding-left:4px;
	margin-bottom:5px;   
}


/*---container für text---*/
.subnav{
font-family:Arial;
font-size: 9pt;
font-weight:bold;
color: #35444b;
margin-left: -8px;
/*background:url(../images/left_bg.gif) left top repeat-y;*/

}

	
/*---list - umschreibung--- */

.subnav ul{
margin:0;
padding:0;
}


/*---menüpunkt, ohne weitere untermenüpunkte---*/
.subnav li{
list-style-image:url(../images/9x9_shim.gif);
list-style-position:inside;
/*margin-left:5px;*/
}

/*---für menüpunkte, die weitere untermenüpunkte besitzen---*/
.subnav li#more{
list-style-position:inside;
margin-left:5px;
}

/*---activer status für menüpunkte, die wetere untermenüpunkte besitzen---*/
.subnav li#actmore{
list-style-position:inside;
margin-left:0px;
color: #35444b;
}

.subnav li.ebene2{
  margin-left:15px;
}

.subnav li#liactive
{
color: #000000;
}

/*---Pseudoklassendefinitionen für Menüpunkte---*/
.subnav li a{
font-family:Arial;
font-size:9pt;
color:#5b6a71;
text-decoration:none;
background-image: url(../images/linkimage.gif);
background-repeat: no-repeat;
}

.subnav li a.ausgewaehlt{
font-family:Arial;
font-size:9pt;
color:#5b6a71;
text-decoration:none;
background-image: url(../images/linkimage_over.gif);
background-repeat: no-repeat;
}


.subnav li a:hover, a:active{
color: #35444b;
font-weight:bold;
}

/*---Login Formular---*/

#login form{
margin: 0;
}

#login p{
color:red; 
font-size:8pt;
margin: 5px;
}

#login td{
font-size:8pt;
color:#5b6a71;
}

#login input.text{
font-size:8pt;
color:black;
margin-left:auto;
margin-right:0px;
width: 115px;
}

#login input.button{
font-size:8pt;
color: black;
width: 50px;
}