/* base elements */

html {
	min-height			: 100%; /* Mindesthöhe für moderne Browser */
	height				: auto !important; /* Important Regel für moderne Browser */ 
	height				: 100%;
}

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

.clearer,
.clear {
	clear				: both;	
}

#div{
	min-height: 100%;
	height: auto !important;
	height: 100%; /*for IE*/
}


/*         ______
__________/ Page \__________________________________________________________________
--------------------------------------------------------------------------------------- */
/* breite, außenabstände bzw. positionierungsangaben
*/
#page {
	position			: relative;
	text-align			: left;
	width				: 995px;
	height				: 100%;
	margin-left			: auto;
	margin-right		: auto;
}

/* innenabstande und textflussrichtung*/
#page_inner {
	position			: relative;
	height				: 100%;
}

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

table {
	height				: 100%;
}

tbody {
	height				: 100%;
}

#table_content {
}

#table_content tr{
}

#content_top {
	width				: 100%;
	height				: 34px;
}

#content_wrapper {
	position			: relative;
	padding				: 0 0 0 0;
	margin				: 0 0 0 0;
	height				: 100%;
}

#content_left_wrapper {
	width				: 190px;
	margin				: 0 0 0 0;
	padding				: 0 0 0 0;
}

#content_left_bg {
	width				: 190px;
	min-height			: 100%; /* Mindesthöhe für moderne Browser */
	height				: auto !important; /* Important Regel für moderne Browser */ 
	height				: 100%;
	padding				: 0 0 0 0;
}

#navi {
	padding				: 0 0 0 0;
	width				: 190px;
	position			: relative;
}

#content_left {
	padding				: 0 0 0 0;
	margin				: 20px 0 0 0;
}

#content_left_2 {
	padding				: 0 0 0 0;
	margin				: 30px 0 0 5px;
	width				: 180px;
	overflow			: hidden;
}

#content_main_wrapper {
	margin				: 0 0 0 0;
	padding				: 0 0 0 0;
	height				: 100%;
}

#content_main {
	padding				: 0 0 0 0;
	margin				: 0 20px 0 20px;
	height				: auto !important;
	min-height			: 400px;
	height				: 400px;
	width				: 517px;
}

#content_right_wrapper {
	width				: 197px;
	margin				: 0 0 0 0;
	padding				: 0 0 0 0;
}

#content_right_content {
	width				: 180px;
	position			: relative;
	overflow			: hidden;
}

#cr_main,
#cr_bottom {
	background			: url('../img/Maske_Sidebar_kachel.png');
	background-repeat	: repeat-y;
	background-position	: top right;
	vertical-align		: top;
}

#cl_main {
	width				: 190px;
	vertical-align		: top;
}

#content_right_bg {
	width				: 192px;
}

#content_right_top {
	height				: 10px;
	background			: url('../img/Maske_Sidebar_top.png');
	background-repeat	: no-repeat;
	background-position	: bottom right;
}

#content_right {
	padding				: 30px 6px 0 6px;
	position			: relative;
}

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

#header h1, #page #header h1 {
	font-size			: 0.7em;
    left				: 230px;
    margin				: 0;
    position			: absolute;
    text-align			: left;
    top					: 145px;
    width				: 550px;
    font-size			: 1.5em;
}

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

/* Logo */
#header #logo {
	background-position	: 67px 39px;
	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;
    top					: 10px;
    left				: 221px;
    width 				: 761px;
    height				: 190px;
    background-image    : url('../1001/KV/kv_1.jpg');
	background-repeat	: no-repeat;
}

#header_mask {
	position			: absolute;
	top					: 0;
	left				: 0;
	height				: 210px;
	width				: 1100px;
	background			: transparent url('../img/Maske_Head.png') top left 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;
/*	overflow			: hidden; */
/*	background			: url('../img/navi.png') 0 0 repeat-y;*/
	background			: none;
	margin-left			: 22px;
	width				: 191px;
}

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

/* NAV NORMAL */
#cm_navigation ul li a {
	display				: block;
	height				: 1.8em;
	line-height			: 1.8em;
	padding				: 0 0 0 5px;
	text-decoration		: none;
	background			: url('../img/Maske_Button.png');
	background-repeat	: no-repeat;
	background-position	: bottom left;
	overflow			: hidden;
	margin-left			: 10px;
	min-height			: 30px;
}

/* NAV MOUSE */
#cm_navigation ul li a:hover {
	background			: url('../img/Maske_Button.png');
	background-repeat	: no-repeat;
	background-position	: bottom left;
}

/* NAV HIGH */
#cm_navigation ul li.cm_current {
}
#cm_navigation ul li.cm_current a {
	background			: url('../img/Maske_Button.png');
	background-repeat	: no-repeat;
	background-position	: bottom left;
}
#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;*/
	font-weight			: normal;
}

/* SUBNAV NORMAL */
#cm_navigation ul li.cm_current ul li a {
	display				: block;
	height				: 1.6em;
	line-height			: 1.6em;
	text-decoration		: none;
	font-size			: 0.9em;
	font-weight			: normal;
	background			: none;
	background-color	: transparent;
	padding				: 0 0 0 20px;
	font-weight			: normal;
	background			: url("../img/m_subNavi_off.png") no-repeat 0 50%;
}

/* SUBNAV MOUSE */
#cm_navigation ul li.cm_current ul li a:hover {
	background			: url('../img/m_subNavi_on.png') 0 50% no-repeat;
}

#cm_navigation ul li.cm_current ul li.cm_current a {
	background			: url('../img/m_subNavi_on.png') 0 50% no-repeat;
}

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

#cm_navigation ul li.cm_current ul li.cm_current a:link {
}

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



/*         ________
__________/ footer \__________________________________________________________________
--------------------------------------------------------------------------------------- */
#footerWrapper {
	width				: 100%;
}

#footer {
	font-size			: 0.9em;
	height				: auto !important;
    min-height			: 20px;
    overflow			: hidden;
    position			: relative;
    text-align			: left;
	background			: url('../img/Maske_footer_kachel.png');
	background-repeat	: repeat-y;
	background-position	: top right;
	border				: 1px solid transparent !important;
	padding				: 30px 10px 0 10px;
	width				: 972px;
	overflow			: hidden !important;
}

#footer_bottom {
	background			: url('../img/Maske_Footer.png');
	height				: 19px;
	width				: 994px;
	background-repeat	: no-repeat;
	background-position	: top right;
}

#footer a {
}

#footer a:hover {
}