* {
margin: 0;
padding: 0;
}

BODY {
	margin: 0;
	color: #848383;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	background-color: #F0F0F0;
	background-image: url('images/bg_top1.gif');
	background-repeat: repeat-x;
}


#page {
	margin: auto;
	width: 1005px;
}
#page_left {
	float: left;
	width: 279px;
}
#page_center {
	float: left;
	width: 726px;
	height: 100%;
}
#page_right {
	float: right;
	position: absolute;
	top: 92px;
	right: 0px;
	width: 200px;
	height: 533px;
	background-color: #00FF00;
	visibility: hidden;
}

/******************************************************************/
/*linke Seite*/
#logo {
	margin-top: 92px;
	width: 279px;
	height: 141px;
}
#left_header {
	width: 279px;
	height: 77px;
	background-image: url("images/bg_left_header.gif");
	background-repeat: no-repeat;
}
#left_spacer {
	width: 279px;
	height: 336px;
	background-color: #FAFAFA;
}
#left_footer {
	width: 279px;
	height: 150px;
	background-image: url("images/bg_left_footer.gif");
	background-repeat: no-repeat;
}

/******************************************************************/

#header1 {
	height: 92px;

	background-color: #DCDCDC;
	background-image: url('images/bg_header1.gif');
}

#header2 {
	height: 33px;
	color: #848383;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	background-image: url('images/bg_header2.gif');
}

#header3 {
	height: 27px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: right;
	background-color: #F14F12;
}

#header4 {
	height: 139px;
	text-align: left;
	background-image: url('images/bg_header4.gif');
	background-repeat: no-repeat;
}


/*****************************************************************************/
/* Servicemenu 1 */
#header2_servicemenu1 {
	height: 19px;
	padding: 7px;
	padding-right: 25px;
}
.servicemenu1 {
	display: none;
	padding: 4px;
	color: #848383;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
         text-transform: uppercase;
	background-color: #DCDCDC;
	border-right: 1px solid #FFFFFF;
}
#servicemenu1_noborder{
	border: 0px solid #FFFFFF;
}
.servicemenu1 A, .servicemenu1 A:hover, .servicemenu1 A:link, .servicemenu1 A:visited, .servicemenu1 A:active {
	color: #848383;
	text-decoration:none;
         text-transform: uppercase;
}

/*****************************************************************************/
/* Servicemenu 2 */
#header3_servicemenu2 {
	/*height: 100%;*/
	height: 21px;
	padding-right: 32px;
	padding-top: 6px;
	font-size: 13pt;
	vertical-align: middle;
}
.servicemenu2, .servicemenu2_active
{
	display: inline;
	margin-left: 14px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-transform: uppercase;
}
.servicemenu2 A, .servicemenu2 A:hover, .servicemenu2 A:link, .servicemenu2 A:visited, .servicemenu2 A:active {
	color: #FFFFFF;
	text-decoration:none;
	text-transform: uppercase;
}

.servicemenu2_active A, .servicemenu2_active A:hover, .servicemenu2_active A:link, .servicemenu2_active A:visited, .servicemenu2_active A:active {
	color: #FFFFFF;
	text-decoration:none;
	text-transform: uppercase;
}


/*****************************************************************************/
/*Hauptnavigation*/

#main_menu
{
	position: absolute;
	z-index: 2;
	margin-top: 81px;
	padding-top: 10px;
	padding-left: 20px;
	height: 23px;

	color: #F14F12;
	font-weight: bold;
	text-transform: uppercase;

	background-image: url("images/bg_main_navi.gif");
	background-repeat: repeat-x;
}

.main_menu_item, .main_menu_item_active
{
	padding-right: 13px;
	display: inline;
}

.main_menu_item A, .main_menu_item A:link, .main_menu_item A:visited, .main_menu_item A:active
{
	color: #848383;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase; 	
}

.main_menu_item_active A, .main_menu_item_active A:link, .main_menu_item_active A:visited, .main_menu_item_active A:active
{
	color: #F14F12;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase; 	
}

.main_menu_item A:hover, .main_menu_item_active A:hover
{
	color: #403D3C;
}



#header_position {
	position: absolute;
	z-index: 3;
	margin-left: 366px;
	width: 360px;
	height: 139px;
	z-index: 2;

	background-image: url("images/header_position.gif");
}

/*****************************************************************************/
/*Subnavigation*/
#sub_menu {
	position: absolute;
	z-index: 2;
	margin-top: 115px;
	margin-left: 35px;
	height: 25px;
	z-index: 5;

	color: #FFFFFF;
	font-size: 14pt;
	text-transform: uppercase;
}
.sub_menu_item, .sub_menu_item_active
{
	padding-right: 10px;	
	margin-right: 10px;
	display: inline;
	border-right: 1px solid #FFFFFF;
	z-index: 10;
}

