/* CSS Document */

/* vertikal zentrieren */

html, body {
	margin: 0;
	padding: 0;
}

/*\*/
html, body, .swc0, .swc1 {
	height: 100%;
}
.swc0 {
	margin: 0 auto;
	display: table;
}
.swc1 {
	display: table-cell;
	vertical-align: middle;
}
/**/
.swc1 {
	/*white-space: nowrap;*/
}
.swc2 {
	background-color: #EDEDED;
	padding: .0.1em .1em;
}
/* in IEM solo shrink-wrap, no vert.center \*//*/
.swc1 {
	text-align: center;
}
.swc2 {
	display: inline-block;
	text-align: left;
	width: 1px;
}
/**/


/* Allg. Styles */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	overflow:hidden;
}

h1 {
	font-size:14px;
	color:#000;
}

a {
	color:#000;
}

a:hover {
	color:#F33A3A;
}


/* Grundgerüst */

#box {
	width:990px;
	height:580px;
	background-image:url(../images/bg_box.jpg);
}

#box_home {
	width:990px;
	height:580px;
	background-image:url(../images/bg_box_home.jpg);
}

#box_globuli {
	width:990px;
	height:580px;
	background-image:url(../images/bg_box_globuli.jpg);
}

#box_briefe {
	width:990px;
	height:580px;
	background-image:url(../images/bg_box_briefe.jpg);
}

#box_briefe2 {
	width:990px;
	height:580px;
	background-image:url(../images/bg_box_briefe_2.jpg);
}

#box_briefe3 {
	width:990px;
	height:580px;
	background-image:url(../images/bg_box_briefe_3.jpg);
}

#box_lactose {
	width:990px;
	height:580px;
	background-image:url(../images/bg_box_lactose.jpg);
}

#box_info {
	width:990px;
	height:580px;
	background-image:url(../images/bg_box_info.jpg);
}

#box_impressum {
	width:990px;
	height:580px;
	background-image:url(../images/bg_box_impressum.jpg);
}


#content {
	width:770px;
	height:400px;
	margin:150px 0 0 34px;
	padding:0 20px 0 0;
	float:left;
	overflow:auto;
}

#inhalt {
	padding:8px 0 0 0;
}


/* Navigation */

#navi {
	padding:164px 0 0 10px;
	float:left;
}

#navi ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#navi ul li {
	padding:6px 0 6px 10px;
	font-weight:bold;
	background-image:url(../images/bg_navi.jpg);
	background-repeat:no-repeat;
}

#navi ul li a{
	text-decoration:none;
	color:#ffffff;
}

#navi ul li a:hover{
	color:#5aa219;
}

#aktiv {
	color:#5aa219;
}

#briefnavi {
	margin:284px 0 0 0;
}

#briefnavi a{
	text-decoration:none;
	line-height:20px;
}

#briefaktiv {
	color:#F33A3A;
}

#logo {
	margin:-30px 0 0 35px;
	float:left;
	width:224px;
	height:52px;
}

#hinweis_home {
	padding:12px 0 0 200px;
	float:left;
	font-size:9px;
	font-weight:bold;
}

#hinweis_milchzucker {
	padding:12px 0 0 200px;
	float:left;
	font-size:9px;
	font-weight:bold;
}



