html, body {
 height: 100%; /* wichtig */
 background-color: #346990;
 padding: 0px;
}

body {
	margin: 0px auto;
	font: 62% "Verdana", "Arial", "Helvetica", Sans-Serif;
	text-align: justify; color: #727260;
	}
	
.wrapper {
	/* Container immer über volle Höhe erstrecken */
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE 6 und 7 */
}

.wrapper {
	background-color: #FFFFFF;
	width: 88em;
	margin: 0px auto;
}

.content {
	font-size: 1.3em;
	padding: 25px 20px 15px 20px;
}

.box1 { width:75px;
	  float: left;
	  padding:0px 2px 0px 0px;
	  border:0px;
	  margin: 4px 3px -5px 0px;
}

.box2 { width:40px;
	  float: left;
	  padding: 0px 0px 0px 0px;
	  border: 0px;
	  margin: 3px 3px 280px 0px;
}

.box3 { width:300px;
	  float: left;
	  padding:0px 2px 0px 0px;
	  border:0px;
	  margin: 4px 3px -5px 0px;
}

/* LINKS ----------------------------------------------------------------------------------------------------------------------------- */	
a:link {	color: #727260;	text-decoration: none;	}
a:visited { color: #727260; text-decoration: none;	}
a:hover { color: #727260; background-color: #FB9BA0;}
a:active { color: #727260; text-decoration: none; }
/* ----------------------------------------------------------------------------------------------------------------------------------- */	

h2{
	font-weight: lighter;
	color: #58583b;
	}
	
/* HEADLINE 01 ----------------------------------------------------------------------------------------------------------------------- */	
h2 {
	font: 1.6em Georgia,serif;
	letter-spacing: 2px;
	margin: 0px;
	text-align: center;
	background: url(headline/line01.gif) repeat-x 0 50%;
	}

h2 span {
	padding: 0 10px;
	background: #FFFFFF;
}

/* HEADLINE  02----------------------------------------------------------------------------------------------------------------------- */	
h2.dark {
	letter-spacing: 2px;
	text-align: center;
	background: url(headline/line_dark.gif) repeat 0 50%;
	padding-left: 0px;
	margin: 0px;
	}

h2.dark span {	
	padding: 0 10px;
	background: #F5F5DF url(headline/line_light.gif) repeat left center;
}

a.bild span {
    background: transparent url(bilder/blind.png) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.bild {
    background: transparent url(buttons/bg_button_a.gif) no-repeat top right;
    font: normal 12px arial, sans-serif;
	color: #666!important;
	text-decoration: none;
    display: block;
    float: left;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* padding rechte Schaltflächenseite */
}
