
/* ----------------------------*/
/* --- Options-Bar CMS 1.1b ---*/
/* ----------------------------*/
.cms_options_bar {
	float:left;
	width:100%;
	height:38px;
	/*background-image:url(../img/hg_optionbar.jpg);
	background-repeat:repeat-x;*/
	background-color:#d4d0c8;
}

.cms_options_bar a {
	margin:0px;
	padding:0px;
	text-decoration:none;
	outline:inherit;
	color:#000000;
}

.cms_link_container {
	float:left;
	margin-top:3px;
	margin-left:5px;
}

.cms_font_size_container {
	float:right;
	width:170px;
	height:27px;
	padding:1px;
	margin-top:3px;
	margin-right:5px;
	background-color:#FFFFFF;
	border:1px solid #999999;
}

.cms_font_size {
	float:left;
	width:170px;
	height:27px;
	background-color:#999999;
	color:#FFFFFF;
}

.cms_border_shadow {
	float:left;
	width:100%;
	height:4px;
	line-height:4px;
	margin:0px;
	padding:0px;
	background-image:url(../img/border_shadow.gif);
	background-repeat:repeat-x;
}

.cms_font_size_div {
	float:left; 
	background-color:#FFFFFF; 
	border:1px solid #FCDA97; 
	margin-top:2px; 
	margin-right:4px;
	padding-left:3px; 
	padding-right:3px;	
}
/* ----------------------------*/
/* ---   Ende Options-Bar   ---*/
/* ----------------------------*/

/* ----------------------------*/
/* ---      Admin-Bar       ---*/
/* ----------------------------*/
.navigation_admin {
	float:left;
	width:100%;
	height:20px;
	margin:0px;
	padding:0px;
	text-align:justify;
	color:#000000;
	background-color:#d0d4ec;
	padding:3px 0px 3px 0px;
}

.navigation_admin a {
	padding:0px 0px 0px 5px; 
}
/* ----------------------------*/
/* ---   Ende Admin-Bar   ---*/
/* ----------------------------*/


/* ----------------------------*/
/* ---  Menue-Bar CMS 1.1b  ---*/
/* ----------------------------*/

#div_menue_bar_inc {
	float:left; 
	width:173px; 
	margin-left:35px; 
	margin-top:15px; 
	padding:0px;
	margin-bottom:30px;
}

.div_menue_bar1 { 
	float:left; 
	width:100%; 
	height:23px; 
	border-top:1px solid #FFF; 
	border-right:1px solid #fff; 
	border-left:1px solid #fff; 
	padding-top:9px;
	text-align:center;	
}

.div_menue_bar_links a { 
	float:left; 
	width:100%; 
	line-height:10px;
	color:#495146;	
	text-align:center;
}

.div_menue_bar_links a:hover {
	float:left; 
	width:100%; 
	line-height:10px;
	color:#000;
	font-weight:bold;
}




.a_menue_link { 
	font-size:12px; 
	font-weight:bold; 
	margin-left:3px; 
}

#div_submenue_link { 
	float:left; 
	width:100%; 
	padding-top:6px; 
	padding-bottom:6px; 
	line-height:normal; 
	border-right:1px solid #fff; 
	border-left:1px solid #fff;	
}

#a_submenue_link {
	font-size:12px; 
	margin-left:3px; 
} 

.div_menue_left {
	width:7px;
	height:21px;
}

.div_menue_right {
	width:8px;
	height:21px;
}

