/**
 * CSS Document
 * @autor Manfred Schmitt
 * @version 0.1
 *
 * styles für content.php
 *
 * body		- defines global styles
 * cont		- global container for html content
 * -> limits width of content-layer to prevent ugly horizontal scroller in iframe
 * background-color:transparent;
 */


body
{
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 8pt;
	text-align: justify;
	color:#000000;
	margin:  0px; 
	padding: 0px;
scrollbar-3dlight-color:#cccccc;
scrollbar-arrow-color:#FF0000;
scrollbar-base-color:#cccccc;
scrollbar-darkshadow-color:#2f4f4f;
scrollbar-face-color:#cccccc;
scrollbar-highlight-color:#cccccc;
scrollbar-shadow-color:#cccccc;
scrollbar-track-color:#f1f1f1;
}


div.cont
{
   position: absolute;
   left: 5px; top:0px;
   width: 480px;
   /*border-style: solid;border-width: 1px;*/
}



div.topnav
{
 position: absolute; 
 top:  0px; 
 left: 0px; 
 height: 26px; 
 width:  480px; 
 z-index: 2; 
 align: right;
 text-align:right;
 /* border-style: solid;border-width: 1px;*/
} 

/*photogallery navigation top button bar*/
div.galtopnav
{
 position: absolute; 
 top:  0px; 
 left: 0px; 
 height: 22px; 
 width:  480px; 
 z-index: 2; 
 align: right;
 text-align:right;
/* border-style: solid;border-width: 1px;*/
} 


/*photogallery position*/
div.galpos
{
 position: absolute; 
 top:  25px; 
 left: 0px; 
 height: 205px; 
 width:  480px; 
 /*border-style: solid;border-width: 1px;*/
} 


/*
*a:hover,a:link,a:active,a:visited,a:postlink{color:#FFFFFF;text-decoration:none}
*/



a:link    { color: #AE1005; text-decoration: none;	 }
a:visited { color: #AE1005; text-decoration: none;	 }
a:hover   { color: #FF0000; text-decoration: none;	 }
a:postlink{ color: #222222; text-decoration: none;   }

input.button
{
 font-family: Verdana,Arial, Geneva, helvetica, sans-serif;
 font-size: 9pt;
}

H1 {
font-family: Verdana, Arial, Helvetica;;
font-size: 14pt;
font-weight: bold;
font-style: normal;
color: #000000;
margin-bottom: 0px; text-transform:capitalize
}

H2 {
font-family: Verdana, Arial, Helvetica;
font-size: 13pt;
font-weight: bold;
font-style: normal;
margin-bottom: 0px;
}

H3 {
font-family: Verdana, Arial, Helvetica;
font-size: 12pt;
font-weight: bold;
font-style: normal;
margin-bottom: 0px;
}

H4 {
font-family: Verdana, Arial, Helvetica;
font-size: 11pt;
font-weight: bold;
font-style: normal;
margin-bottom: 0px;
}

.welcome {
font-family: Verdana, Arial, Helvetica;
font-size: 12pt;
font-weight: bold;
font-style: normal;
color: #222222;
}

.gensmall{
color: #000000;
font-size: 9px;}

.gensmallwith{
color: #FFFFFF;
font-size: 9px;}


table{
   font-family: Verdana, Arial, Geneva, helvetica, sans-serif;
   font-size:8pt;
 }

input{ 
   font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
   font-weight: bold;
   font-size:8pt;
}


.showstable, .showstable TD 
{
   font-family: Verdana;
   font-size:10px;
   text-align: left;
   vertical-align: text-top;
}

.showstable TH
{
 font-family: Verdana;
 font-size:9pt;
 color: #AE1005;
 background:#FAF7E6;
}

.row1{background:#F4F1E0}
.row2{background:#E0DDCE}


.guestbooktable
{ width:90%;
  border-collapse:collapse;
  font-family:Verdana;
  font-size:9px;
  text-align:left;
  vertical-align:text-top;
}

.guestheadline
{ 
  background:#E0DDCE;
  padding:2px;
  border-color:#E0DDCE;
  border-style:outset;
  border-width:2px;
}

.guestmessage
{
 padding-left:20px;
 padding-bottom:15px;
}


