body {
	margin: 0px;
	background: #72613e;
}

/* Text- und Link-Formatierungen */

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #E4E4C9;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #E4E4C9;
}

.verysmalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	line-height: 10px;
	color: #E4E4C9;
}

.highlight {
	color: #FFCC33;
}

.darklight {
	color: #331100;
}

a {
	color: #E4E4C9;
	text-decoration:none;
}

a:link, a:visited, a:active {
	text-decoration:none;
}

a:hover, a:focus {
	color: #FFCC33;
	text-decoration:underline;
}

img {
	border: 0px;
}

tr, td {
	vertical-align:top
}

/* hold floating Boxes */
div#contentHolder {
	float: left;
	width:580px;
}


/* TOP-REITER-BOX */
div#reiterBox {
	float: left;
	width: 100%;
	height: 44px;
	background: url(../images/layout/top_line.gif) repeat-x #72613e;
}

div#reiterName {
	float: left;
}

/* Flash-Navi */
.flashnavi {
	margin: 0px;
	background: url(../images/layout/bottom_border.gif) repeat-x #72613e;
}

div#impressum {
	float: left;
	width: 152px; /* breite des linken Flashfilms */
	text-align: right;
}

div#fnavi_right {
	float: right;
	width: 280px; /* breite des rechten Flashfilms, siehe frameset */
}

div#fnavi {
	text-align: center;
}

/* brown ContentBox */ 
div.contentBox {
	float: left;
	/* width: 350px; */
	background: #655637;
}

/* brown ContentBox2 (darker) */ 
div.contentBox2 {
	float: left;
	background: #524429;
}

div.marginLeft {
	margin-left: 10px;
}

div.contentBox_borderTop {
	float: left;
	width: 100%;
	height: 4px;
	margin-bottom: 8px;
}

div.contentBox_borderBottom {
	float: left;
	width: 100%;
	height: 4px;
	margin-top: 8px;
}

div.contentBox_content {
	clear: both;
	float: left;
	width: 95%;
	padding-left: 10px;
}

/* Edges */
div.contentBox_edge_l {
	float: left;
	width: 4px;
	height: 4px;
}

div.contentBox_edge_r {
	float: right;
	width: 4px;
	height: 4px;
}


/* HOME */

/* Flash-Galerie-Box */
div#flashBox{
	float: left;
	width: 240px;
}

/* news.php in main.php (phpbb) */
div.newsBox_header {
	float: left;
	height: 35px;
}

div.newsBox {
	float: left;
	width: 98%;
	margin: 5px 0 15px 0;
}

div.newsBox_all {
	float: left;
	width: 98%;
	margin: 0;
	text-align: center;
}


/* Kino-Reiter-Box */ 
div.kinoBox_borderTop {
	float: left;
	width: 100%;
	height: 27px;
	margin-bottom: 8px;
	background: url(../images/layout/kino_reiter_mid.gif) repeat-x #655637;
}

div.kinoBox_edge_l {
	float: left;
	width: 79px;
	height: 27px;
}

div.kinoBox_edge_r {
	float: right;
	width: 5px;
	height: 14px;
}

div.kinoBox_content {
	float: left;
	width: 350px;
	margin: 5px 0 5px 5px;
}

div.kinoBox_picture {
	float: right;
	width: 150px;
	margin: 5px 0px 5px 5px;
	text-align: center;
}

/* SHOP */
div.shopBox_content {
	float: left;
	width: 210px;
	margin: 5px 0 5px 5px;
}

div.shopBox_content2 {
	float: right;
	width: 135px;
	margin: 5px 0 5px 5px;
}

div.shopBox_picture {
	float: right;
	width: 140px;
	margin: 5px 0px 5px 5px;
}

/* Shop Formular */
.shopForm_header {
	clear: left; /* neue Zeile */
	float: left;
	width: 150px;
	padding-top: 1px;	/* damit Header und Text im Input-Feld auf der selben Höhe sind */
	margin-bottom: 10px;
}

.shopForm_field {
	float: left;
	width: 250px;
	margin-bottom: 10px;
	border: 1px solid;
}

.shopForm_button {
	float: left;
	width: 250px;
	margin-bottom: 10px;
}

.shopForm_errorField {
	float: left;
	width: 350px;
	margin-bottom: 10px;
}


/* GALERIE */
/* wird in der Coppermine-Galerie verwendet */

div.contentBox_galerie {
	clear: both;
	float: left;
	width: 100%;
	padding-left: 5px;
}

div.galerieBox_content {
	float: left;
	width: 300px;
	margin: 5px 0 5px 5px;
}

div.galerieBox_content2 {
	float: right;
	width: 100px;
	margin: 5px 0 5px 5px;
}

div.galerieBox_picture {
	float: right;
	width: 50px;
	margin: 5px 0px 5px 5px;
}

div.galerieBox_thumbs {
	float: left;
	width: 102px;	/* groesse der thumbnails */
	height: 65px;	/* groesse der thumbnails */
	margin: 5px 0px 10px 5px;
	text-align: center;
	overflow: hidden;
}

div.galerieBox_thumbnail {
	float: left;
	width: 100%;
	text-align: center;
}

/* ECard */
div.ecard_userdata {
	float: left;
	width: 49%;
}

div.ecard_receiverdata {
	float: right;
	width: 49%;
}

div.ecard_subject {
	float: left;
	width: 100%;
	margin: 3px 0;
}

div.ecard_thumb {
	float: left;
	width: 24%;
	padding-top: 16px;
	text-align: center;
}

div.ecard_message {
	float: right;
	width: 75%;
}

div.ecard_buttons {
	float: left;
	width: 99%;
	margin-top: 5px;
	text-align: center;
}




/* KONTAKT */
div#kontaktBox_content {
	float: left;
	width: 275px;
}

div#kontaktBox_picture {
	float: right;
}


/* alte styles */
.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #E4E4C9;
}
.ueberschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #e4e4c9;

}
.kleinertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #e4e4c9;

}
.auszeichnung {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #e4e4c9;

}
.linkk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFCC33;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;

}
