/* CSS Document thonk 

content_bg_grau: #F4F6E9
navi_bg_gelb: #FDB745
strong color: #674C31
color: #6A4C32
links: #E79517
rot: #C9251C
*/

*
{
	margin:0px;
	padding:0px;
	border: 0px;

	font: 10px  Verdana,Arial, Geneva, Helvetica sans-serif ;
	color: #6A4C32;
	letter-spacing: 0.8px;
	word-spacing: 0.8px;
	line-height: 12px;
	outline:none;
}

table
{
	border-collapse:collapse;
}


object
{
	-moz-user-focus:ignore;
}

strong, b, h5, h4
{
	color: #674C31;
	font-weight: bold;
}

body 
{
	background: url(pics/bg_kachel.jpg) ;
}

li 
{
	list-style-type:none;
	display: block;
	text-decoration: none;
}



form 
{
	display:inline;
}


.clear 
{
	clear:both;
}

/* LINKS */
a 
{
	text-decoration: none;
	color: #E79517;
}
a:link{}
a:visited{}
a:active {}
a:hover{
	color: #C9251C;
}
a.high{
	color: #C9251C; 
}





table.zentrieren 
{
	 width: 100%;
	 height: 100%;
	 text-align:center;
	 vertical-align:middle;
}
table.zentrieren td
{
	 width: 100%;
	 height: 100%;	
	 text-align:center;
	 vertical-align:middle;
}

#wrapper
{
	width: 925px;
	height: 626px;
	margin: auto auto;

	background: transparent url(pics/brown_shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
}

/* #top
{
	width: 925px;
	height: 40px;
	background: transparent;
	text-align: center;
}
#top img
{
	margin-top: 10px;
} */

#left
{
	height:531px;
	float: left;

	background: #F4F6E9 url(pics/zacken.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#logo
{
	
}


#sidebar
{
	float: left;
	height:300px;
	width:160px;
	margin: 30px 0px 37px 0px;
	overflow: auto;
 	position: relative;
}
#sidebar p
{
	padding: 5px;
}
#archivform select{
margin:0 0 0 0;

}
#sidebar ul
{
	margin: 0 0 0 5px;
}
#sidebar li a
{
	font-weight: bold;
}
#sidebar li img
{
	margin: 0 0 0 -5px;
}
#sidebar select
{
	border: solid 1px silver;
	margin-bottom: 7px;
	margin-left: 5px;
	font-weight:bold;
}
#archivform select{
margin-left: 5px;
}



#content
{
	float: left;
	height:330px;
	width:390px;
	margin: 0px 0px 40px 10px;
	text-align: left;
}



#finder
{
	height:30px;
}

#finder  li
{
	display: inline;
}


#scroll {
	width: 390px;
	height: 295px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0.3em auto;
	padding: 0px;

}


#text p
{
	margin: 0 2px 7px 0;
}
  #text  img
{
/* 	border: 1px solid silver; */
}  
#text p.pic
{
	display: block;
	margin: 5px 2px 7px 0;
}
#text span.pictext
{
	letter-spacing: 0.4px;
	word-spacing: 0.4px;
	line-height: 12px;
}

#text p.download
{
	padding-left: 17px;
	background: url(pics/download.jpg);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#text h5, #text h4
{
	margin: 0 0 5px 0;
}
#text h4
{
	font-size: 14px;
}

#text ol,#text ul
{
	margin: 5px;
}

#text li 
{
	display: block;
	padding-left: 12px;
	background: url(pics/li.gif);
	background-position: 0 1px;
	background-repeat: no-repeat;

}
#text table
{
	width: 360px;
	border: solid 1px silver;
	padding:0px;
	margin:1px;

}
#text td
{
	border: solid 1px silver;
	padding:2px;
	text-align: left;
}

#text th
{
	border: solid 1px silver;
	padding:2px;
	font-weight: bold;
}

/* #gbform  */

#gbform  input, #gbform  textarea 
{
	display: block;
	border: 1px solid #6A4C32;
	background: white;
	width: 360px;
}
#gbform fieldset 
{
	margin: 20px 0 10px 0;
}

#gbform input.button
{
	display: inline;
	width: 100px;
}
input.button
{
	border: 1px solid #6A4C32;
	background: white;
	width: 100px;
}
/* #kontaktform  */

#kontaktform  input, #kontaktform select, #kontaktform textarea 
{
	display: inline;
	border: 1px solid #6A4C32;
	background: white;
	margin-top: 2px;
}
#kontaktform fieldset 
{
	margin: 20px 0 10px 0;
}
#kontaktform fieldset input
{
	width: 240px;
}
#kontaktform  #send
{
	padding: 0;
	margin: 0;
	width: 80px;
}
#kontaktform fieldset select{
	width: 54px;
}
#kontaktform fieldset #name{
	width: 180px;
}
 #anfrage
 {
	width: 240px;
	height: 80px;
 }

p.alarm
{
	color: red;
margin-top: 5px;
}





/* flash */

#flash
{
	background: #FDB745 ;
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	position: relative;
	overflow:hidden;
	height:531px;

}
#flash img, #flash object
{
	clear: both;
	height:531px;
	position: relative;
	top:0px;
}



#nav
{
	clear: both;
	background: #FDB745;
	height: 95px;
	width:922px;
	text-align: center;
}


#nav ul
{
	float: left;
	text-align: center;
		margin-top: 8px;
}

#nav li
{
	width:131px;
}

#nav img, #nav a
{
	vertical-align: top;
}
/* #nav img.icon
{
	margin-bottom: 8px;

} */









