

/*	body
*******************************************************************************/
body {
	margin: 0 auto;
	padding: 0;		
	font-family: Verdana, Arial, sans-serif; 
	color: #000;
	font-size: 12px;
	line-height: 18px;
}


#wrapper {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 880px;
}

#logo {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 880px;
	height: 125px;
}

#logo img {
	margin:5px 0 0 600px;
}

#sprachen {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 880px;
	height: 20px;
	font-family: Times, serif;
}

#illu {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 880px;
	height: 257px;
}

#contentwrapper {
	float: left;
	width: 880px;
	height: 627px;
}

#content {
	float: right;
	width: 513px;
	margin-top:10px;
}

i + p, i + h3 {
	margin-top: 50px;
}

/* ++++++++++++++++ N A V I G A T I O N ++++++++++++++++ */

#navigation {
	float: left;
	width: 300px;
	margin-top: 15px;
}

a {
	font-family: Verdana, Arial, sans-serif;
	text-decoration:none;
	color: #c5be9a;
}
	
#content a {
	font-weight: bold;
}

.rex-navi1 a {
	font-family: Times, serif;
	text-transform:uppercase;
	font-size:15px;
	letter-spacing:0.1em;
}

.rex-navi2 {
	font-family: Times, serif;
	margin-bottom: 15px;
}

.rex-navi2 a {
	font-family: Times, serif;
	text-transform:none;
	font-size:12px;
	letter-spacing:0;
}

.rex-current a {
	color: #000;
}

.rex-active a {
	color: #000;
}

.rex-normal a {
	color: #c5be9a;
}

.rex-normal a:hover {
	color: #000000;
	text-decoration:none;
}


/* ++++++++++++++++ S P A L T E N L A Y O U T ++++++++++++++++ */


.sp100 {
    width: 100%;
    }
    
    
.sp10, .sp20, .sp25, .sp33, .sp50, .sp75, .sp99 {
	float:left
}

.sp10 a {
    margin-bottom: 1px;
    border-bottom: 1px solid #FFF;
    display: block;
}

.sp10 {
    width: 10%;
}

.sp20 {
    width: 20%;
}

.sp25 {
    width: 25%;
}

.sp33 {
    width: 33%;
}

.sp50 {
    width: 50%;
}

.sp75 {
    width: 75%;
}

.sp99 {
    width: 99%;
}

.horizontal { 
    padding: 0 10px; 
}


.spref {
    width: 45%;
    margin-left: 5%;
    float: left;
}
	
.clboth {  
    clear: both;
    display: block;
    line-height: 0;
    font-size: 0;
}


/*	Schriften
*******************************************************************************/


#content h1, 
#content h2,
#content h3,
#content h4 {
	margin-bottom: 10px;
	line-height:130%;
}


#content h1 {
	font-family: Times, serif;		
	font-size: 24px;
	color: #000;
	font-style:italic;	
	margin-top: -8px;
}

#content h2 {
	font-size: 18px;
	color: #000;
	margin-top: -8px;
	font-family: Times, serif;		
}

#content h3 {
	font-size: 12px;
	color: #FFF;
	background-color: #B5B187;
	display: inline;
	margin: 0;
	padding: 2px 2px 0 2px;
	text-transform: uppercase;
}

#content h5 {
	font-size: 18px;
	color: #000;
	margin-top: 8px;
}

#content h6 {
	font-size: 14px;
	color: #999875;
	margin-top: 3px;
	font-family: Times, serif;		
}

#content ul	{
	list-style: disc;
	color: #000;
	padding-bottom: 10px;
}

#content ul li	{
	font-weight: normal;
	font-size: 12px;	
	margin-left: 20px;
	padding: 0 0 2px 1px;
}

.bildunterschrift {
	color: #B5B187;
	font-size: 11px;
	line-height: 110%;
	margin-top: 15px;
}

.download-hdl {
margin-right: 20px; 
float: left
}


/* ### undo #################################################################### */

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }


ol		{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p		{margin-bottom: 15px;}

ul		{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre		{font-size: 12px; }

.clear {
	font-size: 1px;
	line-height: 1px;
	height:1px;
	clear: both;
}


.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:0px;
	font-size:0;
	visibility:hidden;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


.abstand {
	display:block;
	clear:both;
}


html {
	min-height: 100.2%;
	margin-bottom: 1px;
}