/*Hintergrund Body - Streifen*/
.background_index {
	background-image: url(/pics/back.png);
	background-repeat: repeat;
	color:#333333;
}

.background_right {
	background-image: url(/pics/right.png);
	background-repeat: repeat;
}

/*Page Styles*/
.ueberschrift{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

.trennlinie{
	/*font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;*/
	font-weight: bold;
	color: #333333;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.fontsize1{
	font-size: 14px;
}

/*Navigationsleiste left - http://www.projectseven.com/tutorials/css/uberlinks/index.htm, 20.06.08*/
#rollovermenu {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}
#rollovermenu a, #rollovermenu a:visited {
	display: block;
	padding: 2px 2px 2px 30px;
	background-color: #999999;
	background-image:  url(/pics/button_unpressed.png);
	background-repeat: repeat-x;
	background-position: 0% 50%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #EEE;
	text-decoration: none;
	height:17px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ddd;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #ddd;
}
#rollovermenu a:hover {background-image:  url(/pics/button_pressed.png);}
#rollovermenu_position{
	width:195px;
	background-image: url(/pics/background_right.png);
}
#menu_space {
	display: block;
	padding: 2px 2px 2px 20px;
	background-color: #999999;
	background-image:  url(/pics/menubalken.png);
	background-repeat: repeat-x;
	background-position: 0% 50%;
	color: #EEE;
	text-decoration: underline;
	height:17px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ddd;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #ddd;
}

/*Login/ Logout*/
.loginFenster {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*position: absolute;
	top: 230px;
	right: 200px;*/
	color: #111;
}

.loginButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #CCCCCC;
	border: thin solid #999999;
}

.logoutButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #CCCCCC;
	border: thin solid #999999;
}
.loginMessage {
	position: absolute;
	top: 90px;
	right: 275px;
}
.gbuch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #aeadad;
}

.gbuchHead {
	font-weight: bold;
	background-color: #666666;
	border: thin solid #000000;
	color: #FFFFFF;
}

.links1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #aeadad;
}

.links2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #666666;
}

