/* ===================================================================== */
/* = Alles zuruecksetzen                                                = */
/* ===================================================================== */

html,body {
	padding: 0;
	margin: 0;
	border: 0;
}

/* ===================================================================== */
/* = Allgemeines                                                       = */
/* ===================================================================== */

body {
	font-size: 75%;
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #449386;
	background-color: #cda723;

	/* Zentrierung fuer IE6 */
}

.title {
font-family:Verdana, Helvetica, sans-serif; color:#449386; font-size:10px; font-weight:bold;
}

td {
	font-size: 75%;
}

html, 
body {
    height: 100%;
}

hr {
	height: 1px;
	border-top: 1px solid #c1c1c1;
	margin-top: 4%;
	margin-bottom: 3%;
}

h1, 
h2 { 
	font-size: 120%; 
	font-weight: normal; 
	color: #b2002c; 
	letter-spacing: 0.08em;
	margin-bottom: 2%;
}

p {
	margin-bottom: 2%;
}

a:link, 
a:visited {
	text-decoration: underline;
	color: #943C14;
}

a:hover, 
a:active {
	text-decoration: none;
	color: #943C14;
}


/* ===================================================================== */
/* = Layout                                                            = */
/* ===================================================================== */

#wrapper {
	position: relative;
	top: 0;
	width: 955px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: auto auto;
	background-color: #fef5e4;
	text-align: left;
	
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
}

#header {
	position: relative;
	width: 955px;
	height: 142px;
	background-color: #f9f9e7;
	background-image: url(../bilder/header_bg.jpg);
	background-position: 2px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#other {
	position: relative;
	width: 200px;
	margin-left: 50px;
	margin-top: 20px;
	height: 100px;
	float: left;
	overflow: hidden;
	vertical-align: bottom;
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 8px;
}

#navigation {
	position: relative;
	width: 955px;
	height: 24px;
	margin-top: 0px;
	padding-left: 0px;
	background-color: #f9f9e7;
	float: left;
	z-index: 5000;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	overflow: hidden;
}

#hnav {
	border-left: 1px solid #b2b2b2;
	padding-left: 4px;
}


/* linke Spalte ------------------------------------------------- */
#leftcol {
	position: relative;
	margin-top: 4px;
	margin-bottom: -4px;
	left: 0;
	width: 177px;
	float: left;
}

#topleftborder {
	position: relative;
	width: 177px;
	height: 14px;
	margin-bottom: -14px;
	z-index: 3000;
}

#topleftpic {
	position: relative;
	width: 177px;
	min-height: 380px;
	max-height: 380px;
	background-position: bottom left;
	height: 380px;
	margin: 5;
	margin-bottom: 0px;
	padding-left: 5px;
}
/* Seiteninhalt ------------------------------------------------- */
#seiteninhalt {
	position: relative;
	margin-top: 4px;
	margin-bottom: -4px;
	left: 0px;
	width: 770px;
	float: left;
	
	background-image: url(../bilder/content_wrapper_bg.jpg);
	background-repeat: repeat-y;
}

#framebordertop {
	position: relative;
	width: 770px;
	height: 25px;
	
	background-image: url(../bilder/content_border_top.jpg);
	background-repeat: no-repeat;
}

#contentframe {
	position: relative;
	width: 730px;
	margin-left: 15px;
	min-height: 450px;
	
	border: none;
}

#frameborderbottom {
	position: relative;
	width: 770px;
	height: 30px;
	
	background-image: url(../bilder/content_border_bottom.jpg);
	background-repeat: no-repeat;
}

/* Footer ------------------------------------------------------- */
/*#stopper {
	width: 175px;
	height: 1px;
	margin-left: 5px;
	padding-bottom: 142px;
	clear: both;
}

/*#footer {
	position: relative;
	margin: auto auto;
	margin-top: -143px;
	width: 955px;
	height: 143px;
	color: #677A7B;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2em;
	
	background-color: #ffffff;
	overflow: hidden;
}*/

#adresse {
	position: relative;
	width: 170px;
	height: 150px;
	margin-left: 5px;
	top: 0px;
	float: left;
	overflow: hidden;
}


#adresse p {
	text-align: right;
}

/*#footerpic {
	position: relative;
	width: 770px;
	height: 143px;
	margin-left: 8px;
	
	float: left;
	overflow: hidden;
}

