html{
  min-height: 101%;
}

body{
	font: 11px verdana, arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(../design_images/gradient_background.gif);
	background-repeat: repeat-x;
	background-color: #ECEBEA;
}

#box{
	position: relative;
	top: 0px;
	width:950px;
	text-align:left;
	margin:0 auto; /* horizontale Zentrierung*/
	min-height:600px;
}

.cleaner{
	clear: both;
}

.no_border{
	border: none;
}

.symLogo{
	position: relative;
	margin-top: 15px;
}


.segNav{
	position: relative;
	margin-top: 20px;
	width: 770px;
}
.segNavLftCnr {float:left; width:5px}
.segNavCntr{float:left; background:url(../design_images/segCntrNav.gif) repeat-x; height:26px; width:760px; font-family:arial,helvetica,sans-serif; font-weight:bold}
.segNavRgtCnr{float:right; width:5px}

/* default link style */
a {color:#D84704; text-decoration:none}
a:visited {color:#E19164; text-decoration:none}
a:active, a:hover {color:#D84704; text-decoration:underline}

.rahmen{
position:relative;
width: 750px;
border:1px solid #B1C3BB;
background-color:#ffffff;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 20px;
}

/* h1 is for section headers */
h1 {width:100%; font:bold 2.1em arial,helvetica,sans-serif; color:#222}


/* h2 is for section headers (sub-header) */
h2 {width:100%; font:bold 1.4em arial,helvetica,sans-serif; color:#222}

/* h3 is for section sub-headers */
h3 {width:100%; padding-bottom:.2em; font:bold 1.2em arial,helvetica,sans-serif; color:#222}

h4 {width:100%; padding-bottom:.2em; font:bold 1em arial,helvetica,sans-serif; color:#222}

h5 {width:100%; padding-bottom:.2em; font:bold .9em arial,helvetica,sans-serif; color:#222}

h6 {width:100%; padding-bottom:.2em; font:bold .9em verdana,arial,sans-serif; color:#222}

.linke_spalte{
	position: relative;
	width: 475px;
	float: left;
}

.rechte_spalte{
	position: relative;
	width: 250px;
	margin-left: 10px;
	float: left;
}

.content_rahmen{
	padding:3px;
	border:1px dashed #CCCCCC;
	margin-bottom: 5px;
	font-size: 11px;
}

.corporate{
	text-align: justify;
	font-size: 10px;
	padding-left:5px;
	padding-right:5px;	
	
}
