/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#FFF;
	font-family:verdana,arial,sans-serif;
	font-size:small;
	color:#313130;
}

h1 { 
	font-size:14px; 
	color:#000000;
	margin-bottom:30px;
}

img {
	display:block;
}

a {
	text-decoration:none;
	border:none;
	color:#FFF;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}

h3 {
	font-size:11px;
	font-weight:bold;
	margin-bottom:0px;
}

hr {
	height:1px;
	text-shadow:none;
	text-decoration:none;
}

p { 
	line-height:1.5; 
	margin-bottom:20px;
	margin-top:0px;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0; /* center, not in IE5 */
	width:925px;
	background:#f0f0f0;
	background-image:url(pictures/background_y.gif);
	background-repeat:repeat-y;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

#header {
	height:196px;
}

div#content {
	padding:0em 0em 5em 0em; /* bottom padding for footer */
}

div#navigation {
	width:201px;
	margin:0px;
	padding:0px;
}

div#content_rechts, div#content_rechts_start {
	width:630px;
	display:block;
	margin-left:201px;
}


div#content_inhalt {
	margin-top:30px;
	margin-left:37px;
}

#content_typo3 a.download, #content_typo3 a.download img {
	text-decoration:none;
	border:none;
}

div#content_inhalt a {
	color:#4e0707;
	font-size:11px;
	border-bottom: 1px solid #4e0707;
}

div#content_inhalt a:hover {
	border-bottom: 1px dotted #5b2f12;
}

div#content_inhalt table tr p {
	margin:0px;
	padding:0px;
}


div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#ddd;
	background-image:url(pictures/footer.gif);
	background-repeat:no-repeat;
	height:70px;
}
	
#kontakt {
	color:#FFF;
	position:absolute;
	left:590px;
	top:45px;	
	}
	

	
/*--------------------------------------------------Navigationsmenu ------------------------------------------------------*/	
	
	
#navigation_aussen {
z-index:10;
width:201px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
display:block;
left:0px;
position:absolute;
}


html>body #left {  /* nur fuer moderne Browser! */
    position: fixed;
}

#navigation ul  {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 201px;
	display:block;
	font-size:10px;
}

#navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 201px;
	display:inline;
	font-size:10px;
}

#navigation ul li {
	position: relative;
	background: #ffb882;
}

#navigation ul ul li {
	position: relative;
	background: #ffb882;
	float:left;
}

#navigation li ul {
	position:absolute;
	left: 201px;
	display: none;
}

#navigation ul li a {
	font-size: 1.1em;
	display: block;
	text-decoration: none;
	width:201px;
	background-image:url(pictures/nav1_n.gif);
	height:30px;
	text-indent:20px;
	line-height:27px;
	color:#2f1d07;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 22px; }
/* End */

#navigation li:hover ul, li.over ul { 
	display: block;
}

#navigation ul li a:hover {
	font-weight:bold;
	background-image:url(pictures/nav_1over.gif);
	text-indent:20px;
}

#navigation li.menu-level1-current-active a, #navigation li.menu-level1-active a {
	background-image:url(pictures/nav_1over.gif);
	font-weight:bold;
	text-indent:20px;
}

#navigation ul.menu-level2 li a {
	background-image:url(pictures/nav_1n.gif);
	font-weight:normal;
	text-indent:20px;
}

#navigation ul.menu-level2 li a:hover {
	font-weight:bold;
	background-image:none;
}

#navigation ul li ul {
	width:201px;
}

#navigation li ul li a {
	line-height:22px;
	text-indent:20px;
	width:201px;
	height:22px;
	border-bottom: 1px solid #e88c50;
	border-top: 1px solid #ffc197;
}

#navigation li ul li a:hover {
	width:201px;
	text-indent:20px;
}

#navigation ul li ul {
	border-top:1px solid #e88c50;
	border-right:1px solid #e88c50;
	width:201px;
}

#navigation li ul {
	top:-1px;
}

/*--------------------------------------------------Kontaktformular ------------------------------------------------------*/	

form.kontakt{margin: 10px 0 20px 0;}		


form.kontakt .field:focus, form.kontakt .text:focus, form.kontakt textarea:focus {
background: #ffeadc; 
color: #313130;
}

.kontakt textarea {
	height: 150px;
	overflow: auto;
	padding: 3px;
	width: 590px;
	background-color:#ffeadc;
	border: 1px solid #808080;
	color:#313130;
	margin-top:5px;
}

.kontakt input{
	border: 1px solid #808080;
	padding: 3px;
	width: 590px;
	background-color:#ffeadc;
	color:#313130;
	margin-top:5px;
}

.kontakt input[type=submit]{
	border: 1px solid #808080;
	background-color:#ffeadc;
	color:#313130;
	height:25px;
}

dd.csc-textpic-caption {
	font-size:10px;
}

#content_typo3 div.csc-textpic-imagewrap a {
	border-bottom:none;
	text-decoration:none;
}