.prodrop4 {
	padding:0px 0px 0px 0px; 
	margin:0px; 
	list-style:none; 
	text-align:justify;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
	
.prodrop4 li.top {
	display:block; 
	float:left;
	width:100%;
}
	
.prodrop4 li a.top_link {
	width:100%;
	display:block; 
	float:left; 
	color:#FFFFFF; 
	text-decoration:none; 
	font-size:11px; 
	padding:0px 0px 0px 0px; 
	cursor:pointer;
	line-height:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
	
.prodrop4 li a.top_link span {
	float:left; 
	width:100%;
	display:block; 
	padding:0px 0px 0px 0px; 
	background-image:url(../img/navi_button_bg.gif);
	background-repeat:repeat-x;
}
	
.prodrop4 li a.top_link:hover {
	color:#FFFFFF; 
	font-weight:bold;
	background-image:url(../img/navi_button_bg.gif);
	background-repeat:repeat-x;	
}
	
.prodrop4 li a.top_link:hover span {
	background-image:url(../img/navi_button_bg.gif);
	background-repeat:repeat-x;	
}

.prodrop4 li:hover > a.top_link {
	color:#FFFFFF; 
}
	
.prodrop4 li:hover > a.top_link span {
}

.prodrop4 table {
	border-collapse:collapse; 
	width:0; 
	height:0; 
	position:absolute; 
	top:0; 
	left:-7px;
}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.prodrop4 a:hover {
	visibility:visible; 
	position:relative; 
	z-index:200;
}
	
.prodrop4 li:hover {
	position:relative; 
	z-index:200;
}
/* keep the 'next' level invisible by placing it off screen. */
.prodrop4 ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	height:0; 
	margin:0; 
	padding:0; 
	list-style:none;
	z-index:900;	
}


.prodrop4 :hover ul {
	left:0; 
	top:21px; 
	background: #0072c5; 
	padding:3px; 
	border:1px solid #FFFFFF; 
	border-width:0px 1px 1px; 
	white-space:nowrap; 
	height:auto; 
	z-index:900;
}

.prodrop4 :hover ul li {
	display:block; 
	height:21px; 
	position:relative; 
	font-weight:normal; 
	width:auto;
}

.prodrop4 :hover ul li a {
	display:block; 
	font-size:11px; 
	height:21px; 
	line-height:21px; 
	width:auto; 
	padding:0px 10px; 
	color:#FFFFFF; 
	text-decoration:none;
}
	
.prodrop4 :hover ul li a:hover {
	background:#0072c5; 
	color:#FFFFFF;
	font-weight:bold;
}
/* ----------------------------*/
/* ---     End Menue-Bar    ---*/
/* ----------------------------*/



.divVeranstaltungen {
	float:left;
	padding:10px 0px 40px 0px;
	width:200px;
}

.divTextVeranstaltung {
	float:left;
	margin:10px 0px 30px 0px;
	width:370px;
	padding:10px;
	color:#000000;
	border: 1px solid #cccccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}

.divVeranstaltungMenue {
	float:left;
	width:150px;
	margin:0px 00px 10px 5px;
	padding:5px;
	border-left:1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.veranstaltungUeberschrift {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	width:100%;
	font-size:12px; 
	margin:0px; 
	padding:0px;
}

#div_veranstaltung_text { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.fontMeldung {
	font-size:10px;
	width:100%;
	text-align:center;
	height:300px;
}

/* ----------------------------*/
/* ---  Aufbau des Content  ---*/
/* ----------------------------*/

#site {
	float:left; 
	width:100%;
}

#Template_Main {
	float:left; 
	width:983px; 
	background-color:#383431; 
	background-image:url(../img/ws_content_hghg.jpg); 
	background-repeat:repeat-x; 
	background-position:top; 
	min-height:475px; 
	border-bottom:1px solid black;
}

#Template_Logos {
	float:left; 
	width:981px; 
	min-height:37px; 
	height:40px; 
	border-bottom:1px solid black; 
	background-color:white; 
}

#div_content { 
	float:left; 
	width:625px; 
	padding:10px; 
	text-align:left; 
	color:#000; 
	font-size:14px; 
	border-bottom:1px solid black;
}

#div_options_bar_inc { 
	float:left; 
	margin-top:6px; 
	margin-left:5px; 
	margin-right:5px; 
	font-weight:bold;
}

#div_content_inc {
	float:left; 
	width:645px; 
	min-height:360px; 
	margin-left:25px; 
	margin-top:15px; 
	padding:0px; 
	border-top:1px solid #383838; 
	border-left:1px solid #383838; 
	border-right:1px solid #383838; 
	background-color:#fff; 
}

#div_content_title { 
	float:left; 
	width:350px;
}

#h1_content { 
	text-decoration:none; 
	font-size:14px; 
	font-weight:normal; 
	line-height:16px;
}

#div_content_title_h1 { 
	height:16px; 
	float:left;
}

#div_content_inhalt { 
	float:right; 
	width:190px; 
	margin-right:20px;
}

#div_content_text_1 { 
	float:left; 
	width:95%; 
	padding:10px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
}

#div_News { 
	float:left; 
	width:95%; 
	padding:10px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
}

#div_Kontakt { 
	float:left; 
	padding-left:20px;
}

#div_download_inc { 
	float:left; 
	width:500px; 
	padding:30px; 
	padding-top:0px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
}

#div_download_kategorie {
	width:99%; 
	border-bottom:1px solid #FD7B27; 
	padding-top:3px;
}

#div_download_link {
	width:99%; 
	color:#000; 
	float:left;
}

#div_sitemap_inc { 
	float:left; 
	width:620px; 
	margin-left:15px; 
	margin-top:15px; 
	padding:0px; 
}

