/*-----------------------------------------------------------*/
/*allgemeine css*/

body,div,td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#003366;
}
body { 
	background-image: url("media/background.gif");
	background-position: center;
	background-repeat: repeat-y;
		
}
.top { 
	background-image: url("media/background-top.gif");
	background-repeat: repeat-x;
	width:100%;
	height:149px;	
	position:relative;
}
.top-inhalt {
	width:1000px;
	position:relative;
	text-align: left;
	/*border: 1px solid #000000;*/
}
.logo {
	position:absolute;
	float: left;
	z-index: 2;
}
.haupt {
	background-image: url("media/background_top.gif");
	background-repeat: no-repeat;
	position:relative;
	width:1000px;
	text-align: left;
}

a {
	color:#B19561;
	text-decoration:none;
}
a:hover {color:#003366;
}
/*-----------------------------------------------------------*/
/*navigation*/

.navigation {	
	position:relative;
	float:left;
	top: 42px;
}
a.topnav {
	color:#FFFFFF;
	text-decoration:none;
}
a.topnav:hover {
	color:#003366;
}

a.rotarylink {
	color:#B19561;
	font-weight:bold;
	text-decoration:none;
}
a.rotarylink:hover {
	color:#FFFFFF;
}
	
	
.navdiv {
	/*background-image: url("media/dot.gif");
	background-repeat: repeat-y;*/
	font-size: 13px;
	font-weight:bold;
	padding-top:8px;
	width: 179px;
	/*margin-left: 20px;	*/
}

.navdivlogin {
	/*background-image: url("media/dot.gif");
	background-repeat: repeat-y;*/
	font-size: 13px;
	font-weight:bold;
	padding-top:8px;
	width: 179px;
	/*margin-left: 20px;	*/
}

.navdivlogin a{
	/*background-image: url("media/dot.gif");
	background-repeat: no-repeat;
	background-position: 0px 10px;*/
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
	color:	#003366;
	text-decoration:none;	
	display:block;
	padding: 5px 0px 5px 5px;	
}
.navdivlogin a:hover{
	color:	#B19561;
	background-color: #990000;
}
.navdiv a{
	/*background-image: url("media/dot.gif");
	background-repeat: no-repeat;
	background-position: 0px 10px;*/
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
	color:	#003366;
	text-decoration:none;	
	display:block;
	padding: 5px 0px 5px 5px;	
}
.navdiv a:hover{
	color:	#B19561;
	background-color: #003366;
}
.siteactive{
	/*background-image: url("media/dot.gif");
	background-repeat: no-repeat;
	background-position: 0px 10px;*/
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
	color:	#B19561;
	background-color: #003366;	
	display:block;
	padding: 5px 0px 5px 5px;
	line-height:16px;		
}

.siteactivelogin{
	/*background-image: url("media/dot.gif");
	background-repeat: no-repeat;
	background-position: 0px 10px;*/
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
	color:	#B19561;
	background-color: #990000;	
	display:block;
	padding: 5px 0px 5px 5px;
	line-height:16px;		
}


.projekt {
	margin-top:50px;
	margin-left:10px;
	width: 159px;		
}

/*-----------------------------------------------------------*/
/* leiste rechts */

.leiste-rechts {
	postition:relative;
	float:right;
	width:220px;
}
.rechts-content {
	margin-top:20px;
	margin-left:20px;
	width:180px;
}
.login {
	display:block;
	background-color:#EFEFEF;
	padding:10px;
	height:100px;
}
	

/*-----------------------------------------------------------*/
/* inhalt */

.main-content {
	position:relative;
	float:left;	
	margin-left:20px;
	margin-top:45px;
	width:560px;
	/*border: 1px solid #000000;*/
	}
.head {
	font-weight:bold;
	color:#B19561;
}
.small {
	font-size:10px;
	}
.cap {
	font-size:16px;
	color:#B19561;
	font-weight:bold;
}
.text {
	line-height:20px;
	}
.img_right {
	float: right;
	margin-left:15px;
}


/*-----------------------------------------------------------*/
/* kontakt */

.form280 {
	width:180px;
	border: 2px solid #B19561;
	background-color:#003366;
	color:#FFFFFF;
	}
.form260 {
	width:260px;
	border: 2px solid #B19561;
	background-color:#003366;
	color:#FFFFFF;
	}
.formfeld {
	width:160px;
	border:none;
}
.kontaktbutton {
	float:right;
	margin-top: 5px;
	width:55px;
	background-color:#B19561;
	color:#003366;
	font-size:10px;
	font-weight:regular;
	border: 1px solid #003366;
}
