/* ------------INITIAL------------------------ */ 

/* = Basierend auf INITIAL mit kl. Aenderungen
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */


/* Neutralize padding and margin: 
   Elements we want to clean out entirely: */
html, body, form, fieldset, td {
	padding: 0px;
	margin: 0px;
}

/* Standard font */
html, body, form, fieldset, p, td, a, input, select, textarea, div, span {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 14px;
}

/* Set padding and margin: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0; /* 1em top-bottom 0 left-right */
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 40px;
}

/* NEU: In Listen minimaler Zwischenraum */
li {
	margin-bottom: 5px;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	border: solid 1px #b1b2b4;
}

/* -----------Colors for Text and background--------------- */ 

body {
		background-color: #ffffff;
}



/* -----------HL-Text und Seitennaviation--------------- */ 


h1
{
	font-size: 16px;
	line-height: 18px;
}

h2 {
	font-size: 13px;
	line-height: 16px;
}

h3
{
	font-size: 11px;
	line-height: 14px;
}

h4
{
	font-size: 11px;
	line-height: 14px;
}


/* -----------Links Standard (red underline)--------------- */ 

a:link {
	color:#e20015;
}

a:visited {
	color:#e20015;
}

a:hover {
	color:#484848;
}

a:active {
	color:#e20015;
}


/* --- Image-Link mit Hover-Effekt (per Background-Wechsel grau-rot) --- */
/* --- fuer transparente GIFs; Transparenz = rote Bereiche mit Hover-Wirkung --- */

a img {
	border: 0;
}

a.imageLink {
	margin-bottom: 0 !important;
	margin-bottom: 2px;
	padding: 0;
}

a.imageLink:hover {
	display: inline;
	float: none;
}

a.imageLink img {
        background-color: #e20015;
}

a.imageLink:hover img {
        background-color: #84828f;
}

.noImageHover a.imageLink:hover {
	display: inline;
	float: none;
}


/* -----------Lists--------------- */ 

.list_without_indent li
{
margin-left: 17px;
}




/* ------------DIVs----------------------- */ 

/* --- Main-DIV linksbuendig mit Hauptnavigation: --- */
#BodyDIVatNAVPosition
{
	position: absolute;
	left: 118px;
	top: 30px;
	width: 550px;
} 
