/*Navigation*/
 #navigation {
	width:180px;
	height:280px;
	line-height:30px;
	font-size: 12px;
	float: left;
	margin-left: 5px;
	margin-top: 0px;
}
*> #navigation {
	width:180px;
	height:280px;
	line-height:30px;
	font-size: 12px;
	float: left;
	margin-left: 11px;
	margin-top: 0px;
}
#navigation ul {
	margin:0;
	padding:0;
	height: auto;
	padding-top: 10px;
	text-align: left;
}
#navigation ul li {
	list-style:none;
	width: 180px;
	display: block;
	background-image: url(../img/cara.gif);
	background-repeat: no-repeat;
}
#navigation ul li a {
	color:#1D2675;
	font-weight: bold;
	width: 170px;
	display: block;
	margin: 0;
	padding-left: 10px;
	text-decoration: none;
}
#navigation ul li a:hover {
	color:#01A6E8;
	width: 170px;
	margin-left: 0px;
	padding-left: 10px;
}
#navigation ul li a.on {color:#01A6E8; cursor:default;}
#navigation .href {
	color:#00FF00;
	font-weight: bold;
	width: 140px;
	display: block;
	margin: 0;
	padding-left: 30px;
	text-decoration: none;
}
#navigation .href a {
	color:#FD6802;
	font-weight: bold;
	width: 140px;
	display: block;
	margin: 0;
	padding-left: 10px;
	text-decoration: none;
}
#navigation .href a:hover {
	color:#01A6E8;
	width: 140px;
	margin-left: 0px;
	padding-left: 10px;
}
/*Sub Navigation*/
#subnavigation {width:222px; background:transparent url("../gfx/bg-subnavigation-middle.gif"); float:left;}
#subnavigationtop {height:26px; padding-bottom:40px; background:transparent url("../gfx/bg-subnavigation-top.gif") no-repeat;}
#subnavigation ul {margin:0 23px; padding:0;}
#subnavigation li {list-style:none; display:inline;}
#subnavigation a {
  height:30px; 
  line-height:30px; 
  color:#00548e; 
  padding-left:23px;
  background:transparent url("../gfx/bg-subnavigation-links.gif") no-repeat; 
  display:block;
}
#subnavigation a:hover {color:#0190bf; background-position: 0 -30px;}
#subnavigation a.on {color:#0190bf; background-position: 0 -30px; cursor:default;}
#subnavigationbottom {height:26px; padding-bottom:40px; background:transparent url("../gfx/bg-subnavigation-bottom.gif") no-repeat left bottom;}

/*Footer*/
#footer {
	background-repeat: repeat-x;
	height: 850px;
	margin-top: -15px;
	
}
#gsk{
	background-image: url(../img/gsk.jpg);
	background-repeat: no-repeat;
	width: 700px;
	height: 30px;
}
#gsk P{
	color: #FFFFFF;
	margin-left: 45px;
}
#end {
	background-repeat: no-repeat;
	width: 850px;
	margin: 0 auto;
	left: 0px;
	height: 40px;
	margin-top: 0px;
}
*>#end {
	background-repeat: no-repeat;
	width: 850px;
	margin: 0 auto;
	text-align: center;
	height: 40px;
	margin-top: 30px;
	z-index: 1;
	position: relative;
}
#ende {
	background-repeat: no-repeat;
	width: 850px;
	margin: 0 auto;
	left: 0px;
	height: 40px;
	margin-top: -40px;
}
*>#ende {
	background-repeat: no-repeat;
	width: 850px;
	margin: 0 auto;
	text-align: center;
	height: 40px;
	margin-top: -40px;
	z-index: 1;
	position: relative;
}
#footerleft {
	width:500px;
	float:left;
	margin: 10px 0 0px 0px;
	padding-left: 25px;
	text-align: left;
	font-size: 12px;
	color: #666666;
}
#footerleft a{
	text-decoration: none;
	color: #01AAEF;
	font-weight: normal;
	
}
#footerleft a:hover{
	text-decoration: none;
	color: #FF6600;
	font-weight: normal;
	
}
#footerright {
	width:300px;
	float:right;
	text-align:right;
	padding:0px 21px 0 0;
	font-size: 12px;
	margin-top: 10px;
	color: #666666;
}
#footerright a{
	text-decoration: none;
	color: #01AAEF;
	font-weight: normal;
	
}
#footerright a:hover{
	text-decoration: none;
	color: #FF6600;
	font-weight: normal;
	
}
#footer ul {
	padding:5px 0 0 0;
	margin:0;
	font-size: 11px;
}

#footer ul li {list-style:none; display:inline;}
#footer ul li a {
	margin-right:10px;
	float:left;
	color:#16A1DA;
	text-decoration: underline;
}
#footer ul li a:hover {color:#fff;}
