/*
 CSS - Stylesheet Reset Default Eigenschaften
 */
/*--------------------------------------------------------------------*/
/* IE Hover Hack                                                      */
/*--------------------------------------------------------------------*/

* html, body {
    behavior: url("../../lib/css/csshover.htc");
}

/*--------------------------------------------------------------------*/
/* IE PNG Hack                                                        */
/*--------------------------------------------------------------------*/

* html img {
    behavior: url("../../lib/css/pngbehavior.htc");
}

/*--------------------------------------------------------------------*/
/* Default Eigenschaften resetten                                     */
/*--------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

body {
    /*line-height: 1;*/
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

strong, b {
	font-weight: bold;
}

/* End reset area */


body{font-family : Arial, Helvetica, sans-serif; margin : 0 0 0 0; padding : 0 0 0 0; color: #303133}

body h2 {
	padding:0;margin:0;
	font-size: 12px;
	font-weight: bold;
	color: #DA2128;
}

.box1 {
	float: left;
	height: 140px;
	width: 260px;
	padding: 10px 20px 10px 20px;
	font-size: 12px;
	background-color: #ffffff;
	color: #606163;
}
.box1 a {
	color: #DA2128;
	text-decoration: none;
}
.box1 a:hover {
	text-decoration: underline;
}
.box2 {
	float: left;
	height: 140px;
	width: 260px;
	padding: 10px 20px 10px 20px;
	font-size: 12px;
	background-color: #E4EDF2;
	color: #606163;
}
.box2 a {
	color: #DA2128;
	text-decoration: none;
}
.box2 a:hover {
	text-decoration: underline;
}
.box3 {
	float: left;
	height: 140px;
	width: 260px;
	padding: 10px 20px 10px 20px;
	font-size: 12px;
	background-color: #A2C3D4;
	color: #606163;
}
.box3 a {
	color: #DA2128;
	text-decoration: none;
}
.box3 a:hover {
	text-decoration: underline;
}
.box4 {
	float: left;
	height: 140px;
	width: 260px;
	padding: 10px 20px 10px 20px;
	font-size: 12px;
	background-color: #E4EDF2;
	color: #606163;
}
.box4 a {
	color: #DA2128;
	text-decoration: none;
}
.box4 a:hover {
	text-decoration: underline;
}

#header {
	width: 1000px;
	height: 130px;
	background: url(img/header_bg.gif);
}

#header .logo {float: left; margin-left: 10px;}
#header .info {float: left; margin: 64px 0px 0px 60px; width: 330px; color: #DA2128; font-size: 20px;}
#header .search {float: left; margin-left: 10px;}
#header .sizer {float: left; margin-left: 10px;}

#nav {
	font-size: 12px;
	float: left;
	width: 200px;
	padding: 10px 0px 0px 10px;
}

#nav ul {
	margin: 0; padding: 0;
	list-style: none;
}

#nav ul a {
	display: block;
	padding: 8px 0px 8px 5px; 
	color: #9e9e9e;
	text-decoration: none;
	font-weight: bold;
}

#nav ul a:hover {
	font-weight: bold;
	color: #303133;
	text-decoration: none;
}

#nav ul li {
	border-bottom: 1px solid #9e9e9e;
}

#nav ul li.high a {
	font-weight: bold;
	color: #303133;
}

#nav ul li.high.noSub a {
	font-weight: bold;
	color: #303133;
}

*html #nav ul li ul li {
	height: 1%;
}

#nav ul li ul li {
	border-bottom: none;
}

#nav ul li ul li a, #nav ul li ul li a:hover {
	background: none;
}

#nav ul li.high ul li a {
	font-weight: normal;
	line-height: 150%;
}

#linkbox {
	width: 180px;
	margin-top: 150px;
	padding: 10px 10px 30px 10px;
	color: #7EABC0;
	font-weight: bold;
	background-color: #E4EDF2;
}

#content {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 490px;
	min-height: 620px;
	xbackground-color: #E4EDF2;
	color: #303133;
	font-size: 12px;
}
#content h1 {
	font-size: 20px;
	margin:0;padding:0;
	color: #DA2128;
	
}
#content a {
	color: #DA2128;
	text-decoration: none;
}
#content a:hover {
	color: #DA2128;
	text-decoration: underline;
}

#right {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 280px;
	min-height: 600px;
}
.zitat {
	font-size: 22px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #DA2128;
}
.indexheadline {
	margin-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #DA2128;
	font-size: 14px;
}
.indextext {
	margin-top: 25px;
	font-size: 12px;
	color: #606163;
}

#wrapper {
width: 1040px;
}
.mainteaser {
	margin-top: 20px;
	font-weight: bold;
}
.maintext {
	margin-top: 20px;
}
.thumbnail {
	float: left;
	margin: 0px 10px 10px 0px;
	width:80px;
	background-color: #E4EDF2;
	padding: 7px 10px 13px 10px;
}
.bigview {
	width: 800px;
	background-color: #e4edf2;
	padding: 20px;
}
.bigview_subtitle {
	text-align: center;
	padding: 10px;
	font-size: 14px; font-weight: bold;
	color: #606163;
}
.clear {clear: both;}