/* base elements */
body {
	background			: url('https://homepage-creator.telekom.de/beng/designs/data/oem/telekom_mv_263/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				: 996px;
	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 \__________________________________________________________________
--------------------------------------------------------------------------------------- */

table {
}

tr{
	height				: 100%;
}

#content_main_wrapper, #content_left_wrapper, #content_right_wrapper {
	height				: 100%;
	vertical-align		: top;
	position			: relative;
}


/* innenabstande und textflussrichtung*/
#content_wrapper {
	position			: relative;
	width				: 996px;
	margin				: 0;
}

#content_left_wrapper {
}

#content_left {
	width				: 259px;
	margin				: 10px 0 10px 0;
}

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

#content_main_wrapper {
	padding				: 0;
}

#content_main {
	width				: 489px;
	margin				: 0 10px;
}

#content_right_wrapper {
}

#content_right {
	width				: 195px;
	margin				: 0 0 0 20px;
}


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

#header h1, #page #header h1 {
	font-size			: 1.2em;
	position			: absolute;
	top: 0px;
	left: 270px;
	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('/beng/designs/data/oem/telekom_mv_263/img/logotrans.gif');
	background-repeat	: no-repeat;
	position			: absolute;
	width				: 100%;
	height				: 100%;	
	top					: 0;
	left				: 0;
}


/* Keyvisual */
#header div.kv {
    position			: absolute;
    top: 35px;
    left: 262px;
    width 				: 509px;
    height				: 238px;
    background-image    : url('https://homepage-creator.telekom.de/beng/designs/data/oem/telekom_mv_263/1001/KV/kv_1.jpg');
	background-repeat	: 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.2em;
	line-height			: 2.2em;
	padding-left		: 40px;
	text-decoration		: none;
	overflow			: hidden;
}

/* NAV MOUSE */
#cm_navigation ul li a:hover {
	background			: url('/beng/designs/data/oem/telekom_mv_263/img/navi_high.png') 20px 0.6em no-repeat;
}

/* NAV HIGH */
#cm_navigation ul li.cm_current {
	background			: url('/beng/designs/data/oem/telekom_mv_263/img/navi_high.png') 20px 0.6em no-repeat;
}
#cm_navigation ul li.cm_current a {
	background			: url('/beng/designs/data/oem/telekom_mv_263/img/navi_high.png') 20px 0.6em no-repeat;
}
#cm_navigation ul li.cm_current a:hover {
}


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

/* SUB NAV BG */
#cm_navigation ul ul {
	/*background			: url(https://homepage-creator.telekom.de/beng/designs/data/oem/telekom_mv_263/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.8em;
	background			: none;
	background-color	: transparent;
	padding-left		: 50px;
}

/* 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 {
}