@charset "UTF-8";
/* CSS Document */

/* projekt: markusesser.com */
/* datum: 27.10.2008 */
@CHARSET "ISO-8859-1";
/* basics + reset */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666;
}
img {border:none;}
h1, h2, h3, h4, h5, h6 {font-family: Arial, Helvetica, sans-serif;color: #000;}
h1 {font-size:13px;}
h2 {font-size:14px;}
h3 {font-size:15px;}
h4 {font-size:16px;}
h5 {font-size:17px;}
h6 {font-size:18px;}
p	{line-height:18px;}
/* basislayout */
#mainfloor {
	width: 1290px;
	height: 880px;
	margin: 50px auto;
	padding: 0;
}
#landingpage {
	width: 1600px;
	height: 880px;
	margin: 200px auto;
	padding: 0;
}
#landingpageroom {
	float: left;
	width: 1600px;
	padding:0;
	margin-right: 20px;	
	margin-left: 20px;
}
#showroom {
	float: left;
	width: 900px;
	padding:0;
	margin-right: 15px;
}
#content {
	width: 355px;
	float: left;
}
#navmaster {
	margin-left: 5px;
	clear: both;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 0px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#navslave {
	margin-bottom: 40px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 5px;
}
#breadcrumbs {
	margin-bottom: 10px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-left: 5px;
	
}
#breadcrumbs2 {
	
	margin-top: 400px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-left: 0px;
	float:right
}
#thumbwindow {
	width: 340px;
}
#textwindow {
	width: 340px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#underline {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	font-size: 10px;
	margin-top: 100px;
	bottom: auto;
	bottom: inherit;
	margin-top: 75px;
	margin: 11px 11px 11px 11px;

/* special styles */
.logo {
	margin-right: 3px;
	margin-bottom: -2px;
	
}
.thumbentry {
	display: block;
	float: left;
	margin: 0 11px 11px 0;
	
#underlineentry {
	display: block;
	float: left;
	margin: 11 11px 11px 11;
}
.whereami {
	color: #ff0000;
}
.whereamibig {
	font-size: 12px;
	color: #ff0000;
}

.subtitle {
	font-size: 9px;
	line-height: 13px;
	color: #666;
	float: right;
	z-index: auto;
	font-family: Arial, Helvetica, sans-serif;
}
.clearing {
	clear: both;
}
.activeentrymain {
	color: #ff0000;
}
.activeentrysub {
	color: #ff0000;
	font-size:12px;
}
.activeentrysubarrow {
	color: #ff0000;
	font-size:9px;
}

/* links */
#navslave a {
	color: #666;
	text-decoration: none;
	font-size: 11px;
}
#navslave a:hover {
	color: #ff0000;
	text-decoration: none;
}
#navmaster a {
	color: #666;
	text-decoration: none;
	font-size: 12px;
}
#navmaster a:hover {
	color: #ff0000;
	text-decoration: none;
}
#breadcrumbs a {
	color: #666;
	text-decoration: none;
	font-size: 11px;
	margin: 0 3px 0 3px;
}
#breadcrumbs a:hover {
	color: #ff0000;
	text-decoration: none;
}
#textwindow a {
	color: #666;
	text-decoration: none;
	font-size: 12px;
	margin: 0 3px 0 0px;
}
#textwindow a:hover {
	color: #ff0000;
	text-decoration: none;
}


	
	
