/* base elements */
body {
	background			: url('../img/Maske_BG.png') no-repeat fixed top 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				: 1100px;
	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;
	width				: 1100px;
	margin				: 0;
}

#content_left_wrapper {
	width				: 260px;
}

#content_left {
	padding				: 0;
	width				: 220px;
	margin				: 15px 20px 0 20px;
	float				: left;
}

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

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

#content_main {
	width				: 550px;
	margin				: 0 20px 0 20px;
}

#content_right_wrapper {
	width				: 240px;
}

#content_right {
	margin				: 15px 20px 0 20px;
	padding				: 0 0 0 5px;
}


/*         ________
__________/ header \__________________________________________________________________
--------------------------------------------------------------------------------------- */
#header {
	position			: relative;
	margin				: 0;
	background-position	: left top;
	background-repeat	: no-repeat;
	background-color	: transparent;
	height				: 264px;
	width				: 1100px;
	text-align			: left;
}

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

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

/* Logo */
#header #logo {
	background-position	: 80px 100px;
	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				: 1100px;
    height				: 263px;
    background-image    : url('../1001/KV/kv_1.jpg');
	background-repeat	: no-repeat;
}

#header_mask {
	position			: absolute;
	top					: 0px;
	left				: 0;
	height 				: 100%;
	width				: 100%;
	background			: transparent url('../img/Maske_Head.png') 0 0 no-repeat;
	
}

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

/* sidebar right */
#widgetbar_page_right_1,
#widgetbar_site_right_1 {
/*	overflow			: hidden;*/
	width				: 200px;	
	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 {
	margin				: 0 0 0 0;
	list-style			: none;
}

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

/* NAV MOUSE */
#cm_navigation ul li a:hover {
	background			: url('../img/Pfeil_Navi.png') 200px 0.6em no-repeat;
}

/* NAV HIGH */
#cm_navigation ul li.cm_current {
	
}
#cm_navigation ul li.cm_current a {
	background			: url('../img/Pfeil_Navi.png') 200px 0.6em no-repeat;
}
#cm_navigation ul li.cm_current a:hover {

}


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

/* SUB NAV BG */
#cm_navigation ul ul {
	/*background			: url(../img/Maske_BG_Sub-Navi.png) 0 0 no-repeat;
	padding:40px;*/
}

/* 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.9em;
	background			: none;
	background-color	: transparent;
	padding-left		: 30px;
}

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

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

}



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

#footer a {
}

#footer a:hover {
}
 
