/* base elements */
body {
	height				: 100%;
	min-height			: 100%; /* for mozilla etc*/
	max-height			: 100%;
	margin				: 0 auto;
}

.clearer {
	clear				: both;	
}


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

/* innenabstande und textflussrichtung*/
#page_inner {
	position			: relative;
	overflow			: hidden;
	margin				: 20px 0;
}

#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 \__________________________________________________________________
--------------------------------------------------------------------------------------- */

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

#content_bg {
	margin				: 0;
	float 				: left;
	width: 800px;
}

#content_left_wrapper {
	width				: 220px;
	float				: left;
	padding				: 30px 20px;
}

#content_left {
	padding				: 0;
	min-height			: 150px;
	float				: left;
	position			: relative;
	width				: 230px;
}

#content_left_2 {
	padding				: 0 0 0 0;
	margin				: 30px 0 0 20px;
	min-height			: 150px;
	width				: 180px;
	overflow			: hidden;
	position			: relative;
	float				: left;
}
#content_main_wrapper {
	float				: left;
	width				: 530px;
}
#content_main {
	padding				: 10px 20px 20px 20px;
}

#content_right_wrapper {
	width				: 200px;	
	float				: left;
	margin: 0 0 0 5px;
}

#content_right {
	padding				: 0;
}


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

#header h1, #page #header h1 {
	font-size			: 1.2em;
	position			: absolute;
	top					: 185px;
	left				: 15px;
	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 				: 315px;
    height				: 230px;
	top					: 17px;
	left				: 453px;
	overflow			: hidden;
    background    		: url('../1001/KV/kv_1.jpg') 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 {
	margin				: 0 0 0 0;
	list-style			: none;
}

/* NAV NORMAL */
#cm_navigation ul li a {
	display				: block;
	height				: 2.1em;
	line-height			: 2.1em;
	padding-left		: 20px;
	text-decoration		: none;
	font-size			: 1.1em;
	padding				: 0 0 0 30px;
	background			: transparent url('../img/nav_icon_off.gif') 10px 9px no-repeat;
	overflow			: hidden;
}


/* NAV MOUSE */
#cm_navigation ul li a:hover {
	background			: transparent url('../img/nav_icon_off.gif') 10px 9px no-repeat;
}

/* 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			: transparent url('../img/Maske_BG_Sub-Navi.png') 0 0 no-repeat;*/
}

/* 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;
	border				: none;
	font-weight			: normal;
	padding-left		: 40px;
	margin-top			: -1px;
}

/* 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 {
	overflow			: hidden;
	position			: relative;
	padding				: 10px 0 0 0;
	text-align			: center;
	font-size			: 0.9em;
	width: 800px;
}

#footer a {
}

#footer a:hover {
}
 
