/* CSS Document */

body {
	background: rgb(201,202,200);
	margin:0;
	padding:0;
	height: 100%;

	font-family: Arial, Verdana, sans-serif;

	font-size:80%;
	line-height:1.4;
	padding-bottom:15px;
	/*margin:auto;
	text-align:center; */
}

html {
	margin:0;
	padding:0;
	height: 100%;
/*	margin:auto;
	text-align:center; */
}

a:link, a:visited {
    color:rgb(131,128,115);
   /* text-decoration:none; */
    font-weight: bold;
}

a:hover {
	color:rgb(111,108,95);
}


/*********** Menue ********************/

.menue {
padding-left: 55px;
font-size:14px;
font-weight: bold;
color:#FFFFFF;
}

.menue a:link, .menue a:visited {
    color:#FFFFFF;
    text-decoration:none;
    font-weight: bold;
	}


.menue a:hover {
	color:rgb(211,208,195);
	text-decoration:none;
}

/************** Inhalt ******************/
.inhalt {
padding:10px 10px 10px 10px;
background-color:rgb(226,220,218);
border: 2px solid rgb(97,92,95);
}

.menu-rahmenblue {
font-weight: bold;
}

.text-headline, h1, h2, h3 {
font-size: 18px;
padding-bottom: 3px;
}

/************* Buttons ***************/

.Form-Button, .form-button {
	font-size: 11px;
    height: 22px;
	color: rgb(0,0,0);
	background-color: rgb(190,191,183);
	font-weight: bold;
	border: 1px solid #3D5954;
	cursor:pointer;
}

select, .select {
	border: 1px solid #3D5954;
	color: rgb(80,80,80);
	font-size:11px;
	font-weight: bold;
	width: 204px;
}

.select_spezial_ueberschrift {
	font-family: Courier;
	font-size: 12px;
	border: 0px solid #01364A;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	cursor:not-allowed;
	text-decoration: bold;
	background-color: #8E8E8E;
}

.Form-Field {
	width: 201px;
	border: 1px solid #3D5954;
	color: rgb(80,80,80);
	font-size:11px;
	font-weight: bold;
}

/**
Text-Link-Oben
select_spezial
select_spezial_ueberschrift
Form-Field**/