
/* ====================================================================================
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;
	padding: 10px 0;
	}

/* verschachtelte Listen ohne Au&szlig;enabstand oben/unten*/
ul ul{
margin-top: 0;
margin-bottom: 0;
}


ol{
	margin: 0;
	padding: 10px 0;
}

/* =====================================================================================
Teil 3 - Grundlegende Formatierung
======================================================================================*/

h1,h2,h3,h4,h5,h6{
font-family: Arial,Verdana,Helvetica,sans-serif;
font-weight: bold;
color: #000;
}

h1{
	font-size: 12pt;
	margin: 0;
	padding: 15px 0 10px 0;
	}

h2.abstand{
	font-size: 11pt;
	padding: 10px 0 8px 0;}

/* =====================================================================================
Reset Ende
======================================================================================*/
body{
  color: #000;
  font: normal normal 10pt Arial,Verdana,Helvetica,sans-serif;
  background-color: #fff;
  line-height: 1.4em;
  text-align: center;
}

#wrapper,#content,#footer,#head{
width: auto !important;
text-align: left;
margin: 0 !important;
padding: 0 !important;
background-color: #fff;
}

#head img.unsichtbaramscreen{width: 680px; height: 175px;}
#head{text-align: left;}
#navi{
display: none;
}

#pageimage{
	display: none;
}

/* =====================================================================================
Klassen
======================================================================================*/
.clearing{clear: both;}

.textabstand{ padding: 15px 0;}
.textabstand_text{ padding: 0;}

.adresse_print{ padding: 20px 0;}

.fussbereich{padding: 0;}

.ohnebullett{list-style-type: none;}

.mitrand{padding-left: 0;}

.unterstrichen{text-decoration: underline;}

.formatierung{
	width: 240px;
	margin: 0;
}

.spalte_a{width: 80px;}
.spalte_b{width: 160px;}



.unsichtbarimdruck{display: none;}

/* =====================================================================================
Formular
======================================================================================*/

form{
	display: none;
}

/*======================================================================================*/


#footer{
background-color: #fff;
border-top: 1px solid #ccc;
}

/*=============================LINKS============================*/

#footer p.fussbereich a{display: none;}


