/*******************************************************************************

	Grundlage dieser CSS:

	Copyright	:	blumbeet - web.studio
					www.blumbeet.com
					
	Modifiziert : Korn-Produkte

*******************************************************************************/




/*	undo
*******************************************************************************/

: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; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }

body, div,p,li { 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.3em; }

a:hover { text-decoration:none; }

/*	html
*******************************************************************************/
html {
	min-height: 100%;
	margin-bottom: 1px;
}

/*	body
*******************************************************************************/
body {
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	
}



.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

.flLeft { float:left; }
.flRight { float:right; }

.warning {
	color: Fuchsia;
	background-color: Black;

}


/*	website
*******************************************************************************/
#website {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 900;
	color: Black;
	text-align: left;
}

/*	header
*******************************************************************************/
#header {
	position: relative;
	margin: 0px 0px 0px 1px;
	padding: 0px 0px 0px 0px;
	height: 120px;
	background-image: url();
}

/*	logo / breadcrumb
*******************************************************************************/
#logo {
	position:absolute;
	top:0px;
	left:0px;
}

#logo a {
	display:block;
	height:100px;
	width:170px;
	text-indent:-700em;
}


#breadcrumb {
	position: absolute;
	bottom: 4px;
	left: 230px;
	
}

#breadcrumb a, 
#breadcrumb a:link {
	font-weight: bold;
	color: Black;
	
}

#breadcrumb a:hover {
	color: #B22222;
	
	
}
/*	content
*******************************************************************************/


#content, #content2 {

	display:block;
	clear:both;
	position:relative;
	padding:0 0 0 0;
}


/* hide from IE/MAC \*/
* html #content, * html #content2 {
	height:1px;
}
/* end hide */


#content {}

#content2 {

}


#main {
	width: 600px;
	margin-left: 210px;
}
	


#main-block {}

#main-block2 {
	padding:14px;
}




/*	Navigation horizontal and vertical - 
	Wenn die Navigation mit der ID 2 verwendet wird, kann alles bis 
	zum nächsten Kommentar gelöscht werden
------------------------------------------------------------------------------*/

#header-nav {
	position: absolute;
	bottom: 30px;
	left: 224px;
	width: 800px;
	text-transform: uppercase;
	font-weight: bolder;
}

#header-nav ul.nav1st {

	
}


#header-nav ul.nav1st li {
	display: block;
	float: left;
	padding: 12px 20px 12px 20px;
	background-color: #B22222;
	border-left: 1px solid White;
}

#header-nav ul.nav1st li.active {
	background: Black;
	border-left: 1px solid White;
	
}

#header-nav ul.nav1st li.active a,
#header-nav ul.nav1st li.active a:link {
	color: White;
}

#header-nav ul.nav1st a, 
#header-nav ul.nav1st a:link {
	color: White;
	font-size: 1.8em;
}

#header-nav ul.nav1st a:hover {
	color: Black;
}



#navigation {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 190px;
	padding: 30px 0px 0px 0px;
}

#navigation ul.nav2nd li {
	margin-left: 6px;
	font-size: 1.1em;
	margin-right: 20px;
}

#navigation ul.nav2nd a, 
#navigation ul.nav2nd a:link {
	display: block;
	padding: 7px 2px 7px 5px;
	color: White;
	border-top: 2px solid #FFFFFF;
	background-color: #B22222;
}

#navigation ul.nav2nd a.current, 
#navigation ul.nav2nd a.current:link
{
	background: Black;
	color: White;
}
#navigation ul.nav2nd a:hover {
	background: #B22222;
	color: Black;
}


/*	donate Werbebanner
------------------------------------------------------------------------------*/
#donate {
	margin: 2em 0 0 5px;
}


/*	Headlines
------------------------------------------------------------------------------*/

/* Headline 1 */
#main-block h1 {
	font-family: Georgia, Times, sans-serif;
	color: #666666;
	background: White;
	margin-bottom: 28px;
	padding: 5px;
	margin-top: 15px;
	margin-right: 15px;
	border-bottom: 1px solid #666666;
	font-size: 2.4em;

}

#main-block .teaser h1 {
	font-size:1.4em;
}

/* Headline 2 */
#main-block h2 {
	color: #FFFFFF;
	font-size: 0.3em;
	border-bottom-color: #B22222;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	margin-top: 15px;
	margin-bottom:30px;
	margin-right: 15px;
	background: #FFFFFF;
}

#main-block h3 {
	color: #FFFFFF;
	font-size: 1.3em;
	line-height: 1.6em;
	background: #B22222;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-right: 15px;
}

