/* base elements */
body {
	/*text-align:center;*/
	height				: 100%;
	min-height			: 100%; /* for mozilla etc*/
	max-height			: 100%;
}

.clearer {
	clear				: both;	
}

#style_top {
	width				: 100%;
}

#style_main {
	width				: 100%;
}

/*         ______
__________/ Page \__________________________________________________________________
--------------------------------------------------------------------------------------- */
/* breite, außenabstände bzw. positionierungsangaben
*/
#page {
	overflow			: hidden;
	position			: relative;
	text-align			: left;
	margin				: 0 auto;
}

/* innenabstande und textflussrichtung*/
#page_inner {
	position			: relative;
	overflow			: hidden;
}

#page h1, #page h2, #page h3, #page h4, #page h5, #page h6 { 
	margin				: 1em 0 0.7em 0; 
}

#page p {
	line-height			: 1.5; 
}

/*         ______
__________/ main \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#content_wrapper > table {
	width				: 100%;
}

#content_wrapper tr{
	height				: 100%;
}

#content_wrapper td{
	height				: 100%;
	vertical-align		: top;
}

/* innenabstande und textflussrichtung*/
#content_wrapper {
	position			: relative;
	overflow			: auto;
	margin				: 0 0 0 0;
	width				: 1100px;
	overflow			: hidden;
	margin				: 0 auto;
}

#cl {
	width				: 17px;
}

#content_left_wrapper {
	background-image	: url('../img/cl_kachel.png');
	background-repeat	: repeat-y;
}

#content_left {
	margin				: 30px 0 0 3px;
	padding				: 0;
	width				: 241px;
}

#content_left_2 {
	padding				: 0 0 0 0;
	margin				: 30px 0 0 30px;
	min-height			: 150px;
	width				: 180px;
	overflow			: hidden;
}

#cl_bottom {
	background-image	: url('../img/cl_bottom.png');
	background-repeat	: no-repeat;
	width				: 244px;
	height				: 47px;
}

#cm_bottom {
	background-image	: url('../img/cm_bottom.png');
	background-repeat	: no-repeat;
	width				: 588px;
	height				: 47px;
}

#cr_bottom {
	background-image	: url('../img/cr_bottom.png');
	background-repeat	: no-repeat;
	width				: 233px;
	height				: 47px;
}

#content_main_wrapper {
	margin				: 0;
	padding				: 0;
}

#content_main {
	width				: 548px;
	margin				: 30px 20px;
}

#content_right_wrapper {
	padding				: 0;
	margin				: 0;
	background-image	: url('../img/cr_kachel.png');
	background-repeat	: repeat-y;
}

#content_right {
	width				: 188px;
	margin				: 30px 20px 30px 25px;
}

#cr {
	width				: 18px;
}

#border_bottom {
	height				: 3px;
	background-image	: url('../img/border_bottom.png');
	background-repeat	: repeat-x;
}


/*         ________
__________/ header \__________________________________________________________________
--------------------------------------------------------------------------------------- */
#header {
	position			: relative;
	height				: 227px;
	width				: 1100px;
	text-align			: left;
	margin-left			: auto;
	margin-right		: auto;
}

#header h1, #page #header h1 {
	font-size			: 1.2em;
	position			: absolute;
	top: 190px;
	left: 281px;
	margin 				: 0px;
}

#header h2, #page #header h2 {
	font-size			: 1.1em;
	position			: absolute;
	top					: 1.2em;
	margin 				: 0px;
}

/* Logo */
#header #logo {
	background-position	: 20px 85px 0 0;
	background-image	: url('../img/logotrans.gif');
	background-repeat	: no-repeat;
	position			: absolute;
	width				: 100%;
	height				: 100%;	
	top					: 0;
	left				: 0;
}

/* Keyvisual */
#header > div.kv {
    position 			: absolute;
    width 				: 588px;
    height				: 224px;
	left				: 261px;
	top					: 3px;
    background    		: url('../1001/KV/kv_1.jpg') 0 0 no-repeat;
}

