@page { size:portrait; margin:2.5cm;  }

BODY 
{
	background-color:White;
}



*
{
	color:Black;
	font-style:normal;
	font-family:Helvetica,Arial,sans-serif;
	font-size:100%;
}

.button
{
    position:absolute;
    visibility:hidden;
	width:0px;
    height:0px;
}

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

.signed
{
	color:Black;
	font-style:italic;
	font-weight:normal;
	font-size:100%;
	margin-bottom:0px;
	margin-top:0px;
}

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

.subheadline
{
	color:Black;
	font-size:100%;
	margin-bottom:10px;
	margin-top:27px;
	font-size:130%;
	font-family:Times New Roman,TimesNewRoman;
}

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

.textparagraph
{
	color:Black;
	font-weight:normal;
	font-size:100%;
	margin-bottom:15px;
	margin-top:0px;
}

.articleteaser
{
	color:Black;
	font-weight:normal;
	font-style:italic;
	font-size:100%;
	margin-bottom:15px;
	margin-top:0px;
}

.enumeration
{
	list-style-type:circle;
}

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

.author
{
    font-size:80%;
    font-style:italic;
}

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

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

.pagetitle
{
    position:absolute;
    visibility:hidden;
    width:0px;
    height:0px;
}

.faqchapter
{
	color:Black;
    margin-left:20px;
    font-style:italic;
    font-size:100%;
}

.endpagelinkleft
{
    visibility:hidden;
}

.endpagelinkright
{
    visibility:hidden;
}

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

.navcontainer
{
    position:absolute;   
    visibility:hidden;
    width:0px;
    height:0px;
}

.containerbox
{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	overflow:visible;
}

.headerbox
{
    position:absolute;
    visibility:hidden;
    width:0px;
    height:0px;
}


.centerbox
{    
}

.contentbox
{
    background-color:White;
    position:relative;
    width:100%;
    top:0px;
    left:0px;
	overflow:visible;
}

.centercontent
{
}

.logobox
{
    position:absolute;
    visibility:hidden;
    width:0px;
    height:0px;
}

.navbox
{
    position:absolute;   
    visibility:hidden;
    width:0px;
    height:0px;
}

.searchbox
{
    position:absolute;
    visibility:hidden;
    width:0px;
    height:0px;
}

.adbox
{
    position:absolute;
    visibility:hidden;
    width:0px;
    height:0px;
}

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

.faqpicture
{
	position:relative;
	top:0px;
	right:0px;
	width:100%;
	height:auto;
	padding:0px;
	text-align:center;
}

.piccaption
{
	text-align:center;
	color:Black;
	font-style:italic;
	font-weight:normal;
	font-size:80%;
	margin-bottom:0px;
	margin-top:0px;
}

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

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

.pictureinbox
{
    width:auto;
    height:auto;
    float:none;
    clear:both;
    position:relative;
    margin-bottom:10px;
}

.floatpictureright
{
	position:static;
	float:right;
	width:auto;
	height:auto;
}

.floatpictureleft
{
	position:static;
	float:left;
	width:auto;
	height:auto;
}

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

.infobarentry
{
    visibility:hidden;
    width:0px;
    height:0px;
}

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: #000000;
	position:static;
    width:100%;
    margin-bottom:10px;
    margin-left:2px;
    margin-right:2px;
}

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

.pictextboxtext
{
  color: #000000;
  font-weight:normal;
  margin-right:3px;
  margin-left:3px;
  margin-bottom:3px;
  margin-top:3px;
}

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










.guestbookheader
{
  background-color: #000000;
  color: #FFFFFF;
  text-align:left;
  font-weight:bold;
  padding: 3px;
}

.guestbooktext
{
  color: #000000;
  font-weight:normal;
  margin-right:3px;
  margin-left:3px;
  margin-bottom:3px;
}

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

.newscenterheader
{
  background-color: #000000;
  color: #FFFFFF;
  text-align:left;
  font-weight:bold;
  font-size:120%;
  padding: 3px;
}

.newscentersubheader
{
  background-color: #000000;
  color: #FFFFFF;
  text-align:left;
  font-weight:normal;
  margin-bottom:1px;
  margin-top:1px;
  margin-left:3px;
  margin-right:3px;
  padding: 1px;
}

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


.newscentertext
{
  color: #000000;
  font-weight:normal;
  margin-right:3px;
  margin-left:3px;
  margin-bottom:3px;
}

.codebox
{
	border-style: solid;
	border-width: 0px;	
	border-color: #000000;
	background-color: #BBBBBB;
	font-family:Courier;
	font-size:80%;
	color:Black;

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

/*
------------------------------------------------------------------
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-style:none;
    margin-bottom:20px;
    position:relative;
    width:auto;
    height:auto;
    text-align:center;   
	font-style:normal;
	font-weight:normal;
	font-size:80%;
    float:left;
}

.galleryimageportrait
{
    top:0px;
    border-style: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
------------------------------------------------------------------
*/

.formlabel
{
    border-style:none;
    text-align:left;
    font-size:100%;
}

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

.formtextfield
{
    border-style:solid;
    border-width:1px;
    width:100%;
    height:auto;
}

.formtable
{
    border-style:inset;
    border-width:1px;
    width:100%;
}

sup { font-size:70%; }

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

div.literatur a:link { font-weight:bold; text-decoration:none;}
div.literatur a:visited { font-weight:bold; text-decoration:none;}
div.literatur a:hover { font-weight:bold; text-decoration:none;}
div.literatur a:active { font-weight:bold; 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:hover { font-style:italic; color:#AA4411; text-decoration:none;}
div.extlink a:active { font-style:italic; text-decoration:none;}

div.extlink a:link:before { content:url(images/externallink-paw-bw.gif); }
div.extlink a:visited:before { content:url(images/externallink-paw-bw.gif); }
div.extlink a:hover:before { content:url(images/externallink-paw-bw.gif); }
div.extlink a:active:before { content:url(images/externallink-paw-bw.gif); }


	
	