#menu_top
{
	z-index:0;
	background:url('img/index/head_c.png');
	position:relative;top:0px;
	height:100px;width:100%;
}
#menu_top_left
{
	z-index:1;
	height:100px;
	position:absolute;
	top:0px;
	left:0px;
	width:400px;
	background:url('img/index/head_l.png');
}
#menu_top_right
{
	z-index:1;
	height:100px;
	position:absolute;
	top:0px;
	right:0px;
	width:100px;
	background:url('img/index/head_r.png');
}
#head
{
	z-index:1;
	width:100%;
	height:10px;
	position:relative;
	top:0px;
	background:url('img/index/b.png');
	font-size:5px;
}
/*#head_bg_myIdea
{
	z-index:0;
	width:100%;
	height:120px;
	position:absolute;top:24px;left:0px;
	background-color:#333333;
	border-top:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
}*/
#head_bg
{
	/*z-index:1;
	margin-left:223px;
	height:120px;
	position:relative;
	background-color:#333333;
	background:url('img/index/head_bg.png');*/
}
#body
{
	z-index:1;
	overflow:hidden;
 	position:relative;top:0px;left:50%;
	width:1000px;
	margin-left:-500px;
	margin-top:0px;
	border-left:#CCCCCC dashed 1px;
	border-right:#CCCCCC dashed 1px;
}
#login
{
	z-index:2;
	background:url('img/index/bg_login.png');
	padding-top:2px;
	position:relative;top:-4px;left:0px;
	height:23px;width:100%;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	overflow:hidden;
}
#kunden_banner
{
	/*z-index:2;
	background:url('img/index/kunden_banner.png');
	position:absolute;top:0px;left:10px;
	height:25px;width:41px;*/
}
#navi
{
	float:left;
	/*position:absolute;
	top:0px;left:0px;*/
	width:200px;
	color:#000000;
	font-size:13px;font-weight:bold;
	padding-top:24px;
	padding-bottom:24px;
}
#content
{
	margin-left:220px;
	margin-right:24px;
	padding:24px;
}
#content_alternative
{
	margin-left:20px;
	margin-right:24px;
	padding:24px;
}
#foot
{
	z-index:1;
	background:url('img/index/bg_foot.png');
	clear:both;
	position:relative;top:0px;left:50%;
	width:1002px;
	margin-left:-500px;
	height:25px;
	border-top:#999999 solid 1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
}
#foot_left
{
	z-index:1;
	float:left;
	margin-right:6px;
	height:25px;
	width:5px;
	background:url('img/index/foot_left.png');
}
#foot_right
{
	z-index:1;
	float:right;
	height:25px;
	width:5px;
	background:url('img/index/foot_right.png');
}
#logo
{
	z-index:0;
	position:absolute;
	top:10px;
	left:0px;
	width:100%;
	height:91px;
	background:url('img/index/gray2white.gif');
}
#counter
{
	z-index:1;
	position:absolute;
	bottom:0px;right:0px;
	height:14px;width:777px;
	color:#666666;
	background:url('img/index/bg_foot.png');
	font-size:11px;
	background-color:#FFFFFF;
	border-top:#CCCCCC solid 1px;
}
#feedreader
{
	clear:both;
	margin-top:6px;
	position:relative;
	bottom:0px;left:0px;
	padding:6px;
	border-top: #999999 dashed 1px;
	background-color:#eeeeee;
}
#feedreader a
{
	text-decoration:none;
}

/*
 * element-specific formatting
 */
 
input[type='submit']
{
	padding:4px;
	margin-top:10px;
	margin-bottom:0px;
	margin-right:2px;
	margin-left:2px;
	text-align:center;
	text-decoration:none;
	height:23px;
	float:none;
	cursor:pointer;
	top:0px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: url('img/index/tab.png');
	border-top:1px solid #CCCCCC;
	border-left:1px solid #AAAAAA;
	border-right:1px solid #444444;
	border-bottom:1px solid #666666;
	color:#FFFFFF;
}
input[type='reset']
{
	padding:4px;
	margin-top:10px;
	margin-bottom:0px;
	margin-right:2px;
	margin-left:2px;
	text-align:center;
	text-decoration:none;
	height:23px;
	float:none;
	cursor:pointer;
	top:0px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: url('img/index/tab.png');
	border-top:1px solid #CCCCCC;
	border-left:1px solid #AAAAAA;
	border-right:1px solid #444444;
	border-bottom:1px solid #666666;
	color:#FFFFFF;
}
input.login
{
	padding:0px;
	padding-bottom:1px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	text-align:center;
	text-decoration:none;
	height:17px;
	width:80px;
	float:none;
	cursor:pointer;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: url('img/index/tab.png');
	color:#FFFFFF;
	font-size:10px;
	margin-right:12px;
	border-left:#dddddd solid 1px;
	border-top:#eeeeee solid 1px;
	border-right:#444444 solid 1px;
	border-bottom:#666666 solid 1px;
	font-weight:bold;
}
input[type='submit']:hover
{
	background: url('img/index/tab_hover.png');
}
input[type='reset']:hover
{
	background: url('img/index/tab_hover.png');
}
div#menu_top a
{
	padding:4px;
	margin-top:10px;
	margin-right:2px;
	text-align:center;
	text-decoration:none;
	height:inherit; width:100px;
	float:left;
	top:0px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: url('img/index/tab.png');
	border-top:1px solid #ffffff;
	border-left:1px solid #cccccc;
	border-right:1px solid #999999;
	border-bottom:0;
	color:#FFFFFF;
}
div#menu_top a:hover
{
	background: url('img/index/tab_hover.png');
}
div#menu_top a.menu_selected
{
	background: url('img/index/tab_selected.png');
	color:#FFFFFF;
}
div#menu_top a.menu_selected:hover
{
	background: url('img/index/tab_selected.png');
	color:#FFFFFF;
}

div#navi p a
{
	padding-top:6px;
	padding-left:12px;
	float:left;
	text-decoration:none;
	color:#666666;
	height:19px;width:178px;
	font-size:11px;
}
div#navi p a:hover
{
	color:#6699ff;
	background:url('img/index/navi.png');
}
div#navi p
{
	margin-top:0px;
	margin-bottom:4px;
}
div#navi p a.navi_selected
{
	background:url('img/index/navi2.png');
}
div#navi p a.navi_selected:hover
{
	color:#666666;
	background:url('img/index/navi2.png');
}

div#foot a
{
	position:relative;top:5px;
	padding:6px;
	text-align:center;
	text-decoration:none;
	color:#eeeeee;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#foot a:hover
{
	color:#99ccff;
}

div#login font
{
	position:relative;top:4px;
	padding-right:6px;
}
div#login a
{
	color:#eeeeee;
}
div#login a:hover
{
	color:#99ccff;
}