/*	
	-----------------------------------------------------------------------------
	Prof. D. Kaiser:
	Stilvorlagen fuer spezielle Elemente im Contentbereich

	Autor: JOE-Studios, http://www.joe-studios.de, info@joe-studios.de	
	Datum: 10.10.2007
	-----------------------------------------------------------------------------
*/

html, body {
	margin: 0;
	padding: 0;
}

/* 	  
	Schriftgröße in Prozent bezieht sich auf jegkiche Schrift !!
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%; 
	line-height: 140%;
	color: #000000;
	background: #FFFFFF;
}

h1 {
	font-size: 180%;
	line-height: 140%;
	font-weight: lighter;
	margin: 0 0 4px 0;
	color: #000099;
}

h2 {
	font-size: 140%;
	line-height: 140%;
	font-weight: lighter;
	margin: 12px 0px 4px 0px;
	color: #000099;
}

h3 {
	font-size: 110%;
	line-height: 140%;
	font-weight: lighter;
	margin: 12px 0 4px 0px;
	color: #000000;
}

h4 {
	font-size: 100%;
	line-height: 140%;
	font-weight: normal;
	margin: 4px 0 4px 0;
	color: #000000;
}

h5 {
	font-size: 100%;
	line-height: 140%;
	font-weight: normal;
	margin: 4px 0 4px 0;
	padding: 2px 2px 4px 2px;
	background-color: #f4f4f4;
	color: #000000;
	width: 99%;
}

h6 {
	font-size: 90%;
	line-height: 120%;
	font-weight: normal;
    color: #000000;
	margin: 4px 0 4px 0;
}

a:link {
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #A91D20;
	text-decoration: underline;
	background-color: transparent;
}

a:focus {
	border: none;
	color: #000000;
	text-decoration: underline;
}

p {
	color:#000000;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;
}

p strong, p, td strong, td {
	color: #000000;
}

b {
	color: #33CCFF;
}

a:link strong, a:hover strong, a:link b, a:hover b, a:visited strong, a:visited b,
strong  a:link, strong a:hover, b a:link, b a:hover, strong a:visited, b a:visited {
color: #039;
}

table, tr, td {
	font-size: 100%;
	line-height: 140%;
	color: #000000;
}

table {
	margin: 10px 0 0 0;
	border-spacing: 0;
	border-color: #000000;
	border-collapse: collapse;
}

td {
	border-spacing: 0;
	vertical-align:top;
}

th {
	background-color: #EAF4FD;
	font-weight: bold;
	color: #A91D20;
	border-spacing: 0;
}

ul, ol, li {
	font-size: 100%;
	line-height: 140%;
	list-style-type: disc;
}

hr{
	border: none;
	border-bottom: 1px #999 solid;
	height: 1px;
	margin: 0px;
}

blockquote {
	left: 0px;
	margin: 0 0 0 14px
}

dl, dt, dd {
	font-size: 100%;
	line-height: 140%;
	list-style-type: none;
}

dl {
	margin: 0px 20px 0px 0px;
	padding: 4px 0 4px 0px;
}

dt {
   	margin: 0px;
	padding: 0px;
	line-height: 130%;
	font-weight: bold;
	color: #666;
}

dd {
	margin: 0;
	padding: 0px;
}