/* ############## */
/* reseting standard elements */
/* ############## */
table, tr, td, th, img, div, p, form, button { 
	margin: 0;
	padding: 0;
	border: 0;
}

ul, ol { padding:0; margin:3px 3px 3px 25px; }
li { margin:0 0 4px; }


p { 
	margin:6px 0;
} 

html, body {
	height: 100%;
	margin:0;
	padding:0;
	border:0;
}

/* ############## */
/* general format */ 
/* ############## */
html, body { 
/*	background-color: #FFF; */
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #4d4d4d;
}

* {}

h1, .headline { font-size:17px; font-weight:bold; color:#e2003b; margin:10px 0; overflow:hidden; }
h2, .subheadline { font-size:14px; font-weight:bold; color:#e2003b; margin:12px 0 3px 0; }
h3, .subsubheadline { font-size:12px; font-weight:bold; color:#4d4d4d; margin:12px 0 3px 0; }


a { /*, a:link, a:visited*/
	text-decoration:underline;
	color:#4d4d4d;
}
a:hover {
	color:#e2003b;
}
a:focus, a:active { 
}

/* ############## */
/* SYSTEM_PAGE    */
/* ############## */


/*###############################*/
/*#### Main Divs  ###############*/
/*###############################*/
div.main {
	width: 100%; 
	height:100%;
	text-align: center;
	background:url(/ecics/images/bg_main.png) repeat center top;
}
div.main2 {
	width:100%;
	height:100%;
/*	background:url(/ecics/images/bg_navi_main.png) repeat-y center top; */
}
div.main3 {
	width:100%;
	height:auto;
	background:url(/ecics/images/bg_main.png) repeat center top;
}
div.main4 {
	width:100%;
	height:auto;
	background:url(/ecics/images/bg_top.png) no-repeat center top;
}

div.footer {
	display:none;
}

div.footer_clear { clear:both; }

div.main_inner {
	margin: 0 auto;
	padding:0;
 	width: 845px;
	text-align:left;
	height:100%;
}

/*#### Kopfzeile ############*/

div.inner_header {
	height:132px;
	width:845px;
	position:relative;
}

div.header_logo {
	position:absolute;
	top:10px;
	left:60px;
	width:145px;
	height:150px;
}
* html #a_logo { 
	display:block;
	width:145px;
	height:150px;
	cursor:pointer;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/ecics/images/logo.png'); 
}
* html #a_logo img { 
	display:none;
}


div.header_row1 { height:113px; overflow:hidden; }
div.header_row2 { height:19px; overflow:hidden; }

span.header_img {
	display:inline-block;
	height:113px;
	width:495px;
	margin:0 0 0 170px;
}

span.header_address {
	display:inline-block;
	width:168px;
	height:80px;
	vertical-align:bottom;
	padding:0 0 5px 12px;
}

span.header_links {
	display:inline-block;
	height:17px;
	width:455px;
	margin:0 0 0 210px;
	padding:2px 0 0;
	vertical-align:top;
	background:#b1b3b4;
}
span.header_links a { text-decoration:none; }

span.header_headline {
	display:inline-block;
	height:17px;
	width:168px;
	font-weight:bold;
	color:#fff;
	padding:2px 0 0 12px;
	overflow:hidden;
	vertical-align:top;
	background:#e2003b;
}


/*#### Hauptbereich ############*/

div.inner_content {
	width:845px;
	text-align:left;
	background:url(/ecics/images/bg_navi.png) repeat-y;
}

div.content_left {
	float:left;
	width:170px;
	padding:30px 0 50px;
	background:#d9dadb;
}

div.content_main {
	float:right;
	width:664px;
	padding:18px 0 0 11px;
	margin:0 0 30px;
}


/*#### linke Spalte ############*/

div.left_navi {
	margin:0;
	padding:3px 0 30px;
	width:170px;
	overflow:hidden;
}

div.left_search {
	margin:0 0 20px;
	width:170px;
	padding:0;
	background:#b1b3b4;
	overflow:hidden;
}
input.search_input {
	width: 100px;
	margin:2px 5px 2px 28px;
	font-size:11px;
	border:0;
	padding-left:2px;
}
button.search_submit {
	cursor:pointer;
	border:0;
	background:transparent;
	vertical-align:top;
	color:#fff;
}

div.left_links {
	margin:0 0 15px;
	overflow:hidden;
}
div.left_links a {
	display:block;
	font-size:10px;
}


/*#### Editor-Areas ############*/

div#content_main_area_box, .com_login {
	overflow: hidden;
	margin:0;
	padding:0;
	float:left;
}
div#content_main_area {}

