/* 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*/


body {
	background:#c67c1b;
	color:#c67c1b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:140%;
}

.outer {
	/*background:url(body.jpg) center repeat-y;*/
	background:#000;
	margin:0px auto;
	width:950px;
}
/*________________________________________HEADER_______________________________________*/
.header {
	padding:0px 0px 0 0px;
	float:left;
	height:139px;
}
.header img {
	width:950px;
}
/*________________________________________NAVI_______________________________________*/
.navi {
	background:url(hg_diverses.jpg) top center;
	float:left;	
	margin:0 0px 10px 0px;
	width:950px;	
}

.navi ul {
	display:block;	
	list-style:none;
	padding:0px;
	margin:0;
}
.navi ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
.navi ul li a {
	color:#ccaa77;	
	display:block;
	padding:5px 8px;
	text-decoration:none;
}
.navi ul li a:hover, .navi ul li a:focus, .navi ul li a.rex-current {
	text-decoration:underline;
}


/*________________________________________CONTENT_______________________________________*/

.content {	
	padding:0 15px 25px 15px;
}

.content a {
	color:#ccaa77;
}
.content a:hover, .content a:focus {
	text-decoration:none;
}
.content embed {
	float:left;
	margin:0 10px 20px 0;
	width:450px;
}
.content .center {
	text-align:center;
	width:920px;
}
.content .center embed {
	float:none;
}


/*________________________________________FOOTER_______________________________________*/
.footer {
	background:url(hg_diverses.jpg) center center;
	clear:both;
	font-size:85%;										/* Größe der Schrift in der Navi verändern*/
	height:40px;
	padding:20px 20px;	
}

.footer p {
	float:left;
	padding:0 20px 0 0;
}
.footer a {
	color:#ccaa77;
}
.footer a:hover, .footer a:focus {
	text-decoration:none;
}


/*________________________________________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;}
