body{
	background-color:#FFF;
}
img {
	border: 0;
}

.item{
    float: left;
	width:100%;
	margin: 10px 0 10px 0;
	padding: 0;
    border: 1px solid #ccc;
    background: #F7F7F7;
}

.itemtext{
	margin: 10px 0 10px 0;
    padding: 5px 5px 5px 5px;
    background: #F7F7F7;
	
}

.itembtext{
	margin: 10px 0 10px 0;
    padding: 5px 5px 5px 5px;
	border: 1px solid #ccc;
    
}

.itembctext{
	float: left;
	margin: 10px 0 10px 0;
    padding: 5px 5px 5px 5px;
	border: 1px solid #ccc;
	background: #F7F7F7;
    
}

.itemtext50{
	width: 45%;
	float: left;
	margin: 10px 10px 10px 0;
    padding: 5px 5px 5px 5px;
	border: 1px solid #ccc;
	background: #F7F7F7;
    
}

.itemtext50right{
	width: 45%;
	float: right;
	margin: 10px 0 10px 10px;
    padding: 5px 5px 5px 5px;
	border: 1px solid #ccc;
	background: #F7F7F7;
    
}


.itemobtext{
	margin: 10px 0 10px 0;
    padding: 5px 5px 5px 5px;
    
}

.itemobtext50{
	width: 45%;
	float: left;
	margin: 10px 10px 0 0;
    padding: 5px 5px 5px 5px;
    
}

.itemobtext50right{
	width: 45%;
	float: right;
	margin: 10px 0 0 10px;
    padding: 5px 5px 5px 5px;
    
}


.itemobcenter{
	margin: 10px 0 10px 0;
	width:100%;
    text-align: center;
}

.itemform{
    margin: 10px 0 10px 0;
    border: 1px solid #ccc;
    background: #F7F7F7;
}

.itemformcenter{
    background: #F7F7F7;
	
	text-align: center;
}

.formcenter{
	margin: 10px 10px 10px 0;
	
	text-align: center;
}

.imagefloat1 { 
	float: left;
	padding: 5px 5px 5px 5px; 
}

.imagefloat2 { 
	float: right;
	padding: 5px 5px 5px 5px; 
}


.map-main{
	margin: 2px 0 0 0;
    border: 1px solid #000;
	padding: 2px;
    background: #ACB6C2;
	
	color: #fff;
}

.map-sub{
	margin: 2px 0 0 0;
    border: 1px solid #253444;
	padding: 2px;
    background: #D9DEE4;
	
	color: #000;
}

.map-sub-sub{
	margin: 2px 0 0 0;
    border: 1px solid #ccc;
	padding: 2px;
    background: #F7F7F7;
	
	color: #000;
}

.clear{ clear:both; }

.on {
 background-color:#000066;
}

.success{
	font-weight:bold;
	color:green;
}

/*
#########################################
Navigation Main
#########################################
*/

#navigationmain {
	background:#fff;
	font:bold 12px Arial;
	line-height:20px;
	width:171px;
 }
 
#navigationmain ul {
	list-style:none;
	background:#fff;
	width:100%;
}

#navigationmain li {
	clear:left;
}

#navigationmain a {
	float:left;
	display:block;
	height:25px;
	width:136px;
	text-decoration:none;
	color:#000;
	text-align:center;
	vertical-align:middle;
	margin-bottom:2px;
	background-position:bottom;
	background-repeat:repeat-x;
}

#navigationmain li.current a {
	color:#fff;
}

#navigationmain .tableft {
	display:block;
	float:left;
	height:25px;
	width:9px;
	margin:0;padding:0;
	background-position:bottom;
	background-repeat:repeat-x;
}

#navigationmain .tabright {
	display:block;
	float:left;
	height:25px;
	width:23px;
	margin:0;padding:0;
	background-position:bottom;
	background-repeat:repeat-x;
}

.navigation_bc					{font-size: 12px; line-height: 19px;}

.navigation_bc_default			{background-color: #000066; color: #FFFFFF;}
.navigation_bc_default a:link	{background-color: #000066; color: #FFFFFF;}
.navigation_bc_default a:visited{background-color: #000066; color: #FFFFFF;}

.navigation_bc_short			{width:487px; margin-top:35px;}
.navigation_bc_long				{width:609px; padding-left:8px;}

.navigation_rechte_navi_liste	{padding-left:8px; padding-right:4px; padding-bottom:8px; line-height:21px;}

select.navigation_dropdown		{width:250px; font-size: 11px; margin:2px;}

/*
#########################################
Navigation Sub
#########################################
*/

#navigationsub {
	width:617px;
	padding:0;
	overflow:hidden;
}

#navigationsub table {
	width:100%;
	border:none;
}

#navigationsub table tr {
}

#navigationsub table tr td {
	display:inline-block;
	vertical-align:middle;
	padding:0px 0px 0px 12px;
	margin:0;border:none;
	line-height:11px;
	background-image:url(/lay/jode/bg_nav_listimg.gif);
	background-repeat:no-repeat;
	background-position:5px 50%;
	height:18px;
	width:25%;
}

#navigationsub table tr td.cur {
	background-color:#fff;
	border:1px solid;
	height:16px;
}

#navigationsub table tr td a {
	font:normal 11px Arial;
	color:#000066;
	text-decoration:none;
}

#navigationsub table tr td.cur a {
	font-weight:bold;
}

#navigationsub table tr td a:hover {
	text-decoration:none;
}

.w100p { width: 98%; }

.fleft{ float:left; }
.fright{ float:right; }
.clr { clear:both; }

.w90 { width:90px; }
.w125 { width:125px; }
.h7 { height:7px; }
.h20 { height:20px; }
.h28 { height:28px; }

.itunes5{
	width:145px;
	margin-left:5px;
	font-size: 11px;
}

.itunes5 a {
	text-decoration:none;
	color:black;
}

.itunes5 p.itemhl{
	margin-top:5px;
}

.itunes5 a.all {
	text-decoration:none;
	color:#000066;
	background-image:url(/images/arrow.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right:10px;
}

.itunes500{
	width:500px;
}

.class1 {
	background-color:#7D9AC2;
}

.class2 {
	background-color:#A6BBD6;
}

#partner{
	text-align: center;
}
#partner a, #partner a:hover {
	color: black;
}