﻿


/***************************
* Global Styles
***************************/

* {
    font-family: verdana;
    color: #303030;
}


    
    
    
    
    
body {
    width: 990px;
    margin: auto;
    font-size: 95%;
}
.float-ende {
    clear: both;
}
h1, h2, h3, h4, h5, h6, p, ol, ul {
    margin-top: 0px;
    margin-bottom: 10px;
}
h1 {
	
    font-size: 20px;
    font-weight: 400;
}
h2 {
    font-size: 18px;
    font-weight: 400;
}
h3 {
    font-size: 15px;
     color: #ad3724;
    
}
h4 {
    font-size: 14px;
    color: #ad3724;
     font-style: italic;
}
h5 {
    font-size: 13px;
}
h6 {
    font-size: 12px;
}
blockquote {
    font-style: italic;
    font-size: 14px;
}
ol {
    padding-left: 25px;
}
ul {
  padding-left: 25px;
 }
 

figure {
    margin-left: 0px;
}
figcaption {
    font-size: 11px;
}

p {
    padding-left: 200px;
}

p.thick 
{
 color: #ad3724;
 font-weight: bold;
}

a:link { 
color: #ad3724; 
}

a:visited {  
color: #7d2011; 
}






/***************************
* Head
***************************/
#head {
padding-top: 15px;

}

#navigation {
margin-bottom: 15px;
}

#content {

}

#additional {
margin-top: 35px;
text-align: center;
}

#copyright {
margin-top: 40px;
text-align: center;
}


#thumbwrap {
	
	
	
}
.thumb {
	float:left; /* must be floated for same cross browser position of larger image */
	position:relative;
	margin:3px;
}
.thumb img { 
	border:0;
	vertical-align:bottom;
}
.thumb:hover {
	border:0; /* IE6 needs this to show large image */
	z-index:1;
}
.thumb span { 
	position:absolute;
	visibility:hidden;
}
.thumb:hover span { 
	visibility:visible;
	top:15px; left:15px; 
}    

/***************************
* Navigation
***************************/

/***************************
* Inhalt
***************************/

/***************************
* images
***************************/
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
    
   
    
iframe.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }