/*copyright by boehnisch.de  - 2005*/

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5F5F5F;
	background-color: #DCDCDC;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	scrollbar-3dlight-color: #A3A3A3;
	scrollbar-base-color: #A3A3A3;
	scrollbar-darkshadow-color: #A3A3A3;
	scrollbar-face-color: #D3D3D3;
	scrollbar-highlight-color: #D3D3D3;
	scrollbar-shadow-color: #DCDCDC;
}

/*Layout*/

#main {
	top: 50%; 
	left: 50%; 
	width: 800px; 
	height: 500px; 
	margin: -250px 0 0 -400px; 
	position: absolute;
	background-color: White; 
	text-align: left;
	border: 1px solid black;
}

#head1 {
	width: 800px;
	height: 100px;
	background-color: White;
	position: relative;
	background-image: url(img/markus_cam1.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#head2 {
	width: 800px;
	height: 10px;
	background-color: Black;
	position: relative;
}

#content1 {
	width: 205px;
	height: 350px;
	background-color: #A3A3A3;
	position: relative;
	padding: 0 0 0 0;
	float: left;
}

#content2 {
	width: 560px;
	height: 330px;
	background-color: White;
	padding: 10px 10px 10px 10px;
	position: relative;
	float: right;
	overflow: auto;
}

#adress {
	width: auto;
	height: 25px;
	background-color: White;
	padding:15px;
	border-top: 10px solid black;
	text-align: center;
	color: Black;
}

/*Schriften*/

h1 {
	font-size: 14px;
	color: #525252;
}

.h1-xl {
	font-size: 18px;
	color: #525252;
}

h2 {
	font-size: 12px;
	color: #525252;
}

h3 {
	font-size: 11px;
	color: #525252;
}

.s {
	font-size: 9px;
}

.m {
	font-size: 10px;
}

.l {
	font-size: 12px;
}

.xl {
	font-size: 14px;
}

a {
	color: #FF6347;
}

a:hover {
	color: Black;
}

/*Navigation*/

a.sub {
	width: 150px;
	display: block;
	background-color: #A3A3A3;
	padding:5px;
	text-decoration: none;
	font-size: 10px;
	color: White;
}

a:hover.sub {
	width: 150px;
	display: block;
	background-color: #8B0000;
	padding:5px;
	text-decoration: none;
	font-size: 10px;
	color: White;
}

a.sub-vis {
	width: 150px;
	display: block;
	background-color: #DC143C;
	padding:5px;
	text-decoration: none;
	font-size: 10px;
	color: White;
}

a:hover.sub-vis {
	width: 150px;
	display: block;
	background-color: #8B0000;
	padding:5px;
	text-decoration: none;
	font-size: 10px;
	color: White;
}