/* @override http://www.1zu1.chx/include/1zu1.css */

* {
	margin: 0;
	padding: 0;
}

html, body{

	height: 100%;

}
	
 body{
	color: #3e60bf;
	min-height: 100%;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	background: #fff url(../if/bg-body.gif) repeat-x 0 20px;
}

/* Allgemein */
.clearer {
	clear: both;
}

img {
	border: 0;
}
	
p {
	padding-bottom: 20px;
	line-height: 16px;
}


.price {
	font-size: 12px;
	font-weight: bolder;
	color: #003982;
	padding-bottom: 10px;	
}

.order a:link, a:visited  {
	font-size: 12px;
	font-weight: bold;
	color: #3e60bf;
}


	
/* Allgemeiner Text */


a:link, a:visited {
	color: #003982;
	font-weight: bold;
	text-decoration: none;
}


a:hover, a.active {
	color:#003982;
}



 a.dot {
	padding-left: 12px;
	background: url(../if/dot.gif) no-repeat 0 5px;
	text-indent: 3px;
}

a[href$='.pdf']:after{

	content: url('../if/pdf.png');
	margin-left: 5px;

}




#wrapper{

	height: auto !important;
	position: relative;
	min-height: 100%;
	width: 1008px;
	margin: 0px auto;
	background: url('../if/bg-shadow.png') repeat-y 108px 20px;
	z-index: 1;

}

* html #wrapper{

	height: 100%;

}

#topspacer{

	height: 10px;
	width: 100%;
	background: #fff;

}


#navigation, #head, #container {
	width: 760px;
	margin: 0px auto;
}


#navigation {
	height: 41px;
	background: url(../if/bg-navi.gif) no-repeat #fff center;
	padding: 0 30px;
}


#navigation ul {
	list-style: none;
	}

#navigation li {
	float: left;
	}

#navigation li a, #navigation li a:visited {
	float: left;
	display: block;
	width: 108px;
	font-size: 12px;
	font-weight: bold;
	color: #eee;
	text-align: center;
	text-decoration: none;
	padding: 15px 0 7px 0;
}

#navigation li a:hover, #navigation li a.active {
	background: url(../if/bg-navi-over.gif) no-repeat 8px 5px;
	}

#shadow {
	width: 1008px;
	margin: 0px auto;
	/*background: url(../if/bg-shadow.png) repeat-y center;*/
}


#head {
	height: 286px;
}


#box {
	padding-top: 180px;
	height: 106px;
	background: url(../if/bg-box.gif) no-repeat 0 180px;
}

.boxcontent {
	float: left;
	margin-top: -15px;
	width: 241px;
}


.boxcontent h1 {
	font-size: 15px;
	font-weight: bold;
	color: #003982;
	padding: 0 15px 0 15px;
}
	
.boxcontent p {
	font-size: 12px;
	padding: 0 15px 10px 15px;
	line-height: 15px;
}









#container {
	background: url(../if/bg-container.gif) repeat-x;
	padding-top: 20px;
}


#content {
	float: left;
	width: 450px;
	padding: 0 30px 20px 25px;
	margin-bottom: 50px;
	background: url(../if/bg-content.gif) repeat-y 503px;
}

.contentimage {
	font-size: 11px;
	margin-top: -10px;
	color: #fff;
}


#content h1 {
	font-size: 16px;
	color: #003982;
	padding-bottom: 10px;
}

#content h2 {
	font-size: 12px;
	color: #003982;
	padding-bottom: 10px;
}


#content ul {
	padding-left: 0px;
	margin-left: 12px;
	list-style-type: square;
	}
	
#content ul li {
	padding-bottom: 1px;
}


#right {
	float: left;
	width: 208px;
	margin-bottom: 50px;
	padding-left: 25px;
}

#right h1 {
	font-size: 16px;
	color: #003982;
	padding-bottom: 10px;
}


#footer {
	position: relative;
	margin: -65px auto 0;
	height: 65px;
	font-size: 11px;
	background: #9fb4da url(../if/bg-footer.gif) repeat-y center;
	z-index: 5;
}