@charset "utf-8";
/* CSS Document */
@server constants { 
    HintergrundFarbe: #339900; */
    MenueTopFarbe: #000000;
	RahmenFarbe:  #bbbbbb;
	linkColor: #ab6666; 

}


body {
	/*background-image: url(../images/body_bg.jpg);*/
	background-repeat: repeat-x;
	background-color: HintergrundFarbe; /* #ffffff;  */
	
	margin-top:0px;
	margin-bottom:0px;
}


#wrapper {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	font-family: Tahoma, Arial, sans-serif, Verdana;
	font-size: 12px;
	line-height: 1.5em;
}

#header {
	padding-top:0px;
	padding-bottom:10px;
	padding-left:0px;
	margin-bottom:20px;
	position: relative;
}

#seitentitel {
	font-size: 23px;
	font-weight:600;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	color:#00006A;
    position: absolute;    
	top: 180px;
	width:915px;
	text-align:right;
}

#vsir_1 {
	z-index: -1;
	margin-left: 10px;
}

#content {
	float:right;
	width:640px;
	background-color: #ffffff;
	padding: 15px;
	border-left: 1px solid #bbbbbb;
	/*border: 1px solid #bbbbbb;*/
}

#mainmenu{
	float:left;
	width:218px;
	background-color: #ffffff;
	padding: 15px;
	/*border: 1px solid RahmenFarbe;*/
	margin-bottom:20px;
}

#footer {
	width:917px;
	background-color: #ffffff;
	color: #ABABAB;
	padding: 15px;
	margin-top:20px;
	text-align:right;
	font-size:9px;
	clear:both;
}

a img {
	border:none;
}

fieldset {
	border:none;
}

.button {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #bbbbbb;	
}

.inputbox 	{
	border: 1px solid #bbbbbb;
}

#menu {
	padding-top: 10px;	
	padding-left: 781px;
	height: 27px;
	background-color: #ffffff;
	/*background-image: url(../images/body_bg.jpg);*/
}

#menu li {
	border-left:1px solid #bbbbbb;
	list-style: none;
	display:inline;
	margin-top: 0px;
	margin-bottom: 0px;
	
}
#menu li:first-child {
	border-left:none;
}

#menu ul {
	margin:0;
	padding:0;
}

#menu a{
	line-height: 5px;
	font-size: 12px;
	color: #bbbbbb;
	text-decoration:none;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}


/** Module **/

.moduletable_menu h3, .moduletable h3 {
	font-size:15px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	margin-bottom:5px;
	margin-top:15px;
	padding-left:10px;
	/*background-image: url(../images/h3.jpg);*/
	background-repeat: no-repeat;
	background-position: left;
}

.moduletable_menu ul, .moduletable ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.moduletable_menu li, .moduletable li {
	padding-bottom:3px;
	padding-top:3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bbbbbb;

}

.moduletable_menu li a, .moduletable li a  {
	color:#00006A;
	text-decoration:none;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:25px;
	font-weight:bold;
	padding-left:20px;

}

.moduletable_menu li a:hover, .moduletable li a:hover {
	color:#BBB1D6;
}


/** Module End **/

.contentheading, h1 {
	font-size:16px;
	font-weight:bold;
	color: #00006A;
	/*
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bbbbbb;
	background-color: #bbbbbb;
	height: 1px;
	width: 850px;
	left: 50px;
	top: 20px;
	*/
	width: 850px;
	border-bottom-color: #bbbbbb;
	border-bottom-width:thin;
	border-bottom-style:solid;
}

h2,h3,h4,h5,h6 {
	font-size:14px;
	font-weight:bold;
}

p {
	line-height: 18px;
}

a { 
	color: #626262;
	/*text-decoration:underline; */
}

.modifydate, .createdate, .small {
	font-size:9px;
	color:#b8151c;
}

.componentheading {
	font-size:16px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbbbbb;
	color:#b8151c;
	/*background-image: url(../images/contentp_line.gif);*/
	background-position: right bottom;
	margin-bottom: 15px;
	margin-top: 10px;
	margin-left: 2px;
	background-repeat: no-repeat;
}

.componentheading a{
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	color: #626262;
	background-image: url(../images/spacer.gif);
}