#header_mask {
	position			: absolute;
	bottom				: 0;
	left				: 0;
	height 				: 227px;
	width				: 1100px;
	background			: transparent url('../img/m_header.png') 0 0 no-repeat;
}

/*         __________
__________/ sidebars \__________________________________________________________________
--------------------------------------------------------------------------------------- */

/* sidebar right */
#widgetbar_page_right_1,
#widgetbar_site_right_1 {
/*	overflow			: hidden;*/
	width				: 180px;	
	float				: left;
	clear				: left;
}

/* sidebar left */
#widgetbar_page_left_2 {
/*	overflow			: hidden;*/
	width 				: 180px;
	float				: left;
	clear				: left;
}

#widgetbar_site_left_2 {
/*	overflow			: hidden;*/
	width 				: 180px;
	float				: left;
	clear				: left;
}

#widgetbar_page_left_2 > ol,
#widgetbar_page_left_2 > ul,
#widgetbar_site_left_2 > ol,
#widgetbar_site_left_2 > ul {
	list-style-position: inside;
}
#widgetbar_page_right_1 > ol,
#widgetbar_page_right_1  > ul,
#widgetbar_site_right_1 > ol,
#widgetbar_site_right_1 > ul  {
	list-style-position: inside;
}

/*         ____________
__________/ navigation \__________________________________________________________________
--------------------------------------------------------------------------------------- */
#cm_navigation {
	float				: left;
	margin				: 0;
	width				: 188px;
	overflow			: hidden;
}

#cm_navigation ul,
#cm_navigation ul li {
	margin				: 0 0 0 0;
	list-style-type		: none;
}

/* NAV NORMAL */
#cm_navigation ul li a {
	display				: block;
	height				: 2.2em;
	line-height			: 2.2em;
	padding-left		: 20px;
	text-decoration		: none;
	margin				: 0 0 0 0;
	background			: url('../img/m_navi_off.png') no-repeat left;
	overflow			: hidden;
	width				: 187px;
}

/* NAV MOUSE */
#cm_navigation ul li a:hover {
}

/* NAV HIGH */
#cm_navigation ul li.cm_current {
}
#cm_navigation ul li.cm_current a {
	background			: url('../img/m_navi_on.png') no-repeat left;
}
#cm_navigation ul li.cm_current a:hover {
	background			: url('../img/m_navi_on.png') no-repeat left;
}


/*         _______________
__________/ Subnavigation \__________________________________________________________________
--------------------------------------------------------------------------------------- */

/* SUBNAV BG */
#cm_navigation ul li.cm_current ul {
}

/* SUBNAV NORMAL */
#cm_navigation ul li.cm_current ul li a {
	display				: block;
	height				: 1.8em;
	line-height			: 1.8em;
	font-size			: 0.8em;
	background			: none;
	padding-left		: 30px;
	background			: url('../img/m_subNavi_on.png') no-repeat left;
}

/* SUBNAV MOUSE */
#cm_navigation ul li.cm_current ul li a:hover {
	font-weight			: bold;
}

/* SUBNAV HIGH */
#cm_navigation ul li.cm_current ul li.cm_current {
}
#cm_navigation ul li.cm_current ul li.cm_current a:link {
	font-weight			: bold;
}

/* SUBNAV HIGH MOUSE */
#cm_navigation ul li.cm_current ul li.cm_current a:hover {
	font-weight			: bold;
}


/*         ________
__________/ footer \__________________________________________________________________
--------------------------------------------------------------------------------------- */
#footer {
	width				: 1045px;
	overflow			: hidden;
	position			: relative;
	padding				: 0 10px 10px 0;
	text-align			: left;
	font-size			: 0.9em;
	margin				: 0 0 0 0;
}

#footer a {
}

#footer a:hover {
}
 
