
html, body {
	width:100%;
	height:100%; 
	margin:0;
	padding:0;
}
body {
	width:100%;
	height:100%; 
	color: #333333;
	background-color: #f2e9a4;
}
.txterror {
	color:#f00;
	font-weight:700;
}
/* Global 
----------------------------------------------------------*/
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,div,dl,dt,dd { margin:0; padding:0 }
a img,:link img,:visited img { border:none }
p {margin-bottom: 1em;}
ul {list-style: disc;}
ul li {margin: 0 0 1em 2em;}
ul li ul {margin: 1em 0 1em 1em; list-style: circle;}
ul li ol {margin: 1em 0 1em 1em;}
hr {
	padding:0;
	margin:0;
	border:none;
	background-color:#ACA51A;
	height:1px;
}
/* --------------Text Font-Family CSS-------------- */
body, div, p, td, a, legend, input {
	font-family:"Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400;
	line-height:14px;
}
#menu a {
	font-size:16px;
	font-weight:400;
}
#root {
	font: 400 10px/12px verdana, arial, helvetica, sans-serif;
}
#content a {
	text-decoration:underline;
	color:#333;
}
#content a:hover {
	text-decoration:none;
	color:#333;
}

/* CSS Selector */
.Standart {
	color: #333333;
	text-decoration: none;
}
.H1 {
	font-size: 20px;
	color: #ACA51A;
	text-decoration: none;
	line-height: 25px;
}
.H2 {
	color: #ACA51A;
	font-weight: bold;
	font-size:14px;
}
.H3 {
	color: #ACA51A;
	font: 400 10px/12px Arial, Helvetica, sans-serif;
}
.H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #ACA51A;
}

/* --------------Layout CSS-------------- */
#page {
	width:699px;
	margin: 0 auto;
	text-align:left;	
	border:1px;
	background:url(../art/bgcontent.jpg) repeat-y 0 0;
	border-left:1px solid #DFD626; 
	border-right:1px solid #DFD626;
}
#header {
}
#container {
	position:relative;
	width:100%;
}
#left {
	float:left;
	width:211px;
}
#middle {
	float:right;
	width:488px;
}
#root {
	position:relative;
	top:-20px;
	height:20px;
	padding:0 0 0 10px;
	color: #333;
}
#root a {
	color: #ACA51A;
	text-decoration: none;
}
#root a:hover {
	color: #000; 
}
#topic {
	position:relative;
	top:-20px;
	height:22px;
	padding:0 0 0 10px;
	font-size:20px;
	line-height:20px;
/*	vertical-align: middle;*/
	color: #ACA51A;	
}
/* --------------CONTENT CSS--------------*/
#content {
	padding:0 10px;
}
#content form input.radio {
	background-color: #F1EEA3;
}
#content form input.submit, #leftcontent form input.submit {
	background-color: #efefef;
	width: 150px;
	height: 20px;
}
#content a {
	color: #333;
	text-decoration: underline;
}
#content a:hover {
	color: #2A4499;
	text-decoration: underline;
}
#content ul {
	list-style: disc url(../art/list.gif);
}
#content li p {
	line-height: inherit;
	margin: 0;
}

/* --------------MENÜBLOCK-------------- */
#menu {
	width:211px;
}
#hm div div {
	width:210px;
	height:18px;
}
#hm div div a {
	line-height:20px;
	width:210px;
	height:18px;
	display:block;
	color: #ACA51A;
	text-decoration:none;
	white-space:nowrap;
}
#hm div div a:hover {
	color: #333;
	background-color:#DFD626;
}
/* --------------LEFTCONTENT-------------- */
#request {
	position:relative;
	width:206px;
	padding:5px 0 0 5px;
	color:#333;
}
#request form, 
#request input, #request select {
	font-size: 10px;
}
#qscout{
	display:inline;
}
/* --------------Sub-Navigation CSS-------------- */
div.horsubmenue {
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
	background-color:#DFD626;
}
div.horsubmenue div a {
	display:block;
	height:18px;
	color:#333;
	text-decoration:none;
	white-space:nowrap;
	width:100%;
	text-indent:5pt;
}
img.arrow {
	float:right;
}

