/* Standards für die komplette Seite (Hintergrund, Breite, Scrollbalken, Schriftarten und Links) */

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #b4b4b4;
	background-image: url(../images/body_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	overflow: auto;
}

* {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

a {
	color: #000;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: #000;
	background-color: #9f9f9f;
	text-decoration: none;
}

/* Grund-Layout */
#main {
	width: 962px;
	margin: 0px;
	padding: 0px;
	overflow: visible;
	z-index: 1;
}

#head {
	position: relative;
	left: 0px;
	top: 0px;
	width: 962px;
	height: 180px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-image: url(../images/head_bg.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#head img.layer1 {
	position: absolute;
	left: 0px;
	top: 60px;
	z-index: 1;
}

#head img.layer2 {
	position: absolute;
	left: 20px;
	top: 60px;
	z-index: 2;
}

#title {
	height: 30px;
	padding: 0px;
	padding-left: 20px;
	border-bottom: 1px #000 solid;
	margin: 0px;
	background-color: #ccae8c;
	line-height: 30px;
}

#nav {
	width: 180px;
	margin: 0px;
	padding: 0px;
	background-color: #9f9f9f;
	overflow: auto;
	z-index: 2;
}

#content {
	position: relative;
	width: 100%;
	margin: 0px;
	border-collapse: collapse;
	padding: 0px;
	background-color: #fff;
	background-image: url(../images/main_bg.gif);
	background-position: right top;
	background-repeat: repeat-y;
	overflow: auto;
}

#content_corner {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
}

#copy, #copy:hover {
	display: block;
	position: relative;
	left: 0px;
	bottom: 0px;
	width: 180px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: transparent;
	font-size: 10px;
	line-height: 20px;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	z-index: 2;
}

#RandomPic {
	position: relative;
	width: 336px;
	height: 448px;
	margin: 0px 160px;
	padding: 0px;
	background-color: #fff;
	overflow: hidden;
}

#RandomPic img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 336px;
	height: 448px;
	background-color: transparent;
}

/* Menü-Steuerung */

.menu {
	display: block;
	margin: 0px;
	border-bottom: 1px #000 solid;
	padding: 0px;
	padding-left: 20px;
	color: #fff;
	background-color: transparent;
	font-size: 12px;
	line-height: 30px;
	text-decoration: none;
	overflow: hidden;
}

.menu:hover {
	display: block;
	margin: 0px;
	border-bottom: 1px #000 solid;
	padding: 0px;
	padding-left: 20px;
	color: #fff;
	background-color: #999;
	font-size: 12px;
	line-height: 30px;
	text-decoration: none;
	overflow: hidden;
}

.menu_active, .menu_active:hover {
	display: block;
	margin: 0px;
	border-bottom: 1px #000 solid;
	padding: 0px;
	padding-left: 20px;
	color: #fff;
	background-color: #757575;
	background-image: url(../images/menu_bg.gif);
	background-position: 2px 8px;
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 30px;
	text-decoration: none;
	overflow: hidden;
	cursor: default;
}

.sub_menu {
	display: block;
	margin: 0px;
	border-left: 1px #000 solid;
	border-bottom: 1px #000 solid;
	padding: 0px;
	padding-left: 20px;
	color: #fff;
	background-color: transparent;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	overflow: hidden;
}

.sub_menu:hover {
	display: block;
	margin: 0px;
	border-left: 1px #000 solid;
	border-bottom: 1px #000 solid;
	padding: 0px;
	padding-left: 20px;
	color: #fff;
	background-color: #999;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	overflow: hidden;
}

.sub_menu_active, .sub_menu_active:hover {
	display: block;
	margin: 0px;
	border-left: 1px #000 solid;
	border-bottom: 1px #000 solid;
	padding: 0px;
	padding-left: 20px;
	color: #fff;
	background-color: #757575;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	overflow: hidden;
	cursor: default;
}

.menu_list {
	list-style-type: none;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
}

/* Text-Layout */

.txs {text-decoration: none;}
.txss, .txss:hover {color: #656C88; background-color: transparent; text-decoration: none;}
.ATitel, .Atitle {color: #9e9e9e; font-size: 13px; font-weight: bold;}
.MTitle {color: #fff; font-size: 18px; font-weight: bold;}
.tx {text-align: justify;}
.txb {font-weight : bold;}
.txsg {text-decoration:none;}

.Button, .Button2 { width:120px;font-family : arial; font-style : normal;font-weight : bold;}
.boxm { width:140px;font-family : arial; font-style : normal;font-weight : normal;
	  border-left-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-width:1px;
	  border-color:#000000;}
	  
.box { width:210px; font-style : normal;font-weight : normal;
	  border-left-width:1px; border-right-width:1px;border-bottom-width:1px;border-top-width:1px;
	  border-color:#000000;}
.boxtext { width:310px;height:100px; font-style : normal;font-weight : normal;
	  border-left-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-width:1px;
	  border-color:#000000;}
	  
.guestebuch { width:450px;height:100px; font-style : normal;font-weight : normal;
	  border-left-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-width:1px;
	  border-color:#000000;}
.txFoto {color: #000000; text-decoration:none}
.SpezialT { font-family : verdana;font-size : 11px;font-weight : bold;color: #616161}

.txs2 {letter-spacing: 0px;color: #000000;text-decoration:none}
.txw {font-weight: bold; letter-spacing: 1px;color: #ffffff;text-decoration:none}

.textKlein { width:250px;height:45px; font-style : normal;}
.textMittel { width:300px;height:90px; font-style : normal;}
.textGross { width:400px;height:135; font-style : normal;}
.zeileKlein { width:50px; font-style : normal;}
.zeileMittel { width:150px; font-style : normal;}
.zeileGross { width:250px; font-style : normal;}
