﻿

body {
	height: 100%;
	background: #708090;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	}

#Main {
 	width: 780px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	}

#Hauptbereich {
	background-image: url("../grafiken/menu_background.jpg");
	width: 780px;
	min-height:600px;			/* 800px */
  	height:auto !important;  					/* für moderne Browser */
  	height:600px;  				/* 800 px */	/*für den IE */
	position:absolute;
	margin-left: auto;
	margin-right: auto;
	}
	
#Hauptbereich_Gross {
	background-image: url("../grafiken/menu_background.jpg");
	width: 780px;
	min-height:830px;			/* 800px */
  	height:auto !important;  					/* für moderne Browser */
  	height:830px;  				/* 800 px */	/*für den IE */
	position:relative;
	margin-left: auto;
	margin-right: auto;
	}

#Schatten_haupt {
	background-image: url("../grafiken/rahmen_senkrecht_2.gif");
	background-repeat: repeat-y;
	background-position: 772px;
	width: 780px;
	float: right;
	top: 0px;
	left: 772px;
	}
	
#Schatten_waagrecht {
	background-image: url("../grafiken/rahmen_waagrecht.gif");
	background-repeat: repeat-x;
	height: 8px;
	width: 622px;
	position: absolute;
	top: 142px;
	left: 150px;
	}

#Schatten_Ecke {
	background-image: url("../grafiken/rahmen_ecke.gif");
	background-repeat: no-repeat;
	height: 8px;
	width: 8px;
	position: absolute;
	top: 142px;
	left: 142px;
	}
		
#Container {
	float: left;
	background-image: url("../grafiken/rahmen_senkrecht.gif");
	background-repeat: repeat-y;
	background-position: 142px;
	width: 772px;
	}

#Inhalt {
	float: right;
	min-height:420px;			/* 650px */
  	height:auto !important;  					/* für moderne Browser */
  	height:420px;  				/* 650px */		/*für den IE */
  	width: 608px;
  	background: #fff;
  	padding-left: 4px;
  	padding-right: 10px;
  	padding-top: 0px;
  	padding-bottom: 10px;
	}
	
#Inhalt_Gross {
	float: right;
	min-height:650px;			/* 650px */
  	height:auto !important;  					/* für moderne Browser */
  	height:650px;  				/* 650px */		/*für den IE */
  	width: 608px;
  	background: #fff;
  	padding-left: 4px;
  	padding-right: 10px;
  	padding-top: 0px;
  	padding-bottom: 10px;
	}