/*
	Autor:    OH
	Erstellt: 30.01.2009
	Geändert: 30.01.2009
	Haupt-Stylesheet Autohaus Hanstedt
*/

*
{
	font-family: Garamond, Times New Roman;
	margin: 0;
	padding: 0;
}

html
{
	width: 100%;
	height: 100%;
}

html body
{
	font-size: 90%;
	height: 100%;
	width: 100%;
	background-image: url(../files/images/bg.jpg);
	background-color: #efeede;
}

table#page_container
{
	width: 100%;
	height: 100%;
}

table#page_container td
{
	vertical-align: middle;
	text-align: center;
}

#page
{
   	width: 995px;
   	margin: 0 auto;
   	text-align: left;
   	background-image: url(../files/images/schatten.gif);
  	background-position: top left;
   	background-repeat: no-repeat;
}

#oben
{
	height: 210px;
	background-color: #134D29;
	background-image: url(../files/images/blatt_header.jpg);
	background-repeat: no-repeat;
}

#oben .balken
{
	float: left;
}

#oben .balken .logo
{
	width: 170px;
	height: 70px;
	position: absolute;
	margin-top: 40px;
	margin-left: 15px;
	background-image: url(../files/images/logo.gif);
}

#oben .balken .slogan
{
	width: 160px;
	height: 38px;
	position: absolute;
	margin-top: 155px;
	margin-left: 20px;
	background-image: url(../files/images/slogan.png);
}

#oben .content_header
{
	float: left;
}

#oben .content_header img
{
	height: 210px;
}

.balken
{
	width: 200px;
	height: 100%;
	margin-left: 73px;
	background-color: #F0EFDF;
}

#mitte
{
	height: 20px;
	background-image: url(../files/images/balken_farbverlauf.jpg);
}

#unten
{
	height: 410px;
	background-color: white;
	background-image: url(../files/images/wasserzeichen.jpg);
	background-repeat: no-repeat;
	background-position: 490px -20px;
}

/*#unten .balken
{
	background-image: url(../files/images/premium.gif);
	background-repeat: no-repeat;
	background-position: 45px 305px;*/
}

#nav_main
{
	padding-top: 60px;
	letter-spacing: 0.1em;
}

#nav_main li
{
	list-style: none;
	padding-top: 10px;
	padding-left: 20px;
	margin-left: 10px;
	background-image: url(../files/images/pfeil.gif);
	background-position: 0 10px;
	background-repeat: no-repeat;
}

#nav_main li a
{
	font-size: 12px;
	text-decoration: none;
	color: black;
	font-weight: bold;
}

#nav_main li a:hover, #nav_main li.aktiv a
{
	color:#134D29;
}

#nav_main li.subnav
{
	padding-top: 3px;
	padding-bottom: 0;
	margin-left: 20px;
	height: 15px;
	border: none;
	background-image: none;
}

#nav_main li.subnav a
{
	font-weight: normal;
}

#nav2
{
	margin-left: 345px;
	padding-top: 3px;
	letter-spacing: 0.1em;
}

#nav2 li
{
	float: left;
	list-style: none;
}

#nav2 li a
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#nav2 li a:hover
{
	color: yellow;
}

#nav2 .nav_sub
{
	position: absolute;
	width: 335px;
	height:80px;
	display: none;
	margin-top: 17px;
	margin-left: -10px;
	padding-left: 10px;
	padding-bottom: 10px;
    background-color: #217746;
	opacity: 0.85;
    MozOpacity: 0.85;
    KHTMLOpacity: 0.85;
    filter: alpha(opacity:85);
}

#nav2 .nav_sub li
{
	float: none;
	border: none;
	margin-right: 10px;
	padding-top:10px;
}



#content
{
	float: right;
	padding-top: 20px;
	padding-right: 10px;
	width: 680px;
	height: 400px;
	overflow: auto;
	font-size:110%;
}


#content div.artikel
{
	clear: both;
}

#content div.artikel .titel
{
	margin-bottom: 15px;
	font-size: 130%;
}

#content div.artikel .titel h2
{
	font-size: 100%;
	color:#134D29;
}

#content div.artikel img.artikel
{
	width: 250px;
	margin-bottom: 5px;
}

#content div.artikel .layout_2 img.artikel
{
	float: right;
	margin-left: 10px;
}

#content div.artikel .layout_1 img.artikel, #page #content div.artikel .layout_ img.artikel
{
	float: left;
	margin-right: 10px;
}


#content li
{
	list-style: square;
   	padding-left: 3px;
	margin-left:15px;
	color:#134D29;

}


#content li span
{
	color:black;
	}

#content span.home
{
	color:#134D29;
	font-size:300%;
	line-height:150%;
	font-style:italic;
    letter-spacing: 0.1em;
}

