:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; vertical-align:top; border-spacing:0px; }

legend { display:none; }

div, p, li, a {background-repeat:no-repeat; }

/* ### reset some basic style ################################################### */

dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a:hover { text-decoration:none; }

/* ### HTML ###################################################################### */
html {
	min-height: 99%;
	margin-bottom: 1px;
}

/* ### BODY ###################################################################### */
body { color: #000000; font-family:arial, verdana, helvetica, sans-serif; font-size: x-small; background-image: url(background.jpg); }

/* \*/ * html body { text-align:center; font-size: xx-small; } /* *//* IE 5.5 Hack */

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

.floatLeft { float:left; }
.floatRight { float:right; }

.warning { color:#f00; background: inherit; }

/* ### Website Content ############################################################ */
#site-content { background-color: #fff; position:relative; display:block; margin:0 auto; padding:0; height:100%; width:980px; }

/* ### Header ##################################################################### */

#header { background-image: url(header_neu.jpg); background-repeat: no-repeat; position:relative; margin:0; padding:0; height:150px; }

/* ### Logo ####################################################################### */



/* ### Teaser ##################################################################### */

#main-teaser {
	text-indent:-700em;
	height: 220px;
}

/* ### Content #################################################################### */


#content { background-color: #fff; display:block; clear:both; position:relative; padding:0; }


/* hide from IE/MAC \*/
* html #content, * html #main-content { height:1px; }
/* end hide */


#main-content { background-color: #fff; }

#main { float:right; width:780px; }

#main_start {
	float:right;
	width:980px;
}

/* ### main-block => MainContent ################################################### */

#main-block { float:left; color: #000000; }
#main-content-block {
	padding:20px;
	display:block;
}


/* ### Footer ###################################################################### */

#footer { display:block; width:100%; height: 1px; border-top: 1px solid #c1001f; }

#footer p {
	padding: 10px 0;
	color:#c1001f;
	background:inherit;
}

#footer p a,
#footer p a:link {
	color:#c1001f;
	text-decoration: underline;
	background:inherit;
}

#footer p a:hover {
	color:#c1001f;
	text-decoration: none;
	background:inherit;
}

#footer_copyright { position: relative; display:block; width:980px; margin-right: auto; margin-left: auto; }

#footer_copyright p {
	padding: 18px 0 12px;
	color:#c1001f;
	background:inherit;
}

#footer_copyright p a,
#footer_copyright p a:link {
	color:#c1001f;
	text-decoration: none;
	background:inherit;
}

#footer_copyright p a:hover {
	color:#c1001f;
	text-decoration: underline;
	background:inherit;
}


/**
 * Modul WYSIWYGImage, Wysiwyg-Text mit Bild/Bildergalerie
 */
div.wysiwygimg { width: 730px; }
/* ----- Hack only for IE 7 ----- */
*+html div.wysiwygimg {overflow:hidden;}

.wysiwygimg .wysiwygimgclear {clear:both; display:block; font-size:1px; line-height:0px; margin:0; padding:0; position:relative;}

/* Text */
.wysiwygimg .wysiwygimgtext { font-size: 1em; line-height: 1.4em; }

/* Bild und Link */
.wysiwygimg img.wysiwygimg {border:0; margin:1px;}
.wysiwygimg img.wysiwygimg {border:solid 0 transparent; padding:1px;}
.wysiwygimg a.wysiwygimg img {border:0;padding:0px;vertical-align:top; margin:1px;}

.wysiwygimg a.wysiwygimg, .wysiwygimg a.wysiwygimg:link { display:table; display:table; line-height:0; border-width: 0; }
.wysiwygimg a.wysiwygimg:visited {}
.wysiwygimg a.wysiwygimg:hover { border-style: solid; border-width: 0; }
.wysiwygimg a.wysiwygimg:focus { border-style: solid; border-width: 0; }
.wysiwygimg a.wysiwygimg:active { border-style: solid; border-width: 0; }

/* Bildunterschrift */
.wysiwygimg .wysiwygimgtitle {color:#666; font-size:0.8em; font-style:italic; margin:2px 0px;}

/* Wrapper-Classe um Bild und Bildunterschrift*/
.wysiwygimg .wysiwygimgwrap {}

/* Bild links im Text (Textumfluss) */
.wysiwygimg .wysiwygimgleft {float:left; margin:0 1.0em 0 0;}

/* Bild rechts im Text (Textumfluss) */
.wysiwygimg .wysiwygimgright {float: right; margin:0 0 0 1.0em;}

/* Bild oben links */
.wysiwygimg .wysiwygimgtopleft {float:left; margin-bottom:0.5em;}

/* Bild oben rechts */
.wysiwygimg .wysiwygimgtopright {float:right; margin-bottom:0.5em;}

/* Bild oben mittig */
.wysiwygimg .wysiwygimgtopcenter {margin-bottom:0.5em; text-align:center;}
.wysiwygimg .wysiwygimgtopcenter a.wysiwygimg {margin:0 auto;}

/* Bild unten links */
.wysiwygimg .wysiwygimgbottomleft {float:left; margin-top:0.5em;}

/* Bild unten rechts */
.wysiwygimg .wysiwygimgbottomright {float:right; margin-top:0.5em;}

/* Bild unten mittig */
.wysiwygimg .wysiwygimgbottomcenter {margin-top:0.5em; text-align:center;}
.wysiwygimg .wysiwygimgbottomcenter a.wysiwygimg {margin:0 auto;}
.wysiwygimg .wysiwygimgbottomcenter img.wysiwygimg {margin:0 auto;}

/* Fˆºr Bilder links/rechts vom Text  */
.wysiwygimg table {border-spacing: 0px; font-size:1.2em;}
.wysiwygimg td {vertical-align:middle; font-size:1.2em;}

/* Bild links vom Text */
.wysiwygimg td.wysiwygimgleftcol { padding-right:1em; border-right: 20px solid transparent; }

/* Bild rechts vom Text */
.wysiwygimg td.wysiwygimgrightcol { padding-left:1em; border-left: 20px solid transparent; }