@charset "utf-8";
/* CSS Document */
body {
	background-image:url(images/sitebg.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:12px;
	color:#101010;
}

img {
	padding:0;
	border:0;
}

h1 {
	margin:0;
}

h3 {
	margin:0 0 15px 0;
	padding:0;
	color:#195686;
}

a {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:underline;
}

ul {
	list-style:none;
	padding:0;
	margin:0;
}

#tooltip{
	position:absolute;
	border:3px solid #f9e98e;
	background:#fbf7aa;
	padding:8px;
	color:#a67d35;
	display:none;
	}

.clear {
	clear:both;
}

#menue {
	width:735px;
	float:left;	
}

.menueButton {
	background-image:url(images/menuebg.jpg);
	background-repeat:no-repeat;
	width:106px;
	height:30px;
	float:left;
	margin-left:15px;
}

.menueButton div {
	padding:10px;
	text-align:center;
}

.menueButton a {
	color:#195686;
	text-decoration:none;
}

.menueButton a:hover {
	color:#195686;
	text-decoration:underline;
}

.image {
	border:1px solid #b2b2b2;
	padding:1px;
}

#cnLeft {
	width:230px;
	float:left;
}

#cnLeft ul {
	padding:0 25px 8px 0;
}

#cnLeft li {
	padding:8px;
	border-bottom:1px dotted #b2b2b2;
}

#cnRight {
	width:700px;
	float:left;
}

#footer {
	border-top:1px dotted #b2b2b2;
	color:#5b5b5b;
	text-align:center;
	padding:7px;
}

#slider {
	width: 712px;
	height: 122px;
	margin:0 0 16px 14px;
}