#content span.home_big
{
	color:#134D29;
	font-size:350%;
	line-height:150%;
	font-style:italic;
    letter-spacing: 0.1em;
}



img
{
	border: none;
}

p
{
	margin-bottom: 13px;
}

#contact table
{
	text-align:left;

}


#contact table td
{
    padding-top:15px;
   	text-align:left;
   	vertical-align:top;


}

input, select
{
	color: black;
	background-color: white;
	border: 1px solid black;
	height: 20px;
	width:250px;
}

select
{
	height: 35px;
}

textarea
{
	color: black;
	background-color: white;
	border: 1px solid black;
	height: 200px;
	width:300px;
}

.checkbox
{
	border:0px;
	width:20px;
}


input.button
{
	cursor: pointer;
	background-color: white;
	border: 1px solid black;
	border: none;
	background-color: #d2d2d8;
	color: white;
	height: 20px;
}

hr
{
	width:400px;
	color: black;
	height: 2px;
	margin-top:10px;
	margin-bottom:10px;
}

a
{
	color:#134D29;
	text-decoration:none;

}

a:hover
{
	color:black;


}

a.button
{
	color: #C8AF10;
	font-weight: bold;
	background-color: #F1F2F3;
	border: 1px solid #C8AF10;
	padding: 5px;
}

a.button img
{
	vertical-align: middle;
}

a.button:hover
{
	color: #F1F2F3;
	background-color: #C8AF10;
	border: 1px solid gray;
	text-decoration: none;
}

h1
{
	font-size: 120%;
}

h2
{
	font-size: 150%;
    margin-left:40px;
	color: black;
	margin-bottom: 20px;
}

#content table
{
    color:black;
    padding-right:30pt;
    width:95%;
    margin-left:10px;
    letter-spacing: 1px;
}

#content td.content
{

	text-align: justify;
	vertical-align:top;
	width:50%;
	padding-left:20pt;
	line-height:150%;
}

#content ul
{
	margin-left: 15px;
	margin-top:20px;
}

#content li.pdf
{
	margin-left: 15px;
	list-style-image: url(../files/images/pdf.gif);

}

#popup
{
	position: absolute;
	width: 940px;
	height: 560px;
	background-color: #f9f8f4;
	border: 3px solid #1A522D;
	overflow: auto;
	text-align: center;
	padding: 20px;
	z-index: 2;
}

#popup a
{
	color: #606064;
	text-decoration: underline;
}

#popup ul
{
	margin-left: 15px;
}

#popup .galerie img
{
	width: 600px;
}

#popup .bild img
{
	border: 1px solid silver;
}

#popup img.button
{
	width: 15px;
}

/* 
	Content: Veranstaltungen
	------------------------------------------------
*/

.veranstaltungen .monat
{
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 15px;
}

.veranstaltungen .datum
{
	font-size: 100%;
	margin-bottom: 15px;
	color:#134D29;
}

.veranstaltungen h2
{
	margin-left: 0;
	color:#134D29;
}

.veranstaltungen .text
{
	text-align: justify;
}

.veranstaltungen .bilder img
{
    border: 1px solid black;
	float: right;
}

.veranstaltungen .bild
{
    margin-left: 20px;
    margin-right: 0px;
    margin-bottom: 10px;
	text-align: right;
    float:right;
}

.bildunterschrift {
   text-align: justify;
   font-size: 75%;
}

.veranstaltungen .kopftext
{
	margin-bottom: 20px;
}

.veranstaltungen .fusstext
{
	margin-top: 20px;
}

.veranstaltungen .spacer,
.kopftext .spacer,
.fusstext .spacer
{
	clear: both;
	border-bottom: 1px solid silver;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*
	Content: Galerie
	------------------------------------------------
*/

#galerie
{
	margin-top: -40px;
}

#galerie table
{
	width: 500px;
	margin: 0 auto;
}

#galerie #uebersicht td
{
	padding: 10px;
	vertical-align: middle;
	background-color: #F0EFDF;
	border: 3px solid #FFFFF7;
}

#galerie #uebersicht td:hover
{
	border: 3px solid #1A522D;
	cursor: pointer;
}

#galerie #uebersicht img
{
	width: 120px;
}

#galerie #uebersicht .aktionen td
{
	background-color: transparent;
	padding: 5px;
}

#galerie #uebersicht .aktionen img
{
	width: 29px;
}

#galerie #uebersicht .aktionen td:hover
{
	border: 3px solid #FFFFF7;
	cursor: default;
}

#popup.galerie
{
	text-align: center;
}

#popup.galerie img
{
    max-height: 540px;
    width: auto;
	border: 1px solid gray;
}

#popup #a_schliessen
{
	float: right;
	width: 18px;
	height: 24px;
	background-image: url(../files/images/abbrechen.gif);
	background-repeat: no-repeat;
}


