/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
body { 
	font-family: "Comic Sans MS", Arial, sans-serif; /* Century Gothic */
        font-size: 10pt;
        font-style: normal ;
	letter-spacing: 1px; 
	color: #000; /*black*/
	background: #fff/*white*/
	}
p {  	
        font-family: "Comic Sans MS", Arial, sans-serif; /* Century Gothic */
        font-size: 10pt;
        font-style: normal ;
	color: #000 ; /*black*/
	margin-bottom:0px;
	margin-top: 0px; 
	text-align: justify
	}
h3 { 
	font-family: "Comic Sans MS", Arial, sans-serif; /* Century Gothic */
        font-size: 10pt;
        font-style: normal ;
	letter-spacing: 1px; 
	margin-bottom: 0px
	}
h2 { 
	font-family: "Comic Sans MS", Arial, sans-serif; /* Century Gothic */
        font-size: 10pt;
        font-style: normal ;
	letter-spacing: 1px; 
	margin-bottom: 0px
	}
a:link { 
	text-decoration: underline
	}
a:visited {
	text-decoration: underline
	}
a:hover, a:active { 
	text-decoration: underline
	}
	
	
/* specific divs */
#header{	
	background:transparent url(Titel.jpg) no-repeat center center;
	position: absolute; 
	top: 10px; 
	left: 200px;	
	margin: 0px;
	height: 120px;	
	width:600px
	}
#navbar {
	position: absolute; 
	margin:0px;
	padding: 0px 0px 0px 0px;  
	top: 130px; 
	left: 200px
	}
#guestbook, #container {
	position:absolute;
	left:200px;
	top:144px;
	border:2px solid #B0C4DE; /*grey*/
	background: #E6E6FA; /*light grey */
	padding: 20px 10px 50px 10px;
	width:600px
	}
#start {
	position:absolute;
	left:200px;
	top:144px;
	border:2px solid #B0C4DE; /*grey*/
	/*background: #E6E6FA; /*light grey */
	background: #E6E6FA url(start_bild.jpg) no-repeat center center;
	padding: 20px 10px 50px 10px;
	width:600px;
	height:196px
	}
#design{
	padding: 5px;  
	border:2px solid #B0C4DE;
	background: #E6E6FA; /*light grey */
	position: absolute; 
	top: 50px; 
	left:50px;
	z-index:1
	}
#footer{
	/*background:transparent url(fhw_logo_long.jpg) no-repeat center left;*/
	margin:20px 0px 0px 50px;
	padding-bottom:50px;
	width:805px;
	height:80px
	}
	

/* specific text */
#start a, #start a:visited{
        font-size:14pt;
	width:150px;
	display:block;
	background:#E6E6FA; /*light grey */ 
	color:black;
	text-decoration: none;
	}
span{
	display: none
	}
#guestbook b{
	font-weight:normal;
	display:block;
	background:#B0C4DE;/*grey*/
	padding:0 5 0 5
	}
#guestbook p, #guestbook a{
	padding:0 5 0 5
	}
#guestbook td{
	font-family: Century Gothic, "Comic Sans MS", Arial, sans-serif; /* Century Gothic */
        font-size: 10pt;
        font-style: normal ;
	color: #000 ; /*black*/
	margin-bottom:0px;
	margin-top: 0px
	}
#footer a:visited{
	color:black
	}
#design a:link, #design a:visited, #design a:active{
	color:black;
	font-weight:normal;
	padding:0px;
	text-decoration:none
	}
#container a:link, #container a:active{
	font-weight:normal;
	padding:0px;
	text-decoration:none
	}
#navbar b{
	border:0.5mm solid #B0C4DE;/*grey*/
	border-bottom:none;
	font-weight:bold;
	list-style-type: none;	
	background:#E6E6FA; /*light grey */ 
	padding: 0px 5px 0px 5px	}
#navbar a{
	color:black;
	text-decoration: none;
	border:0.5mm solid #B0C4DE;/*grey*/
	border-bottom:none;
	font-weight:bold;
	list-style-type: none;	
	background:#fff; /*white */ 
	padding: 0px 5px 0px 5px	}
#navbar a:hover, a:active{
	text-decoration: none; 
	background:#E6E6FA;
	padding: 0px 5px 0px 5px
	}
#navbar a:visited{
	color:black;
	text-decoration: none;
	}
	
	
	
/*ab hier ist für Album*/
tr {  	
	font-family: "Comic Sans MS", Arial, sans-serif; /* Century Gothic */
        font-size: 10pt;
        font-style: normal ;
	color: #000 ; /*black*/
	margin-bottom:0px;
	margin-top: 0px; 
	}
td {  	
	font-family: "Comic Sans MS", Arial, sans-serif; /* Century Gothic */
        font-size: 10pt;
        font-style: normal ;
	color: #000 ; /*black*/
	margin-bottom:0px;
	margin-top: 0px; 
	}
#album a, #album a:visited{
	color:#E6E6FA;
	text-decoration: none;
	}
.button{
	font-family: "Comic Sans MS", Arial, sans-serif; /* Century Gothic */
        font-size: 10pt;
        font-style: normal ;
	color: #000 ; /*black*/
	background:#FFF; /*white */ 
	border:0.5mm solid #B0C4DE;/*grey*/
	margin-left:0.5mm;
	margin-right:1pt;
	}
.button:hover{
	background:#E6E6FA; /*light grey */ 
	}
.select{
	font-family: "Comic Sans MS", Arial, sans-serif; /* Century Gothic */
        font-size: 10pt;
        font-style: normal ;
	color: #000 ; /*black*/
	background:#FFF; /*white */ 
	border:0.5mm solid #B0C4DE;/*grey*/
	margin-left:1pt;
	margin-right:0.2mm;
	}
/*bis hier ist für Album*/