/*
Zentriertes zweispaltiges Layout mit Header und Footer, das vertikal die volle Browserhöhe nutzt. CSS-Realisierung ist nicht trivial. Quellen:
- Horizontale Zentrierung, vertikales Fließ-Layout, div. weitere Details
  http://www.tutorials.de/forum/css-tutorials/279637-zentriertes-layout-mit-drei-spalten.html
- Faux Columns
  http://www.alistapart.com/articles/fauxcolumns/
- Clearfix-Trick: 
  http://positioniseverything.net/easyclearing.html
- Important-Klauseln und Browser Excludes
  http://www.css-technik.de/details/309/5/CSS-Browser-Bugs.htm

Heribert Adamsky, 18.11.2007
*/

* {
	margin:0px;
	padding:0px;
	font:12px arial,helvetica,sans-serif;
}
body {
	text-align:center;
	vertical-align:middle;
	align:center;
	background-color:rgb(130,133,134);
}
div {
	text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}

html, body {
	height: 100%;
}

/* Seitenraster */
#header {
	width:730px;
	height:160px;
	background-image:url(images/kopf-breit-hoch.gif);
	margin: 0 auto;
}
div#header p{
	padding-left: 20px;
	padding-top: 120px;
}
#wrapper {
	position:relative;
	xmin-height:85%;
	height:auto !important;
	xheight:85%;
	width:730px;
	background-color:rgb(255,255,255);
	background:url(images/weiss.gif) repeat-y;
	margin: 0 auto;
}
#navi {
	float:left;
	padding-top:32px;
}
div#nav_all {
	float:left;
	width:210px;
	padding-top:40px;
	}
div#nav_einfach {
	float:left;
	width:120px;
	padding-top:40px;
	}
div#navigation {
	float:left;
	padding-left:20px;
	#width:90px;
	width:80px;
}

div#unternavigation {
	float:left;
	padding-left:5px;
	#width:90px;
	width:90px;
	margin-left: 10;
	border-left: 1px dashed;
	border-color: #67152E;
}
div#content-text {
	float:right;
	#width:266px;
	width:280px;
	height:265px;
	padding-top:20px;
	background-image:url(images/massband-schmal.gif);
}
div#content-textbreit {
	float:right;
	#width:320px;
	width:320px;
	height:320px;
	padding-top:20px;
	padding-bottom:0px;
	margin-bottom:0px;
	background-image:url(images/massband-breit.gif);
}
div#bild {
	padding-top:10px;
	padding-left:0px;
	padding-right:10px;
	margin-left:220px;
}
div#bild-breit {
	padding-top:10px;
	padding-left:0px;
	padding-right:10px;
	margin-left:150px;
}
#footer {
	clear:both;
	width:730px;
	height:40px;
	background-image:url(images/fuss.gif);
	margin: 0 auto;
}
a.weiss:link,
a.weiss:visited
{
	text-decoration:none;
	font-family: Helvetica,Arial,sans-serif;
	color: #ffffff;
	font-size:12px;
	line-height: 16px;
}
a.weiss:hover,
a.weiss:active
 {
	text-decoration:underline;
	font-family: Helvetica,Arial,sans-serif;
	color: #ffffff;
	font-size:12px;
	line-height: 16px;
}
a.weiss-linie:link,
a.weiss-linie:hover,
a.weiss-linie:active,
a.weiss-linie:visited
 {
	text-decoration:underline;
	font-family: Helvetica,Arial,sans-serif;
	color: #ffffff;
	font-size:12px;
	line-height: 16px;
}
a.schwarz-linie:link,
a.schwarz-linie:hover,
a.schwarz-linie:active,
a.schwarz-linie:visited
{
	border-bottom-style:dashed;
	border-bottom-width:1px;
	font-family: Helvetica,Arial,sans-serif;
	color: #222222;
	font-weight: bold;
	font-size:12px;
	line-height: 20px;
}
a.schwarz:link,
a.schwarz:hover,
a.schwarz:active,
a.schwarz:visited
{
	text-decoration:none;
	font-family: Helvetica,Arial,sans-serif;
	color: #222222;
	font-weight: bold;
	font-size:12px;
	line-height: 20px;
}
a.navi-bold-rot{
	text-decoration:none;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	line-height: 20px;
	color:#67152E; 
}
a.navi-bold{
	text-decoration:none;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	line-height: 20px;
}
a.navi{
	text-decoration:none;
	font-family: Helvetica,Arial,sans-serif;
	line-height: 20px;
}
a {
	text-decoration:none;
	font-family: Helvetica,Arial,sans-serif;
}
a:link {
    color: #67152E; 
  }
 a:visited {
    color: #67152E;
  }
 a:hover {
    color: #67152E; 
  }
a:active {
    color: #67152E; 
  }

p {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 11px;
}
p.nichtlink {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height: 20px;
}
p.mittel {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
}
p.mittel-fett {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
}
p.gross {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
}
p.eingerueckt{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height:15px;
	margin-right:30px;
	color:#000000;
}
p.mittehome{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 24px;
	margin-right:30px;
	padding-top:35px;
	
	text-transform:uppercase;
	
	line-height:34px;
	color: #67152E; 
}
p.home-titeltext{

	padding-right:20px;
	padding-top:35px;
	padding-left:2px;
	
}
h1 {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-right:20px;
	color:#000000;
}

/* clearfix zum Aufheben der Floatumgebung */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}


