﻿/* Stylesheet für Loewen-Badduerrheim.de Copyright by Mediaprod.de */

/*==============================================#
#		  		DIV-Bereich	#	
#===============================================*/
#schatten
{
background: url(gfx/schatten_links_rechts.png) repeat-y;
z-index: 1;
width: 960px;
margin: auto;
}

#wrapper
{
	margin: 20px auto 0 auto;
	width: 900px;
	border:1px solid black;
	
}

#head
{
}

#menu
{	
	border-top: 1px solid #431;
	border-bottom: 1px solid #431;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 13px;
	font-weight:bold;
	background-color:#fffff0;
	text-decoration: none;

}


#content
{	
	min-height: 500px;
	padding: 20px;
	padding-left: 30px;
	padding-right: 30px;
	text-align:justify;
	line-height: 20px;
	background-color:#fffff0;
	text-align:justify;
}

#kontaktformular{ margin: 0 auto 0 auto; width: 308px;}

#kontaktformular tr td{ padding: 2px 19px 2px 0px; }

#footer
{
	text-align:right;
	padding-right: 7px;
	height:20px;
	background-color:#fffff0;
}


/*============================================#
#	      		Class Bereich	      	      #	
#=============================================*/
.center {text-align: center; }
.kein_rahmen{ border: 0px; }
.eingerueckt { margin: 0 0 0 40px; }
.schatten_unten{ border: 0; text-align:center;}
.table_termine 
{ 
	margin: 0 0 0 0px;
}

.table_termine td { padding: 5px;}
.table_termine th { padding-left: 30px; padding-right: 30px;}

.umgebung_table td { padding: 3px; width: 200px; height:50px; }

.float_right{float:right; margin-left: 20px;}
.float_left{float:left; margin-right: 20px;}

.wohnungen 
{
	border-bottom:1px solid #663300;
	margin-bottom:10px;
	padding:5px;
}





/*============================================#
#	   		 Allgemeiner Bereich	  	      #	
#=============================================*/
* 
{
	padding: 0; 
	margin: 0;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	/* overflow:-moz-scrollbars-vertical; */
	background-image:url(gfx/background.jpg);
	color: #630;
}

#menu a {text-decoration:none;}
a {color: #630; text-decoration:underline;}
a:link {}
a:visited{}
a:hover, a:focus{color: #000; text-decoration:underline; }
a:active {}

a:hover img, a:focus img{}
a:active img {}


h1
{ 
	text-align:center;
	margin: 0 100px 20px 100px;
	padding-bottom: 1px;
	border-bottom: 1px solid #630;
	
}

h2
{ 
	padding-top: 10px;
	padding-bottom: 10px;
}

h3
{
	padding-bottom: 10px;
}

ul{ padding-left: 40px;}

strong{}

img{ border: 1px solid #630}

hr { color:#630; }