/*hacks:
mozi: normal
ie7+ie6: html* ...
nur ie6: * html ...
*/

/*
Farben:
#FFFFFF; Logo-Schrift
#666666; (grau) Navi
#333333; (dunkelgrau) Fusszeile
#000000; (schwarz) Schrift
#A12433; (rot) h1, a:hover
*/


body
{
	margin: 0px;
	margin-top: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #FFFFFF;
	text-align: left;
}

p, td, th, tr, li  {
	font-size: 12px;
	color: #666;
	line-height: 16px;
	text-shadow:0 0 1px #BDB4AD;
}

p {
	margin-top: 0px;
}

a {
	font-size: 12px;
	color: #000000;
}

a:hover {
	color: #A12433;
}

ul {
	list-style-type: none;
	margin: 0px;
	margin-left: 0.5em;
	padding: 0px;
	padding-left: 0.8em;
	font-size: 12px;
	color: #000000;
	list-style-image: url(/art/mittelloewen/liste.gif);
}

ol {
	margin-left: 0.5em;
	padding-left: 0.5em;	
	list-style-type: decimal;
	color: #000000;
}

a img{
	border:0px;
}

h1, h2, h3, h4, h5, h6 {
text-shadow:0 0 1px #EBCACF;
}

h1 {
	font-family: Times New Roman, Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #A12433;
	font-variant: small-caps;
	margin-top: 0px;
}

h2 {
	font-family: Times New Roman, Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	font-variant: small-caps;
}

h3 {
	font-family: Times New Roman, Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	font-variant: small-caps;
}

hr {
	background-color: #000000;
	color: #000000;
	border: #000000;
	height: 1px;
}

input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-bottom: 4px;
}

input[type=radio], input[type=checkbox] {
	border: none;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid Gray;
	margin: 2px 0px;
}

.submit {
	border: 1px solid #666666;
	background-color: #E5E5E5;
	font-size: 11px;
}

.antifloat
{
	clear: both;
	visibility: hidden;
}

#overDiv
{
	position: absolute; 
	visibility: hidden; 
	z-index:1000;
}

#seitenanfanglink {
	padding: 30px 0px 10px 0px;
}
/*------------------------------------------------------------------------*/

/******************************
	layout
******************************/
#main {
	width: 1000px;
	text-align: left;
}

#schatten_oben {
	width: 1000px;
	height: 35px;
	padding-right: 20px;
	background: #FFFFFF url(/art/mittelloewen/schatten_oben.gif) no-repeat;
	text-align: right;
}

#shortcutlinks {
	/*padding: 12px 5px 8px 760px;*/
	padding: 12px 5px 8px 610px;
	/* hintergrundposition ändern, wenn das "tab" verschoben werden soll */
	/*background: transparent url(/art/mittelloewen/schatten_shortcuts.gif) no-repeat 735px 0px;*/
	background: transparent url(/art/mittelloewen/schatten_shortcuts.gif) no-repeat 590px 0px;
	text-align: left;
}

#hauptcontainer {
	width: 970px;
	min-height: 900px;
	padding: 0px 15px;
	background: #FFFFFF url(/art/mittelloewen/schatten.gif) repeat-y;
}

* html #hauptcontainer {
	height: 900px;
}

#kopf {
	width: 955px;
	height: 185px;
	padding: 0px 0px 0px 15px;
	background: #FFFFFF url(/art/mittelloewen/bg_kopf.gif) no-repeat 0px -5px;
}

#logo {
	width: 955px;
	height: 115px;
	padding-top: 5px;
}

#logo img {
	width: 95px;
	height: 115px;
	border: none;
}

#logo_titel {
	width: 955px;
	height: 45px;
	padding-top: 25px;
	font-family: Times New Roman, Arial, Helvetica, Verdana, sans-serif;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	text-shadow:0 0 1px #EBCACF;
}

#navcontainer {
	float: left;
	width: 240px;
	padding: 35px 5px 10px 5px;
}

#inhalt {
	float: left;
	width: 720px;
}

#ueberschrift {
	width: 720px;
	height: 40px;
	padding-top: 35px;
}

#hauptinhalt {
	float: left;
	width: 355px;
	padding: 0px 30px 0px 0px;
}

#hauptinhalt_breit {
	width: 690px;
	padding: 0px 30px 0px 0px;
}

#banner {
	float: left;
	width: 335px;
}

#banner img {
	width: 335px;
}

#banner_text {
	width: 330px;
	padding: 10px 5px 10px 0px
}

#fusszeile {
	width: 720px;
	padding: 40px 0px 10px 250px;
	font-size: 11px;
	color: #333333;
}

#fusszeile p
{
	font-size: 11px;
	color: #333333;
}

#fusszeile a
{
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

#fusszeile a:hover
{
	font-size: 11px;
	color: #A12433;
}

#impressum {
	width: 720px;
	padding: 0px 0px 40px 250px;
	font-size: 11px;
	color: #999999;
}

#impressum a
{
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

#impressum a:hover
{
	font-size: 11px;
	color: #333333;
}

/*------------------------------------------------------------------------*/

/******************************
	layout drucken
******************************/

#drucken
{
	width: 580px;
}

/*------------------------------------------------------------------------*/

/******************************
	navigation 
******************************/

/******************************
	stufe 1 
******************************/
#navcontainer ul {
	list-style-type: none;
	text-transform: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer ul li {
	display: inline;
}

/* Ueberschriften */
#navcontainer ul li.ueberschrift p {
	margin: 0px;
	padding: 15px 0px 0px 15px;
	font-weight: bold;
}

#navcontainer ul a, #navcontainer ul a:hover
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#navcontainer ul li a {
	padding: 5px 0px 5px 10px;
	display: block;
	color: #666666;
}

#navcontainer ul a:hover {
	color: #000000;
}

#navcontainer ul a.parentactive {
	color: #A12433;
}

#navcontainer ul a:hover.parentactive {
	color: #000000;
}

#navcontainer ul a.active {
	color: #A12433;
	text-shadow:0 0 1px #EBCACF;
}

#navcontainer ul a:hover.active {
	color: #000000;
}

#navcontainer ul a.active_no_kids {
	color: #A12433;
}

#navcontainer ul a:hover.active_no_kids {
	color: #000000;
}

/******************************
	stufe 2 
******************************/

#navcontainer ul ul{
padding-bottom:10px;
}

#navcontainer ul ul a {
	font-size: 12px;
	font-weight: normal;
	padding: 1px 0px 1px 20px;
}

#navcontainer ul ul a:hover {
	font-size: 12px;
	font-weight: normal;
	padding: 1px 0px 1px 20px;
}

#navcontainer ul ul li.first a {
	padding-top: 0px;
}
/*------------------------------------------------------------------------*/

/******************************
	Shortcutnavigation
******************************/
#shortcutlinks ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

#shortcutlinks li
{
	display: inline;
	margin: 0px;
	padding: 0px 5px 0px 8px;
	border-left: 1px solid #666666;
}

#shortcutlinks li.first
{
	border-left: none;
	padding-left: 0px;
}

#shortcutlinks a.tools 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

#shortcutlinks a:hover.tools 
{
	color: #A12433;
}
/*------------------------------------------------------------------------*/
.gaestebuch_absender,.gaestebuch_datum{display:inline-block;}
.gaestebuch_absender{font-weight:bold; font-size:14px;}
.gaestebuch_datum{font-style:italic; font-size:14px;}
textarea#id_nachricht{width:350px !Important;}
.gaestebucheintrag{margin:0 0 15px 0;}