div#content_right_area_box {
	margin:0 0 10px 12px;
	padding:0;
	overflow:hidden;
	float:right;
}
div#content_right_area {}

.main_area_1 { width: 664px;}
.right_area_1 { display:none; }

.main_area_2 { width:484px;}
.right_area_2 {	width:168px;}

/*#### Navigation / Elemente ###############*/

a.menu_allg {
	text-align:left;
	margin:0;
	display:block;
	padding:0;
	font-size:12px;
	line-height:normal;
	font-weight:normal;
	text-decoration:none;	
	color:#000;
}

span.menu_list_item {
	display:none;
}

a.menu_allg:link, a.menu_allg:hover, a.menu_allg:visited {
}

ul.menu, li.menu, ul.menu ul, ul.menu li {
	list-style-type:none;
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
}

a.menu_parent {
}
a.menu_parent:link {
}
a.menu_parent:hover {
}

a.menu_item0 {
}
a.menu_active0, a.menu_child0{
}
a.menu_item0:hover {
}

a.menu_item1 {
	width:138px;
	padding:4px 4px 4px 28px;
	background:url(/ecics/images/dot_navi.png) no-repeat 14px 7px;
}
a.menu_item1:hover {
	font-weight:bold;
	color:#e2003b;
	background:url(/ecics/images/dot_hnavi.png) no-repeat 14px 7px;
}
a.menu_active1, a.menu_child1, a.sover {
	font-weight:bold;
	color:#e2003b;
	background:url(/ecics/images/dot_hnavi.png) no-repeat 14px 7px;
}
a.menu_sub_static1 { }

a.menu_item2 {
	font-size:11px;
	width:124px;
	padding:4px 4px 4px 42px;
	background:url(/ecics/images/dot_navi.png) no-repeat 28px 6px;
}
a.menu_active2, a.menu_child2 {
	font-weight:bold;
	color:#e2003b;
	background:url(/ecics/images/dot_hnavi.png) no-repeat 28px 6px;
}
a.menu_last2 {
	margin-bottom:10px;
}
a.menu_item2:hover {
	font-weight:bold;
	color:#e2003b;
	background:url(/ecics/images/dot_hnavi.png) no-repeat 28px 6px;
}
a.menu_sub_static2 { }

a.menu_item3 {}
a.menu_last3 {}
a.menu_active3, a.menu_child3 {}
a.menu_item3:hover {}
a.sover {}


ul.menu_sub_ul {
	position:absolute;
	border:1px solid #fff;
	border-bottom:0;
	background:url(/ecics/central/images/dot_trans.gif);
	display:none;
	padding:0;
	margin:0;
	text-align:left;
}
a.menu_popup {
	display:block;
	width:150px;
	border-bottom:1px solid #fff;
	background:#d9dadb;
	padding:3px 10px 3px 5px;
	color:#111;
	line-height:normal;
	font-size:12px;
	text-decoration:none;
}
a.menu_sub {
	background-image:url(/ecics/central/menu/menue_bullet.gif);
	background-position:right center;
	background-repeat:no-repeat;
}
a.menu_sub:hover, a.mover {
	background-image:url(/ecics/central/menu/menue_bullet_over.gif);
}
a.menu_popup:link, a.menu_popup:visited {
	font-weight:normal;
}
a.menu_popup:hover, a.mover {
	background-color:#e2003b;
	color:#fff;
}

/* WYSIWYG classes */
/* --------------- */

.standard {
}

.img_right {
	margin:2px 0 2px 5px;
	float:right;
}

.img_left {
	margin:2px 5px 2px 0;
	float:left;
}

table.user_table {
	border-collapse:collapse;
	border:1px solid black;
}
table.user_table tr {
	border:1px solid #333;
}
table.user_table td {
	border:1px solid #333;
	padding:2px;
}


/*#### (User-)Boxen ############*/

div.left_box {
	width:170px;
	margin:0 0 15px;
}
div.left_box_msg {
	width:168px;
	border:1px solid red;
}
div.left_box div.header {
	padding:2px 5px;
	background:#e2003b;
	font-size:12px;
	color:#fff;
	text-align:center;
}
div.left_box div.content {
	padding:5px;
	border-bottom:2px solid #e2003b;
	font-size:11px;
}
div.left_box div.content li {
	margin:2px auto;
}


/* ####################### */
/* Eventcalendar STyLes    */
/* ####################### */

