/* 
css/xhtml stylesheet
www.pierrekarrer.com
start: 11.04.2005
letzte aenderung: 
*/



/* Allgemeines ---------------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	background-image:url(imgs/bg.gif);
	background-repeat: repeat-y;
}

/* Boxen ---------------------------------------------*/
#container {
	width: 750px;
	text-align: left;
	margin: 0px auto 0px 150px;
	padding: 0px;
	}

#head {
	margin: 0px 0px 70px 0px;
}
#footer {
	margin: 1em 0px 1em 66px;
}

.box {
	float: left;
	clear: both;
	width: 260px;
	margin-left: 33px;
	margin-bottom: 30px;
}

html>body .box {
		margin-left: 66px;
}

.box_r {
	float: left;
	width: 260px;
	margin-left: 40px;
	margin-bottom: 30px;
}

.box1 {
	float: left;
	margin: 0px 66px 30px 66px;
}

.box2_l {
	float: left;
	width: 60px;
	margin: 0px 40px 15px 66px;
}

.box2_r {
	float: left;
	width: 518px;
	margin: 0px 66px 15px 0px;
}

#box3 {
	margin-left: 33px; 
	width: 500px; 
	float: left;
}

html>body #box3 {
		margin-left: 66px;
}

.box_home {
	float: left;
	margin-bottom: 30px;
	margin-left: 33px;
}

.box_home_publi {
	float: left;
	margin-bottom: 30px;
	margin-left: 33px;
	margin-right: 50px;
}

.box_home_publi1 {
	float: left;
	width: 200px;
	margin-bottom: 18px;
	margin-left: 66px;
	margin-right: 50px;
}

html>body .box_home {
		margin-left: 66px;
}

html>body .box_home_publi {
		margin-left: 66px;
}

.box p, .box h2 {
	width:inherit;
}

.box_home p {
	float: left;
	margin-right: 40px;}
	
.popup {
	width: 300px;
	margin: 20px 15px 20px 15px;
	border-bottom: 300px solid #6e6199;
}

/* Formatierungen ---------------------------------------------*/
ul {
	margin: 0px;
	padding: 0px;
	background: url(imgs/nav_rahmen.gif) repeat-x;
	display: block;
}

li {
	list-style-type: none;
	display: inline;
	padding: 0px;
	margin: 0px;
}



h1 {
	font-size: 1.2em;
}
	
h2 {
	font-size: 1.0em;
	margin-bottom: 0px;
}

#logo_head {
	margin: 0px 0px 0px 66px;
}

a:link, a:visited {
	text-decoration: none;
	color: #6e6199;
}

.uberTitel {
	clear: both;
	width: 260px;
	font-size: 1.2em;
	margin-left: 66px;
	margin-bottom: 10px;
}

.uberTitelPubli {
	clear: both;
	font-size: 1.2em;
	margin-left: 0px;
	margin-bottom: 20px;
}

.uberTitelPubli2 {
   display: inline;
	font-size: 1.2em;
	margin-left: 0px;
	margin-right: 420px;
	margin-bottom: 20px;
}

.spalte_l {
	float: left;
	clear: both;
	width: 20%;
	margin-right: 3%;
	margin-top: 12px;
	margin-bottom: 12px;
	font-weight: bold;
}

html>body .spalte_l {
	margin-bottom: 0px;
}

.spalte_r {
	float: left;
	margin-top: 12px;
	margin-bottom: 12px;
	width: 75%;
}

html>body .spalter_r {
	margin-top: 0px;
	margin-bottom: 8px;
}

.bild {
	float: left;
	margin-left: 20px;
	margin-top: 15px;
	width: 100px;
}

.pdf {
	border: 0px none White;
}

.ende{
   margin-bottom: 10px;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.ende2{
   margin-bottom: 10px;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
}

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {height: 100%;}

#wrap {min-height: 100%;}

#container {overflow:auto;
	padding-bottom: 25px;}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -25px; /* negative value of footer height */
	margin-left:215px;
	height: 25px;
	clear:both;
	} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

