@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

div, p, em, strong, span, img, h1, h2, h3, h4, h5, h6, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html, body {
	min-height: 101%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background: #FFF;
}


/* ========== Boxing / Layout ========== */

#container {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	background: #FFF;
}

#foot_container {
	clear:both;
	width:1000px;
	height: 152px;
}

/* left side */
#leftcon {
	width: auto;
	height: auto;
	float: left;
}

#logo {
	width: 167px;
	height:96px;
	background: #FFF;
	/*border-right: 1px dotted #999;*/
}

#startlink {
	padding-top: 65px;
	padding-left: 68px;
}

#navi1 {
	width: 100px;
	height: 233px;
	background-color: #FFF;
	border-top: 1px dotted #999;
	/* border-right: 1px dotted #999; */
	border-bottom: 1px dotted #999;
	padding-top: 42px;
	padding-left: 67px;
	padding-bottom: 75px;
}

#left_smallfoot {
	width: 167px;
	height: 152px;
	background: #FFF;
	/* border-right: 1px dotted #999; */
}

/* middle side */
#midcon {
	width: auto;
	height: 100%;
	float: left;
	border-right: 1px dotted #999;
	border-left: 1px dotted #999;
}

#header {
	width: 660px;
	height: 96px;
	background: #FFF;
}


#main {
	width: 660px;
	height: 100%;
	min-height: 350px;
	background: #FFF;
	border-top: 1px dotted #999;
	/* border-bottom: 1px dotted #dddedf; */ /* @footer */
}

#navi2 {
	width: 99px;
	height: 308px;
	background: #FFF;
	float: left;
	padding-top: 42px;
}

#inhalt {
	width: 530px;
	height: 100%;
	min-height: 350px;
	background: #FFF;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}

#inhalt2 {
	width: 629px;
	height: 100%;
	min-height: 350px;
	background: #FFF;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}
#footer {
	clear: both;
	width: 660px;
	height: 146px;
	background: #FFF;
	border-top: 1px dotted #999;
	padding-top: 5px;
}

/* right side */

#rightcon {
	width: auto;
	height: auto;
	float: left;
}

#boxR1 {
	width: 171px;
	height: 96px;
	background: #FFF;
	/* border-left: 1px dotted #999; */
	
}

#boxR2 {
	width: 171px;
	height: 350px;
	background: #FFF;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	/* border-left: 1px dotted #999; */
}

#boxR3 {
	width: 171px;
	height: 152px;
	background: #FFF;
	/* border-left: 1px dotted #999; */
}


/* ========== Navigation Links ========== */
a.link:link, a.link:visited, a.link:active {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #E20018;
	text-decoration: underline;
}

a.link:hover {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	text-decoration: underline;
}

a.startseite:link, a.startseite:visited, a.startseite:active {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #E20018;
	text-decoration: underline;
}

a.startseite:hover {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	text-decoration: underline;
}

/* ========== Textlayout ========== */
.fliesstext {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	line-height: 18px;
}

h1, h2, h3, h4, h5, h6 {
	font: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 10px;
}

ul {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	line-height: 18px;
	padding-left: 15px;
}

ul li {
	margin-bottom: 0.3em;
}

font {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
}

/* ========== All Other Classes ========== */
.naviL_btn_all {
	margin: 0;
	padding: 0;
	outline: 0;
}

.naviR_btn {
	margin: 0;
	padding: 0;
	outline: 0;
}

.leftspace {
	padding-top: 42px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
}

.leftspace2 {
	padding-top: 42px;
	padding-right: 45px;
	padding-bottom: 15px;
	padding-left: 65px;	
}

.float1 {
	float: left;
	width: 250px;
	height: auto;
	padding-right: 5px;
}

.clear {
	clear: both;
	margin-bottom: 1em;
}

.float2 {
	float: right;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
}

.subline {
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000;
}