/*
hellgrün: #008500
mittelgrün #008500

*/

/* General =============================================================== */

/* Font-sizes are relative to allow scaling in IE tutorial found at www.clagnut.com/blog/348/ */
body { 
font-size: 16px;
font-family: Cambria,Georgia,Palatino,Palatino Linotype,Myriad Pro,Serif;
color:#333; 
background:white url(../bilder/background/background.jpg) repeat-y top center; 
margin:0; 
text-align:center; /* Positions all content in the center of the viewport */
}
html,body {
    min-height: 900px;
	height: 100%;
}


p{ 
	line-height:20px;
	margin: 0 0 30px 0;
	padding:0;
}
p.img-desc{ 
	color: #666;    
}

a{ 
	color:#900;
	text-decoration:none;
}
/* a:active added for IE a:focus for Mozilla - added to aid accesibility more than visual appearance */
a:hover,
a:focus,
a:active,
a.active{ 
	color:#005886;	
}


/* Content =============================================================== */


/* Center the site and return the contents to the left hand side */
.page-wrapper { 
	height: 100%;	
	margin:0 auto; 
	padding:0;  
	position: relative;
	text-align:left;
	width:960px;
}

/* position content to the right hand side */
.main{
	clear: right;
    float: right;
	min-height: 100%;
    margin: 0;    
    padding-left: 275px;
	width: 500px;
	background: transparent url(../bilder/background/trenner4.png) repeat-y top left;	
	text-align: justify;
}

.welcome {
    max-height: 200px;
    overflow: hidden;
    margin-bottom: 30px;
	margin-left: -80px;
	width: 580px;
	
}


/* Hide headings from visual display (still visible to screen readers) and replace with images - first read about this at hicksdesign.co.uk */
.headline_container{
	width: 880px;
	position: relative;
	height: 310px;
}
h1 {
	background:url(../bilder/allgemein/rfv_h1_c.png) no-repeat center right;
	float: right;
    text-indent: -5555px;	
	height: 308px;
	margin: 0;	
	width: 450px;
}
h2 {
	background:url(../bilder/background/rfv_logo2.png) no-repeat center left;
	float: right;
	height: 308px;
	margin-left: 65px;
    text-indent: -5555px;
	text-align: left;
	width: 306px;
	
}
h3{	
	border-bottom: 2px solid #008500;
	font-size:18px;
	margin:5px 0 5px 0;
	padding:0;	
	overflow:hidden;
}
h3.gallery{	
	border: none;
	color: #008500;
}
h3 .right{	
	float: right;
   
}
h4{
	font-size: 16px;
    margin: 5px 0 10px;
}
h5{
	color: #008500;
	font-size: 16px;
    margin: 10px 0 0;
}

.overlay{
	background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    padding: 30px 30px 5px;
    width: 700px;
}

/* teaser */
.teaser{
	margin-bottom: 30px;
}
.teaser.border{	
	border-bottom: 1px solid #008500;
}
.teaser h3{	
	border: none;
	color: #008500;
}
.teaser .datum{
	font-weight: bold;
    margin-right: 10px;
}
.teaser .bild{
	float: right;
	margin-left: 20px;
	margin-right: 0;
}
.teaser.image-left .bild{
	float: left;	
	margin-left: 0;
	margin-right: 20px;
}

.teaser.right .bild{
	float: right;
}

.completelink .teaser.image-left.cl > img {
    float: left;
    margin-right: 20px;
}
.completelink .teasertext {
    float: left;
}

.teasertext {
	text-align: left;
}

.overlay-content{
	display: none;
}

.magnific-gallery{
	margin-bottom: 20px;
	
}
.termin {
    margin-bottom: 10px;
}

.termin h3{	
	border: none;
	color: #008500;
	float: left;
    width: 200px;
}
.termin .desc{	
	float: left;
    line-height: 19px;
    margin: 5px 0;
    text-align: left;
    width: 300px;
}

iframe {
    margin-top: 20px;
}

