BODY 
{
	background-color:#D5B163;
	height:100%;
	width:100%;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

*
{
	font-style:normal;
	font-family:Verdana,Arial,sans-serif;
	color:#353C4C;
	font-size:100%;
}

.button
{
	margin-bottom:0px;
	width:auto;
	height:auto;
}

/*
------------------------------------------------------------------
text formatting 
------------------------------------------------------------------
*/

.errormessage
{
    position:absolute;
    bottom:8px;
    width:635px;
    left:185px;
    padding: 4px;
    background-color:Red;
    border: 1px solid Black;
    font-size:90%;
    font-weight:bold;
    color:Black;
    z-index:9999;
}

.signed
{
	color:#353C4C;
	font-style:italic;
	font-weight:normal;
	font-size:80%;
	margin-bottom:0px;
	margin-top:0px;
}

.headline
{
	color:#353C4C;
	margin-bottom:20px;
	font-size:150%;
	font-family:Times New Roman,TimesNewRoman;
}

.subheadline
{
	color:#353C4C;
	margin-bottom:10px;
	margin-top:27px;
	font-size:125%;
	font-family:Times New Roman,TimesNewRoman;
}

.subsubheadline
{
	color:#353C4C;
	font-weight:normal;
	font-style:italic;
	margin-bottom:12px;
	margin-top:20px;
	font-size:110%;
	font-family:Times New Roman,TimesNewRoman;
}

.textparagraph
{
	color:#353C4C;
	font-weight:normal;
	font-size:80%;
	margin-bottom:12px;
	margin-top:0px;
}

.articleteaser
{
	color:#353C4C;
	font-weight:normal;
	font-style:italic;
	font-size:80%;
	margin-bottom:15px;
	margin-top:0px;
}

.enumeration
{
    font-size:80%;
	list-style-type:circle;
}

.footnote
{
	color:Gray;
	font-weight:normal;
	font-size:75%;
	margin-bottom:0px;
	margin-top:0px;
}

.author
{
	color:#353C4C;
    font-size:75%;
    font-style:italic;
}

.literatur
{
	color:#353C4C;
    font-size:60%;
    font-style:italic;
    border:solid 1px #353C4C;
    padding: 5px;
}

.somespace
{
    margin-top:10px;
    margin-bottom:10px;
}

.pagetitle
{
    position:absolute;
	color:#353C4C;
    visibility:hidden;
    width:0px;
    height:0px;
}

.faqchapter
{
	color:#353C4C;
    margin-left:20px;
    font-style:italic;
    font-size:80%;
}

.endpagelinkleft
{
	position:static;
	left:10px;
    width:auto;
    margin-top:20px;
    margin-bottom:20px;
    float:left;
    font-weight:bold;
    font-size:90%;
}

.endpagelinkright
{
	position:static;
    width:auto;
    margin-top:20px;
    margin-bottom:20px;
    float:right;
    font-weight:bold;
    font-size:90%;
}

/*
------------------------------------------------------------------
box layout
------------------------------------------------------------------
*/

.navcontainer
{
	position:absolute;
	top:0px;
	left:11px;
	width:166px;
	height:800px;
    overflow:hidden;
    z-index:999;
}

.containerbox
{
	position:static;
	background-color:#D5B163;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	/*height:auto;*/
	padding:0px;
	margin:0px;
	overflow:hidden;
}

.headerbox
{
	position:absolute;
	top:7px;
	left:182px;
	width:800px;
	height:131px;
	padding:0px;
	margin-bottom:7px;
	overflow:hidden;
	background-image:url(images/top_banner4.png);
}

.centerbox
{
}

.centercontent
{
}

.contentbox
{
    background-color:#E1C892;
    position:absolute;
    width:632px;
    height:600px;
    overflow:auto;
    overflow-x:hidden;
    top:142px;
    left:182px;
    padding:10px;
}


.logobox
{
    width:157px;
    height:165px;
	border-bottom:2px solid #836A2A;	
	border-left:2px solid #836A2A;	
	border-right:2px solid #836A2A;	
	background-color:#EDDEBF;
	padding-top:5px;
	padding-left:5px;
}

.navbox
{
    position:relative;
    top:3px;
}

.searchbox
{
    position:relative;
    top:0px;
    height:136px;
    width:154px;
	border-top:2px solid #836A2A;	
	border-bottom:2px solid #836A2A;	
	border-left:2px solid #836A2A;	
	border-right:2px solid #836A2A;	
	background-color:#EDDEBF;
	padding:4px;
}

.adbox
{
    position:absolute;    
    top:142px;
    left:838px;
    width:140px;
	background-color:#EDDEBF;
	border:2px solid #836A2A;
	overflow:hidden;
	height:600px;
}

/*
------------------------------------------------------------------
image layout
------------------------------------------------------------------
*/

.faqpicture
{
	position:static;
	top:0px;
	right:0px;
	width:100%;
	height:auto;
	padding:0px;
	text-align:center;
	margin-top:10px;
	margin-bottom:5px;
	z-index:999;
}

.piccaption
{   
	text-align:center;
	color:#353C4C;
	font-style:italic;
	font-weight:normal;
	font-size:70%;
	margin-bottom:0px;
	margin-top:0px;
}

.floatpictureboxright
{
	position:static;
	float:right;
	width:auto;
	height:auto;
	padding-left:5px;
	padding-bottom:5px;
	padding-top:5px;
    z-index:998;
}

.floatpictureboxleft
{
	position:static;
	float:left;
	width:auto;
	height:auto;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
    z-index:998;
}

.pictureinbox
{
    width:auto;
    height:auto;
    float:none;
    clear:both;
    position:static;
    margin-bottom:10px;
    z-index:999;
}

.floatpictureright
{
	position:static;
	float:right;
	width:auto;
	height:auto;
	padding-left:5px;
	padding-bottom:5px;
	padding-top:5px;
	z-index:999;
}

.floatpictureleft
{
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
	position:static;
	float:left;
	width:auto;
	height:auto;
	z-index:999;
}

.clearfloat
{
    clear:both;
    float:none;
}

.infobarheader
{
    text-align:center;
    font-weight:bold;
    font-style:italic;
    font-size:90%;
    padding: 5px;
}

.infobarentry
{
    top:0px;
    margin-bottom:17px;
    margin-top:8px;
    position:static;
    width:auto;
    height:auto;
    text-align:center;   
	font-style:normal;
	font-weight:normal;
	font-size:60%;
	text-decoration:none;
}

div.infobarentry img
{
    border:0px;
	float:none;
}

.infobarpictureleft
{
	margin-right:1px;
	padding-left:4px;
	position:static;
	float:left;
	width:auto;
	height:auto;
	z-index:999;
}


div.floatpictureright img
{
    border:1px solid #353C4C;
}

div.floatpictureleft img
{
    border:1px solid #353C4C;
}

div.pictureinbox img
{
    border:1px solid #353C4C;
}

div.faqpicture img
{
    border:1px solid #353C4C;
}



/*
------------------------------------------------------------------
guestbook
------------------------------------------------------------------
*/

.textarea
{
    width:500px;
    height:500px;
}

.guestbookbox
{
	border-style: solid;
	border-width: 1px;	
	border-color: #353C4C;
	position:static;
    /*width:100%;*/
    margin-bottom:10px;
    margin-left:2px;
    margin-right:2px;
}

.pictextbox
{
	border-style: solid;
	border-width: 1px;	
	border-color: #353C4C;
	height:auto;
	position:static;
    width:auto;
    margin-bottom:10px;
    margin-left:2px;
    margin-right:2px;
}

.pictextboxtext
{
  color:#353C4C;
  font-size:80%;
  font-weight:normal;
  margin-right:3px;
  margin-left:3px;
  margin-bottom:3px;
  margin-top:3px;
}

.pictextboxpic
{
  float:left;
  position:static;
  margin-right:3px;
  margin-left:3px;
  margin-bottom:3px;
  margin-top:3px;
  height:auto;
  width:130px; 
}

.guestbookheader
{
  background-color:#353C4C;
  color:#EDDEBF;
  text-align:left;
  font-weight:bold;
  font-size:90%;
  padding:3px;
}

.guestbooktext
{
  color:#353C4C;
  font-weight:normal;
  font-size:80%;
  margin-right:3px;
  margin-left:3px;
  margin-bottom:3px;
}

.newscenterbox
{
	border-style: solid;
	border-width: 1px;	
	border-color: #353C4C;
	position:static;
    margin-bottom:10px;
    margin-left:2px;
    margin-right:2px;
}

.newscenterheader
{
  background-color:#353C4C;
  color:#EDDEBF;
  text-align:left;
  font-weight:bold;
  font-size:90%;
  padding:3px;
}

.newscentersubheader
{
  color:#353C4C;
  text-align:left;
  font-weight:normal;
  font-style:italic;
  font-weight:bold;
  margin-left:3px;
  margin-right:3px;
  padding: 0px;
  font-size:80%;
}

.newscenterhr
{
  color:#353C4C;
  margin-top:3px;
  text-align:center;
  margin-right:3px;
  margin-left:3px;
}


.newscentertext
{
  color:#353C4C;
  font-weight:normal;
  margin-right:3px;
  margin-left:3px;
  margin-bottom:3px;
  margin-top:3px;
  font-size:80%;
}

.codebox
{
	border-style: solid;
	border-width: 1px;	
	border-color: #353C4C;
	background-color: #BBBBBB;
	font-family:Courier;
	font-size:80%;
	color:Black;
	padding:3px;

	width:auto;
	height:auto;
	position:static;
	
    margin-bottom:10px;
    margin-top:10px;
    margin-left:5px;
    margin-right:5px;   
}


/*
------------------------------------------------------------------
videos
------------------------------------------------------------------
*/

.videobox
{
	border-style: solid;
	border-width: 1px;	
	border-color: #353C4C;
	position:static;
    /*width:100%;*/
    margin-bottom:10px;
    margin-left:2px;
    margin-right:2px;
    min-height:34px;
}

.videoimg
{
    margin:2px;
    position:static;
    float:left;
}

.videotext
{
    text-align:left;
    margin-left:32px;
	font-size:80%;
	font-weight:bold;
}

.videocopyright
{
    margin-left:32px;
	font-size:60%;
	font-style:italic;
}

.videoplayback
{
    margin:2px;
    cursor:pointer;
}


.videobodyalt
{
    position:fixed;
    text-align:center;
    background-color:Transparent;
}

.videobody
{
    position:fixed;
    top:30%;
    left:30%;
    right:auto;
    bottom:auto;
    width:450px;
    height:390px;
    padding:10px;
    background-color:#555555;
	border-style:outset;
	border-width: 3px;	
	border-color: #353C4C;
	
}

.videoclose
{
    margin-top:4px;
    cursor:pointer;
    width:auto;
}


.videocloseicon
{
    margin:2px;
    float:left;
    margin-left:160px;
}

.videoclosetext
{
    margin-left:2px;
	font-size:80%;
	font-weight:bold;
	padding-top:2px;
    margin-right:130px;
    color:#DDDDDD;
}

/*
------------------------------------------------------------------
gallery
------------------------------------------------------------------
*/

.galleryimage
{
    top:0px;
    border-style:none;
    margin-bottom:20px;
    position:relative;
    width:150px;
    height:140px;
    text-align:center;   
	font-style:normal;
	font-weight:normal;
	font-size:80%;
    float:left;
}

.vargalleryimage
{
    top:0px;
    border:none;
    margin-bottom:20px;
    position:relative;
    width:auto;
    height:auto;
    text-align:center;   
	font-style:normal;
	font-weight:normal;
	font-size:80%;
    float:left;
    margin-right:10px;
}

.galleryimageportrait
{
    top:0px;
    border:none;
    margin-bottom:20px;
    position:relative;
    width:150px;
    height:180px;
    text-align:center;   
	font-style:normal;
	font-weight:normal;
	font-size:80%;
    float:left;
}

div.galleryimageportrait img
{
    border:1px solid #353C4C;
}

div.vargalleryimage img
{
    border:1px solid #353C4C;
}

div.galleryimage img
{
    border:1px solid #353C4C;
}

/*
------------------------------------------------------------------
forms
------------------------------------------------------------------
*/

.searchformfield
{
  margin-top:3px;
  color:#353C4C;
  font-weight:normal;
  font-size:80%;    
}

.formlabel
{
    border-style:none;
    font-size:90%;
    text-align:right;    
}

.formbutton
{
    border-style:outset;
    width:100%;
    height:auto;
    font-size:90%;
   
}

.formtextfield
{
    background-color:#FFFFFF;
    border:solid 1px #836A2A;
    width:100%;
    height:auto;
    font-size:90%;
}

.formtableborder
{
    background-color:#EDDEBF;
    padding:10px;
}

.formtable
{
    background-color:#EDDEBF;
    border-style:none;
    width:100%;    
    font-size:90%;
}

/*
------------------------------------------------------------------
phpdig
------------------------------------------------------------------
*/

.phpdiginputtext 
{ 
    border: 1px #836A2A solid;
    color: #353C4C;
    font-family: arial,helvetica; 
}

.phpdiginputsubmit 
{ 
    border: 1px #836A2A solid;
    color: #353C4C;
    font-family: arial,helvetica;
    font-weight:bold; 
}

.phpdigselect 
{ 
    border: 1px #836A2A solid;
    color: #353C4C;
    font-family:arial,helvetica; 
}

.phpdigHighlight 
{ 
    color: #353C4C;
    font-weight: bold; 
}

a.phpdig { text-decoration: none; }
a.phpdig:hover { text-decoration: underline; }

.color_table_outline 
{
	background-color: #cccccc;
	color: #eeeeee;
	border: 1px solid #ffcc66;
}

.color_top_bottom 
{
	background-color: #555555;
	color: #eeeeee;
}

.color_sub_top_bottom 
{
	background-color: #444444;
	color: #eeeeee;
}

.color_table_cells 
{
	background-color: #333333;
	color: #eeeeee;
}

.phpdigresults
{
  font-size:80%;
}


/*
------------------------------------------------------------------
impressum
------------------------------------------------------------------
*/

.impressum
{
    font-size:70%;
    font-style:italic;
    margin-top:80px;
    text-align:center;
}


/*
------------------------------------------------------------------
link formatting
------------------------------------------------------------------
*/

sup { font-size:60%; }
a:link { font-style:italic; }
a:visited { font-style:italic; }
a:active { font-style:italic; }
a:hover { font-style:italic; color:#AA4411;}

div.infobarentry a:link { text-decoration:none;}
div.infobarentry a:visited { text-decoration:none;}
div.infobarentry a:active { text-decoration:none;}
div.infobarentry a:hover { text-decoration:none; }

div.literatur a:link { font-weight:bold; text-decoration:none;}
div.literatur a:visited { font-weight:bold; text-decoration:none;}
div.literatur a:active { font-weight:bold; text-decoration:none;}
div.literatur a:hover { font-weight:bold; text-decoration:none;}

div.guestbookheader a:link { color:#EDDEBF; text-decoration:none;}
div.guestbookheader a:visited { color:#EDDEBF; text-decoration:none;}
div.guestbookheader a:active { color:#EDDEBF; text-decoration:none;}
div.guestbookheader a:hover { color:White; text-decoration:none;}

div.extlink a:link { font-style:italic; text-decoration:none;}
div.extlink a:visited { font-style:italic; text-decoration:none;}
div.extlink a:active { font-style:italic; text-decoration:none;}
div.extlink a:hover { font-style:italic; color:#AA4411; text-decoration:none;}

div.extlink a:link:before { content:url(images/pawicon-intext.png); }
div.extlink a:visited:before { content:url(images/pawicon-intext.png); }
div.extlink a:active:before { content:url(images/pawicon-intext.png); }
div.extlink a:hover:before { content:url(images/pawicon-intext.png); }





