body {
	margin:0;
	padding:0;
	background:url(bg_body.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
#wrapper {
	position:relative;
	width:746px;
	margin:0px auto;
	padding:0px;
		}

#header {
		height:170px;
		background:url(bg_header.jpg);
		background-position:top left;
		background-repeat:no-repeat;
		margin:0px;
		padding:0px;
		}

h1 {
	display:none;
	}

a:link {
	color:#ff33cc;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
a:active {
	color:#ff33cc;
	text-decoration:none;
	}
a:visited {
 color:#FF99CC;
 text-decoration:none;
 }
/*=========== MAIN NAVIGATION =============*/	
	
#nav {
	position:absolute;
	left:0px;
	top:131px;
	margin:0px;
	padding:0px;
	}

#nav li {
	float:left;
	padding:0;
	margin:0;
	list-style-type:none;
	}

#nav li a {
		display:block;
		text-indent:-3000px;
		height:35px;
		margin:0px;
		padding:0px;
		}
#nav li.page  a {
		display:block;
		text-indent:-3000px;
		height:35px;
		margin:0px;
		padding:0px;
		background-position:0px -36px;
		}

#nav li a:hover {
		background-position:0px -36px;
		}
#nav li a:active {
		background-position:0px -36px;
		}

#homebut {
	background-image:url(btn_nav_home.gif);
	background-repeat:no-repeat;
	width:97px;
	border-right:1px solid white;	
	}
#gallerybut {
	background-image:url(btn_nav_galerie.gif);
	background-repeat:no-repeat;
	width:97px;
	border-right:1px solid white;
	}

#messagesbut {
	background-image:url(btn_nav_messages.gif);
	background-repeat:no-repeat;
	width:97px;
	border-right:1px solid white;
	}
#contactbut {
	background-image:url(btn_nav_kontakt.gif);
	background-repeat:no-repeat;
	width:110px;
	}	

/*=========== CONTENT =============*/


#content {
	clear:both;
	width:735px;
	padding:30px 0px 0px 0px;
	margin:0px;
	}


.entry {
	min-height:480px;
	padding:0px 0px 0px 194px;
	background-image:url(photo.jpg);
	background-repeat:no-repeat;
	color:#CCCCCC;
		}
#parents {
	clear:both;
	padding:0px 10px 0px 20px;
	color:#f5efef;
		}
#signature {
	padding:0px 0px 0px 250px;
	}
 
h2 {
 	font:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	margin:0px 0px 0px 130px;
	padding-top:10px;
	border-bottom:#ff33cc solid 1px;
	}
h3 {
 	font:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin:5px 0px 5px 400px;
	font-style:italic;
	}
h4 {
 	font:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	margin:0px;
	font-style:italic;
	padding:5px 0px 0px 0px;
	}
p {
	margin:15px 0px 0px 130px;
	}
	
/*=========== GALLERY =============*/

#table {
	clear:both;
	background-color:#232e2e;
	border:#232e2e solid 5px;
	margin:30px 55px 0px 55px;
	}
	
#table img {
	border:2px solid white;
	padding:0px;
	}
#table a:hover img {
	border-color:#ff33cc;
	}


/*=========== CONTACT =============*/	
#contact {
	clear:both;
	min-height:480px;
	padding:350px 20px 0px 0px;
	background-image:url(messages.jpg);
	background-repeat:no-repeat;
	color:#CCCCCC;
		}
		
#message {
	clear:both;
	padding:0px 50px 0px 10px;
	font-size:16px;
	font-style:italic;
	}
