@charset "utf-8";
/* CSS Document */
/* copyright by digital art media nova gmbH - www.digital-art.de */

/* default styles for extension "tx_cssstyledcontent" */
	/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG { border: 2px solid black; padding: 0px 0px;
	}

	DIV.csc-textpic-imagewrap { padding: 0; }

	DIV.csc-textpic IMG { border: none;}

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right DIV.csc-textpic-imagewrap */
	DIV.csc-textpic-left .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap  .csc-textpic-image,
	DIV.csc-textpic-intext-left .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 10px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 0px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 0px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

	/* No margins around the whole image-block */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
	DIV#rechts .csc-textpic-firstcol { margin-left: 0px !important; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 10px !important; margin-left: 15px;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 10px !important;
	}

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both;}

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; margin-left: auto; margin-right: auto;}
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0; margin-left: auto; margin-right: auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: center; margin-left: auto; margin-right: auto; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: center;margin-left: auto; margin-right: auto; /* Remove IE-hack */ }

	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left;padding-left: 0px; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

/********************************/
/* Frames, spacing, link-to-top */
/********************************/

P.csc-linkToTop { text-align: right; }
P.csc-linkToTop A { font-weight: bold; }
/* *************** Diesen Bereich ungeändert in das eigene CSS �bernehmen */
DIV.csc-frame { border: 0px; }
DIV.csc-frame-invisible {}
DIV.csc-frame-rulerBefore { border-top: 1px solid #141952; }
DIV.csc-frame-rulerAfter { border-bottom: 1px solid #dadada; margin-left: 0px; margin-right: 0px; margin-bottom: 10px; *margin-top: 3px; padding-bottom: 10px; clear: both;}
DIV.abstandhalter { border-bottom: 1px solid #ffffff; margin-left: 0px; margin-right: 0px; margin-bottom: 10px; *margin-top: 3px; padding-bottom: 10px; clear: both;}

DIV.csc-frame-indent { padding-left: 100px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #545454; line-height: 16px; }
DIV.csc-frame-indent3366 { padding-left: 33%; }
DIV.csc-frame-indent6633 { padding-right: 33%; }

DIV.csc-frame-frame1 { background-color: #f7f7f7; padding: 2px 4px 2px 4px; border: 0px solid #333333; margin-bottom: 10px; }
DIV.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

DIV.csc-frame-frame1 H1, DIV.csc-frame-frame1 H2, DIV.csc-frame-frame1 H3, DIV.csc-frame-frame1 H4, DIV.csc-frame-frame1 H5 { margin-top: 2px; }
DIV.csc-frame-frame2 H1, DIV.csc-frame-frame2 H2, DIV.csc-frame-frame2 H3, DIV.csc-frame-frame2 H4, DIV.csc-frame-frame2 H5 { margin-top: 2px; }

.indent { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #545454; line-height: 16px; padding-left: 25px;}

body { margin: 0px; background-image: url(../Bilder/bg_site.gif); background-repeat: repeat-x; background-color: #ffffff;}

.da_box { margin: auto; width: 876px; border-left: 1px solid #dadada; border-right: 1px solid #dadada; border-bottom: 1px solid #dadada; background-color: #ffffff; padding: 11px;}

.topbarbox { position: relative; width: 876px; height: 31px; border-left: 1px solid #dadada; border-right: 1px solid #dadada; border-top: 1px solid #dadada;}
.topbar { position: relative; width: 874px; height: 29px; border: 1px solid #ffffff; background-image:url(../Bilder/rod_topbar.gif); background-repeat:no-repeat;} 

.menuebox_top { position: relative; width: 876px; height: 31px; border-left: 1px solid #dadada; border-right: 1px solid #dadada; border-top: 1px solid #dadada;}
.menue_top { position: relative; width: 874px; height: 29px; border: 1px solid #ffffff; background-image: url(../Bilder/bg_menue_top.gif); background-repeat: repeat-x;}

.bannerbox { position: relative; width: 876px; height: 215px; border: 1px solid #dadada;}
.banner { position: relative; width: 874px; height: 213px; border: 1px solid #ffffff; background-color: #9999FF;}

.contentbox { position: relative; width: 878px; padding-top: 10px;}
.content_left { position: relative; width: 163px; float: left;}
.content_center { position: relative; width: 532px; float: left; padding-left: 10px; padding-right: 10px; padding-bottom: 10px;}
.content_center_big { position: relative; width: 705px; float: left; padding-left: 10px; padding-right: 0px; padding-bottom: 10px;}
.content_right { position: relative; width: 163px; float: left;}

.menuebox_left { position: relative; width: 161px; border: 1px solid #dadada; margin-bottom: 15px;}
.menue_left_head { position: relative; width: 159px; height: 41px; border: 1px solid #ffffff; background-image:url(../Bilder/rod_menue_head.gif); background-repeat: no-repeat;}
.menue_left { position: relative; width: 159px; border: 1px solid #ffffff;}

.left { position: relative; width: 163px;}
.left_risiko { position: relative; width: 163px;}


.footerbox { clear: both; position: relative; width: 878px; min-height: 85px; background-image: url(../Bilder/rod_footer_v2.jpg); background-repeat: no-repeat;}
.footer { position: relative; width: 560px; text-align: center; margin-left: auto; margin-right: auto; padding-top: 10px;}	

/* PAGE LAYOUT */

.hmenue  { position: relative; float: left;}

.hmenue a { position: relative; float: left; padding-left: 10px; padding-right: 10px; height: 24px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff; font-size: 11px; font-weight: bold; text-decoration: none; text-transform: uppercase; padding-top: 8px; }

.hmenue a:hover { position: relative; float: left; padding-left: 10px; padding-right: 10px; height: 24px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff; font-size: 11px; font-weight: bold; text-decoration: none; text-transform: uppercase; background-image: url(../Bilder/bg_menue_top_over.gif); background-repeat: repeat-x;}

.hmenue_act a{ position: relative; float: left; padding-left: 10px; padding-right: 10px; height: 24px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff; font-size: 11px; font-weight: bold; text-decoration: none; text-transform: uppercase; background-image: url(../Bilder/bg_menue_top_over.gif); background-repeat: repeat-x; padding-top: 8px;}

.vmenue { position: relative; width: 149px; background-color: #d3e484; min-height: 22px; margin-bottom: 1px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #283545; padding-left: 10px; padding-top: 6px;}

.vmenue a{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #373737; text-decoration: none; }

.vmenue a:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; text-decoration: none; }

.vmenue_act { position: relative; width: 149px; background-color: #84b3e4; min-height: 22px; margin-bottom: 1px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #373737; padding-left: 10px; padding-top: 6px;}

.vmenue_act a{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #373737; text-decoration: none; }

.vmenue2 { position: relative; width: 139px; background-color: #d5e29a; min-height: 22px; margin-bottom: 1px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #545454; padding-left: 20px; padding-top: 6px;}

.vmenue2 a{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #545454; text-decoration: none; }

.vmenue2 a:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #373737; text-decoration: none; }

.vmenue_act2 { position: relative; width: 139px; background-color: #98bde3; min-height: 22px; margin-bottom: 1px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #545454; padding-left: 20px; padding-top: 6px;}

.vmenue_act2 a{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #373737; text-decoration: none; }

.vmenue3 { position: relative; width: 124px; background-color: #d9e2ae; min-height: 22px; margin-bottom: 1px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #7d7d7d; padding-left: 35px; padding-top: 6px;}

.vmenue3 a{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #7d7d7d; text-decoration: none; }

.vmenue3 a:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #545454; text-decoration: none; }

.vmenue_act3 { position: relative; width: 124px; background-color: #afc9e3; min-height: 22px; margin-bottom: 1px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #545454; padding-left: 35px; padding-top: 6px;}

.vmenue_act3 a{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #545454; text-decoration: none; }

.h_sitemap a{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #545454; text-transform: uppercase; text-decoration: none; padding: 5px; float: left;}

.h_sitemap a:hover{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #373737; text-transform: uppercase; text-decoration: none; padding: 5px; float: left;}

.h_sitemap_act a{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #545454; text-transform: uppercase; text-decoration: none; font-weight: bold; padding: 5px; float: left;}

h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #0a59a4; height: 23px; margin: 0px; margin-top: 1px; clear: both; margin-bottom: 10px;}
h1 a { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #0a59a4; height: 23px; text-decoration: none; margin: 0px; margin-top: 1px;}

h3 { padding: 0px; margin: 0px; margin-top: 5px;margin-bottom: 5px; line-height: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #545454; clear: both;}

h4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #0a59a4; margin: 0px; margin-bottom: 10px; }
h4 a { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #0a59a4;text-decoration: none;}

h5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #0a59a4; margin: 0px; margin-bottom: 10px; border-bottom: 0px solid #d3e484; }

.h1_width { background-image: url(../Bilder/bg_h1_v2.gif); background-repeat: repeat-x; height: 23px;}

.bodytext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #545454; line-height: 16px;}

a { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #8fb52c; text-decoration: underline;}

IMG {border: 0px;}

UL { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #545454;}
LI { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #545454; line-height: 18px; 
	list-style-image: none;
	list-style: none;	
	background-image: url(../Bilder/pfeil_bg_w.gif);
	background-repeat:no-repeat;
	background-position: 0px 4px;
	padding-left: 25px;}
	
.td_li LI { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #545454; line-height: 18px; list-style-image: none;
	list-style: none;	
	background-image: url(../Bilder/pfeil_bg_w.gif);
	background-repeat:no-repeat;
	background-position: 0px 4px; padding-left: 25px; }	
.td_li UL { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #545454; line-height: 18px; list-style-image: none;
	list-style: none;	
	background-image: url(../Bilder/pfeil_bg_w.gif);
	background-repeat:no-repeat;
	background-position: 0px 4px; padding-left: 0px; margin-left: 0px; margin-top: 0px;}
	
.td_li_blau LI { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #545454; line-height: 18px; list-style-image: none;
	list-style: none;	
	background-image: url(../Bilder/pfeil_bg_b.gif);
	background-repeat:no-repeat;
	background-position: 0px 4px; padding-left: 25px; }	
.td_li_blau UL { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #545454; line-height: 18px; list-style-image: none;
	list-style: none;	
	background-image: url(../Bilder/pfeil_bg_b.gif);
	background-repeat:no-repeat;
	background-position: 0px 4px; padding-left: 0px; margin-left: 0px; margin-top: 0px; }
	
#table P {padding: 0; margin:0;}		
	
.head_table { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #0a59a4; margin: 0px; margin-bottom: 10px; }
.head_table_top { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #666666; margin: 0px; margin-bottom: 10px; }
.head_table a { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #0a59a4;text-decoration: none;}

OL LI{ list-style: decimal; margin-left: 20px; padding-left: 5px; background-image: none;}	

.textforte { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #545454; text-decoration: none; padding-right: 10px;
	}
	
.stand { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #c6c6c6;	}

/* login boxen - info boxen */

.loginbox_left { position: relative; width: 161px; border: 1px solid #dadada; border-bottom: 0px; background-color: #e2ebf6}
.login_left { position: relative; width: 144px; border: 1px solid #ffffff; border-bottom: 0px; padding-left: 15px;}
.infobox_left { position: relative; width: 144px; border: 1px solid #ffffff; border-bottom: 0px; padding-left: 15px; padding-top: 5px; padding-bottom: 5px;}

.infobox_left UL { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #545454; margin: 0px; padding: 0px;}
.infobox_left LI { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #545454; line-height: 18px; 
	list-style-image: none;
	list-style: none;	
	background-image: url(../Bilder/pfeil_bg_db.gif);
	background-repeat:no-repeat;
	background-position: 0px 4px;
	padding-left: 20px;}

.login_apo_head { position: relative; width: 159px; height: 41px; border: 1px solid #ffffff; background-image:url(../Bilder/rod_apo_head.gif); background-repeat: no-repeat;}
.login_presse_head { position: relative; width: 159px; height: 41px; border: 1px solid #ffffff; background-image:url(../Bilder/rod_presse_head.gif); background-repeat: no-repeat;}
.login_linklist_head { position: relative; width: 159px; height: 41px; border: 1px solid #ffffff;}

.login_apo_bottom { position: relative; width: 163px; height: 12px; background-image: url(../Bilder/rod_login_end.gif); background-repeat: no-repeat; margin-bottom: 15px;}

.login_text  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #004ea7;}
.logout_text  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #1e3e61; margin-top: 3px;}
.login_left input { margin-top: 5px; *margin-top: 0px;}

.login_feld { width: 129px; margin-bottom: 3px;}

.login_text_errormsg { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FF0000; margin-top: 3px;}

.loginbox_left IMG { border: 0px;}
.login_left a {color: #e31019; text-decoration: none; font-weight: bold; font-size: 10px;}


/* NEWS LAYOUT */

.newsbox_right { position: relative; width: 161px; border: 1px solid #dadada; border-bottom: 0px; background-color: #e2ebf6; margin-top: 10px;}
.news_head { position: relative; width: 159px; height: 39px; border: 1px solid #ffffff; background-image:url(../Bilder/news_head.gif); background-repeat: no-repeat;}

.news-latest-date  a{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #0a59a4; text-decoration: none; font-weight: bold;}
.news-latest-date img {border: 0px;}
.news-latest-morelink { margin-top: 5px; margin-bottom: 10px; *margin-bottom: 10px;}

.news-latest-item { padding-left: 5px; padding-right: 5px; }

.news-latest-item .bodytext{ font-size: 11px;}
.news-single-backlink { border: 0px;}

.clearer { border: 0px; color: #ffffff;}
.news-list-item-content img { float: left; padding-right: 5px; border: 0px;}

.news-list-item { padding-bottom: 0px; *padding-bottom: 5px;}

.news-single-img { margin-top: 4px; *margin-top: 22px; float: right;}
.news-list-item-img IMG { margin-top: 4px; *margin-top: 22px; float: right;}

/****** KONTAKTFORMULAR ***************/
 

.csc-mailform {border: 0px; padding: 0px; margin: 0px; margin-top: 15px;}
	
.csc-mailform-field {padding-top: 2px; padding-bottom: 2px;}
	
/*.csc-mailform-label	{float: left;}*/

.csc-mailform-label { font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 12px; padding-bottom: 15px; color: #545454}
	
#mailformBitte_senden_Sie_mir_weitere_I {margin-top: 5px; margin-bottom: 5px;}
	
#mailformPlease_send_further_information_about {margin-top: 5px; margin-bottom: 5px;}
	
.kontakt_label {font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px; color: #545454;}
		
.mailformIhre_Nachricht { cols: 30;}
		
LABEL { float: left; width: 100px; }		

#mailform {float: left; margin-top: 5px;}
#mailform-field { padding-bottom: 10px;}
.csc-mailform-submit { margin-left: 100px;}

/* REGISTRIERUNG */

.tx-srfeuserregister-pi1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #545454;}

.tx-srfeuserregister-pi1 a {background-image: none; padding-left: 0pt; text-decoration:none; margin-top: 3px;}

/* TMPL 3er BOX */

.box_threecols {
	position: relative;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	}					
	
.threecols_1 {	position: relative;	float: left;  }
.threecols_2 {	position: relative;	float: left; padding-left: 10px; padding-right: 10px;}
.threecols_3 {	position: relative;	float: left; padding-left: 10px;}

/* TMPL 2er BOX */
.box_twocols {
	position: relative;
	margin: 0px;
	margin-bottom: 10px; 
	margin-top: 0px;
	}					
	
.twocols_1 {	position: relative;	float: left; }
.twocols_2 {	position: relative;	float: left; padding-left: 10px; padding-right: 5px;}

/* FARBIGE HINTERGRÜNDE und RAHMEN und BULLETPOINTS */

DIV.bullet_pfeil UL { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #545454;}
DIV.bullet_pfeil LI { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #545454; line-height: 18px; list-style-image: none; list-style: none;	
background-image: url(../Bilder/bulletpoint_pfeil.gif);	background-repeat:no-repeat; background-position: 0px 4px; padding-left: 25px;}

DIV.bullet_pfeil_grau { background-color: #f7f7f7; padding: 2px 4px 2px 4px; border: 0px solid #333333; margin-bottom: 10px; }
DIV.bullet_pfeil_grau UL { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #545454;}
DIV.bullet_pfeil_grau LI { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #545454; line-height: 18px; list-style-image: none; list-style: none;	
background-image: url(../Bilder/bulletpoint_pfeil.gif);	background-repeat:no-repeat; background-position: 0px 4px; padding-left: 25px;}

