/**screen css**/

/*Standard Formate*/

html{
height:100%;
}

body{
height:100%;
padding:0px;
margin:0 auto;
background-color:#ffffff;
text-align:center;
}

body,table,td {
font-size:10px;
font-family: Arial, Helvetica, sans-serif, Verdana, Geneva;
line-height:120%;
border:0px;
vertical-align:top;
}

img{
border:0px;
}

a{ color:#000000; text-decoration:underline;}
/*
a:link { color: #000000; text-decoration: underline;}
a:visited{ color:#bbbbbb; text-decoration: underline;}
a:hover{ color: #000000; text-decoration: underline;}
a:active{ color:#000000; text-decoration: underline;}
*/


form input, form textarea, form select{
border:#ffffff solid 0px;
background-color:#ffffff;
font-family: arial;
font-size:9px;
padding-left:5px;
color:#000000;
}

form input:focus, form textarea:focus, form select:focus{
border:0px solid white;
line-height:15px;
background-color:#ffffff;
font-family: arial;
font-size:14px;
padding-left:5px;
color:#000000;
}





/*Hauptbereiche*/
#container{
border:1px solid #bbbbbb;
margin: 0 auto;
width:982px;
height:590px;
text-align:left;
}



#main_area{
height:380px;
background-color:#ffffff;
}
#main_area h1{
margin:0px;
margin-bottom:10px;
font-size:14px;
font-weight:bold;
}

#footer{
margin-left:10px;
margin-top:10px;
line-height:150%;
}

#footer a{
color:#9c9e9f;
font-weight:bold;
text-decoration:none;
}
#sub_footer{
margin-top:5px;
text-align:center;
letter-spacing:2px;;
}
#sub_footer a{
text-decoration:none;
color:#9c9e9f;
}


/*Menüs*/
#menu_top{
text-align:right;
margin-top:20px;
margin-right:10px;
width:120px;
float:right;
line-height:150%;
}
#menu_top ul{
list-style-type:none;
}
#menu_top a{
display:block;
color:#9c9e9f;
text-decoration:none;
font-weight:bold;
}


#menu_main{
height:50px;
background-image:url(images/header.gif);
background-repeat:no-repeat
}

#menu_main ul{
list-style-type:none;
float:right;
margin:0px;
margin-top:18px;
padding:0px;
padding-right:37px;
}
#menu_main li{
height:18px;
width:97px;
float:left;

}
#menu_main a{
margin-top:3px;
display:block;
height:15px;
text-decoration:none;
padding-left:3px;
border-left:1px solid black;
}
#menu_main a:hover{
text-decoration:none;
font-weight:bold;
}
#menu_main li.selected{
background-color:#eceded;
}
#menu_main li.selected a{
font-weight:bold;
}


/*Content*/
.content_item_list ul{
width:100%;
list-style-type:none;
float:left;
margin:0px;
margin-top:20px;
padding:0px;
}
.content_item_list a{
display:block;
padding-left:20px;
padding-right:20px;
line-height: 40px;
text-decoration:none;
font-weight:bold;
}
.content_item_list a:hover{
text-decoration:none;
}
.content_item_list li.selected a{
background-color:#f6f6f6;
}

.photo_left{
height:380px;
width:360px;
margin-right:3px;
float:left;
}

/*Komponente*/

.success{
background-color:#5aa02c;
background-image:url(images/notice.png);
background-repeat:no-repeat;
margin-top:3px;
padding-left:40px;
padding-top:10px;
padding-bottom:10px;
padding-right:40px;
color:#ffffff;
font-weight:bold;
width:539px;
text-align:right;
float:right;
}

.notice, .error{
background-color:#cc3737;
background-image:url(images/warning.png);
background-repeat:no-repeat;
margin-top:3px;
padding-left:40px;
padding-top:10px;
padding-bottom:10px;
padding-right:40px;
color:#ffffff;
font-weight:bold;
width:539px;
text-align:right;
float:right;
}


.debug{
background-color:#ff8800;
padding-left:40px;
padding-top:10px;
padding-bottom:10px;
padding-right:40px;
color:#ffffff;
font-weight:bold;
}

.form_error{
color:#ff0000;
font-size:9px;
}

.clr{
clear:both;
}