#main-block h4 {
	font-size: 1em;
	color: Gray;
	font-family: Helvetica, sans-serif;
	margin-top: 15px;
	margin-left: 2px;
}

#main-block h5 {
	background-color: White;
	font-size: 10px;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 15px;
	border-left-color: Black;
	border-left-style: dotted;
	border-left-width: 1px;
	border-bottom-color: Black;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-top-color: Black;
	border-top-style: dotted;
	border-top-width: 1px;
	border-right-color: Black;
	border-right-style: dotted;
	border-right-width: 1px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main-block h6 {
	font-size: 1.8em;
	color: #B22222;
	margin-bottom: 25px;
	margin-top: 40px;
}

/* Blockquote */

blockquote {
	color: Black;
	border-left: 1px dotted #B22222;
	margin: 14px 15px 10px 0px;
	padding: 14px 2px 5px 20px;
	border-bottom: 1px dotted #B22222;
	background-color: White;
	border-top: 1px dotted #B22222;
	border-right: 1px dotted #B22222;
}



/*	Paragraphs / Lists
------------------------------------------------------------------------------*/
#main-block p,
#main-block ul,
#main-block ol {
	margin-bottom: 1.3em;
	font-size: 1.1em;
	line-height: 1.8em;
	
}
#main-block ul li ul,
#main-block ul li ol,
#main-block ol li ol,
#main-block ol li ul {
	font-size: 1,1em;

}

#main-block ul {
	margin-left:15px;
	list-style-type:square;
}

#main-block ol {
	list-style-type:decimal-leading-zero;
}


/*	Hyperlinks
------------------------------------------------------------------------------*/
#main-block a, #main-block a:link {
	color: #B22222;
	font: bolder;
}

#main-block a:hover {
	color: Black;
	font: bolder;
}




/*	Images
------------------------------------------------------------------------------*/
#main-block div.image {
	margin-bottom:0;
}
#main-block div.image p {
	margin:0;
	font-size:0.9em;
}
#main-block div.flLeft {
	margin-right:14px;
}
#main-block div.flRight {
	margin-right: 18px;
	margin-top: 2px;
}


/*	footer
------------------------------------------------------------------------------*/
.footer {
	display:block;
	width:100%;
	background-position:0 -100px;
}
.footer2 {
	padding:0 14px;
}
.footer p {
	width: 550px;
	font-size: 1.2em;
	margin-left: 210px;
	background: Black;
	color: White;
	line-height: 2em;
	padding-left: 10px;
	margin-bottom: 15px;
	border-top-color: #B22222;
	border-top-style: solid;
	border-top-width: 2px;
}

.footer p, 
.footer p a,
.footer p a:link {
	color: #FFFFFF;
}
.footer p a:hover {
	color: #B22222;
}

.footer .col-left {
	float:left;
	width:186px;
}
.footer .col-right {
	float:left;
}


/* form-module
*******************************************************************************/
#form-module * {
	padding:0px;
	margin:0px;
}

#form-module {
	margin: 0px;
	padding: 0px;
	width: 557px;
	background-color: #FFFFFF;
	color: Black;
	font-size: 1.1em;
}

#form-module fieldset {
	background-color: #E6E6E6;
}

#form-module legend {
	display:none;
}


#form-module p {
	margin:0;
	padding:5px;
	font-size:1em;	
}

#form-module .element {
	display: block;
	clear: both;
	background-color: White;
	
}

#form-module label {
	color: #B22222;
	display: block;
	float: left;
	padding: 3px;
	width: 100px;
	
}

#form-module label.checkbox {
	width: 350px;
	border-right: none;
}




#form-module select {
	width: 400px;
	margin: 5px;
	height: 22px;
	background-color: White;
	color: #B22222;
	padding-left: 5px;
	padding-top: 2px;
}

#form-module input,
#form-module textarea {
	float: left;
	margin: 5px;
	width: 400px;
	border: 1px solid Black;
}

#form-module input.text {
	height: 17px;
	background-color: White;
	color: #B22222;
	padding-left: 10px;
	padding-top: 2px;
}

#form-module input.checkbox {
	width:100px;
	padding:0;
	border:none;
}

#form-module input.submit {
	width:200px;
	margin: 5px 0px 5px 113px;
	padding: 2px 10px;
	border: 1px solid Black;
	background-color: White;
	color: #B22222;
	text-align: center;
}

#form-module input.submit:hover {
	background-color: #B22222;
	color: White;
}

