﻿html, body{
height: 100%;
margin:0;
padding:0;	

}

#spacer, #container{
	position:absolute;
	margin: 0;
	padding: 0;
}

#spacer{
  /* sorgt dafür, dass wenn nötig Scrolleisten erscheinen */
  width:100%;        /* ganauso breit, wie der Anzeigebereich */
  height:100%;       /* ganauso hoch, wie der Anzeigebereich */

  /* jetzt werden die notwendigen oder gewünschten Mindestmaße definiert. */
  min-width:631px;   /* Breite von #center (+ ein paar Pixel Rand) */ 
  min-height:532px;  /* Höhe von #center (+ ein paar Pixel Rand) */
}

/* min-height für den IE */
* html #container {
  height:532px;             /* das selbe Maß wie oben bei min-height */
}

#container {
	/* jetzt wird die linke obere Ecke vertikal und horizontal zentriert */
    
    border-right: 1px solid #e3e5e4;
	border-top: 1px solid #e3e5e4;
	background-position: 0px 310px;
	top: 50%;
		left: 50%;
		margin: -265px 0 0 -312px;
/* Design02-Style des containers */		border-bottom: none;
		border-left: none;
		text-align: center;
		background-color: #fafbff;
		width: 625px;
		min-height: 530px;
	background-image: url('images/ContainerBG.gif');
		background-repeat: no-repeat;
}

#topSpace{
height: 20px;
border-left: 1px solid #e3e5e4;
}

#titleDiv{
	width:624px;
	height:25px;
	border-top: 1px solid #e3e5e4;
	border-bottom: 1px solid #e3e5e4;
	border-left: 1px solid #e3e5e4;
	background-color:#F3F6FF;
    font-variant:small-caps;  
    font-weight: bold; 
    font-size: 1.2em;
    padding-top: 2px;

}

.titleWhiteSpace{
	background-color: #fafbff;
	border: 1px solid #e3e5e4;
	border-right: none;
	width: 380px;
	height:21px;
	float: right;
}

#content{
	width:584px;
	height: 410px;
	border-left: 1px solid #e3e5e4;
	padding: 20px;
	text-align:justify;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 9pt;
	letter-spacing: 0px;
}

.logo{
	margin:0 0 20px 20px;
	float: right;
}

#bottomRightBox{
	float:right;
    width: 210px;
    height: 24px;
	border-bottom: 1px solid #e3e5e4;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 0.9em;
    letter-spacing: 2px;
    font-variant:small-caps;  
    font-weight: bold; 
    padding-top: 5px;
}

#bottomRightBox a:link,
#bottomRightBox a:hover,
#bottomRightBox a:visited,
#bottomRightBox a:active{
	color: #4E6078;
	text-decoration:none;
	}

#copyright{
	float: left;
	background-color: white;
	width: 409px;
	height:30px;
	border-top: 1px solid #e3e5e4;
	border-right: 1px solid #e3e5e4;
	font-size: 0.7em;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color:gray;
	text-align: justify;
	padding-right: 5px;

}


