/*CSS - Styleguide*/

/*
	http://www.ferienwohnung-mistelgau.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: #000;
}

body {
	font: 12px/155% Helvetica, Arial, Verdana, sans-serif;
	text-align: left;
	background: url(../img/bg_top.gif) repeat-x;
}

/*------------------headlines------------------*/
h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin-top: 30px;
	color: #40a30b;
	text-transform: uppercase;
}

h2 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 3px;
	color: #800080;
}

/*------------------links------------------*/
a {outline: none;}

a.logo:link, a.logo:visited, a.logo:active, a.logo:hover {
	font-size: 50px;
	font-family: Georgia, Times;
	color: #79cc14;
	text-decoration: none;
	font-weight: normal;
}

a.text_red:link, a.text_red:visited, a.text_red:active {
	font-size: 13px;
	color: #fb0f0c;
	text-decoration: underline;
	font-weight: bold;
}

a.text_red:hover {
	font-size: 13px;
	color: #fb0f0c;
  	text-decoration: none;
	font-weight: bold;
}

a.grey_b_11:link, a.grey_b_11:visited, a.grey_b_11:active {
	font-size: 13px;
	color: #777;
	text-decoration: none;
	font-weight: bold;
}

a.grey_b_11:hover {
	font-size: 13px;
	color: #fb0f0c;
  	text-decoration: none;
	font-weight: bold;
}

a.footer:link, a.footer:visited, a.footer:active {
	font-size: 11px;
	color: #777;
	text-decoration: underline;
	font-weight: normal;
}

a.footer:hover {
	font-size: 11px;
	color: #fb0f0c;
  	text-decoration: none;
	font-weight: normal;
}

.hl {
	font-size: 16px;
	color: #000;
}

/*------------------wrapper------------------*/
#wrapper {
	width: 800px;
	margin: 0 auto;
}

/*------------------logo------------------*/
#logo {
	width: 800px;
	height: 150px;
	float: left;
	margin-top: 0px;
}

/*------------------content------------------*/
#content {
	width: 800px;
	float: left;
	margin-top: 30px;
}

/*------------------tabinfo------------------*/
#tabinfo {
	float: left;
	margin-top: 20px;
}

/*------------------tabmenu------------------*/
.clear {
	clear: both;
}

.tabcontent_left {
	width: 360px;
	height: 60px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 13px;
	line-height: 160%;
}

.tabcontent_right {
	width: 360px;
	height: 50px;
	float: right;
	margin-left: 0px;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 13px;
	line-height: 160%;
}

.tabcontent_left_small {
	width: 360px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 10px;
	line-height: 130%;
}

.tabcontent_right_small {
	width: 360px;
	float: right;
	margin-left: 0px;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 10px;
	line-height: 130%;
}

.space {
	width: 780px;
	height: 550px;
	padding: 10px;
	background: url(../img/bg_tab_info.gif) no-repeat;
}

#menu2 ul {
	list-style: none;
}

#menu2 ul li {
	display: inline;	
	background: #fff;
	height: 20px;
	margin: 0 5px 0 0 ;
	border: 1px solid #bbb;
	border-bottom: 0px solid #bbb;
	float: left;
	padding: 0px 1px 0 1px
}

#menu2 ul li.tabactive {
	display: inline;	
	background: #fff;
	height: 20px;
	margin: 0 5px 0 0 ;
	border: 1px solid #bbb;
	border-bottom: 0px solid #bbb;
	float: left;
	padding: 0px 1px 0 1px
}

#menu2 ul li a {
	display: block;
	float: left;
	background: #fff;
	height: 100%;
	line-height: 21px;
	padding: 0 20px 0 20px;
	cursor: pointer;
	font-weight: bold;
}

#menu2 ul li a.tabactive {
	color: #fb0f0c;
	font-weight: bold;
}

#menu2 ul li a:hover {
	background: url(../img/bg_tab_info_.gif) no-repeat;
	color: #777;
	font-weight: bold;
}

.menu {
	background: none;
	height: 21px;
}
.area {
	background: #fff;
	border: 0px solid #bbb;
	padding: 0px;
}

.tabcont {
	background: #fff;
	border: 1px solid #bbb;
	padding: 0px;
}

/*------------------footer------------------*/
.footer_navi {
	float: left;
	margin-top: 10px;
	clear: both;
}

#footer {
	float: left;
	clear: both; 
	width: 800px;
	height: 100px; 
	font-size: 11px;
	color: #777;
	text-align: center;
	margin-top: 0px; 
	padding-top: 20px;
	margin-bottom: 40px;
	margin-left: 0px;
	line-height: 140%;
} 

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

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

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



































