
/* ############## */
/* general format */ 
/* ############## */

h1, .headline { color:#111; }
h2, .subheadline { color:#111; }

/*###############################*/
/*#### Main Divs  ###############*/
/*###############################*/
div.main {
	background:url(/ecics/images/bg_sophienhof.jpg) no-repeat center top;
}
div.main2 {
	background:url(/ecics/images/bg_sophienhof.jpg) no-repeat center top;
}

/*#### Kopfzeile ############*/

div.inner_header {
	background:url(/ecics/images/bg_sophienhof_top.png) no-repeat;
}

div.header_logo { width:235px; height:80px; padding:20px 40px; }

div.header_row { background:#777; border-top:1px solid #ccc; padding-top:1px; }
span.header_links .sep { padding:0 20px; }
span.header_links a, span.header_links { color:#fff; }


/*#### Hauptbereich ############*/

div.inner_content {
	background:url(/ecics/images/bg_sophienhof_main.png) repeat-y;
}

div.content_left {
	background:#fbed96;
}

/*#### linke Spalte ############*/

div.left_search {
	border:1px solid #ccc;
}

/*#### mittlere Spalte ############*/

/*#### rechte Spalte ############*/

#right_header_title {
	font-size:14px;
	padding:0 0 15px;
	font-weight:bold;
	line-height:130%;
	text-align:center;
}
.right_header_title_editor {
	margin:0 10px;
	width:170px;
	overflow:hidden;
	background:#dedede;
}

/*#### Editor-Areas ############*/


/*#### Navigation / Elemente ###############*/

a.menu_allg {
	color:#000;
}

a.menu_item1:hover {
	color:#000;
}
a.menu_active1, a.menu_child1, a.sover {
	color:#000;
}

a.menu_item2 span.text { 
	border:solid #333;
	border-width:0 1px;
}
a.menu_item2 span.textintext { background:#FBED96; }
a.menu_item2:hover {
	color:#333;
}


ul.menu_sub_ul {
	border:1px solid #333;
	border-bottom:0;
}
a.menu_popup {
	border-bottom:1px solid #333;
	background-color:#fff;
	color:#111;
}
a.menu_popup:hover, a.mover {
	background-color:#333;
	color:#fff;
}

/* WYSIWYG classes */
/* --------------- */


/*#### (User-)Boxen ############*/



/* ####################### */
/* Eventcalendar STyLes    */
/* ####################### */


/****************/
/* NEWS-BEREICH */
/****************/

/*****************/
/* Community     */
/*****************/

.com_button {
	border:1px solid #d9dadb;
	background:#fbed96 !important;
}
.com_button:hover {
	background:#d9dadb !important;
/*	color:#fff !important;*/
}


/*************/
/* Diaschau */
/*************/

/* dforms */
table.local_dform_table input[type=text] { width:270px; }
table.local_dform_table textarea { width:270px; }