#form-module label.textarea{
}
#form-module textarea.textarea {
	height: 100px;
	padding-left: 10px;
	padding-top: 5px;
	background-color: White;
	color: #B22222;
}

#form-module-thanks {
	height: 180px;
	color: White;
	background-color: #B22222;
	background-image: url(zeichen.png);
	font-size: 1.2em;
	padding-top: 27px;
	padding-left: 80px;
	margin-right: 15px;
	border-left: 1px solid Black;
}


/* download
*******************************************************************************/
#main-block .download-hdl p, 
#main-block .download-file p, 
#main-block .download-desc p {
	margin:0;
}
#main-block .download-hdl p {
	padding: 2px 0px 2px 10px;
	background-color: #708090;
	color: #FFFFFF;
}

#main-block .download-file {
	padding: 0.4em 3px;

}

#main-block .download-desc {
	margin-bottom: 1.2em;
	padding: 1.2em 7px;
	background-color: #DCDCDC;

}

#main-block .download-without-desc {
	margin-bottom: 1.2em;

}




/* Bild
*******************************************************************

/* Definition der Klassen ohne Rahmen*/ 

.pleft {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;

border: none;
}
.pright {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;

border: none;
}
.pnormal {
	clear: both;
border: none;
	
}


/* Definition der KLassen mit  Rahmen */

.pleft_b {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;

}
.pright_b {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;

}
.pnormal_b {
	clear: both;
	
}

/* Download anbieten */

.list_content {
	font-weight: normal;
	text-decoration: none;
	font-size: 6px;
	color: Black;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 3px;
	padding-right: 24px;
	width: 230px;
	background-color: White;
	line-height: 25px;
}

.list_content2 {
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	color: #B22222;
	padding-left: 5px;
	padding-top: 20px;
	padding-right: 24px;
	padding-bottom: 3px;
	width: 230px;
	background-color: White;
	line-height: 10px;
}

.list_content3 {

	font-style:italic;
        font-size:8px;
	text-decoration:none;
	color:#000000;
	padding-left:10px;
	padding-top:3px;
	padding-right:24px;
	padding-bottom:3px;
	width:230px;
	background-color:#F4F4F4;

   line-height: 18px;
	}

#login input.submit {
 width:50px;
 margin:0px 0px 0px 2px; /* letzter Wert zur Positionierung des Schalters */
 padding:1px 1px 1px 1px;
 border:1px solid #224A10;
 background-color:#224A10;
 font-weight: bold;
 color:#FFFFFF;
 font-family: verdana, arial, helvetica, sans-serif;
 text-align: center;
 cursor:pointer;
}

#login input.submit:hover {
 border:1px solid #224A10; 
 background-color:#DEEEDB;
 color:#224A10;
}

#login input,
#login textarea {
 color:#224A10;
 padding-top:0px;
 padding-left:2px;
 margin:1px;
 width:150px;
 border:1px solid #86ae74;
 font-family:verdana, arial, helvetica, sans-serif;
 font-size:10pt;
 background-color:#FFFFFF;
}


.daten { 



	
}

.daten td {
	padding: 15px;
	text-align: left;
	border-top: 1px solid #B22222;
	font-size: 10px;
	margin: 1px;
}

.daten th { 
	border: 1px solid #005aab;
	padding: 8px 3px;
	text-align: center;
	vertical-align: middle;
	background-color: #e5eef6;

	color: #ed1846;
}

.daten .subtitle td { 
	padding: 8px 3px;
	background-color: #e5eef6;

}

.daten tfoot td { 
	padding: 8px;
	background-color: #e5eef6;
}
/* Tabellen */




table a, table, tbody, tfoot, tr, th, td, table caption {
	margin-left: 0px;
	font-family: Verdana, arial, helvetica, sans-serif;
	background: White;
	color: Black;
	text-align: left;
	
}
table, table caption {
		
}
table {

}
table a {


}
table a:visited {

}
table a:hover {

}
table caption {

}
td, th {
	
}
tbody td, tbody th, tbody tr.odd th, tbody tr.odd td {
	
}



tfoot td, tfoot th, thead th {
	
}


/* *** Bildcontainer *** */
div.bildcontainer {
	padding: 0px 0px 0px 0px;
}

div.bildcontainer div.rechts-1von3 {
	float: left;
	padding-left: 15px;
	
}

div.bildcontainer div.links-1von3 {
	float: left;
	padding-left: 2px;

}

div.bildcontainer div.mitte-1von3 {
   float: left;
	padding-left: 15px;

}

div.bildcontainer img {
	border: 0px solid Black;
	padding: 0px;
} 