/* CSS Document */

*
{
	margin: 0px;
	padding: 0px;
}

body
{
	height: 100%;
	
	font-size: 12pt;
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;	
	
	background-color: #1e1000;
	background-image:url('../../image/bg_body.jpg');
	background-repeat: repeat-x;
}

/* Layout */ 

#box
{
	position: relative;
	
	width: 1024px;
	height: 100%;
	
	left: 50%;
	margin: 0px -512px 0px -512px;
	
	background-image:url('../../image/bg_mainbox.jpg');
	background-repeat: no-repeat;
	
}

#inbox
{
	position: relative;
	
	width: 924px;
	height: 70%;
	
	top: 210px;
	left: 50px;
	
	background-image:url('../../image/bg_inbox.jpg');
	
	border: 5px solid #3e2404; 
}

#deko
{
	position: absolute;
	
	top: 43px;
	left: 561px;	
}

#mainnavi
{
	position: absolute;
	
	left: 15px; 
	top: -27px;
}

#subnavi
{	
	position: absolute;
	
	left: 0px;
	top: 100px;
		
	width: 200px;
}

#navi
{
	position: absolute;
	
	left: /*760px;*/  670px ;
	top: 0px;
}

#content
{
	position: relative;
	
	left: 200px;
	top: 100px;
	
	width: 695px;
	
	padding-bottom: 85px;
}

#news
{
	text-align:right;
	width: 150px;
	padding: 20px 0px 0px 20px;
}

 
.underhl
{
	font-weight: bold;
	font-size: 14pt;
	
	color: #2d1904;
	
	padding-left: 30px;
	margin-bottom: 15px;
	
	height: 50px;
	vertical-align: text-top;
	background-image: url('../../image/underline.png');
	background-repeat: no-repeat;
}

#content a
{
	text-decoration: underline;
	color: #2d1904;
}

#content a:hover
{
	text-decoration: none;
}

a
{
	color: #2d1904;
	text-decoration: none;
}

a:hover
{
	color: black;
	text-decoration: none;
}

a:active
{
	color: black;
	text-decoration: underline;
}

#mainnavi ul li, #navi ul li
{
	display: inline;
	list-style-type: none;
}


#subnavi ul li
{
	font-size: 11pt;
	font-weight: bold;
	
	text-align: right;
	
	list-style-type: none;
	
	padding: 3px 25px 10px 0px;
}

#total ul li
{
	font-size: 11pt;
	font-weight: bold;
		
	list-style-type: none;
	
	padding-bottom: 5px;	
}

#total a, #total a:active, #total a:hover
{
	padding-right: 15px;
	
	text-decoration: none;
}

#total a:hover
{
	padding-right: 15px;
	
	text-decoration: underline;
}

#sprache 
{
	position: absolute;
	
	left: 0px;
	
	width: 650px;
	height: 30px;
	
	border: 1px solid #000;
}

#sprache a
{
	color: #ffffff;
	text-decoration: none;
}

#sprache ul li
{
	padding: 0px 180px 0px 0px;
	font-size: 14pt;
	
	display: inline;
	list-style-type: none;
}

#preview
{
	border: 5px solid #62380b;
}


/* Text */

.ueberschrift
{
	color: #bb9453;
	font-size: 14pt;
	font-weight: bold;
}

.zwischenschrift
{
	font-weight:bold;
	color: #2d1904;
}

#content img
{
	margin-bottom: 20px;
	margin-right: 10px;
	
	border: 5px solid #62380b;
}

#total img
{
	border: 2px solid #62380b;	
}

.news_01
{
	color: #2d1904;
	text-decoration: underline;

	font-size:13pt;
	font-weight:bold;
}

.news_02
{
	font-size: 13pt;
	font-weight:bold;

	color: #bb9453;
}

.news_text
{
	font-size:10pt;
	
}

.zwischenschrift_news
{
	font-weight:bold;
	color: #2d1904;
	text-decoration: underline;
}


/* Kontaktformular */

.formular
{
	color: #000000;
	padding: 5px 0px 3px 0px;
}

#button
{
	width: 100px;
	background-color: #bb9453;
	border: 1px solid #000;
	margin: 10px 0px 0px 20px;
}

input
{
	border: 1px solid #2d1904;
}


textarea
{
	border: 1px solid #2d1904;
	width: 323px;
	height: 100px;
}

legend
{
	padding: 0px 3px 0px 1px;
	color: #2d1904;
	font-weight: bold;
}

fieldset
{
	color: #2d1904;
	padding: 10px 20px 10px 20px;
	border: 1px solid #2d1904;
	
	width: 610px;
}


