
/* ====================================================================================
Projekt: Jan Van Riet Coaching
====================================================================================== */

/* ====================================================================================
Teil 1 - Reset
====================================================================================== */

*{padding: 0;margin: 0;}

a{outline: none;text-decoration: none;}


/* =====================================================================================
Teil 2 - Restaurierung
======================================================================================*/
img{
	border: none;
}

ul{margin: 0;}

/* verschachtelte Listen ohne Au&szlig;enabstand oben/unten*/
ul ul{
margin-top: 0;
margin-bottom: 0;
}


ol{
	margin: 10px 90px 20px 70px;
}

/* =====================================================================================
Teil 3 - Grundlegende Formatierung
======================================================================================*/
/* Bildlaufleiste in Firefox immer zeigen */
html{
height: 101%;
}


h1,h2,h3,h4,h5,h6{
font-family: Arial,Verdana,Helvetica,sans-serif;
font-weight: bold;
color: #000;
}

h1{
	font-size: 13px;
	margin: 0 90px 0 60px;
	padding: 35px 0 15px 0;
	}

h2{
	font-size: 12px;
}

h2.abstand{
	font-size: 12px;
	padding: 0 90px 8px 60px;}

	table{
	font-size: 11px;}
/* =====================================================================================
Reset Ende
======================================================================================*/
body{
  color: #000;
  font: normal normal 11px Arial,Verdana,Helvetica,sans-serif;
  background-color: #edece7;
  line-height: 1.4em;
  text-align: center;
}

#wrapper{
width: 600px;
height: 100%;
text-align: left;
margin: 0 auto;
background-color: #fff;
position: relative;
overflow: hidden;
}

#head{
width: 600px;
height: 278px;
background-color: transparent;
z-index: 1;
}

#head img{
	width: 600px;
	height: 278px;
	display: block;
}

#navi{
width: 600px;
z-index: 5;
}


ul#hauptnavigation{
	list-style-type: none;
	width: 600px;
	margin: 10px 124px 0 60px;
	}

ul#hauptnavigation li{
	float: left;
	}


#content{
width: 600px;
height: 100%;
padding: 0 0 20px 0;
}

#pageimage{
	position: absolute;
	top:248px;
	left: 515px;
	z-index: 100;
}

/* =====================================================================================
Klassen
======================================================================================*/
.clearing{clear: both;}

.textabstand{ padding: 0 90px 25px 60px;}
.textabstand_X{ padding: 0 90px 15px 60px;}
.eingerueckt{ padding-left:75px;}
.textabstand_text{ padding: 0 90px 8px 60px;}

.fussbereich{padding: 10px 90px 10px 60px;}

.ohnebullett{list-style-type: none;}

.mitrand{padding-left: 82px;}

.unterstrichen{text-decoration: underline;}

.formatierung{
	width: 240px;
	margin: 0 90px 25px 60px;
}

.spalte_a{width: 80px;}
.spalte_b{width: 160px;}

.fehlermeldung{
	color: #f66;
}

.unsichtbaramscreen{display: none;}

.adresse_print{
display: none;}
/* =====================================================================================
Formular
======================================================================================*/

form{
	background-color: #fff;
	width: 250px;
	margin: 0 90px 25px 60px;
}


label{
	display: block;
}

input#absendername,
input#email,
textarea{
	width: 250px;
	border: 1px solid #9d9c8a;
	margin-bottom: 1em;
}

/* =====================================================================================
Footer
======================================================================================*/
#footer{
background-color: #edece7;
width: 600px;
height: 1%;
padding: 15px 0;
}

#footer img{
	width: 600px;
	height: 2px;
	display: block;
}

/*=============================LINKS============================*/
a{
	color: #9d9c8a;
    font-size: 11px;
	text-decoration: underline;
}

#footer p.fussbereich a{
	padding: 0 0 0 390px;
	text-align: right;
	text-decoration: none;
	color: #838275;
	font-weight: bold;}