div.ec_kompl { }
div.ec_header { } 
div.ec_sub_header { width:450px; text-align:right; margin:0 auto 10px; }
hr.ec { width:100%; background-color:#e2003b; color:#e2003b; height:2px; border-style:none; border-width:0px; }
table.ec_events { width:450px; text-align:left; overflow:hidden; margin:0 auto; }
td.ec_event_pics { padding:10px; vertical-align:top; }
td.ec_event_text { padding:10px; vertical-align:top; }
div.ec_event_date { margin-top:2px; }
div.ec_event_title { font-size:13px; margin-top:2px; font-weight:bold }
ul.ec_event_infos {}
il.ec_event_infos {}
a.ec_event_link {}
div.ec_event_content {}
table.ec_icons td { padding:2px; }


/****************/
/* NEWS-BEREICH */
/****************/

/*current category list */
div.news_current_cat { width:100%; text-align:center; }

/* single article anzeige */
div.news_single_article { width:100%; text-align:center }

/* category-header-bereich */
div.news_category_header { width:95%; overflow:hidden; border:solid #e2003b; border-width:2px 0; background:#d9dadb; padding:6px; margin:10px auto; }
div.news_cat_header { font-size:20px; }
div.news_new_article, div.news_all_article_in_cat { float:right; }
div.news_external_category { margin: -8px 5% 10px 0; text-align:right; }

/* article-bereich */
div.news_articles { width:600px; margin:0 auto; }
div.news_article { text-align:left; width:495px; overflow:hidden; margin:0 auto; }
div.news_article_title { font-size:20px; margin-top:15px }
div.news_article_subtitle { font-size:11px; margin:4px 0 0 1px; }
div.news_article_content { margin-top:10px }
hr.news_article_end { margin-top:10px; width:100%; background-color:#e2003b; color:#e2003b; height:2px; border:0 none; clear:both; }

div.news_article_content_printable { width:473px; overflow:auto; border:1px solid #F00; padding:5px 10px 10px; margin-top:10px; }
div.news_article_content_printable_remark {	border-bottom:2px solid #F00; padding:3px; text-align:center; margin-bottom:5px; }


/* admin bereich beim article */
div.news_admin_area { background:#d9dadb; width:100%; margin:0 auto 5px; padding:2px; }
font.news_admin_red { color:#ff0000 }
input.news_button, button.news_button {	margin: 1px 2px; background: #FFF; border:2px solid #e2003b; padding:0 5px; cursor:pointer; }
input.news_button_inactive { margin: 1px 2px; background: #eee;	color:#333;	border:2px solid #999; padding:0 5px; }
input.news_button_full { width:100%; }

/* Main category list */
div.main_catlist { width:90%; margin:20px 5%; }   /* div der gesamten liste */
div.main_catlist_header { margin:10px; font-size:20px } /* text der ueberschrift */
div.main_catlist_all_entries { } /* div fuer alle rubrikeintraege */
div.main_catlist_one_entry { margin:2px 0 } /* div fuer die einzelnen eintraege */
a.main_catlist_text { } /* verlinkte Kategorien */
span.main_catlist_text { font-weight:normal }  /* nur text-Kategorieren (leere) */

/* Liste fuer subcategories */
div.news_sub_catlist { width:180px; text-align:left; margin:260px 0 15px; }
div.news_sub_catlist_header { font-weight:bold; font-size:12px; text-align:left; margin:0 10px 10px; }
a.news_sub_catlist { font-size:10px; color:#4d4d4d; }
ul.news_sub_catlist { text-align:left; padding:4px }
li.news_sub_catlist { font-size:10px; }


div.news_article_startseite { width:590px; }

/****************/


/*****************/
/* Community     */
/*****************/

.com_login { }

.com_button {
	border:1px solid #e2003b;
	margin:5px 3px;
	cursor:pointer;
	vertical-align:middle;
	background:#d9dadb !important;
}
.com_button:hover {
	background:#b1b3b4 !important;
/*	color:#fff !important;*/
}

.com_input_text {
	vertical-align:middle;
	border:1px solid #b1b3b4;
}

.com_login td {
	text-align:right;
	padding:3px;
}

/*************/
/* Diaschau */
/*************/

div.ds_box {
	padding:10px;
	overflow:hidden;
	clear:both;
}

div.ds_tn, div.ds_tn_single {
	float:left; 
	padding:6px; 
/*	width:100px !important; 
	height:75px !important; */ 
	overflow:hidden;
}

div.ds_tn_single { float:none }

br.ds_stopper {
	clear:left;
	display:block;
}

img.slideshow {	display:none; }
body.mceContentBody img.slideshow { display:block; }


/* fuer dforms */
.local_dform_table td { background:transparent !important; font-size:12px; }

