body {
	background-color: #ffffff;
	color: #333333;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bg_body.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100%;
}
#wrapper {
	position: relative;
	padding: 0px;
	margin: auto;
	width: 1000px;
	border: solid 0px red;
}
#header {
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 1000px;
	height: 206px;
	overflow: hidden;
}
#header-top {
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 1000px;
	height: 40px;
	background-image: url(../images/bg_header-top.png);
	background-repeat: repeat-x;	
}
#topmenue {
	position: relative;
	margin: 0px;
	padding: 0px;	
	list-style-type: none;
	font-size: 14px;
	line-height: 40px;
}
#topmenue li {
	float: left;
	width: 124px;
	height: 40px;
	border-right: solid 1px #ffffff;
	text-align: center;
	overflow: hidden;
}
#topmenue li.cur {
	background-image: url(../images/bg_topmenue-act.png);
	background-repeat: repeat-x;
}
#topmenue li a {
	display: block;
	padding-top: 4px;
	color: #ffffff;
	text-decoration: none;
	text-shadow: #0066ff 3px 3px 5px;
}
#topmenue li a:hover {
	background-image: url(../images/bg_topmenue-hov.png);
	background-repeat: repeat-x;
	text-shadow: #ffffcc 3px 3px 5px;
}
#submenue {
	position: relative;
	left: 90px;
	top: 22px;
	margin: 0px;
	padding: 0px;	
	list-style-type: none;
	font-size: 10px;
	line-height: 12px;
}
#submenue li {
	float: left;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-left: solid 1px #ffffff;
}
#submenue li.first {
	border-left: none;
}
#submenue li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-shadow: #0066ff 3px 3px 5px;
}
#submenue li a:hover {
	text-shadow: #ffffcc 3px 3px 5px;
}
#search {
	position: absolute;
	right: 10px;
	top: 7px;
	width: 195px;
}
#searchinput {
	width: 160px;
	height: 24px;
	padding-left: 10px;
	line-height: 24px;
	border: solid 1px #87b4df;
	color: #87b4df;
	float: left;
}
#searchsubmit {
	float: right;
	border: solid 0px red;
}
#startlink {
	position: relative;
	width: 250px;
	height: 166px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;	
	overflow: hidden;
}
#startlink a img {
	border: none;
}
#category {
	position: absolute;
	margin: 0px;
	padding: 0px;	
	list-style-type: none;
	left: 249px;
	top: 40px;
	width: 750px;
	height: 166px;
	overflow: hidden;
	border-right: solid 1px #ffffff;
}
#category li {
	position: relative;
	width: 250px;
	height: 166px;
	margin: 0px;
	padding: 0px;	
	overflow: hidden;
	float: left;
}
#category li img {
	position: absolute;
	width: 249px;
	height: 134px;
	border: none;
	border-top: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	margin: 0px;
	padding: 0px;
}
#category li .textlink {
	position: absolute;
	top: 135px;
	margin: 0px;
	padding: 0px;
	width: 250px;
	height: 29px;
	line-height: 29px;
	border: none;
	border-top: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
}
#category li .textlink a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-shadow: #cccccc 2px 2px 3px;
}
#category li .textlink a:hover {
	text-shadow: #ffffcc 2px 2px 3px;
}
#category li .first a {
	background-image: url(../images/category-fir.png);
	background-repeat: repeat-x;
}
#category li .between a {
	background-image: url(../images/category-bet.png);
	background-repeat: repeat-x;
}
#category li .last a {
	background-image: url(../images/category-las.png);
	background-repeat: repeat-x;
}
#main {
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 1000px;
}
#left {
	position: relative;
	padding: 0px;
	margin: 0px;	
	width: 250px;
	height: 100%;	
	border-top: solid 1px #e6e6e6;
	background-color: #e6e6e6;
	overflow: hidden;
	padding-bottom: 30px;
}
.menue {
	margin: 0px;
	padding: 0px;	
	list-style-type: none;
}
.menue li a {
	display: block;
	padding-left: 15px;
	width: 250px;
	height: 29px;
	line-height: 29px;
	border: none;
	overflow: hidden;
	font-size: 12px;
	text-decoration: none;
	
}

.menue li.no2 a {
	padding-left: 30px;
}

#left .menue li.no1.cur a, #left .menue li.act a {
	font-weight: bold;
}
#left .menue li.no2.cur a {
	text-shadow: #cccccc 2px 2px 3px;
}
#left .menue li.no0 a {
	font-size: 16px;
	color: #ffffff;
	text-shadow: #cccccc 2px 2px 3px;
}
#left .menue li.no0 a:hover {
	text-shadow: #ffffcc 2px 2px 3px;
}
#menue1 {
	background-color: #edf6fc;
}
#menue1 a {
	color: #299be6;	
}
#menue1 li.no0 a{
	background-image: url(../images/category-fir.png);
	background-repeat: repeat-x;
}
#menue1 li.no1 a, #menue1 li.no2 a {
	border-bottom: solid 1px #dcedf9;
	border-top: solid 1px #ffffff;
}
#menue1 li.no2 a {
	background-image: url(../images/bg_li-m1-no2.png);
	background-repeat: no-repeat;
}
#menue2 {
	background-color: #f8f0f0;
}
#menue2 a {
	color: #cc3333;	
}
#menue2 li.no0 a{
	background-image: url(../images/category-bet.png);
	background-repeat: repeat-x;
}
#menue2 li.no1 a, #menue2 li.no2 a {
	border-bottom: solid 1px #f1e2e2;
	border-top: solid 1px #ffffff;
}
#menue2 li.no2 a {
	background-image: url(../images/bg_li-m2-no2.png);
	background-repeat: no-repeat;
}
#menue {
	background-color: #e6e6e6;
}
#menue a {
	color: #4f4e4e;	
}
#menue li.no0 a{
	background-image: url(../images/category-las.png);
	background-repeat: repeat-x;
}
#menue li.no1 a, #menue li.no2 a {
	border-bottom: solid 1px #dadada;
	border-top: solid 1px #ffffff;
}
#menue li.no2 a {
	background-image: url(../images/bg_li-m0-no2.png);
	background-repeat: no-repeat;
}
#content {
	position: absolute;
	width: 750px;
	left: 250px;	
	top: 0px;
}
#breadcrumb {
	position: relative;
	height: 29px;
	line-height: 29px;
	padding-left: 10px;
	background-image: url(../images/bg_breadcrumb.png);
	background-repeat: repeat-y;
}
#contenttext {
	position: absolute;
	width: 470px;
	top: 59px;
	left: 30px;
	padding-bottom: 30px;
}
#right {
	position: absolute;
	width: 220px;
	top: 59px;
	right: 0px;
	border: solid 0px red;
	padding-bottom: 30px;
}

