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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}

body {
	background: #fffbec;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

strong, b {
  font-weight: bold;
}

a:link, a:visited {
  color: #666;
}


a:hover, a:active {
  color: #c00;
  text-decoration: none;
}

/* site
--------------------------------------------------------------------- */
#site {
	margin: 0 auto;
	width: 866px;
	overflow: hidden;
}

/* logo
--------------------------------------------------------------------- */
#logo {
	width: 300px;
	float: left;
	overflow: hidden;
	margin-right: -25px;
}

/* header_menu
--------------------------------------------------------------------- */
#header_menu {
	background: url(../images/header_menu_bg.gif) top right no-repeat;
	text-align: right;
	width: 591px;
	height: 26px;
	float: left;
	margin-top: 119px;
	overflow: hidden;
}

#header_menu ul li {
	list-style: none;
	float: left;
}

#header_menu ul li a {
	display: block;
	padding: 8px 12px 6px 12px;	
	font-size: 10px;
}

#header_menu ul li a#first {
	padding-left: 45px;
}

#header_menu ul li a#last {
	padding-right: 0;
}

#header_menu ul li a:link, #header_menu ul li a:visited {
	color: #999;
	text-decoration: none;
}

#header_menu ul li a:hover, #header_menu ul li a:active {
	color: #c00;
	text-decoration: none;
}

#header_menu ul li a.active:link, #header_menu ul li.active a:visited, #header_menu ul li.active a:hover, #header_menu ul li.active a:active {
	color: #c00;
	text-decoration: none;
}

/* header image
--------------------------------------------------------------------- */
#header_image {
	background: #efecf2;
	float: left;
}

#header_image img {
	border: 1px solid #fff;
	margin: 7px;
}

/* portal content
--------------------------------------------------------------------- */
#portal_content {
	width: 870px;
	overflow: hidden;
	margin: 0 auto;
	float: left;
}

#portal_content .box {
	background: url(../images/portal_box_bg.jpg) top center no-repeat;
	width: 287px;
	height: 190px;
	overflow: hidden;
	margin: 3px 3px 0 0;
	float: left;
}

#portal_content .box .box_content {
	height: 160px;
	overflow: hidden;
}

#portal_content .box .box_content h2 {
	line-height: 1.4;
	margin: 15px 17px -6px 19px;
	color: #c00;
	font-size: 15px;
	font-weight: bold;
}

#portal_content .box .box_content p {
	line-height: 1.4;
	margin: 10px 17px 10px 19px;
}

.box_more {
	text-align: right;
	margin-right: 17px;
}

.box_more img {
	margin-bottom: -3px;
}

.box_more a:link, .box_more a:visited {
	color: #c00;
	text-decoration: underline;
}

.box_more a:hover, .box_more a:active {
	color: #c00;
	text-decoration: none;
}

#content_area {
	width: 866px;
	background: url(../images/content_bg.jpg) no-repeat;
	margin: 0 auto;
	float: left;
}

#sub_menu {
	width: 240px;
	float: left;
}

#sub_menu ul {
	width: 200px;
	margin: 43px 0 10px 30px;
	overflow: hidden;
	border-top: 1px solid #A6A6A6;
}

#sub_menu li {
	margin: 0;
	padding:0;
	line-height: 0; 
}

#sub_menu li a {
	background: url(../images/navi_bulltet.gif) left center no-repeat;
	padding: 8px 0 8px 20px;
	text-decoration: none !important;
	color: #666;
	display: block;
	border-bottom: 1px solid #A6A6A6;	
	line-height: 1.2em;
}

#sub_menu li a:hover, #sub_menu li a:active, #sub_menu .active a {
	background: url(../images/navi_bulltet_hl.gif) left center no-repeat;
	color: #c00;
}

#content {
	width: 570px;
	float: left;
	margin-left: 10px;
	display: inline;
}

#content h1 {
	color: #c00;
	font-size: 15px;
	margin: 17px 0 0 10px;
	font-weight: bold;
}

#content h2 {
	color: #c00;
	font-size: 13px;
	margin: 17px 0 0 10px;
	font-weight: bold;
}

#content h3 {
	color: #c00;
	font-size: 12px;
	margin: 17px 0 0 10px;
}

#content p, #content ul {
	color: #666;
	margin: 10px;
	line-height: 1.5;
}

#content ul {
	margin-left: 30px;
}

#content ul li {
	list-style: square;
}
.bildrechts {
	float: right;
	margin: 10px;
}

.bildlinks {
	float: left;
	margin: 10px;
}


/* #footer
--------------------------------------------------------------------- */
#footer {
	width: 866px;
	font-size: 11px;
	color: #999;
	border-top: 1px solid #F0EDE3;
	padding-top: 10px;
	margin: 10px auto;
	float: left;
}


