/*
 johmann's stylesheet
*/


/* overall */
body { 
	margin:0px;
	padding:0px;
	background:#ffffff;
	font-family:Arial, Verdana;
	font-size:11px;
	font-weight:normal;
	line-height:14px;
	color:#ffffff;
	height:100%;
	text-align:left;
}
	
	
/* html elements */
h1 { 
	font-family:Arial, Verdana;
	font-size:16px;
	line-height:25px;
	font-weight:normal;
	color:#4b575f;
	letter-spacing:0px;
}
	
img { 
	border:0px;
}
	
a {
	color:#ffffff;
	text-decoration:none;
}
a:hover, a.active {
	text-decoration:underline;
}


/* text */

.texthead {
	font-family: Arial, Helvetica;
	font-size: 18px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #ffffff;
}
	
	

/* content */
#main {
	position:absolute; 
	width:860px;
	height:590px;
	left:50%;
	top:50%;
	margin-left:-430px;
	margin-top:-295px;
	
}

#menu {
	position:relative;
	width:860px;
	height:115px;
}

#content {
	position:relative;
	width:860px;
	height:275px;
}

#footer {
	position:relative;
	width:860px;
	height:200px;
	text-align:right;
}

#contentimg {
	float:left;
	border:4px solid #8d979d;
}

#contentbox {
	float:left;
	width:310px;
	height:267px;
	border:4px solid #8d979d;
	background:#8d979d;
}

#contentbox div{
	padding:8px 10px 10px 10px;
}


/* menu */
#menu .box {
	width:300px;
	height:115px;
	float:left;
}

#menu .box ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#menu .box ul li {
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:bold;
	height:18px;
}

#menu .box ul li a {
	color:#8d979d;
	text-decoration:none;
}
#menu .box ul li a:hover, #menu .box ul li a.active {
	color:#505052;
}

#galeriebtn {
	position:absolute;	
	font-size:40px;
	color:#8d979d;
	top:120px;
	width:20px;
	height:30px;
}

#galeriebtn a {
	font-size:36px;
	color:#8d979d;
}

#galeriebtn a:hover, #galeriebtn a.active {
	color:#505052;
	text-decoration:none;
}

