/* css created and developed by 12bis3.de - zeitgemäß kommunizieren */

/* --------------------
generelle einstellungen
-------------------- */

* {
	margin: 0;
	padding: 0;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
}

html {
	height: 100%;
}

body {
	background: url(/bilder/bg-body.gif) repeat-x #f7f7f7;
	font-size: 80%;
	min-height: 101%;
	text-align: center;
	padding: 0 0 2em 0;
}

img {
	border: none;
}

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

ul {
	list-style-type: none;
}


/* -----------------
layout einstellungen
----------------- */

#container {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	background: url(/bilder/bg-main.png) repeat-y;
	padding: 0 8px;
}

* html #container {
	background: url(/bilder/bg-main-ie.png) repeat-y;
}

/*
* html #container {
    background: none; 
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bilder/bg-main.png',sizingMethod='crop');
}*/

#content {
	background: url(/bilder/bg-content.gif) repeat-x #ccc;
	border-top: 4px solid #666;
	padding: 0 0 0 19px;
}

#header {
	height: 120px;
	overflow: hidden;
}

#navigation {
	width: 203px;
	background: url(/bilder/bg-navi-top.gif) no-repeat transparent;
	float: left;
}

#main {
	width: 413px;
	float: left;
	padding: 0 25px 0 17px; 
	line-height: 150%;
}

#main-big {
	width: 600px;
	float: left;
	padding: 0 25px 0 17px; 
	line-height: 150%;
}

#third {
	width: 195px;
	float: left;
	line-height: 150%;
}

#footer {
	background: url(/bilder/bg-footer.gif) no-repeat;
	height: 24px;
	margin: 0 -8px;
	clear: left;
}

#visual-h {
	width: 242px;
	float: left;
}


/* -----------------
header einstellungen
----------------- */

#header img {
	float: left;
	margin: 27px 0 0 55px;
}

#header p {
	float: right;
	margin: 90px 27px 0 0;
	color: #888;
	font-size: 85%;
}
#header p a {
	color: #888;
}


/* ---------------------
navigation einstellungen
--------------------- */

#navigation ul {
	padding: 2em 0 1.3em 3px;
	background: url(/bilder/bg-navi-bottom.gif) no-repeat bottom;
	margin: 0;
}

#navigation ul li {
	margin-bottom: 0.8em;
}

#navigation ul li a {
	border-left: 4px solid #ccc;
	padding-left: 10px;
	color: #888;
	font-weight: bold;
}
#navigation ul li a:hover, #navigation ul li a:focus, #navigation ul li a.aktiv {
	color: #f1984f;
	text-decoration: none;
	border-left: 4px solid #f1984f;
}
* html #navigation ul li a:hover, * html #navigation ul li a:focus, * html #navigation ul li a.aktiv {
	border-left: 4px solid #ccc;
}

* + html #navigation ul li a:hover, * + html #navigation ul li a:focus, * + html #navigation ul li a.aktiv {
	border-left: 4px solid #ccc;
}

#navigation ul ul {
	padding: 0.5em 0 0 14px;
	background: none;
}

#navigation ul ul li {
	margin-bottom: 0.5em;
}

#navigation ul ul a, #navigation ul ul li a.aktiv, #navigation ul ul li a:hover {
	font-weight: normal;
	border-left-width: 3px;
}



/* ------------------
content einstellungen
------------------ */

h1 {
	margin-bottom: 0.8em;
	color: #f1984f;
	font-size: 140%;
}

h2 {
	margin-bottom: 0.5em;
	color: #f1984f;
	font-size: 120%;
}

h3 {
	margin-bottom: 0.2em;
	color: #f1984f;
	font-size: 110%;
}

h4 {
	margin-bottom: 0.2em;
	color: #f1984f;
	font-size: 100%;
}

p {
	margin-bottom: 0.8em;
	color: #2e2e2e;
}

blockquote {
	margin-bottom: 0.8em;
	padding: 1em;
	background: url(/bilder/bg-blockquote.gif) no-repeat top left #d5d5d5;
}
blockquote p {
	margin-bottom: 0;
	color: #666;
}
blockquote cite {
	text-align: right;
}


