/* ===================================================================== */
/* = 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: #222222;

	/* Zentrierung fuer IE6 */
}

.title {
font-family:Verdana, Helvetica, sans-serif; 
	color:#2F68AB; 
	font-size:12px; 
	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: #e7ecf7;
	text-align: left;

	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
}

#header {
	position: relative;
	width: 955px;
	height: 128px;
	background-color: #e7ecf7;
	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;
}

#navigation {
	position: relative;
	width: 955px;
	height: 26px;
	margin-top: 0px;
	padding-left: 0px;
	background-color: #e7ecf7;
	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: 400px;
/*	max-height: 448px;
*/	background-position: bottom left;
}

/* 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: 360px;

	border: none;
}

#frameborderbottom {
	position: relative;
	width: 770px;
	height: 30px;

	background-image: url(../bilder/content_border_bottom.jpg);
	background-repeat: no-repeat;
}

/* Footer ------------------------------------------------------- */
#stopper {
	height: 1px;
	padding-bottom: 142px;
	background-color: #e7ecf7;
	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: #e7ecf7;
	overflow: hidden;
}

#adresse {
	position: relative;
	width: 159px;
	height: 93px;
	margin-left: 10px;
	top: 20px;
	float: left;
	overflow: hidden;
}


#adresse p {
	text-align: right;
}

#footerpic {
	position: relative;
	width: 780px;
	height: 143px;
	margin-left: 4px;

	float: left;
	overflow: hidden;
}











