/*Alle Raender auf null*/
html, body, div, p, h1, h2, h3,  span, a, table, td, tr, form, img, ul, li
  {margin: 0; padding: 0; font-family: Verdana, Arial, Helvetica, sans-serif; color: #2c2c2c; font-size:12px; border-style: none;}


/*.ues_menu {color: #653201; font-weight: bold; padding-top:5px;}*/
.ues {color: #653201; font-weight: bold; padding-bottom:1px}

.ues_menu {
		font-size:11px;
		color:#653201;
		font-weight:bold;
  		padding:2px;
		letter-spacing: .1em;
  		text-transform:uppercase;
  		border-bottom:1px dotted #653201;
  		text-align:center;
  		margin-bottom:6px;
  		margin-left:18px;
  		margin-right:18px;
  		margin-top:10px;
		}		

.ues1 {
		font-size:11px;
		color:#653201;
		font-weight:bold;
  		padding:2px;
		letter-spacing: .1em;
  		text-transform:uppercase;
  		border-bottom:1px dotted #653201;
  		text-align:center;
  		margin-bottom:15px;
  		margin-left:5px;
  		margin-right:5px;
  		margin-top:-13px;
		}		

/*LI {margin:8px }
ul {margin-left: 0.8em; padding-left: 0.8em;}*/

a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover { text-decoration:underline; color: #603f2b; font-weight: bold;}

ul {list-style:none; }
li {margin-bottom: 3px;}

.listen{
		list-style-type:square;
		margin-left:30px;
}


.link_italic {font-style:italic; font-size:11px}
.link_italic:link { text-decoration:underline; }
.link_italic:visited { text-decoration:underline; }
.link_italic:hover { text-decoration:underline; color: #664633;font-weight:normal}




a:link.aktiv     		{color:#653201; text-decoration:none; font-weight: bold; background-image:url(images/arrow.gif); background-position:0px 4px; background-repeat:no-repeat; display:block;}
a:visited.aktiv  		{color:#653201; text-decoration:none; font-weight: bold; background-image:url(images/arrow.gif); background-position:0px 4px; background-repeat:no-repeat; display:block;}
a:hover.aktiv    		{color:#653201; text-decoration:none; font-weight: bold; background-image:url(images/arrow.gif); background-position:0px 4px; background-repeat:no-repeat; display:block;}

a:link.normal     		{color:#653201; text-decoration:none; background-image:url(images/blank.gif); background-position:0px 4px; background-repeat:no-repeat; display:block;}
a:visited.normal  		{color:#653201; text-decoration:none; background-image:url(images/blank.gif); background-position:0px 4px; background-repeat:no-repeat; display:block;}
a:hover.normal    		{color:#150c04; text-decoration:none; font-weight: normal; background-image:url(images/arrow.gif); background-position:0px 4px; background-repeat:no-repeat; display:block;}

/*Content und Tabellen*/

#content { 
		border:1px solid #653201;
		position: absolute; 
		margin-left: 250px;
                margin-right: 8px;
		top: 60px;
		/* width: 850px; */
		min-height: 400px;
		min-width: 400px;
		background-color: #ffffff;
		padding:25px;
}

.content_table 	{border-spacing:3px; width:98%;}

.c_table_head	{
			 BORDER-bottom: #653201 1px solid; background-color:#efeee0; color:#653201;
		}
.c_table_head2	{
			 background-color:#efeee0; color:#653201; font-weight:bold; text-align:center;
		}
.c_table_height	{
			 height:21px;
		}
.c_table_body_left	{
			background-color:#efeee0; padding-left:10px; text-align:left;
		}
.c_table_body_right	{
			background-color:#efeee0; padding-right:10px; text-align:right;
		}
.c_table_body_center	{
			background-color:#efeee0; text-align:center;
		}
		
		
		.c_table_body_right_red	{
			background-color:#ff0000; padding-right:10px; text-align:right;
		}
		.c_table_body_right_yellow{
			background-color:#ffff00; padding-right:10px; text-align:right;
		}
		.c_table_body_right_green{
			background-color:#00ff00; padding-right:10px; text-align:right;
		}
		
		
		
.c_table_remark	{
			font-size:9px; background-color:#efeee0; padding-left:10px;
		}
.c_table_button	{
			background-color:#efeee0; width:100%;
		}

/*Formularfelder - required*/
.required {font-size:9px}

/*Formularfelder - Password*/
.password_small {font-size:9px}

/*small*/
.small {font-size:9px}

/*Button small*/
.button_small 	{
			height:20px; font-size:11px;
		}
.textarea_small 	{
			font-size:11px;
		}
