/* FARBEN */
/* grau: color:#929292; */
/* blau: color:#1e3cb4; */



body{
	margin: 0px;
	padding: 0px;
	font-family:Verdana;
	font-size:11px;
	color:#1e3cb4;
}

a {
	color:#1e3cb4;
	text-decoration: none;
}
a:hover {
	color:#1e3cb4;
	text-decoration: underline;
}


.biggerbold{
	font-size:12px;
	font-weight:bold;
}

.reallybig{
	font-size:14px;
	font-weight:bold;
}

.smaller{
	font-size:10px;
}

.boldlink{
	color:#1e3cb4;
	font-weight:bold;
}

.contentbox310{
	padding:20px;
	position:absolute;
	width:270px;
	height:270px;	
}

.contentbox620{
	padding:20px;
	position:absolute;
	width:580px;
	height: 500px;
	
}

.contentboxfree{
	padding:20px;
	width:270px;	
}

.linkbox310{
	position:absolute;
	bottom:10px;
	right:20px;
}
	
.path{
	text-decoration:none;
	color:#1e3cb4;
	font-size:12px;	
}

.link{
	text-decoration:none;
	color:#1e3cb4;
}

.ebene1_sitemap{
}

.ebene2_sitemap{	
	font-style: italic;
}

#breadcrump{
	float:left;	
	margin-top:4px;
}

#breadcrump a{
	text-decoration:none;
	color:#1e3cb4;	
}

#sitemap a{
	text-decoration:none;
	color:#1e3cb4;
}

#search a{
	color:#1e3cb4;
}

#topmenu{
	margin-bottom:0px;
	color:#929292;	
	font-size:10px;	
}

#topmenu a{
	text-decoration:none;
	color:#929292;	/* grau */
}

#menu{
	font-size:10px;	
}

#menu a{
	text-decoration:none;	
	/*color:black;*/	
}

.menu_active{
	background-color:#c4d509;
	margin-bottom:5px;
	clear:both;
	float:left;
	width: 150px;
	min-height:17px;
	color:white;
	font-weight:bold;		
}

*html .menu_active{
	height:17px;
}

.menu_active_sub{	
	width: 140px;
}


.menu_active_left{
	float:left;
	width: 140px;
	min-height: 17px;
	margin-top:1px;
	margin-left:10px;
}

.menu_active_right{
	float:right; 
	margin-right:5px; 
	min-height:17px;
	margin-top:1px;
}

.menu_active a{
	color:white;	
	margin-left:10px;	
}

.menu_inactive{
	float:left;
	background-color:#e1e7ac;
	margin-bottom:5px;
	clear:both;
	width: 150px;
	min-height:17px;
	color:#1e3cb4;
	font-weight:bold;
}

*html .menu_inactive{
	height:17px;
}
.menu_inactive a{
	color:#1e3cb4;
	margin-left:10px;
}

.menu_submenu{
	background-color:#f0f3d5;
	margin-bottom:5px;
	clear:both;
	min-height:17px;
	color:#1e3cb4;
	margin-left:10px;
}

*html .menu_submenu{
	height: 17px;
}

.menu_submenu a{
	color:#1e3cb4;		
}

.menu_submenu_linkcontainer{
	padding-top:1px;
	margin-left:10px;
}

#logincell{
	background-color:#ffffff;
}

#loginbox{
	padding:15px;
	font-size:12px;
	font-weight:bold;
	color:white;
	background-color:#c4d509;
	height:280px;
}

#newsbox{
	padding:2px;
}

.newsentry{
	margin-top:20px;
}
#intranet_content { 
	background-color:#f0f3d5;
	padding: 10px;
	width: 640px;
	vertical-align: top;

}

/* EXTRANET */

#extranet_content { 
	background-color:#f0f3d5;
	padding: 10px;
	width: 100%;
	vertical-align: top;

}
.ref_doc{
	text-align: left;
	width: 100%;
}
.ref_doc th {
	border-bottom: 1px solid #1e3cb4;
}


.documents{
	text-align: left;
	width: 100%;
}
.documents th {
	border-bottom: 1px solid #1e3cb4;
}

.gallery{
	text-align: left;
	width: 100%;
}

.member {
	text-align: left;
	width: 100%;
}
.member th {
	border-bottom: 1px solid #1e3cb4;
}


.workpackage{
	text-align: left;
	width: 100%;
}
.workpackage th {
	border-bottom: 1px solid #1e3cb4;
}


.faq{
	text-align: left;
	width: 100%;
}

.even {
	background-color:#f0f3d5;
}

.evenSelected {
	background-color:#c4d509;
}
.date {
	width: 50px;
}
.kalender_termin_v {
	font-weight: bold; 
}

#popup {
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 5px;
	border: 1px solid #000000;
	background-color: #ffffff;
}

#popup a{
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}

.formular input,
.formular select,
.formular textarea{
	font-size: 10px;
	font-family: Verdana;
}

form .input_line_middleplus{
	width: 300px;
}

form .input_line_small{
	width: 70px;
}

form .input_line_middleultra{
/*	width: 300px;*/
	width: 150px;
}

form textarea.textareaSmall{
	width: 300px;
	height: 150px;
}

form.formular table th{
	width: 160px;
	text-align: right;
}