.sub_menu_item A, .sub_menu_item A:link, .sub_menu_item A:visited, .sub_menu_item A:active
{
	color: #848383;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

.sub_menu_item_active A, .sub_menu_item_active A:focus, .sub_menu_item_active A:link, .sub_menu_item_active A:visited, .sub_menu_item_active A:active
{
	color: #403D3C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

.sub_menu_item A:hover, .sub_menu_item_active A:hover
{
	color: #F14F12;
}

/*****************************************************************************/
/* Haupttexte*/

#pagecontent {
	min-height: 454px;
	padding: 20px;
	padding-left: 19px;
	padding-right: 25px;
	color: #848383;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: left;
}

.paragraph {
	clear: left;
	text-align: left;
	width: 682px;
}

.paragraph_left {
	float: left;
	width: 328px;
	padding-right: 12px;
	margin-bottom: 20px;
	text-align: left;
	border-right: 2px solid #f0f0f0;
}
.paragraph_right {
	float: right;
	width: 328px;
	margin-left: 12px;
	margin-bottom: 20px;
	text-align: left;
}

.paragraph_left IMG, .paragraph_right IMG
{
	max-width: 325px;	
}



.headline, .csc-header-n1
{
	position: relative;
	height: 73px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 10px;

	color: #F14F12;
	font-size: 10pt;

	background-image: url("images/bg_headline.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #F0F0F0;
}

.csc-header H1, .csc-textpicHeader H1, .csc-textpicHeader-26 h1
{
	margin-left: 12px;
	padding-left: 15px;
	padding-bottom: 5px;

	/*color: #777777;*/
	color: #f14f12;
	font-size: 11pt;
	font-weight: normal;

	background-image: url(images/pfeil.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	background-color: none;
}

.csc-header H1.csc-firstHeader
{
	position: absolute;
	bottom: 10px;
	margin-left: 10px;

	color: #F14F12;
	font-size: 11pt;
	font-weight: normal;
	text-transform: uppercase;
}

.csc-header.csc-header-n1 H1.csc-firstHeader
{
	background-image: none;
	margin-left: 0px;
}


.bodytext, .csc-uploads
{
	margin-left: 12px;
	margin-bottom: 20px;
}


.csc-textpic-text {
	min-ehight: 400px;
	margin-bottom: 15px;
}

.csc-textpic-clear
{
	margin-bottom: 20px;
}

h6
{
	margin: 0px;
	margin-bottom: 5px;
	margin-left: 12px;
	font-size: 10pt;
	font-weight: normal;
	color: #413e3c;
}


.bodytext A, .bodytext A:link, .bodytext A:visited, .bodytext A:active, .bodytext A:hover, .bodytext A:focus
{
	font-weight: normal;
	color: #f14f12;
}

A.internal-link:link, A.internal-link:active, A.internal-link:visited, A.internal-link:focus, A.internal-link-new-window:link, A.internal-link-new-window:active, A.internal-link-new-window:visited, A.internal-link-new-window:focus 
{
	font-weight: normal;
	color: #f14f12;
	text-decoration: none;
}
A.internal-link:hover, A.internal-link-new-window:hover
{
	text-decoration: underline;
}

A.external-link:link, A.external-link:active, A.external-link:visited, A.external-link:focus, A.external-link-new-window:link, A.external-link-new-window:active, A.external-link-new-window:visited, A.external-link-new-window:focus 
{
	font-weight: normal;
	color: #f14f12;
	text-decoration: none;
}
A.external-link:hover, A.external-link-new-window:hover
{
	text-decoration: underline;
}



.align-right
{
	text-align: right;
}

TABLE.csc-uploads TR TD.csc-uploads-fileName P A, TABLE.csc-uploads TR TD.csc-uploads-fileName P A:link, TABLE.csc-uploads TR TD.csc-uploads-fileName P A:focus, TABLE.csc-uploads TR TD.csc-uploads-fileName P A:visited, TABLE.csc-uploads TR TD.csc-uploads-fileName P A:active 
{
	font-size: 11px;
	font-weight: normal;
	color: #f14f12;
	text-decoration: none;
}
TABLE.csc-uploads TR TD.csc-uploads-fileName P A:hover
{
	text-decoration: underline;
}


.csc-textpic-caption
{
	font-size: 9px;
}


/*****************************************************************************/

#footer {
	height: 40px;
	padding-top: 13px;
	padding-left: 20px;

	font-size: 9px;
	font-color: #666666;
	font-weight: normal;
	text-align: left;

	background-color: #D2D2D2;
	background-image: url("images/bg_footer.gif");
	background-repeat: repeat-x;
}



/*****************************************************************************/
IMG {
	border: 0px;
	vertical-align : bottom;
	margin-bottom: 5px;
}

HR {
	width: 100%;
	height: 10px;
	color: #f0f0f0;
	background-color: #f0f0f0;
	border: 1px solid #f0f0f0;
	margin-bottom: 5px;
}

UL, OL
{
	margin-left: 40px;
	margin-bottom: 10px;
	list-style-position: inside;
}
UL LI
{
	list-style-image: url(images/dot.png);
	list-style-position: outside;
	color: #413e3c;
}

OL LI
{
	list-style-position: outside;
	color: #413e3c;
	list-style-image: none;
}
UL LI A, UL LI A:link, UL LI A:visited, UL LI A:active, UL LI A:focus, OL LI A, OL LI A:link, OL LI A:visited, OL LI A:active, OL LI A:focus
{
	/*font-weight: bold;*/
	color: #f14f12;
	text-decoration: none;
}
UL LI A:hover, OL LI A:hover
{
	text-decoration: underline;
}

TABLE, THEAD, TBODY, TFOOT, TR, TH, TD
{
	font-size: 11px;
	border-collapse: collapse;
	padding-right: 10px;
}



/*****************************************************************************/
/* Formulare */

FIELDSET
{
	border: 1px solid #F0F0F0;
	padding: 10px;
	margin: 10px;
}

LABEL
{
	display: block;
	width: 140px;
	font-weight: bold;
	float: left;
}

INPUT, SELECT, TEXTAREA
{
	border: 0;
	background-color: #f0f0f0;
	color: #848383;
	font-size: 10px;
	padding: 2px;
	margin: 2px;
}

TEXTAREA
{
	font-size: 11px;
}

SELECT
{
	min-width: 100px;
}

.submit, .csc-mailform-submit
{
	border: 0;
	background-color: inherit;
	background-image: url(images/pfeil.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 13px;
	font-weight: bold;
	font-size: 11px;
	color: #f24f12;
}

.csc-mailform-field
{

}


