/* base elements */
body {
	background			: url('../img/Maske_BG.png');
	background-repeat	: repeat-x;
	background-position	: bottom left;
	/*text-align:center;*/
	height				: 100%;
	min-height			: 100%; /* for mozilla etc*/
	max-height			: 100%;
}

.clearer {
	clear				: both;
}


/*         ______
__________/ Page \__________________________________________________________________
--------------------------------------------------------------------------------------- */
/* breite, außenabstände bzw. positionierungsangaben
*/
#page {
	overflow			: hidden;
	position			: relative;
	width				: 1013px;
	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 {
}

#content_wrapper tr{
	height				: 100%;
}

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


/* innenabstande und textflussrichtung*/
#content_wrapper {
	min-height			: 436px;
	position			: relative;
	overflow			: auto;
	margin				: 0 0 10px 0;
}

#cl_top {
	width				: 220px;
	height				: 25px;
}

#cm_top {
	width				: 576px;
}

#cs_top {
	width				: 10px;
	background			: url('../img/m_kachel_mainContent.png');
	background-repeat	: repeat-y;
}

#cr_top {
	width				: 193px;
}

#rs_top {
	width				: 11px;
	background			: url('../img/rs_top.png');
	background-repeat	: no-repeat;
}

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

#content_left {
	margin				: 30px 10px 30px 10px;
	width				: 200px;
	min-height			: 150px;
	padding				: 0;
	float				: left;
}

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

#content_main_wrapper {
}

#content_main {
	width				: 536px;
	min-height			: 430px;
	padding				: 0;
	margin				: 10px 20px 20px 20px;
}

#content_right_wrapper {
	width				: 183px;
	min-height			: 460px;
	margin				: 0;
}

#content_right {
	margin				: 30px 5px 0 5px;
}

#rs_main {
	width				: 11px;
	background			: url('../img/rs_kachel.png');
	background-repeat	: repeat-y;
}

#rs_bottom {
	width				: 11px;
	background			: url('../img/rs_bottom.png');
	background-repeat	: no-repeat;
}
/*         ________
__________/ header \__________________________________________________________________
--------------------------------------------------------------------------------------- */
#header {
	position			: relative;
	margin				: 0;
	width				: 1013px;
	height				: 224px;
	text-align			: left;
}

#header h1, #page #header h1 {
	font-size			: 24px;
	position			: absolute;
	top					: 165px;
	left				: 22px;
	margin 				: 0px;
}

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

/* Logo */
#header #logo {
	background-position	: 85px 35px;
	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 				: 985px;
    height				: 190px;
	left				: 10px;
	top					: 10px;
    background    		: url('../1001/KV/kv_1.jpg') 0 0 no-repeat;
}

#header_bg {
	position 			: absolute;
    width 				: 985px;
    height				: 190px;
	left				: 10px;
	top					: 10px;
}

#header_mask {
	position			: absolute;
	top					: 0px;
	left				: 0;
	height 				: 218px;
	width				: 1010px;
	background			: 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				: 100%;
	overflow			: hidden;
}

#cm_navigation ul, #cm_navigation ul li {
    list-style			: none outside none;
    margin				: -3px 0 0;
    padding				: 4px 10px 0 0;
}

#cm_navigation li {
	background			: transparent url('../img/m_navi_button.png') 0 0 no-repeat;
}

/* NAV NORMAL */
#cm_navigation ul li a {
	display				: block;
	height				: 23px;
	line-height			: 22px;
	padding-left		: 20px;
	text-decoration		: none;
	overflow			: hidden;
}

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

/* NAV HIGH */
#cm_navigation ul li.cm_current {
}
#cm_navigation ul li.cm_current a {
}
#cm_navigation ul li.cm_current a:hover {
}


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

/* SUBNAV BG */
#cm_navigation ul li.cm_current ul {
	background			: none;
}

#cm_navigation ul li.cm_current ul li {
	background			: none !important;
}

/* SUBNAV NORMAL */
#cm_navigation ul li.cm_current ul li a {
	display				: block;
	height				: 1.8em;
	line-height			: 1.8em;
	text-decoration		: none;
	font-size			: 0.8em;
	background			: none;
	padding-left		: 30px;
	background			: none !important;
}

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

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

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


/*         ________
__________/ footer \__________________________________________________________________
--------------------------------------------------------------------------------------- */
#footer {
	width				: 998px;
	overflow			: hidden;
	position			: relative;
	padding				: 0px 0 0px 0;
	text-align			: center;
	font-size			: 0.9em;
	margin				: 0 0 0 0;
	min-height			: 25px;
}

#footer_cs_top {
	height				: 5px;
	width				: 11px;
	background			: transparent url('../img/footer_cs_top.png') 0 0 no-repeat;
}

#footer_maincs {
	width				: 11px;
	background			: transparent url('../img/footer_maincs.png');
	background-repeat	: repeat-y;
}

#footer_bottom {
	height				: 14px;
	width				: 999px;
	background			: transparent url('../img/footer_bottom.png') 0 0 no-repeat;
}

#footer_bottom_corner {
	width				: 11px;
	height				: 14px;
	background			: transparent url('../img/footer_corner.png') 0 0 no-repeat;	
}

#footer a {
}

#footer a:hover {
}
 
