﻿body{
margin: 0;
padding: 0;
border: 0;
overflow: auto;
height: 100%; 
max-height: 100%; 
}

#framecontent{
position: absolute;
top: 0;
bottom: 0; 
left: 0;
width: 200px; /*Width of frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: navy;
color: white;
}

#maincontent{
position: fixed;
top: 0; 
left: 200px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background: #fff;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

.side_text_sub {
    font-family: "Times New Roman", Times, serif;
    font-size: 18pt;
    font-weight: bold;
    color: #FFFFFF;
    }
    
    
.side_text {
    font-family: "Times New Roman", Times, serif;
    font-size: 22pt;
    text-decoration: underline; 
    font-weight: bold;
    }
.heading_top {
    font-family: "Times New Roman", Times, serif;
    font-size: 24pt;
    color:#3300CC;
    font-weight: bold;
    text-align: center;
    }


.cell_head_center  {
	text-align: center;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
}
.slideshow {
	width: 550px;
	height: 335px;
	padding-left: 67px;
}

.layout {
	width: 640px;
}

.bold_center {
	text-align: center;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	width: 640px;
}
.bd_cent_under {
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
	font-size: large;
	width: 640px;
}
.bd_ital {
	font-weight: bold;
	font-style: italic;
}

div#container {
    border: 1px solid black;
    min-width: 550px;
    max-width: 550px;
    position: relative;
}
div#left1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	border-right: 1px solid black;
	list-style-position: inside;
	height: 345px;
	padding-top: 10px;
	padding-left: 35px;
}
div#content1 {
    margin-left: 275px;
    border: 1px solid white;
    padding-top: 10px;
	padding-left: 45px;
   	height: 345px;
	list-style-position: inside;

}

div#left2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	border-right: 1px solid black;
	list-style-position: inside;
	height: 720px;
	padding-top: 10px;
	padding-left: 35px;
}
div#content2 {
    margin-left: 275px;
    border: 1px solid white;
    padding-top: 10px;
	padding-left: 45px;
   	height: 720px;
	list-style-position: inside;

}

.main_text {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	width: 640px;
}



.box_heading {
	padding: 3px;
	background-color: navy;
	text-align: center;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	position: relative;
	width: 667px;
	height: 25px;
	color: #FFFFFF;
}

.Testimon{
	padding: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: normal;
	color: #000000;
	text-align: left;
	width: 550px;
}

.center1 {
	width: 667px;
	text-align: center;
}

.price {
	width: 667px;
	height: 85px;
}

hr{
 border: 0px; /* Für Firefox und Opera */
 border-top: solid 3px #3366FF;
 border-bottom: transparent;
}     

#flashContent {
			width:	640px;
			height:	555px;
		}

