
html, body {
	width:100%;
	height:100%; 
	margin:0;
	padding:0;
}
body {
	width:100%;
	height:100%; 
	color: #000;
	background-color: #fff;
}
.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;
}
#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:100%;
	text-align:left;
}
#header {
	display:none;
}
#header1 {
	display:none;
}
#container {
	position:relative;
	width:100%;
}
#left {
	display:none;
}
#middle {
 width:100%;
}
#root {
	height:20px;
	padding:0 0 0 10px;
	color: #333;
}
#root a {
	color: #ACA51A;
	text-decoration: none;
}
#topic {
	height:20px;
	padding:0 0 0 10px;
	font-size:20px;
	line-height:20px;
	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 {
	display:none;
}

/* --------------Sub-Navigation CSS-------------- */
div.horsubmenue {
	display:none;
}

/* --------------FOOTER CSS-------------- */
#footer {
	display:none;
}

/* --------------Search-Form CSS-------------- */
#search {
	display:none;
}

/* --------------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--------------*/

#gbentry {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}
#gbentry a {
	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; 
}