/* visuals */

#visual {
	background: url(/bilder/bg-visual-bottom.gif) no-repeat bottom left;
	margin: 0 0 2em 0;
}
#visual img {
	padding: 7px 10px 0 7px;
	background: url(/bilder/bg-visual-top.gif) no-repeat top;
}
#visual p {
	padding: 0.3em 10px 0.6em 7px;
	margin-bottom: 0;
	font-size: 85%;
	color: #666;
}

#visual-h {
	background: url(/bilder/bg-visual-h-bottom.gif) no-repeat bottom left;
	margin: 0 0 2em 0;
}
#visual-h img {
	padding: 7px 10px 0 7px;
	background: url(/bilder/bg-visual-h-top.gif) no-repeat top;
}
#visual-h p {
	padding: 0.3em 10px 0.6em 7px;
	margin-bottom: 0;
	font-size: 85%;
	color: #666;
}


#third h4 {
	color: #000;
}

/* galerie */

dl.text-bild {
	width: 550px;
	margin-bottom: 1em;
	border: 1px solid #f1984f;
	padding: 10px;
}
dl.text-bild dt {
	width: 115px;
	float: left;
}
dl.text-bild dt img {
	padding: 1px;
	border: 1px solid #f1984f;
}
dl.text-bild dd {
	width: 435px;
	float: left;
}
dl.text-bild dd p {
	margin-bottom: 0.6em;
}
dl.text-bild dd p a {
	font-weight: bold;
}

#previewPane {
	text-align: center;
	margin-bottom: 0.5em;
}

#previewPane img {
	padding: 1px;
	border: 1px solid #f1984f;
	margin-bottom: 0.3em;
}

#detailid-navi {
	text-align: center;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#walkerup {
	margin-bottom: 0.5em;
	text-align: center;
	border-top: 1px solid #f1984f;
	padding-top: 0.5em;
}

#bilder {
	text-align: center;
}
#bilder img {
	padding: 1px;
	border: 1px solid #f1984f;
	margin-right: 0.3em;
}

#walkerdown {
	margin-top: 0.5em;
	text-align: center;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #f1984f;
	
}



/* formular definitionen */

form {
	margin-bottom: 1em;
}

fieldset {
	border: 2px solid #f7f8f9;
	/*background: url(/bilder/bg-news-1.gif) repeat-x top #f7f8f9;*/
	margin: 0 8px 0 8px;
}

legend {
	color: #990000;
	font-weight: normal;
	font-size: 120%;
	font-family: arial, helvetica, verdana, sans-serif;
	margin: 0 0.2em 0.5em 8px;
}
* html legend {
	margin-left: 0;
}

input, textarea, select {
	width: 270px;
	padding: 3px;
	border: 2px solid #cad2db;
	background-color: #e2e6e9;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #134477;
	font-size: 100%;
}
input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus {
	background-color: #f7f8f9;
}
textarea {
	height: 100px;
}
label {
	width: 170px;
	float: left;
	display: block;
	font-weight: normal;
}
option {
	padding: 0 5px;
}
#content form p {
	margin-bottom: 0.7em;
}
#content p.check-radio {
	clear: left;
}
#content p.check-radio input {
	width: 25px;
	float: left;
	border: none;
	background: none;
}
#content p.check-radio label {
	width: 250px;
	padding-bottom: 0.2em;
}
#content input.submit-it {
	font-weight: bold;
}

#content p.error {
	color: #cc0000;
	margin-bottom: 0.2em;
}



/* ----------------
third einstellungen
---------------- */

#third div {
	background: url(/bilder/bg-third-box.gif) repeat-x transparent;
	padding: 7px 10px 0 12px;
	margin-bottom: 1.5em;
}

#third p {
	color: #666;
}









/* clear me baby */

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	display: inline-table;
}
* html .clear {
	height: 1px;
}
* + html .clear {
	height: 1%;
}
.clear {
	display: block;
}
