
/*******************************************************
 * Main data 
 *******************************************************/

body {
	background-color: #EFECDB; 
	margin: 0px; 
	padding: 0px 0px 0px 0px;
	font-family: verdana, Arial, Sans-Serif; 
	height: 100%; 
	width: 100%;
}

.layout_menu {
	float: left; 
	border-left: 1px solid #41474B; 
	border-right: 4px solid #41474B; 
	text-align: right; 
	padding: 20px 12px 0px 15px; 
	background-color: #DED8B4; 
	width: 105px; 
	font-size: 90%;
	height: 100%;
}

.layout_content_right {
	width: 900px; 
	border: 0px solid red;
}

.LinkStyleNone {
	text-decoration: none;
	font-weight: bold;
	color: black;
	font-size: 100%;
}

.layout_main {
	text-align: center; 
	width: 100%; 
	height: 99%; 
	border: 0px solid black;
}

.layout_kopf {
	width: 900px; 
	text-align: left; 
	padding: 20px 0px 5px 30px;
}

.layout_Content_Gesamt {
	float: right; 
	text-align: left; 
	width: 755px; 
	height: auto;
	border: 0px solid black;
	font-size: 90%;
}

.layout_Content_Rechts {
	float: right; 
	width: 145px; 
	border: 0px solid black; 
	height: 600px;
	margin-left: 10px;
	padding: 15px 0px 0px 0px;
	text-align: center;
}

/*******************************************************
 * Div's, Tables
 *******************************************************/
.news_layout {
	width: 135px; 
	border: 2px solid #A54600; 
	background-color: #E4DFBE;
	padding: 6px 6px 6px 6px; 
	margin-top: 15px; 
	text-align: left;
}
 
.news_head {
	width: 99%;
	border-bottom: 1px solid #A54600;
	font-size: 80%;
	margin-bottom: 6px;
	text-align: left;
}

.layout_form_box_blue {
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	width: 100%;
	border: 1px solid #A54600;
	background-color: #E4DFBE;
	height: auto;
}

.layout_form_absatz {
	padding-top: 2px;
	padding-bottom: 2px;
	border: 0px solid red;
	width: 99%;
	height: 22px;
	text-align: center;
}

.layout_form_text {
	float: left;
	width: 22%;
	text-align: right;
	font-weight: bold;
	border: 0px solid black;
	padding: 5px 10px 0px 0px;
	color: #A54600;
	font-size: 80%;
}

.layout_form_field {
	margin-right: 0px;
	float: right;
	width: 75%;
	border: 0px solid black;
	text-align: left;
	color: #A54600;
	font-size: 80%;
}

.layout_message {
	margin: 20px 0px 20px 0px;
	padding: 20px 20px 20px 20px;
	background-color: #F5F5F5;
	border: 2px solid #98B2E8;
	text-align: center;
}

.layout_form_error {
	margin: 10px 0px 10px 0px;
	padding: 4px 0px 4px 0px;
	background-color: white;
	border: 2px solid #A54600;
	color: #A54600;
	font-weight: bold;
	text-align: center;
}

.content_hinweistafel {
	/*display: none;*/
	width: 97%;
	float: left;
	text-align: center;
	border: 0px solid #96A9CA;
	background-color: #EFECDB;
	margin: 10px 0px 15px 5px;
	padding: 9px 0px 9px 0px;
}
 
/*******************************************************
 * Fonts, Links, Images 
 *******************************************************/

form {
	margin: 0px;
	padding: 0px;
}

th {
	border: 1px solid #A54600;
	background-color: #E4DFBE;
	text-align: left;
	font-size: 80%;
}

img {
	border: 0px;
}

.extranetTable {
	width: 650px;
}

#linkZelle:hover {
	background-color: #E4DFBE;
	border: 1px solid black;
}

td {
	font-size: 80%;
}

h1 {
	margin-top: 8px;
	font-size: 120%;
}

h2 {
	font-weight: 800;
	font-size: 110%;
	margin: 9px 0px 10px 0px;
}

h3 {
	border-bottom: 0px dotted #A54600;
	border-left: 0px dotted #A54600;
	border-top: 0px dotted #A54600;
	font-size: 100%;
	margin: 7px 0px 5px -3px;
	padding-left: 3px;
	font-weight: 500;
	width: 580px; 
}

h4 {
	border-bottom: 1px dotted #A54600;
	width: 650px; 
	font-weight: 400;
	font-size: 80%;
	padding-bottom: 2px;
	margin-top: 2px;
}

h4 a {
	text-decoration: none;
}

h5 {
	font-weight: 700;
	font-size: 100%;
	margin: 9px 0px 10px 0px;
}

h6 {	 
	font-weight: 400;
	font-size: 89%;
	padding-bottom: 2px;
	margin-bottom: 2px;
	color: #A54600;
}

h7 {
	font-size: 60%;
}

.logo {
	margin: 0px 10px 0px 0px;
}

ul {
	list-style: none;
	line-height: 1.667;
}

ul.erlaeuterung {
	font-size: 80%;
}

input.newsletter {
	background-color: #EFECDB;
	border: 0px solid #A54600;
	margin-bottom: 1px;
}

font {
	font-size: 65%;
}

button.newsletter {
	border: 0px;
	background-color: #DED8B4;
	cursor: pointer;
}

button.buttonLink {
	border: 0px;
	background-color: #EFECDB;
	cursor: pointer;
	color: #A54600;
	margin: 2px 0px 0px -10px;
}

button.bodyBackground {
	border: 0px;
	background-color: #EFECDB;
	cursor: pointer;
}

a {
	color: #A54600;
}

b {
	font-wight: 700;
	font-size: 85%;
}

b.fieldTrenner {
	text-indent: 20px;
	font-size: 90%;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	color: #A54600;
}

a:visited {
	color: #A54600;
}

.menu_link {
	text-decoration: none;
	font-weight: 600;
	text-align: right;
	font-size: 90%;
	color: black;
	line-height: 1.345;
}

.menu_link:hover {
	text-decoration: none;
	font-weight: 600;
	text-align: right;
	font-size: 90%;
	color: #A54600;
	line-height: 1.345;
}

.menu_downlink {
	text-decoration: none;
	font-weight: 600;
	text-align: right;
	font-size: 80%;
	color: black;
	line-height: 1.345;
}

a.headlink {
	text-decoration: none;
	font-size: 70%;
	margin-left: -2px;
}

.admin_menu {
	list-style: none;
	padding: 3px 5px 3px 5px;
	border: 1px solid black;
	text-decoration: none;
	font-size: 80%;
	color: black;
}

.admin_menu:hover {
	border: 1px solid #EFECDB;
}

.content_element_browse10steps {
	font-size: 80%;
}

.content_element_browse10steps b {
	font-size: 93%;
}


/*********** style_tooltips *****************/
#divTooltip 
{
    position: absolute; 
    top: 0px; 
    width: 175px; 
    visibility: hidden; 
    z-index: 200; 
    background-color: #ffffff; 
    layer-background-color: #ffffff;
}

.normalStyle    
{
    padding: 8px; 
    text-align: left; 
    font-weight: 500; 
    width: 200px; 
    color: #000000; 
    top: 100px; 
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    background-color: #ffffff;
    layer-background-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #2D5FC6;
    cursor: default;
}

.netscape4Style 
{
    padding: 2px; 
    font-weight: 500; 
    width: 175px; 
    color: #000000; 
    top: 100px; 
    font-family: Verdana, Helvetica, Arial, sans-serif; 
    font-size: 11px; 
    background-color: #ffffff; 
    layer-background-color: #ffffff; 
    border: 1px solid #2D5FC6;
}

.toc-linkactive {
	background-color: #ffffff;
}



/**************** Protokollierung ***********************/


.protokollUeberschrift {
	font-family: courier, arial;
	font-weight: bold;
	width: 80%;
	border: 1px solid #999999;
	margin: 5px 0px 2px 10px;
	padding: 5px 5px 5px 15px;
}

.protokollRahmen {
	font-family: courier, arial;
	font-weight: normal;
	width: 80%;
	border: 1px solid #999999;
	font-size: 80%;
	margin: 5px 0px 2px 10px;
	padding: 5px 5px 5px 15px;
	line-height: 1.321;
}

.protokollRahmen font {
	font-family: courier, arial;
	color: red;
	font-size: 70%;
	margin: 3px 0px 3px 10px;
}

.protokollRahmen p {
	font-family: courier, arial;
	color: blue;
	font-size: 70%;
	margin: 3px 0px 3px 10px;
}

/********************************************************/

/**************** Gaestebuch ***********************/

.gaestebuchEintrag {
	width: 570px; 
	border: 1px solid #A54600; 
	margin: 20px 0px 0px 0px; 
	font-size: 80%;
	padding: 5px 5px 5px 5px;
}

.gaestebuchEintrag a {
	text-decoration: none;
	font-size: 90%;
}
