﻿/* CSS Document */

/* Titel: Ferienwohnung Doberschütz
** Autor: Enno Doberschütz, enno@doberschuetz.net
** erstellt am :    10.06.2009
** aktualisiert am: 14.03.2010
**
*/


body
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #99b8ff;
	text-align: center;
	}
img
	{
	border: 0px;
	}
h1
	{
	display: none;	
	}
h2
	{
	color: #000;
	font-size: 13pt;
	}
h2 em
	{
	display:none;
	}
h3
	{
	color: #000;
	font-size: 11pt;
	}
a
	{
	color: #000;
	text-decoration: none;
	}
a:hover
	{
	text-decoration: underline;
	}
.clearfix:after
	{ /* Passt die Länge des Hauptframes an die des Inhalts an und verhindert das Abbrechen bei fließenden DIVs. */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.clearfix
	{
	display: inline-block;
	}
/* Hides from IE-mac \*/
* html .clearfix
	{
	height: 1%;
	}
.clearfix
	{
	display: block;
	}
/* End hide from IE-mac */
#footer
	{
	width: 900px; 
	text-align: left; 
	margin: auto;	 
	padding: 0px 7px 0px 3px;
	font-weight: normal;
	font-size: 8pt;
	color: #666666;
	}
#main_top
	{
	width: 980px;
	height: 22px;
	text-align: right;
	margin:	auto;
	background: url(../images/main_top.png);
	}
#banner
	{
	width: 979px;
	height: 283px; 
	text-align: left; 
	margin: auto;
	padding-left: 1px;
	background: url(../images/main_body.png) repeat-y;
	}
* html #banner
	{
	width: 980px;
	}
#main
	{
	width: 979px; 
	margin:auto;
	padding-left: 1px; 
	background: url(../images/main_body.png) repeat-y;
	}
#main_bottom
	{
	 width: 980px;
	 height: 22px; 
	 text-align: right; 
	 margin: auto; 
	 display: block; 
	 position: relative; 
	 clear: both; 
	 background: url(../images/main_bottom.png);
	}
/*++++++++ Top-Navigation +++++++++++++++++++++++++++++++++++++++++++++++++++*/
#imprint
	{
	margin-right: 30px;
	}
#imprint a
	{
	color: #666666;
	font-size: 8pt;
	}
/*++++++++ Main-Navigation ++++++++++++++++++++++++++++++++++++++++++++++++++*/
#navigation
	{
	width: 938px;
	height: 16px;
	padding: 20px 15px 20px 15px;
	display: block;
	background: url(../images/nav_bg.png) repeat-x;
	text-align: left;
	}
* html #navigation
	{
	width: 969px;
	padding: 0px;
	margin-right: 10px;
	}
#navigation ul
	{
	list-style: none;
	padding: 0px;
	margin: 0px;
	}	
* html #navigation ul
	{
	margin-left: 15px;
	}
#navigation ul li
	{
	display: inline;
	padding: 0px;
	margin: 0px;
	}
#navigation a
	{
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	height: 16px;
	padding: 20px 15px 20px 15px; 
	}
#navigation a:hover, #navigation .active, #navigation .activeparent
	{
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	height: 16px;
	padding: 20px 15px 20px 15px;
	background: url(../images/nav_bg_active.png) repeat-x;
	}
/*++++++++ Content ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#content
	{
	margin-top: 20px;
	text-align: left;
	margin: 0px 25px;
	}
#content .small
	{
	font-size: 9pt;
	}s
/*++++++++ GoogleMap ++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#google_comehere, #google_gothere
	{
	font-size: 9pt;
	}
#googlemap
	{
	float: right;
	margin: 0px 25px;
	width: 500px;
	height: 300px;
	}
* html #googlemap
	{
	margin-top: 12px;
	}
/*++++++++ Kontakt-Formular +++++++++++++++++++++++++++++++++++++++++++++++++*/
#kontaktformular fieldset
	{
	border: 0px;
	padding: 0px;
	margin: 0px;
	}
#kontaktformular .label
	{
	width: 100px;
	margin-bottom: 2px;
	display: block;
	float:left;
	}
#kontaktformular .radio
	{
	margin-bottom: 2px;
	display: inline;
	}
#kontaktformular .first {
	margin-left: 100px;
}
#kontaktformular input
	{
	margin-bottom: 2px;
	font: 11px  Verdana,Arial,Helvetica,sans-serif;
	color:#000000;
	}
	
/*++++++++ Seite Einblicke ++++++++++++++++++++++++++++++++++++++++++++++++++*/
#einblicke
	{
	display:block;
	width: 700px;
	margin: auto;
	}
* html #einblicke
	{
	width: 720px;
	}
#einblicke .menue
	{
	clear: both;
	display: block;
	margin-bottom: 20px;
	font-weight: bold;
	}
#einblicke .left
	{
	width: 350px;
	display: block;
	float: left;
	clear: both;
	text-align: left;
	}
#einblicke .left p {
	padding: 10px 10px 0px 0px;
	}
#einblicke .right
	{
	width: 350px;
	display: block;
	float: left;
	text-align: left;
	}
#einblicke .right p {
	padding: 10px 0px 0px 0px;
}
