/* all pages */
body {
	border:				0px;
	background:			#000;
	font-family:		"Verdana", sans-serif, times;
	font-size:			12pt;
	color:				#ddd;
}
#content {
	margin-top:			-300px;
	margin-left:		-400px;
	position:			absolute;
	top:				50%;
	left:				50%;
	width:				800px;
	height:				600px;
	visibility:			visible;
	overflow:			hidden;
}
a:link, a:active, a:visited {
	color:				#fff;
}
a:hover {
	color:				#999;
}
.clear {
	clear:				both;
}
.floatleft {
	float:				left;
}
.floatright {
	float:				right;
}
.top {
	width:				800px;
	height:				125px;
	margin:				0;
}


/*gallery.php specific*/
.gallery {
	clear:				both;
}


/*contact form specific */
.contactform {
	float:				left;
	width:				150px;
	margin-left:		20px;
}
input, submit, textarea {
	font-family:		"Verdana", sans-serif, times;
	font-size:			12pt;
	color:				#ddd;
	border:				1px solid #fff;
	background-color:	#000;
}
.contactbutton {
	background-color:	#333;
	border:				0;
	font-variant:		small-caps;
	font-weight:		bold;
	margin:				20px;
	padding:			5px;
}

/* bottom menu specific */
/*#bottommenu {
	margin-top:			5px;
	clear:				both;
	font-variant:		small-caps;
	font-size:			12pt;
}
#bottommenu ul {
	margin:				0;
	padding:			0;

}
#bottommenu li {
	list-style-type:	none;
	margin:				0;
	float:				left;
}
#bottommenu a {
	display:			block;
	color:				#ddd;
	background-color:	#333;
	width:				180px;
	border:				0;
	margin:				5px;
	padding:			5px;
	text-decoration:	none;
	text-align:			center;
	font-weight:		bold;
}
#bottommenu a:hover {
	background-color:	#000;
}*/

/* bio.php specific */
.biotop {
	width:				580px;
	height:				30px;
}
.biotext {
	overflow:			auto;
	width:				568px;
	height:				350px;
	/*padding:			5px;*/
	/*border:				1px solid #ddd;*/
}

/* index.php specific */
#frontmenu {
	width: 236px;
	height:	600px;
	float: left;
	font-variant:	small-caps;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: .1cm;
	line-height: 2.0cm;
}
#frontmenu ul {
	margin:	0;
	padding: 0;
	list-style-type: none;
	margin-top: 40px;
}
#frontmenu li {
	margin:				0;
}
#frontmenu a {
	display:			block;
	color:				#ddd;
	/*background-color:	#333;*/
	border:				0;
	margin:				0;
	padding:			5px;
	text-align:			center;
	text-decoration:	none;
}
#frontmenu a:hover {
	background-color:	#000;
}
.frontside {
	width:				278px;
	height:				375px;
	float:				left;
}