/*	body
*******************************************************************************/
body {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
}


/*	main navigation
*******************************************************************************/


.nav1st
{
padding: 0px;
margin: 5px 0;
font:  13px Arial, Helvetica, sans-serif;
background: #FFFFFF;
color: #BC0000;
width: 150px;
}

.nav1st li
{
display: block;
width: auto;
text-decoration: none;
list-style: none;
border-bottom: 1px #BC0000 dotted;
text-align: left;

}

.nav1st li a
{
display: block;
text-decoration: none;
color: #BC0000;
background: white url(images/arrow-list.gif) no-repeat 2px center;
padding: 3px 0;
padding-left: 20px;
padding-top: 6px;
padding-bottom: 6px;

}

* html .nav1st li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 130px;
}

.nav1st li a:visited, .nav1st li a:active{
color: #BC0000;
}

.nav1st li a:hover{
color: black;
background: white url(images/arrow-list-red.gif) no-repeat 2px center;
}



/*	Headlines
------------------------------------------------------------------------------*/

/* Headline 1 */
#main-block h1 {
	color:#BC0000;
	font-family:arial, helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:1.8em;
}

#main-block .teaser h1 {
	font-size:14px;
}

/* Headline 2 */
#main-block h2 {
	color:#000;
	font-family:arial, helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:1.4em;
}

.titel {
	color:#BC0000;
	font-family:arial, helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	line-height:1.8em;
}


/*	Paragraphs / Lists
------------------------------------------------------------------------------*/
#main-block p,
#main-block ul,
#main-block ol {
	margin-bottom:1.2em;
	font-size:12px;
	line-height:1.4em;
}
#main-block ul li ul,
#main-block ul li ol,
#main-block ol li ol,
#main-block ol li ul {
	font-size:12px;
}

#main-block ul {
	font-size:12px;
	list-style-type:square;
}

#main-block ol {
	list-style-type:decimal-leading-zero;
}


/*	Hyperlinks
------------------------------------------------------------------------------*/
#main-block a, #main-block a:link {
	color:#BC0000;
	text-decoration:underline;
}

#main-block a:hover {
	color:#000;
}



/*	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;
	text-align:left;
}
#main-block div.flRight {
	margin-left:14px;
	text-align:right;
}

.ref_imgage {
	padding-right:114px;
}


/*	header
------------------------------------------------------------------------------*/
.header p {
	margin:0;
	padding:9px 0;
	font-size:10px;
	text-transform:uppercase;
	text-align: right;
}

.header p, 
.header p a,
.header p a:link {
	color:#000000;
	text-decoration:none;

}
.header p a:hover {
	text-decoration:none;
}


/*	footer
------------------------------------------------------------------------------*/
.footer p {
	margin:0;
	padding:9px 0;
	font-size:10px;
	text-transform:uppercase;
}

.footer p, 
.footer p a,
.footer p a:link {
	color:#BC0000;
	text-decoration:none;

}
.footer p a:hover {
	text-decoration:none;
}


/* form-module
*******************************************************************************/
#form-module * {
	padding:0px;
	margin:0px;
}

#form-module {
	margin:0px;
	padding:0px;
	width:460px;
	background-color:#f7f7f7;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;
}

#form-module fieldset {
	border:0px solid #fff;
}

#form-module legend {
	display:none;
}


#form-module p {
	margin:0;
	padding:5px;
	font-size:1em;
	font-weight:bold;
}

#form-module .element {
	display:block;
	clear:both;
	background-color:#f7f7f7;
	border-top:2px solid #fff;
}

#form-module label {
	display:block;
	float:left;
	padding:5px;
	width:120px;
	border-right:2px solid #fff;
}

#form-module label.checkbox {
	width:372px;
	border-left:2px solid #fff;
	border-right:none;
}

#form-module input, 
#form-module select, 
#form-module textarea {
	float:left;
	margin:5px;
	width:200px;
	border:1px solid #333;
}

#form-module input.text {
	height:20px;
}

#form-module input.checkbox {
	width:120px;
	padding:0;
	border:none;
}

#form-module input.submit { 
	margin:5px 5px 5px 137px;
	padding:2px 5px;
	border:1px solid #333;
	background-color:#fff;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	text-align:center;
	cursor:pointer;
}

#form-module input.submit:hover { 
	background-color:#f7f7f7;
	color:#000;
}

#form-module label.textarea, 
#form-module textarea.textarea {
	height:96px;
}

#form-module-thanks {
	display:block;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;
}


/* download
*******************************************************************************/
#main-block .download-hdl p, 
#main-block .download-file p, 
#main-block .download-desc p {
	margin:0;
}

#main-block .download-hdl p {
	padding:5px 7px;
	background-color:#FFF;
	font-weight:bold;
	color:#BC0000;
}

#main-block .download-file {
	padding:1.2em 7px;
	border-top:1px dotted #BC0000;
	border-left:1px dotted #BC0000;
	border-right:1px dotted #BC0000;
}

#main-block .download-desc {
	margin-bottom:1.2em;
	padding:1.2em 7px;
	border-left:1px dotted #BC0000;
	border-right:1px dotted #BC0000;
	border-bottom:1px dotted #BC0000;
}

#main-block .download-without-desc {
	margin-bottom:1.2em;
	border-top:1px dotted #BC0000;
}

.imagebox {  height: auto; width: 140px; margin: 10px; padding: 10px; border: 1px #BC0000 dotted;
}
