/** HTML Tags **/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #E80000;
	text-decoration: none;
}

/** Layout **/
#main {
	width: 900px;
	margin: 30px auto;
}

#header {
	float: left;
	width: 900px;
	height: 150px;
	background-image: url(../images/page/header_background.jpg);
	background-repeat: no-repeat;
}
#header_logo {
	float: left;
	width: 110px;
	height: 110px;
	margin-top: 8px;
	margin-left: 5px;
}
#header > #header_logo {
  margin-left: 11px;
}
#header_links {
	float: right;
	width: 192px;
	margin-top: 107px;
	font-weight: bold;
}
#header_bottom {
	float: right;
	margin-top: 13px;
}

#navigation {
	float: left;
	width: 165px;
}

#content {
	float: right;
	width: 733px;
	border-left: 2px solid #E80000;
}
#content_left {
	float: left;
	width: 475px;
}
#content_right {
	float: right;
	width: 225px;
}
#content_full {
	float: left;
	width: 723px;
}
#content_spacer {
	float: left;
	width: 10px;
	height: 500px;
}

#footer {
	float: left;
	width: 900px;
	height: 40px;
}
#footer_top {
	float: right;
}
#footer_info {
	float: right;
	width: 735px;
	margin-top: 7px;
	background-color: #CCCCCC;
}
.copyright {
	float: left;
	font-size: 10px;
	margin-top: 2px;
	margin-left: 5px;
}
.nueesch {
	float: right;
	font-size: 10px;
	margin-top: 2px;
	margin-right: 5px;
}
.nueesch a {
	text-decoration: none;
}

/* Navigation */
.naviitem {
	float: left;
	width: 145px;
	height: 24px;
	background-image: url(../images/page/naviitem.png);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-left: 5px;
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: bold;
}
.naviitem a {
	color: #FFFFFF;
	text-decoration: none;
}
.naviitem_sel {
	float: left;
	width: 160px;
	height: 24px;
	background-image: url(../images/page/naviitem_sel.png);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-left: 5px;
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: bold;
}
.naviitem_sel a {
	color: #FFFFFF;
	text-decoration: none;
}
.naviitem_subpage {
	float: left;
	width: 160px;
	height: 24px;
	background-image: url(../images/page/naviitem_hover.png);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-left: 5px;
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: bold;
}
.naviitem_subpage a {
	color: #FFFFFF;
	text-decoration: none;
}
.sub_naviitem {
	float: left;
	margin-left: 10px;
	width: 120px;
	height: 19px;
	background-image: url(../images/page/sub_naviitem.png);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 10px;
	margin-bottom: 2px;
	font-weight: bold;
}
#navigation > .sub_naviitem {
	margin-left: 20px;
}
.sub_naviitem a {
	color: #FFFFFF;
	text-decoration: none;
}
.sub_naviitem_sel {
	float: left;
	margin-left: 10px;
	width: 135px;
	height: 19px;
	background-image: url(../images/page/sub_naviitem_sel.png);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 10px;
	margin-bottom: 2px;
	font-weight: bold;
}
#navigation > .sub_naviitem_sel {
	margin-left: 20px;
	width: 140px;
}
.sub_naviitem_sel a {
	color: #FFFFFF;
	text-decoration: none;
}

/* Allgemein */
.title {
	float: left;
	height: 28px;
	width: 100%;
	background-image: url(../images/page/title_background.png);
	background-repeat: repeat-x;
	margin-bottom: 10px;
}
.title .caption {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 5px;
}

.misc {
	float: left;
	margin-left: 5px;
	margin-bottom: 15px;
}
#content > .misc {
  margin-left: 10px;
}
