@CHARSET "ISO-8859-1";

/*grün: #05903D
//blau: #0C4591	
  gelb: #f1b610
*/

body {
	font-size: 11pt;
	font-family: Helvetica;
	color: #05903D;
}

h2	{
	font-size: 18pt;
    font-size: 1.2em;
	color: #0C4591;
	text-align: center;
	background-color:  #05903D;
         border-color:  #0c4591;
	border-style: double solid;
}

	
h3	{font-size: 14pt;
	color:#05903d;
	text-align: center;
	background-color: #05903D;
	border-color:  #0c4591;
	border-style: double solid; 
	padding: 8px;}

img	{border-color: #0c4591;}

a:link 	{
	font-size: 12pt;
	color: #f1b610;
	text-align: center;
	text-decoration: none; }
a:visited {
	font-size: 12pt;
	color: #f1b610;
	text-align: center;
	text-decoration: none; }
a:active	{
	font-size: 12pt;
	color: #f1b610;
	text-align: center;
	text-decoration: none; }
a:hover 	{
	color: #f1b610;
	text-decoration: underline;
	letter-spacing: 1pt;
	}

a.nospacing:hover 	{
	text-decoration: underline;
	letter-spacing: 0pt;
	}

a.logo {   
    display: block;
    float: left;    
    text-decoration: none;
    margin: 2px;
}
a.logo img { 
	vertical-align:middle;
}
a.anchor {
	font-size: 10pt;	
	margin-bottom: 36px;
	}
div#flags {
	float: right;
	text-align: right;
	padding: 4px;
	}
div#flags a {  
    text-decoration: none;
	}

div.login {
	text-align: center;
    border-color:  #05903D;
	border-style: double solid;	
	padding: 16px;
}
	
div.logo {
	color: #0C4591;
	text-align: center;
	background-color:  #05903D;
    border-color:  #0c4591;
	border-style: double solid;
	margin: 2px;
}
div.banner {
	font-family: Brush Script MT, Lucida Sans, Comic Sans MS; 
	font-size: 22pt; 
	font-style: italic; 
	padding: 16px;
}

span.ext {
    background: url("../images/ext.png") no-repeat scroll right center transparent;
    padding-right: 12px;
}
	
.lang {	 
	 padding-left: 1.2em;
}
.chosen {
	 background: url("../images/laub-pointer.png") no-repeat transparent scroll 0% 50%;
	 background-position: 0 .1em;
}

hr	{color: #05903d;}

p,dl,div.contentBox  {
	background-color: white;
	border-style: solid;
	color: #05903D;
	padding: 10px; }
	
p.contentBox, div.contentBox {
	margin: 25px 0 0 0;}
	
	
.nav	{
	background-color: #0c4591;
	border-color:  #0c4591;
	border-style: solid;
	padding: 10px;  }


.nav h3	{padding: 2px;  }

.dark    {
	background-color: #0c4591;
	border-color:  #0c4591;
	border-style: double solid;  
	color: #05903d;
	}

input, select, textarea {
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	color:  #05903D;	
	border-style: solid;  
	border-color: #05903D;
	padding: 3px 5px 3px 5px;
	}

input.medium {
	width:160px;
}
input.large {
	width:280px;
}

textarea.desc {
	width: 280px; 
	height: 86px;
}

input.submit {
	border-color: #f1b610;
	color: #f1b610;
	background-color: #05903D;		
	}
input.file {
	border-style: ridge;
 	padding: 9px;
	}
	
input[readonly] {
 	margin-bottom: 8px;
	margin-top: 4px;
	color:  #0c4591;	
	background:#EEE;
	font-style: italic; 
}
.error {
	color: #f10000;
	font-weight: bold;
	}	
.success {
	color: #05903d;
	font-weight: bold;	
	}

ol, ul {
    list-style: none outside none;
}

.left {
    float: left;
    text-align: right;
    width: 15%;
    margin-right: 2%;
    margin-top: 8px;
    letter-spacing: 0pt;
    }

/*
li { background: url("../images/icon_arrow.gif") no-repeat transparent scroll 0% 50%; 
	 padding-left: 1.6em;
	 line-height: 2em;	 
	 background-position: 0 .4em;	
}	
li.done {
	 background: url("../images/ok.png") no-repeat transparent scroll 0% 50%;
	 background-position: 0 .5em;	 
}
*/
 
dl dt {
    background:#0c4591;
    color:#fff;
    float:left;
    /*font-weight:bold;*/
    margin-right:8px;
    padding:5px;
    width:400px;
}
 
dl dd {
    margin:10px 0;
    padding:5px 0;
}

.info {
	font-size: 10pt;
}



table.centric th, table.centric td{
	text-align: center;
	}
table.space td {
	padding-top: 4px;
	padding-bottom: 4px;
	}	




ul#menu {
    font-size: 0.8em;
    font-weight: bold;
    height: 12px;
    list-style-type: none;
    margin: 4px 2px 38px 1px;
    padding: 2px;
    background-color: #05903D;
    border-color: #0C4591; 
    border-style: solid;
}
ul#menu li a {
    display: block;
    float: left;  
    padding: 8px 12px 8px 8px;
    margin: 2px 1px 0 0;
    /*text-decoration: none;*/
    border-color:#0C4591; 
    border-style: double solid;
    background-color: #05903D;
}
ul#menu li a.logout {
    float: right;  
}
ul#menu li a:hover 	{
	color: #f1b610;
	text-decoration: underline;
	letter-spacing: 0pt;
	}