body {
	padding: 12px 0px 12px 12px;
	margin: 0px;
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #d1d2d4;
	background-color: #ffffff;
	background-image: url(../img/method_bg.gif);
}
h1, h2, h3 {
	font-weight: normal;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 20px;
}
p {
	line-height: 15px;
}
a {
	text-decoration: none;
	color: #8e94d0;
}
a:hover {
	text-decoration: underline;
}

/* Navigation */
#allContent {
	width: 100%;
	overflow: visible;
}

#navBox {
	width: 180px;
	height: 568px;
	background-color: #939598;
	border: 1px solid #939598;
	float: left;
	background-image: url(../img/navBoxBg.gif);
	background-repeat: no-repeat;
}

#contentBox {
	margin-left: 182px;
}

/* Boxen */

.box {
	width: 180px;
	height: 180px;
	float: left;
	margin: 0;
	margin-bottom: 12px;
	margin-left: 12px;
	background-color: #ffffff;
	overflow: hidden;
	border: 1px solid #939598;
}

.smallBox {
	width: 160px;
	height: 170px;
	padding: 0;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../img/smallBoxBg.gif);
	position: relative
}

.greenBg {
	background-color: #CEE9DE;
}

.blueBg {
	background-color: #BCBADD;
}

#sloganBox {
	width: 374px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 48px;
	letter-spacing: -5px;
	line-height: 44px;
}
.color1 {
	color: #bcbadd;
}
.color2 {
	color: #cee9de;
}

#detailBox, #detailBox2 {
	display: none;
	width: 0px;
	height: 0px;
}

#detailBox {
	background-image: url(../img/mediumBoxBg.gif);
	background-repeat: no-repeat;
}

#detailBox2 {
	
}

#detailBoxInner , #detailBoxInner2 {
	top: 10px;
	left: 10px;
	width: 354px;
	height: 354px;
	position: relative;
	overflow: hidden;
}

#detailBoxInner .ueberschrift {
	font-size: 20px;
	font-weight: normal;
}

#goLeft, #goRight {
	position: absolute;
	top: 162px;
	width: 31px;
	height: 31px;
	cursor: pointer;
}
#goLeft {
	left: 0px;
	background-image: url(../img/goLeft.png);
}
#goRight {
	right: 0px;
	background-image: url(../img/goRight.png);
}

#big_image {
	position: absolute;
	left: 0px;
	bottom: 0px;
	white-space: nowrap;
	background-image: ulr(../img/big_image_bg.gif);
}

/* Allgemeines */

.clearBoth {
	clear: both;
}

#navi {
	height: 388px;
}

#navi ul {
	list-style-type: none;
	padding: 0pt;
	margin: 0pt;
	padding-top: 90px;
	margin-left: 12px;
}

#navi li {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: -1px;
	padding-bottom: 10px;
}
#navi li a {
	color: #ffffff;
	text-decoration: none;
}
#navi li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* Subnavi */
#navi ul ul {
	list-style-type: none;
	padding: 0pt;
	margin: 0pt;
	margin-top: 2px;
	margin-left: 20px;
}
#navi li li {
	text-transform: none;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0px;
	padding-bottom: 6px;
}
#navi li li a {
	color: #ffffff;
	text-decoration: none;
}

/* SubSubnavi */
#navi ul ul ul {
	list-style-type: none;
	padding: 0pt;
	margin: 0pt;
	margin-top: 2px;
	margin-left: 30px;
}
#navi li li li {
	text-transform: none;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0px;
	padding-bottom: 2px;
}
#navi li li li a {
	color: #ffffff;
	text-decoration: none;
}

#logo {
	
}

#detailBoxSchliessen {
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 10px;
}

.sparte {
	color: #f49ac1;
	padding-top: 10px;
}
.ueberschrift {
	color: #8e94d0;
	text-transform: uppercase;
	font-weight: bold;
	border-top: 1px solid #8e94d0;
	margin-top: 3px;
	padding-top: 2px;
}
.inhalt {
	position: absolute;
	bottom: 10px;
	line-height: 15px;
	width: 160px;
}

#textBox {
	position: absolute;
	bottom: 10px;
	width: 320px;
	line-height: 16px;
}

.small {
	font-size: 10px;
	line-height: 12px;
}
.semitrans {
	color: #999999;
}
.nav_active {
	background-color: #BCBADD;
	padding-left: 5px;
	padding-right: 5px;
}

#jsWarning {
	background-color: #ffffff;
	color: #ff0000;
	padding: 5px;
	margin-bottom: 12px;
}
#hidden_spacer{
	opacity:0;
}