.linkliste{
	color: #900;
}

/* Navigation ============================================================= */

.slideshow-wrapper{
	left: -200px;
    position: absolute;
    top: 530px;
}
.slideshow-wrapper .bild.border{
	background: white url("../bilder/background/rahmen.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 282px;
    overflow: hidden;
    padding: 15px;
    position: relative;
    width: 430px;
}

.slideshow-wrapper .bild.border img {
    
}


.sidebar{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height: 500px;
	margin:40px 0 0 -10px;	
	width:210px;
	text-align:right;
	float:left;
	float:none;
}

.sidebar h3{ 
float:none;
display:none; 
}

}
.design-selection,
#lfavorites,
.design-archives,
.zen-resources
{
/* Something shaky going on in IE6 with the background images, border-left stops it shaking */
border-left:1px solid white;
padding:75px 0 0 0;
margin:0 0 40px 0;
}
.design-selection{
background:transparent url(designhead.png) no-repeat top left;
}
#lfavorites{
background:transparent url(favoritehead.png) no-repeat top left;
}
.design-archives{
background:transparent url(archivehead.png) no-repeat top left;
}
.zen-resources{
background:transparent url(resourceshead.png) no-repeat top left;
}
.sidebar ul{
margin:0;
padding:0;
list-style:none;
}
.sidebar li{
font-size:13px;
display:block;
margin:0;
padding: 0;
border-bottom:1px solid #bccba4;
}

/* Link Styles */
.sidebar li a{ 
display:block;
padding:7px 10px 7px 5px;
margin:0;
border:0;
text-transform:uppercase;
font-weight:bold;
text-decoration:none;
color:#008500;
}

.sidebar .second li{
	border-bottom:none;
}
.sidebar .second li a{
	padding-right: 40px;
}

/* Background position http://wellstyled.com/css-nopreload-rollovers.html */
.design-selection li a,
#lfavorites li a{
background:transparent url(visited.png) no-repeat  -100px;
}
.design-selection li a:visited,
#lfavorites li a:visited{
background-position:0 50% ;
}

.sidebar li a:hover,
.sidebar li a:focus,
.sidebar li a:active,
.sidebar li a.active{
padding-right:6px;
border-right:4px solid #005886;
color:#005886;
text-decoration:none;
}
.sidebar .second li a:hover,
.sidebar .second li a:focus,
.sidebar .second li a:active,
.sidebar .second li a.active{
padding-right: 115px;
}
	
.sidebar li a.designer-name{
display:inline;
padding:0 2px 0 0;
text-transform:lowercase;
font-style:italic;
font-weight:normal;
margin:0;
border:0;
background-position:-100px;
}
.sidebar li a.designer-name:hover,
.sidebar li a.designer-name:visited,
.sidebar li a.designer-name:active,
.sidebar li a.designer-name:focus{
padding:0 2px 0 0;
border:0;
background-position:-100px;
}

.design-archives  li,
.zen-resources li{
border:0;
}

.zen-resources li a,
.design-archives  li a{
padding-right:6px;
border:1px solid #F9F7F6;
border-right:4px solid #D6DECA;
text-decoration:none;
background:white;
}
footer{
height:60px;
background:transparent url(relax.png) no-repeat top left;
margin:20px 0 0 0;
padding:40px 0 0 30px;
}

footer a{
color:#DCE4C2;
text-decoration:none;
font-weight:bold;
border:0;
}
footer a:hover,
footer a:focus,
footer a:active{
color:#900;
text-decoration:none;
font-weight:bold;
border-bottom:1px dotted #900;
background:transparent;
}

.neu{
	color: red;
	font-weight: bold;
}


.nodisplay{display:none;}

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
	   j.mp/bestclearfix */
	.cl:before,
	.cl:after {
		content: "\0020";
		display: block;
		height: 0;
		overflow: hidden;
	}
	.cl:after {
		clear: both;
	}
	/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
	.ie6 .cl,
	.ie7 .cl {
		zoom: 1;
	}
