/* Allgemeine Seitenkonfiguration */
body,td,th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

html,body {
height: 100%;
}

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A {
	text-decoration:underline;
	color:#0B1CBF;
}

A:active {
	text-decoration:underline;
	color:#0B1CBF;
}

A:hover {
	text-decoration:underline;
	color:#0B1CBF;
}

#container {
	width: 1000px;
}

#logobox_border {
	width: 153px;
	height: 240px;
	background-color: #0B1CBF;
	float: left;
}

#logobox {
	width: 152px;
	height: 239px;
	background-color: #FFFFFF;
	margin-top: 1px;
	margin-left: 1px;
}

#logo {
	width: 130px;
	height: auto;
	padding-top: 40px;
	margin-left:11px;
	margin-right:11px;
}

#headerbox {
	width: 847px;
	height: 240px;
	float: right;
	position: relative;
}

#header {
	width: 847px;
	height: 240px;
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
}

#menubox_top {
	width: 827px;
	height: 20px;
	position: absolute;
	z-index: 1;
	top: 7px;
	margin-right: 20px;
}

#menu_top {
	height: 15px;
	margin-left: 20px;
	float:right;
}

#menubox_middle {
	width: 827px;
	height: 23px;
	position: absolute;
	z-index: 1;
	top: 212px;
	margin-left: 20px;
}

#menu_middle {
	height: 15px;
	margin-right: 10px;
	float:left;
}

#container_bottom_border {
	width: 1000px;
	background-color: #0B1CBF;
	padding-bottom: 1px;
}

#container_bottom {
	width: 998px;
	background-color: #FFFFFF;
	margin-right: 1px;
	margin-left: 1px;
}

#menubox_left {
	width: 152px;
	float: left;
	margin-top: 25px;
}

#menu_left {
	height: 25px;
	text-align: center;
	width: 152px;
}

#contentbox {
	width: 846px;
	float: right;
	background-color: #FFFBDB;
}

#content_left {
	margin-top: 25px;
	width: 610px;
	float: left;
	padding-bottom: 15px;

}

#content_left_element {
	margin-left: 20px;
	width: 560px;
	margin-right: 30px;
}

#content_right {
	margin-top: 25px;
	margin-bottom: 15px;
	width: 235px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0B1CBF;
}

#content_right_element {
	margin-left: 15px;
	width: 210px;
	margin-right: 10px;
	height: 1%;
}

#content_right_element A {
	text-decoration:none;
	color:#000000;
}

#content_right_element A:active {
	text-decoration:underline;
	color:#0B1CBF;
}

#content_right_element A:hover {
	text-decoration:underline;
	color:#0B1CBF;
}


#content_right_element_image {
	width: 70px;
	float:left;
	clear: both;
}

#content_right_element_text {
	width: 125px;
	float: right;
	font-size:11px;
}

#content_right_element_textonly {
	font-size:11px;
	text-align: center;
}



#content_right_element_clear {
	clear: both;
	height: 18px;
}

#clear {
	clear: both;
}

/*Überschriften*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:normal;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-style: italic;
}


/*Erweiterungen*/

/*Bildunterschrift*/
.csc-textpic-caption {
	padding-top:3px;
	font-style:italic;
	font-size:11px;
}

/*Gästebuch*/
.ml-guestbook-result {
	font-weight:bold;
	float:left;
	padding-bottom: 10px;
}

.ml-guestbook-pagination {
	float:right;
}

.ml-guestbook-clear {
	clear:both;
	display:block;
}

.ml-guestbook-header {
	clear:both;
	color:#000000;
	display:block;
	font-weight:bold;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #F7EFB0;
	padding-left: 5px;
}

.ml-guestbook-entry {
	padding-top: 10px;
	padding-bottom: 10px;
}

.ml-guestbook-data {
	float:right;
	padding-bottom: 10px;
}
