/* CSS-Document / main.css */

body {
	margin:0px;
	background-color: white;
}

hr {
	width: 300px;
	height: 1px;
	text-align: left;
}



a {
	text-decoration:none;
	color: #333333;
}

a:hover {
	text-decoration:underline;
}


#logo {
	position: absolute;
	top: 21px;
	left: 20px;
	width: 75px;
	height: 85px;
	background: url(../../pix/logo_neu.gif) no-repeat;
	cursor: pointer;
}


#logo a {
	display:block;
	width:70px;
	height:70px;
}


/* NAVI ---------------------------------------------*/
#menu-button {
	position:absolute;
	left:580px;
	top:8px;
}

#menu-button a {
	display: block;
	width:167px;
	height:21px;
	background-image:url(../../pix/btn_navmain_off.gif);
}

#menu-button a:hover {
	background-image:url(../../pix/btn_navmain_on.gif);
}

#navi {
	position:absolute;
	left:523px;
	*left:523px;
	top:20px;
	*top:33px;
	width:300px;
	height:20px;
	text-align:right;
	/*border:1px solid black;*/
	z-index: 99;
}
li .item {

}
li .first {
	
}

/* // Navi ENDE -------------------------------------- */

#homemenu {
	float: left;
	width: 174px;
	height: 221px;
	margin-right: 1px;
}

#wrapper {
	width:800px;
	height:100%;
	margin:0px;
	padding-left:50px;
	/*border: 1px solid black;*/
}

/* Seitenkopf mit menu */
#page-head {
	width: 654px;
	*width: 700px;
	height: 25px;
	*height: 60px;
	background-color:#B9AB94;
	padding: 35px 0px 0px 50px;
	font: bold 17px/25px Verdana,Arial-Narrow,Arial,Helvetica,sans-serif;
	color:#63605C;
}

/* Kopfzeile unter Seitenkopf */
#typo {
	width:700px;
	height:45px;
	font: normal 11px/14px Verdana,Arial-Narrow,Arial,Helvetica,sans-serif;
	color:#808080;
}

#typo .head {
	float:left;
	padding:7px 0px 0px 46px;
}

#typo .section {
	padding:4px 0px 0px 0px;
	text-align:right;
}
/*----------------------------*/


/* Seiteninhalt --------------*/
#content {
	width:700px;
	/*height:70%;*/
	padding: 41px 0px 0px 0px;
*	padding: 50px 0px 0px 0px;
}

#content h1 {
	font: bold 14px/14px Arial,sans-serif;
	color:#B79B6E;
	border-bottom:1px solid black;
	background-image: url(../../pix/square_blau.gif);
	background-repeat:no-repeat;
	background-position: 688px 3px;
}

#content .text {
	width: 400px;
	float:left;
	font: normal 11px/16px Arial,sans-serif;
	color:#252525;
}

#content .textwide {
	position:absolute;
	top: 170px;
*	top:170px;
	left:48px;
*	left:50px;
	padding:0px
	width: 680px;
	padding-left: 2px;
	float:left;
	font: normal 11px/16px Arial,sans-serif;
	color:#252525;
}
#content .textw2 {
	padding:0px
	width: 680px;
	padding-left: 2px;
	float:left;
	font: normal 11px/16px Arial,sans-serif;
	color:#252525;
}

#content .bild {
	float: right;
	width:280px;
}

#flashcontent {
	position: absolute;
	top: 170px;
	left: 50px;
	width:700px;
	height:250px;
	z-index:0;
}

ul {
	list-style-position: outside;
	list-style-image: url(../../pix/list_dot_brwn.gif);
	padding-left:14px;
* 	margin-left:8px;
}

.fett {
	font-weight: bold;
}

.infobox {
	padding: 8px 6px 8px 6px;
	border: 1px dashed #333333;
	background-color: #f2f0df;
}

.link {
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
}
.link a {
	color: black;
	text-decoration: none;
}
.link a:hover {
	color: #993333;
	text-decoration: underline;
}

.u1 {
	font-weight:bold;
	font-size: 11px;
	border-bottom:1px dashed #333333;
	color: #774928;
}

.u2 {
	font-weight:bold;
	font-size: 11px;
	color: #774928;
}

.leitsaetze {
	float:left;
	width:650px;
	font: bold 12px/18px 'Trebuchet MS',Verdana,sans-serif;
	letter-spacing: 1px;
	padding:10px 0px 4px 0px;
	color: #632716;
}
.leitsaetze img {
	padding-right: 8px;
}

/*----------------------------*/


/* Seitenabschluss------------*/

#footer {
	width:700px;
	height:170px;
*	height:176px; 	
	background-color:#B9AB94;
	font: normal 11px/16px Verdana,sans-serif;
	color:#454545;
	text-align:center;
}

#footer .cover {
	width: 100%;
	height: 70px;
	background-color:#d8d8d8;
	padding:3px 0px 2px 0px;*/
}

#footer .basis {
	/*letter-spacing: 1px;*/
	padding-top:12px;
	padding-bottom: 6px;
}

#footer .basis a {
	font-weight: bold;
	color: #585858;
}
#footer .basis a:hover {
	text-decoration: none;
	color: white;
}

/*----------------------------*/

.formText {
	font-weight: bold;
	color: #84513c;
}

.sBtn {
	width: 300px;
	border: 1px solid black;
	background-color: #f4e9ce;
}


/*-- font-formate ------------*/

.fontA11 {
	font: normal 11px/16px Arial,sans-serif;
}

.fontA12 {
	font: normal 12px/19px Arial,sans-serif;
}
/*----------------------------*/

