/**
 * Stylesheet für den Header
 */
 
* html, body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: helvetica, arial, times, sans;
	font-size: 12px;
	color: 000000;	
}
 
div#partnerdata_info_box {
	border: 1px solid #E1E1E1;
	border-top: 0;
	background-color: #F6F6F6;
	padding: 2px;
	font-size: 12px;
	line-height: 16px;
	width: 980px;
	margin: 0 auto 5px auto;
	color: #505050;
}

div#root {
	width: 980px;
	border: 0;
	margin: 0 auto;
	background-image: url(/controllers/frame/gfx/background.gif);
	background-repeat: repeat-y;
}

div#header {
	background-image: url(/controllers/frame/gfx/header/background.gif);
	background-repeat: no-repeat; 
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
}

a#home_link {
	float: left;
	width: 175px;
	height: 100px;
	display: block;
	text-decoration: none;
}

ul#header_tabs {
	margin: 0;
	padding: 75px 0 0 180px;	
}

ul#header_tabs li {
	list-style-type: none;
	width: 125px;
	height: 25px;
	display: block;
	margin: 0 3px;
	float: left;
}

ul#header_tabs li a {
	display: block;
	width: 125px;
	height: 25px;	
}

/**
 * Tabs
 */
ul#header_tabs li#startpage {
	background-image: url(/controllers/frame/gfx/header/tab_startpage.gif);
	background-repeat: no-repeat;
}

ul#header_tabs li#anywhere {
	background-image: url(/controllers/frame/gfx/header/tab_anywhere.gif);
	background-repeat: no-repeat;
}

ul#header_tabs li#voip {
	background-image: url(/controllers/frame/gfx/header/tab_voip.gif);
	background-repeat: no-repeat;
}

ul#header_tabs li#internet {
	background-image: url(/controllers/frame/gfx/header/tab_internet.gif);
	background-repeat: no-repeat;
}

ul#header_tabs li#all_in_one {
	background-image: url(/controllers/frame/gfx/header/tab_all_in_one.gif);
	background-repeat: no-repeat;
}

ul#header_tabs li#customer {
	background-image: url(/controllers/frame/gfx/header/tab_customer.gif);
	background-repeat: no-repeat;
}

/**
 * Bottom-Lines
 */
 
div#header_bottom_line_startpage {
	height: 24px;
	background-image: url(/controllers/frame/gfx/header/bottom_line_startpage.gif);
	background-repeat: repeat-x;
	background-position: 0 4px;
	margin: 0 6px 0 8px;
}

div#active_startpage {
	height: 22px;
	background-image: url(/controllers/frame/gfx/header/active_startpage.gif);
	background-repeat: repeat-x;
	width: 125px;
	margin: 0 0 0 175px;
}
 
div#header_bottom_line_anywhere {
	height: 24px;
	background-image: url(/controllers/frame/gfx/header/bottom_line_anywhere.gif);
	background-repeat: repeat-x;
	background-position: 0 4px;
	margin: 0 6px 0 8px;
}

div#active_anywhere {
	height: 22px;
	background-image: url(/controllers/frame/gfx/header/active_anywhere.gif);
	background-repeat: repeat-x;
	width: 125px;
	margin: 0 0 0 306px;
}
 
div#header_bottom_line_voip {
	height: 24px;
	background-image: url(/controllers/frame/gfx/header/bottom_line_voip.gif);
	background-repeat: repeat-x;
	background-position: 0 4px;
	margin: 0 6px 0 8px;
}

div#active_voip {
	height: 22px;
	background-image: url(/controllers/frame/gfx/header/active_voip.gif);
	background-repeat: repeat-x;
	width: 125px;
	margin: 0 0 0 437px;
}
 
div#header_bottom_line_internet {
	height: 24px;
	background-image: url(/controllers/frame/gfx/header/bottom_line_internet.gif);
	background-repeat: repeat-x;
	background-position: 0 4px;
	margin: 0 6px 0 8px;
}

div#active_internet {
	height: 22px;
	background-image: url(/controllers/frame/gfx/header/active_internet.gif);
	background-repeat: repeat-x;
	width: 125px;
	margin: 0 0 0 568px;
}
 
div#header_bottom_line_all_in_one {
	height: 24px;
	background-image: url(/controllers/frame/gfx/header/bottom_line_all_in_one.gif);
	background-repeat: repeat-x;
	background-position: 0 4px;
	margin: 0 6px 0 8px;
}

div#active_all_in_one {
	height: 22px;
	background-image: url(/controllers/frame/gfx/header/active_all_in_one.gif);
	background-repeat: repeat-x;
	width: 125px;
	margin: 0 0 0 699px;
}
 
div#header_bottom_line_customer {
	height: 24px;
	background-image: url(/controllers/frame/gfx/header/bottom_line_customer.gif);
	background-repeat: repeat-x;
	background-position: 0 4px;
	margin: 0 6px 0 8px;
}

div#active_customer {
	height: 22px;
	background-image: url(/controllers/frame/gfx/header/active_customer.gif);
	background-repeat: repeat-x;
	width: 125px;
	margin: 0 0 0 830px;
}
