/* -- globale Site ------------------------------------ */

html,body, .site	{
		font-family:  Verdana, Arial;
		font-size:12px;
		line-height: 15px;
		color:#f9e3d7;
		margin:0;
		padding:0;
		width:100%;
		height: 100%;
		text-align: center;
		background:#4e1412;
		}

/* -- Allgemeine Styles ------------------------------------ */

img{
	border:0;
}

h1{
	font-size: 35px;
	font-weight: normal;
	line-height: 100%;
}

h2{
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 15px;
}

ul li{
	list-style: none;
	margin-bottom:15px;
}

/* -- Site ------------------------------------ */

.logo-start{
	height: 300px;
	margin-top: 15%
}

.sprachauswahl{
	margin: 10px 0;
}

.head, .head a:link, .head a:hover, .head a:active, .head a:visited{
	background: #4e1412;
	height: 135px;
	color:#f9e3d7;
}

.content{
	padding:10px 0;
	background: #f9e3d7;
}

.contenttxt{
	color:#4e1412;
	text-align: center;
}

.content .vita{
	text-align: left;
	width: 650px;
	margin: 0 auto;
}

.content .vita .jahre{
	float:left;
	text-align:right; 
	width: 100px; 
	margin-right:10px; 
	font-weight:bold;
	line-height:15px;
}

.content .vita .ereignis{
	float:left; 
	width: 540px;
	line-height:15px;
}

.content .preise{
	text-align: left;
	margin: 0 auto;
	width: 570px;
	/*border-top: 1px dotted #4e1412;
	border-bottom: 1px dotted #4e1412;*/
	padding: 0px;
}

.content .preise .leistung{
	float:left;
	text-align:right; 
	margin-right: 20px;
	width: 300px; 
	line-height:15px;
}

.content .preise .preis{
	float:left; 
	width: 100px;
	line-height:15px;
}

.content .kontakt{
	text-align: left;
	margin: 0 auto;
	width: 390px;
	padding: 0px;
}

.clear{
	clear:both;
	height: 1px;
}

a:link			{ font-size:14px; font-weight:normal; color:#4e1412; text-decoration:none; } 
a:visited 	{ font-size:14px; font-weight:normal; color:#4e1412; text-decoration:none; }
a:hover 		{ font-size:14px; font-weight:normal; color:#4e1412; text-decoration:underline; }
a:active 		{ font-size:14px; font-weight:normal; color:#4e1412; margin-top:10px; text-decoration:none; }

.footer{
	height:50px;
	background: #4e1412;
	font-size: 14px;
	color:#f9e3d7;
}

.footer a:link			{ font-size:14px; font-weight:normal; color:#f9e3d7; text-decoration:none; } 
.footer a:visited 	{ font-size:14px; font-weight:normal; color:#f9e3d7; text-decoration:none; }
.footer a:hover 		{ font-size:14px; font-weight:normal; color:#f9e3d7; text-decoration:underline; }
.footer a:active 		{ font-size:14px; font-weight:normal; color:#f9e3d7; margin-top:10px; text-decoration:none; }

/******************************************************** navigation ********/

.navi{
	padding: 10px 50px 0px 50px;
	background: #f9e3d7;
	height: 30px;

}

.navi_inside{
	font-size:17px;
	line-height: 25px;
	color:#4e1412;
	background: #f9e3d7;
	border-bottom: 1px solid #4e1412;
}

.navi_inside a:link		{ font-size:17px; font-weight:normal; color:#4e1412; text-decoration:none; } 
.navi_inside a:visited 	{ font-size:17px; font-weight:normal; color:#4e1412; text-decoration:none; }
.navi_inside a:hover 	{ font-size:17px; font-weight:normal; color:#4e1412; text-decoration:underline; }
.navi_inside a:active 	{ font-size:17px; font-weight:normal; color:#4e1412; text-decoration:none; }

.subnavi{
	font-size:14px;
	line-height: 25px;
	color:#4e1412;
	background: #f9e3d7;
	height: 30px;
}

.subnavi a:link		{ color:#4e1412; text-decoration:none; } 
.subnavi a:visited 	{ color:#4e1412; text-decoration:none; }
.subnavi a:hover 		{ color:#4e1412; text-decoration:underline; }
.subnavi a:active 	{ color:#4e1412; text-decoration:none; }


.eingabefeld {
	border: 1px solid #4e1412;
	color:#4e1412;
	font-size:12px;
	float: left;
	width: 211px;
	margin-bottom: 3px;
	background-color:#fcf1eb;
}

.eingabefeld_small {
	border: 1px solid #4e1412;
	color:#4e1412;
	font-size:12px;
	width: 90px;
	background-color:#fcf1eb;
}

.checkbox {
	color:#4e1412;
	font-size:12px;
	float: left;
	background-color:#fcf1eb;
	border: 1px solid #4e1412;
}

.eingabetitel{
	font-size:11px;
	float:left;
	text-align: right;
	margin-bottom: 3px;
	margin-right: 3px;
}

.button{
	float:left;
	width: 105px;
}

/* Adminbereich ------------------------ */

	
div#admin_teaser_box {
	color:#4e1412;
	background: #f9e3d7;
	height: 45px;
	
}

div#admin_teaser {
	margin-bottom:10px;	
}

.admin_icon {
	float:left;
	margin-top:10px;
	margin-right:10px;
}

.admin_link_red {
	float:left;
	font-weight:bold; 
	color:#990000; 
	text-transform:uppercase; 
	text-decoration:none; 
}

.admin_header {
	height:180px;
	font-weight:bold; 
	color:#fff; 
	text-transform:uppercase; 
	text-decoration:none;
	padding:20px 10px 0 10px;
}
.icon{
	float:left;
	line-height:10px;
	margin:0 2px 9px 5px;
}

.icon a:link, .icon a:visited{
	color:#990000;
	font-size:10px;
	text-decoration:underline;
}

.icon a:active, .icon a:hover{
	text-decoration:none;
}

.info{
	margin-left:20px;
}

/* Newsletter-Admin ---------------------------------------- */


#newsletter_navigation{
	float:left;
	width: 300px;
	height: 600px;
	font-size:14px;
	margin:0px 30px;
	line-height: 25px;
	color:#f9e3d7;
	background: #4e1412;
	height: 30px;
	text-align:left;
}

#newsletter_navigation a:link		{ color:#f9e3d7; text-decoration:underline; } 
#newsletter_navigation a:visited 	{ color:#f9e3d7; text-decoration:underline; }
#newsletter_navigation a:hover 		{ color:#f9e3d7; text-decoration:none; }
#newsletter_navigation a:active 	{ color:#f9e3d7; text-decoration:underline; }


