html {
	height:100%;
	max-height:100%;
	padding:0;
	background-color:#fff;
	margin:0;
	border:0 none;
	font-size:16px;
	color:#000;
	/*font-family:"Times New Roman", "Palatino Linotype", Arial;
	font-family: georgia,"times new roman",serif;*/
	font-family:verdana,arial,sans-serif;
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow: hidden;
	/* */
}

body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0 none;
	/*
	scrollbar-arrow-color:#6699cc;
	scrollbar-base-color:#888888;
	scrollbar-track-color:#999999;
	scrollbar-face-color:#888888;
	scrollbar-highlight-color:#888888;
	scrollbar-3dlight-color:#888888;
	scrollbar-darkshadow-color:#888888;
	scrollbar-shadow-color:#888888;
	*/
}

/*=== Website Gerüst ===*/
#hintergrund {
	position: absolute;
	z-index:1;
	width:100%;
	height:100%;
}

#contentWrapper {
	position:absolute;
	z-index:3;
	overflow:auto;
	border:0 none;
	display:block;
	width:100%;
	height:100%;
}
	
#space {
    position:relative;
    width:100%;
	height:10%;
	/*margin-bottom:-314px; /* die Hälfte der Inhals's Höhe */
	float:left;
	}

#content {
	width:709px;
	min-width:709px;
	height:745px;    
    min-height:745px;
	border:0 none;
	/*background-color: #ffffff;*/
	margin:0 auto 0 auto;
	position:relative; /* hebt den inhalt vor den space  */
	clear:left; /* hebt das float vom space auf  */
	}

#innerTube {
	width:832px;
	height:510px;
	padding:15px;
	top:15px;
	float:right;
    clear:right;
	position:relative;
	right:20px;
	/*overflow:auto;*/
	/*border:1px solid green;*/
}

#innerTubeContent {
	height:470px;
	padding:20px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	/*border:1px solid red;*/
	position:relative;
	overflow:auto;
    background:#f3eae8;
}
#innerTubeContent p {
	padding:0px;
	text-align:justify;
}

#innerTubeContentRight{
    height:100%;
    width:455px;
    /*padding:0px;*/
    position:relative;
	overflow:auto;
    float:right;
	/*-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;*/
}

#innerTubeContentRightMatt {
    background:#f3eae8;
	height:470px;
    width:415px;
	padding:20px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	position:relative;
	overflow:auto;
    float:right;
}

#innerTubeContentLeft {
	width:370px;
	position:relative;
	overflow:auto;
	float:left;
}
#innerTubeContentLeft img {
    -moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
}

/*=== Clears ===*/
.clear {clear:both; line-height:0;}
.clearleft {clear:left; line-height:0;}
.clearright {clear:right; line-height:0;}

/*=== Allgemeine Styles ===*/
.opacity_80 {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:.80;
	-khtml-opacity:0.8;
}

img {
	border:0;
	margin:0;
	padding:0;
}

a {
	/*font-style:italic;*/
	text-decoration:none;
	color:#000;
}

a:link {color:#00f;}
a:visited {color:#00f;}
a:hover {color:#00f;text-decoration:underline;}
a:active {color:#00f;}

p {
	font-size:0.8em;
	/*color:#ffffff;*/
}

h1 {
	font-size:1.1em;
	/*color:#ffffff;*/
	border-bottom:1px solid #000;
	letter-spacing:0.2em;
    margin-top:0;
}

h2 {
	font-size:1.3em;
	margin-top:0;
	padding-top:0;
	/*color:#ffffff;*/
	/*border-bottom:1px solid #000;*/
	letter-spacing:0.2em;
}

pre {
	font-size:0.8em;
	color:#000000;
	/*background-color:#ccc;*/
	overflow:auto;
}

/*=== Formularfelder ===*/
table input[type=text] {width:350px;}
table textarea {width:350px;}
