@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	height: 520px;
	width: 780px;
	text-align: left;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: normal;
	color: #000000;
	text-align: left;
	background-repeat: no-repeat;
	background-color: #333;
	margin-left: 30px;
}

#container {
	width: 780px;
	margin: 0; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 0px none #000000;
	background-color: #333;
	color: #D6D6D6;
	text-align: left;
	height: auto;
}
#header {
	margin-top: auto;
	background-color: #000;
	color: #CCC;
	height: auto;
	width: auto;
}
	background-color: #333;
	background-repeat: no-repeat;
	margin-left: 100px;
	margin-top: 3px;
}
#header h1 {
	padding-right: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#mainContent {
	width="780px" 
    height="350px"
	padding-top: 0;
	padding-bottom: 0;
	background-color: #262626;
}
#Content_imp {
	padding-top: 0px;
	padding-bottom: 0;
	height: 550px;
	width: 780px;
	background-color: #262626;
	background-image: url(../image/hintergrund_imp.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	color: #FFF;
}
#contend_text {
	padding-top: 20px;
	padding-bottom: 0;
	height: 500px;
	width: 700px;
	padding-left: 30px;
}
#Content_kontakt {
	padding-top: 0px;
	padding-bottom: 0;
	height: 650px;
	width: 780px;
	background-color: #262626;
	margin-top: 8px;
	background-image: url(../image/hintergrund_kontakt.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	border: 0;
}
#i_frame {
	height: 565	px;
	width: 760px;
	margin-left: 10px;
}
#footer {
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #000;
	height: 110px;
	width: 780px;
}
#footer p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
}
#footer_index {
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #000;
	clear: left;
	float: left;
}
#footer_index p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
}
#navigation {
	font-size: 11px;
	color: #999;
	padding-left: 40px;
	height: 100px;
	width: 500px;
	float:left
}
#navigation ul li {
display:inline;
}
#navigation a {
	font-size: 11px;
	color: #999;
	padding-left: 15px;
}
#navigation a:hover {
	font-size: 11px;
	color: #FFF;
	padding-left: 15px;
}
#navigation_index {
	font-size: 11px;
	color: #999;
	padding-left: 40px;
	clear: left;
	float: left;
}
#adresse {
	font-size: 10px;
	color: #666;
	padding-top: 0px;
	padding-left: 40px;
}
#design {
	font-size: 11px;
	color: #999;
	padding-left: 580px;
}
#start {
	color: #FFF;
}
.MultiBoxContainer {
	position: absolute;
	border: 20px solid #000;
	background-color: #FFF;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}
.MultiBoxLoading {
	background: url(../image/multibox/loader.gif) no-repeat center;
}
.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(../image/multibox/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}
.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}
.MultiBoxPrevious {
	position: absolute;
	background: url(../image/multibox/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}
.MultiBoxNext {
	position: absolute;
	background: url(../image/multibox/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}
.MultiBoxNextDisabled {
	cursor: default;
	background: url(../image/multibox/rightDisabled.png) no-repeat;
}
.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(../image/multibox/leftDisabled.png) no-repeat;
}
.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}
.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: right;
}
.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}