/* @override http://www.ferienpark-gut-dueneburg.de/cms/css/styles.css */

body{
    margin:0; padding:0;
    color: #666;
    font: 75%/150% Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
h1{
    font-size: 2.3em;
    line-height: 120%;
    color: #66bb22;     
    margin:0; padding:0;
    margin-bottom: 0.3em;   
    font-weight: normal;    
}
h2{
    font-size: 1.5em;
    line-height: 120%;          
    font-weight: normal;
    margin:0; padding:0;    
    margin-bottom: 0.7em;    
    color: #006630;       
}
h3{
    font-size: 1.2em;
    line-height: 120%;          
    color: #66bb22;
    margin:0; padding:0;    
    margin-bottom: 0.2em;           
}
h4{
    font-size: 1.2em;   
    line-height: 130%;          
    color: #66bb22;
    text-transform: uppercase;
    margin:0; padding:0;        
    margin-bottom: 0.5em;
}
h5{
    font-size: 1.1em;
    line-height: 120%;          
    margin:0; padding:0;    
    margin-bottom: 1em;    
    color: #006630;       
}

p{
    margin: 0 0 1.5em 0;
    padding: 0;
}
a{
    color: #006630;
}
ul{
    list-style-type: square;
}
ul.downloads{
    list-style-type: none;  
}
ul ul{
    list-style-type:disc;
}
img{
    border:none;
}

.dunkelgruen{
	color: #006630;
}
.hellgruen{
	color: #66bb22;
}
.imgleft{
    float: left;
    margin: 3px 9px 5px 0;
    border-bottom:4px solid #309D25;
    padding-bottom:1px;  
}

.imgright{
    float: right;
    margin: 3px 0px 5px 9px;
    border-bottom:4px solid #309D25;
    padding-bottom:1px;  
}

.col_left{
    width: 48%;
    float:left;
}

.col_right{
    width: 48%;
    float:right;
}
.sitemapext_cat_0 {
	margin: 0;
	padding: 0 0 0 15px;
}
.contactform {
	width: 640px;
}
.contactform label{
	display: block;	
}
.contactform input{
	width:  90%;
	border: 1px solid #66bb22;
	color: #666666;
	padding: 5px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.contactform .bt{
	width: auto;
	border: 1px solid #66bb22;
	background-color: #006630;
	color: #FFF;
	padding: 5px;
}
.formular {
	width: 320px;;
}
.formular label{
	display:  block;
	margin-top: 0.6em;
	line-height:  110%;
}
.formular input, .formular textarea{
	width:  90%;
	border: 1px solid #66bb22;
	color: #666666;
	padding: 5px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.formular input.bt{
	width: auto;
	border: 1px solid #66bb22;
	background-color: #006630;
	color: #FFF;
	padding: 5px;
}
.border {
	border: 1px solid #66bb22;
	padding: 5px;
}
.sale {text-align: right; font-weight: bold; border:1px solid red;}




/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 680px;
	height:120px;

	/* custom decorations */
	border:1px solid #ccc;
	background:url(_gfx/h300.png) repeat-x;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:75px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}

.list {width:310px; height:300px; float:left; margin: 0 10px 15px 0;}