#div_sitemap_content { 
	float:left; 
	width:350px; 
	border:1px solid #ddd; 
	margin-top:20px; 
	margin-left:100px;
}

#div_sitemap_link { 
	float:left; 
	width:100%; 
	height:20px; 
	background-color:#aaa; 
	line-height:20px; 
	border-bottom:1px solid #ddd;
}

div_sitemap_sublink {
	float:left; 
	width:100%; 
	line-height:0px;
}

#Sitemap_bottom_gap {
	float:left; 
	width:620px; 
	margin-left:35px; 
	margin-top:15px; padding:0px;
}

#div_content_text { 
	float:left; 
	width:95%; 
	padding:10px; 
	padding-top:0px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
}

#div_content_bottom_lines { 
	float:left; 
	width:645px; 
	min-height:70px; 
	height:70px; 
	padding:0px; 
	margin-left:25px; 
	border-left:1px solid #383838; 
	border-right:1px solid #383838; 
	border-bottom:1px solid #383838; 
	border-left:1px solid black; 
	background-color:#fff; 
	background-image:url(http://www.itworks.info/cms/img/lines_bottom.gif);
}

#div_kontakt_inc { 
	margin-top:20px; 
	padding:10px; 
	font-size:12px; 
	border-top:1px solid #999; 
	border-bottom:1px solid #999; 
	width:580px;
}

#Tpl_Bottom {
	float:left; 
	width:830px; 
	min-height:20px; 
	margin-left:15px; 
	color:#FFF; 
	font-size:10px; 
	line-height:20px;
	color:white;
	font-size:10px;
}

#Template_Top { 
	float:left; 
	width:983px; 
	background-image:url(../img/ws_top_hg.jpg);
	background-repeat:no-repeat; 
	background-position:top; 
	min-height:216px; 
	height:216px; 
	border-bottom:1px solid black; 
}

.Quicklinks { 
	float:right; 
	line-height:20px; 
	font-size:10px; 
	margin-right:10px; 
	margin-top:10px;
}

.a_quicklink {
	text-decoration:none; 
	color:#666;
}

#Template_Frame_IE6 {
	border-left:1px solid black; 
	border-top:1px solid black; 
	border-right:2px solid black; 
	border-bottom:2px solid black; 
	width:983px; 
	float:left; 
	margin-left:20px; 
}


#Template_Frame_No_IE6 {
	border-left:1px solid black; 
	border-top:1px solid black; 
	border-right:2px solid black; 
	border-bottom:2px solid black; 
	width:983px; 
	float:left; 
	position:absolute; 
	left:-493px; 
	margin-left:50%;	
}


#Content_all_over {
	float:left; 
	width:645px; 
	min-height:360px; 
	margin-left:25px; 
	margin-top:15px; 
	padding:0px; 
	border-top:1px solid #383838; 
	border-left:1px solid #383838; 
	border-right:1px solid #383838; 
	background-color:#fff; 
}

#Content_Pfeil {
	float:left; 
	width:350px;
}

#Content_header {
	float:left; 
	width:625px; 
	padding:10px; 
	text-align:left; 
	color:#000; 
	font-size:14px; 
	border-bottom:1px solid black;
}

#Content_header_begriff {
	height:16px; 
	float:left;
}

#Content_header_h1 { 
	text-decoration:none; 
	font-size:14px; 
	font-weight:normal; 
	line-height:14px;
}

#Content_header_Icons {
	float:right; 
	width:200px; 
	margin-right:20px;
}

#Content_News {
	float:left; 
	width:95%; 
	text-align:left; 
	color:#000; 
	padding:10px; 
	font-size:12px;
}

#Content_no_Content { 
	float:left; 
	width:95%; 
	padding:10px; 
	padding-top:0px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
}

#Content_Inhalt { 
	float:left; 
	width:95%; 
	padding:10px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
}

#Content_Newsbereich { 
	float:left; 
	width:95%; 
	padding:10px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
}

.rueckruf_box { width:170px; margin-left:35px; float:left; border:1px solid #FFF; background-color:#ddd; }
.rueckruf { width:160px; height:20px; line-height:20px; font-weight:bold; padding:0px 5px; background:#fd7b27 url(/cms/img/icons/pfeil.jpg) no-repeat 95%; float:left; border-bottom:1px solid #FFF; color:white; }
.rueckruf_box input, .rueckruf_box textarea { width:160px; margin:5px; border:1px solid #a9a9a9; }
.rueckruf_box select { width:150px; }

a.pagelink { border:1px solid black; padding:3px 7px; }
.pagelink.aktiv {  }