/* CSS Document */
/*Erik Meyer --- reset-css*/
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: "" "";
}
/* /Erik Meyer --- reset-css*/
html {
	height:100%;
}

body {
	background:#fff  url(../hg_leftbox.gif) repeat-y;
	color:#222;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:140%;
	height:100%;
}
.leftbox {
	float:left;
	padding:0;
	width:257px;
	
}
.redbox {
	background:url(../hg_leftbox_red.jpg) repeat-x bottom;
	border-bottom:1px solid #831515;
	width:250px;
}
.redbox img  {vertical-align:bottom;}
.grey {
	border-top:1px solid #151515;
	border-bottom:1px solid #424242;
	color:#fff;
	padding:30px 10px 20px 15px;
	width:225px;
}
.grey img {
	padding:0px 0px 20px 0px;
}
.grey a.mitgliedwerden {
	background:url(../btn_mitglied.gif) no-repeat center;
	display:block;
	height:43px;
	text-indent:-1000000px;
	width:210px;
}
.grey a.mitgliedwerden:hover {
	background:url(../btn_mitglied_hover.gif) no-repeat center;
}
.grey ul { padding-top:0;}

.grey li { list-style-image:url(../li_grey.gif);}
/*________________________________________RIGHTBOX_______________________________________*/
.outer {
	/*float:left;*/
	width:720px;
	
	
	position:absolute;
	margin-left:257px;
}
*+ html .outer {
	margin-left:0px;
}
* html .outer {
	margin-left:0px;
}		
a.logo  {
	background:#fff url(../logo_2.gif) center center no-repeat;
	display:block;
	height:72px;
	width:250px;
	float:left;
}
/*________________________________________NAVI_______________________________________*/
.navi {
	background:url(../ribbon_middle.jpg) repeat-y;
	float:left;
	height:67px;
}
.navi * {
	float:left;
}
.mainnavi {
	height:68px;
}
.navi ul {
	display:block;
	list-style:none;
	margin:0;
	padding:0px 0px 0 10px;
	width:700px;
}
.navi ul li {
	display:block;
	list-style:none;
	margin:0 0px 0 0;
	padding:0;
}
.navi ul li a {
	background:url(../hg_navi.gif) top no-repeat;
	color:#fff;	
	display:block;
	font-weight:normal;
	height:25px;
	margin:0 0 0px 0;
	padding:13px 0px 5px 0px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:96px;
}
.navi ul li a:hover, .navi ul li a:focus, .navi ul li a.rex-current { 
	background:url(../hg_navi_hover.jpg) no-repeat top;
	padding-top:30px;
}
ul.sidenavi {
	position:fixed;
	right:0;
	top:120px;
	z-index:1000;
	width:54px;
}
		* html ul.sidenavi {
			position:absolute;
			right:0;
		}
ul.sidenavi li a {
	height:107px;
	padding:0;
	text-indent:-10000px;
	width:54px;
}
ul.sidenavi li a:hover {
	padding:0 0 0 19px;
	width:37px;
}
ul.sidenavi li a#impressum { background:url(../n_impressum.gif) no-repeat right;}
ul.sidenavi li a#ueberhelp { background:url(../n_ueberhelp.gif) no-repeat right;}
ul.sidenavi li a#newsletter { background:url(../n_newsletter.gif) no-repeat right;}

ul.sidenavi li a#impressum:hover { background:url(../n_impressum_hover.gif) no-repeat right;}
ul.sidenavi li a#ueberhelp:hover { background:url(../n_ueberhelp_hover.gif) no-repeat right;}
ul.sidenavi li a#newsletter:hover { background:url(../n_newsletter_hover.gif) no-repeat right;}
/*________________________________________CONTENT_______________________________________*/
.content {	
	float:left;	
	padding:0px 0px 80px 13px;
	width:720px;
}
.content .main_img img {
	background:url(../hg_img.jpg);
	border:1px solid #222;
}
.content a {
	color:#b00;
}
.content a:hover, .content a:focus {
	text-decoration:none;
}



/*________________________________________TEASER_______________________________________*/
.teaser {
	border-bottom:1px dashed #aaa;
	float:left;
	margin-bottom:15px;
	min-height:220px;
	padding:10px 25px 15px 0;
	width:310px;
}
		* html .teaser {height:220px;}
.teaser a, .menschen a, .menschen_detail .info a {
	background:url(../btn_weiterlesen.gif) no-repeat 0 1px;
	padding:3px 0 3px 25px;
}
.even {
	background:url(../hg_teaser_even.gif) no-repeat 0 15px;
	padding-left:30px;
}


/*________________________________________BOX MENSCHEN_______________________________________*/
.menschen, .menschen_detail {
	border-bottom:1px dashed #aaa;
	float:left;
	margin:0 0 20px 0;
	min-height:540px;
	padding:0 20px 20px 0;
	width:330px;
}
		* html .menschen {
			height:540px;
		}
.menschen img, .menschen_detail img {
	border-bottom:1px solid #fff;
	vertical-align:bottom;
}
.menschen h1, .menschen_detail h1 {
	background:url(../hg_menschen_h1.jpg) bottom no-repeat #b00;
	color:#fff;
	font-size:140%;
	margin-bottom:10px;
	padding:12px 15px 7px 15px;
}
.menschen .text, .menschen_detail .text {
	padding:0 15px;
}
.menschen a.patewerden, .menschen_detail a.patewerden {
	background:url(../btn_patewerden.jpg) no-repeat left;
	display:block;
	height:43px;
	margin:15px 0 0 0;
	padding:0;
	text-indent:-1000000px;
	width:153px;
}
.menschen a.patewerden:hover, .menschen_detail a.patewerden:hover {
	background:url(../btn_patewerden_hover.jpg) no-repeat center;
}
/*________________________________________BOX MENSCHEN DETAIL_______________________________________*/
.menschen_detail {
	min-height:540px;
	width:800px;
}
		* html.menschen_detail {
			height:540px;
		}
.info {
	background:url(../hg_galerie.gif) right no-repeat;
	float:left;
	margin:0 15px 0 0;
	padding:0 25px 0 0;
	width:330px;
}


/*________________________________________MISCELLANEOUS_______________________________________*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 
.clearfix {
	display: inline-block;
} 
html[xmlns] .clearfix {
	display: block;
} 
* html .clearfix {
	height: 1%;
}
.clear_float {clear:both;}
.left_float {float:left;}
.right_float {float:right;}
