* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
margin: 0;
padding: 0;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
color : #333333;
}

html {
overflow-y: scroll;
}

body {
text-align: left; /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
}

div {
text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}

html, body {
height: 100%; /* Anzeigebereich in der Vertikalen auf 100% strecken */
background: #efefef;
}

/* DIV-Boxen */
div#wrapper {
position: relative;
margin-left: auto;
margin-right: auto;
width: 935px;
min-height: 100%;
height: auto !important; /* !important-Regel für moderne Browser */
height: 100%; /* Mindesthöhe in IE (<7) */
background: url(/images/hintergrund.jpg) repeat-y;
overflow: hidden;
}

div#header {
margin-left: 6px;
margin-right: 6px;
background: url(/images/digital-signage-header.jpg) no-repeat;
height: 100px;
width: 923px;
}

div#footer {
position: absolute;
width: 883px;
height: 30px;
border-top: #3E3E7B 5px solid;
background: #F3F3F1;
font-size: 11px;
color: #5d5d5d;
bottom: 0;
left: 0;
margin-left: 6px;
margin-right: 6px;
padding-left: 20px;
padding-right: 20px;
padding-top: 5px;
}

div#content {
margin-left: 6px;
margin-right: 6px;
padding-left: 25px;
padding-right: 25px;
padding-top: 25px;
padding-bottom: 75px;
clear: both;
width: 873px;
min-height: 100%; /* Mindesthöhe in modernen Browsern */
height: auto !important; /* !important-Regel für moderne Browser */
height: 100%; /* Mindesthöhe in IE (<7) */
}

.bereichsbild {
float: left;
width: 250px;
margin-right: 15px;
margin-bottom: 15px;
}

.bereichsbeschrieb {
float: left;
width: 289px;
margin-right: 15px;
margin-bottom: 15px;
}

.classClear {
clear: both;
margin-bottom: 15px;
border-top: #cccccc 1px solid;
}

/* sonstige styles */
A
{
color : #ff0000;
text-decoration : none;
}

A:HOVER
{
text-decoration: underline;
}

H1
{
font-size : 15px;
margin-bottom: 15px;
}

H2
{
font-size : 13px;
margin-bottom: 15px;
}

H3
{
font-size : 12px;
margin-bottom: 15px;
}

P
{
margin-bottom: 15px;
}

/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
