/*CSS - Styleguide*/

/*
	http://www.ferienwohnung-felsenblick.de/
   	css styles
   
   	Copyright 2009, Markus Spiske
   	http://www.temporausch.com
*/

/*------------------general styles------------------*/
html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
	margin: 0;
	padding: 0;
	color: #383838;
}

body {
    background: url(../img/bg_global.gif) repeat-x;
    font: 12px/155% Tahoma, Helvetica, Arial, Verdana, sans-serif;
    color:#333;
    line-height:180%;
    margin:0;
    padding:0;
    text-align:center;
}
	
h1{
    font-size:180%;
	font-weight:normal;
	margin:0;
	padding-bottom:10px;
}

h2{
	font-size:11px;
	font-weight:bold;
	line-height: 120%;
	padding-bottom:10px;
}	

h3{
	font-size:140%;
	font-weight:normal;
}	

img {border:none;}

a {outline: none;}

a.text:link, a.text:visited, a.text:active {
	text-decoration: underline;
}

a.text:hover {
  	color: #56b40e;
  	text-decoration: none;
}

a.footer:link, a.footer:visited, a.footer:active {
	color: #fff;
	text-decoration: underline;
}

a.footer:hover {
  	color: #fff;
  	text-decoration: none;
}

a.navi:link, a.navi:visited, a.navi:active {
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

a.navi:hover {
  	text-decoration: none;
}

a.gotop:link, a.gotop:visited, a.gotop:active {
	text-decoration: underline;
	font-size: 10px;
	letter-spacing: 1px;
}

a.gotop:hover {
  	text-decoration: none;
}

.text_green{
    color: #56b40e;
}

.text_small{
    font-size: 11px;
    line-height: 130%;
}

.text_bold{
    color: #56b40e;
    font-weight: bold;
}

.text_start{
    margin-bottom: 20px;
}

.text_second{
    margin-top: 20px;
    margin-bottom: 40px;
}

.text_follow{
    margin-bottom: 40px;
}

.sidebar_input{
    margin-bottom: 20px;
}

.gotop{
    margin-top: 40px;
}

/*------------------image replacement------------------*/
.graphic, #prevBtn, #nextBtn{
    margin:0;
    padding:0;
    display:block;
    overflow:hidden;
    text-indent:-8000px;
}

/*------------------input------------------*/
#container{	
	margin:0 auto;
	position:relative;
	text-align:left;
	width:800px;
	background:#fff;
	margin-bottom:2em;
}	

#header{
    width: 800px;
	height:180px;
	color:#fff;
    background: url(../img/bg_header.gif) no-repeat;
}

#navigation{
    float: left;
	width: 150px;
	margin-top: 70px;
	margin-left: 30px;
}

#logo{
    float: right;
	margin-top: 55px;
}

#content{
	position:relative;
}

#text{
    float:left;
	padding:40px 20px 50px 50px;
	background:#fff;
	width: 730px;
    background: url(../img/line.gif) repeat-y;
}

#input{
    float:left;
	width: 500px;
}

#sidebar{
    float:right;
	width: 140px;
	margin-right: 15px;
}

/*------------------Easy Slider------------------*/
#slider{}	

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}

#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	width:800px;
	height:275px;
	overflow:hidden; 
}	

#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:279px;
}	

#nextBtn{ 
	left:800px;
}

#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(../img/btn_prev.gif) no-repeat 0 0;	
}	

#nextBtn a{ 
	background:url(../img/btn_next.gif) no-repeat 0 0;	
}

/*------------------footer------------------*/
#footer {
	background:#323232;
	float: left;
	width: 760px;
	font-size: 11px;
	color: #fff;
	padding: 15px 20px 20px 20px;
	line-height: 140%;
} 

.footer_left {
	color: #fff;
	float: left; 
	width: 185px;
	height: 40px; 
	font-size: 11px;
	text-align: left;  
}

.footer_middle {
	color: #fff;
	float: left; 
	width: 420px;
	height: 40px; 
	font-size: 11px;
	text-align: left;
}

.footer_right {
	color: #fff;
	float: right;
	width: 155px;
	height: 40px; 
	font-size: 11px;
	text-align: right;
}


#gallery A {
	display:block;
	float:left;
	width:400px;
	text-align:left;
	text-decoration:none;
	color:#000;
	font-size:11px;
}
