/*
CSS default Document - architekt-basedahl.de
Copyright (C) www.fotofixfax.com
*/

body, html {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	height: 100%;
	background: url(bg_red.jpg) left top repeat-y;
	background-color: #666666;
}
h1 {
	font-size: 17px;
	font-weight: bold;
	margin-top: 0px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: -10px;
}
img {
	border: none;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#distance { 
	width: 1px;
	height: 50%;
	margin-bottom: -181px;
	float: left;
}
#container {
	position: relative;
	height: 362px;
	width: 1000px;
	clear: left;
}
#red {
	float: left;
	height: 100%;
	width: 230px;
	background-color: #8F0011;
}
#navigation {
	margin-top: 45px;
	margin-left: 0px;
	height: 282px;
	width: 220px;
}
#content {
	float: left;
	height: 100%;
	width: 460px;
}
#title {
	margin-top: 10px;
	height: 35px;
	width: 245px;
}
#image, .image {
	height: 282px;
	width: 460px;
}
#textbox {
	margin-top: 45px;
	margin-left: 10px;
	float: left;
	height: 282px;
	width: 300px;
	background-color: #999999;
}
#textbox_text {
	height: 252px;
	width: 270px;
	margin: 15px 15px 0px 15px;
	overflow: auto;
}
#textbox_text ul {
	margin: 0px;
	padding: 0px;
}
#textbox_text ul li {
	list-style: square;
	list-style-position: outside;
	margin-left: 15px;
}
#textbox_projekte {
	height: 212px;
	width: 270px;
	margin: 15px 15px 0px 15px;
	overflow: auto;
}
#goback {
	height: 40px;
	width: 270px;
	margin: 15px 15px 0px 15px;
}
#profil_list {
	margin-top: 15px;
}
.list {
	margin-left: 12px;
}
.list ul {
	margin: 0px;
	padding: 0px;
}
.list ul li {
	list-style: square;
	list-style-position: outside;
	margin-left: 15px;
}
#image_switch_1 {
	height: 307px;
	width: 460px;
	z-index: 0;
}
#image_switch_2 {
	height: 307px;
	width: 460px;
	display: none;
	z-index: 2;
}
#image_switch_3 {
	height: 307px;
	width: 460px;
	display: none;
	z-index: 3;
}
#image_switch_4 {
	height: 307px;
	width: 460px;
	display: none;
	z-index: 4;
}
#image_switch_5 {
	height: 307px;
	width: 460px;
	display: none;
	z-index: 5;
}
#image_switch_6 {
	height: 307px;
	width: 460px;
	display: none;
	z-index: 6;
}
#image_navigation, .image_navigation {
	margin-top: 10px;
	height: 15px;
	width: 460px;
	font-size: 10px;
	text-align: right;
}
#image_navigation img, .image_navigation img {
	margin-left: 4px;
}
#alternative_navigation {
	width: 170px;
	margin-left: 60px;
}
#alternative_navigation ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
#alternative_navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 27px;
	width: 170px;
	background-image: url(button_off.jpg);
	margin-bottom: 5px;
}
#alternative_navigation a {
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
#alternative_navigation ul li:hover {
	background-image: url(button_on.jpg);
}