div.horsubmenue a:hover {
	color:#333;
	background-color: #A9A930;
}

/* --------------FOOTER CSS-------------- */
#footer {
	width:699px;
	height:70px;
	background: url(../art/gfx_7.jpg) no-repeat 0 0;
	border-bottom:1px solid #DFD626;
}
#footer p {
    margin: 0 0 0 1.5%;
	padding:1px 0 3px;
}

#footernavi {
	position:relative; 
	height:20px; 
	float:right;
	color:#ACA51A;
}
#footernavi a {
    text-decoration: none;
	margin: 0 0 0 .2em;
	color:#ACA51A;
}
#footernavi a:hover,
#footernavi a:active,
#footernavi a:focus {
   text-decoration: none;
   color:#000;
}

/* --------------Search-Form CSS-------------- */
#search {
	padding:30px 0 0 5px;
}
#searchbox form {
	display:inline;
}
#searchbox input {
	float:left;
	font: 400 11px/18px Tahoma, Verdana, Arial;
	color: #333333;
	border:none;
	height:21px;
	background-color:#F0F1A1;
}

/* --------------SUCHE CSS-------------- */
#content div.SRresult {
	position:relative;
	float:left;
	width:100%;
	padding:0 0 10px 0;
}
#content div.SRItem {
	width:100%; 
	height:16px;
	margin:10px 0 0 0;
	cursor:pointer;
	font-size: 11px; 
	white-space: nowrap;
	
}
#content div.SRItem a {
	display:block;
	color: #333;	
	text-decoration: none;
	background-color:#E8E268;
}
#content div.SRItem a:hover {
	color: #fff;
	text-decoration: none;
}
#content div.SRItem div {
	float:right;
	padding:0;
	margin:0;
}
#content div.SRItem img {
	float:left;
	padding:0 5px 0 0;
	margin:0;
}
#content div.SRtext {
	clear:both;
	display:block;
	width:90%;
	padding:2px 0 2px 15px;
}
#content div.SRroot {
	font-size:9px;
	float:left;
	width:60%;
	padding:0 0 0 15px;
}
#content div.SRdate {
	font-size:9px;
	float:left;
	width:29%;
	text-align: right;
}
span.highlight {
	font-weight: 600;
	color:#FF0000;
}

/*--------------STYLE ext GUESTBOOK--------------*/
div.comment {
	font-style:italic;
}
#gbentry {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}
#gbentry a {
	border:1px solid #DFD626;
	background:url(../art/guestbook/gb_button.gif) repeat-x;
	padding:0px 4px;
	color: #333333;
	vertical-align: middle;
	text-decoration: none;
}
#gbentry a:hover {
	border:1px solid #DFD626;
	background:#fff url(../art/guestbook/gb_button_ov.gif) repeat-x;
	padding:0px 4px;
	color: #333333;
	vertical-align: middle;
	text-decoration: none;
}

#gbpagenav, #gbpagenav a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color: #333333;
	text-decoration: none;
}

/*--------------STYLE ext PHOTOGALERY--------------*/
#photoTITLE {
	display:block;
}
#photoTEXT {
	padding:5px 0px;
}
#photoPREVIEW{
	position: absolute;
	left: 480px;
	top: 82px;
	width:350px;
	height:350px;
}
#photoNAV a {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #007783;
	font-weight: 600;
	height: 16px;
	vertical-align: middle;
	text-decoration: none;
	padding: 1px 3px 1px 3px;
	white-space: nowrap;
}
#photoNAV a:hover {
	color: #333; 
}

/* ----------thickbox specific link and font settings------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ---------- thickbox settings ---------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.TB_overlayMacFFBGHack {
	background: url(../art/macFFBgHack.png) repeat;
}
.TB_overlayBG {
	background-color:#000;
/*	filter:alpha(opacity=75); */
	-moz-opacity: 0.75;
	opacity: 0.75;
}
#TB_window {
	position: fixed;
	background: #f2e9a4;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}
#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}
#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}
#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}
#TB_title{
	background-color:#e8e8e8;
	height:27px;
}
#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
	padding:15px;
}
#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}
#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
/*	filter:alpha(opacity=0);*/
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}
#TB_iframeContent {
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
/*	_margin-bottom:1px;*/
}




