/* 
Titel:     Stylesheet fuer www.web-und-net.de
Author:    Jens Neumann - WEB & NET
Stand:     22.11.2007
----------------------------------------------------------*/

body {
	background-color: #FFFFFF;
  margin: 25px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: small; /* Beginn Simplified Box Model Hack */
	}
	* html body {
		font-size: x-small; /* Fuer IE5/Win */
		f\ont-size: x-small;  /* Fuer IE6 + IE7/Win */
}


/* Links und Text
---------------------------------------------------------- */

a {
	font-weight: bold;
	text-decoration: none;
	color: #FFB000;
}

a:hover {
	color: #FF5020;
}


.text {
	text-align: left;
	font-size: 90%;
	color: #222222;
}

.textnavmittig {
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	color: #222222;
}

.texteingerueckt {
	font-size: 100%;
	color: #222222;
	vertical-align: top;
	text-align: left;
	padding: 0 0 2px 15px;
}

.textfett {
	font-weight: bold;
	font-size: 90%;
	color: #333333;
}

.titel {
	font-size: 110%;
	font-weight: bold;
	color: #222222;
	text-align: center;
	margin: 5px 0px 10px 0px;
	padding: 0px;
}

.zwischentitel {
	text-align: left;
	letter-spacing: 2px;
	margin: 0px 0px -5px 0px;
	padding: 2px 6px 2px 1px;
	font-size: 100%;
	font-weight: bold;
	color: #222222;
	width: 97%;
	/*background-color: #FFDF00;
	border-top: 1px solid #999999;*/ 
	border-bottom: 1px solid #FFDF00; 
}

.bild {
	text-align: center;
	font-size: 75%;
	font-weight: normal;
	color: #222222;
}

.copyright {
	font-size: 70%;
	font-weight: normal;
	color: #666666;
}

li {
	text-align: left;
	line-height: 180%;
	font-size: 90%;
	position: relative;
	left: -20px;
	list-style-type: disc;
	list-style-image: url('../images/p_bullet_9px.gif');
}

.listebene1 {
	text-align: left;
	width: 98%;
	font-size: 90%;
	position: relative;
	left: 5px;
}

.listebene2 {
	text-align: left;
	width: 94%;
	font-size: 90%;
	position: relative;
	left: 25px;
}


/* Grundstruktur
---------------------------------------------------------- */

table {
	padding: 0px;
	margin: 0px;
}

td {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.grundTable {
	width: 778px;
	background: #FFFFFF;
	border-collapse: collapse;
	border-style: none;
}

.druckTable {
	width: 640px;
	background: #FFFFFF;
	border-collapse: collapse;
	border-style: none;
}

.kopfTD {
	width: 764px;
	vertical-align: bottom;
}

.fussTD {
	width: 764px;
	vertical-align: bottom;
}

.schattenrechtsTD {
	width: 14px;
	vertical-align: top;
}

.naviTD {
	width: 160px;
	vertical-align: top;
}

.inhaltTD {
	width: 604px;
	vertical-align: top;
	text-align: left;
}

.standardTable {
	width: 100%;
}

.ueberschriftTD {
	background: #FFDC00;
}

.textTD {
	width: 100%;
	vertical-align: top;
}


/* Kontaktdaten
---------------------------------------------------------- */

.kontaktTable {
	width: 100%;
}

.kontaktTextTD {
	font-size: 100%;
	color: #333333;
	vertical-align: top;
	text-align: left;
	padding: 0 0 20px 19px;
}

.kontaktBildTD {
	width: 69px;
	vertical-align: top;
	text-align: right;
}