body {
	font-family: sans-serif;
	font-size: 11px;
	cursor: default;
	color: #777777;
	margin-top: 0px;
	margin-width: 0px;
	margin-height: 0px;
	margin-left: 0px;
	background-image: url(images/crbg.png);
	background-repeat: repeat-x;
	background-color: #EDE5D2;
}

a {
	font-family: georgia;
	font-size: 11px;
	color: #C8433C;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
}

a:hover { 
	color: #E37C4B;
	text-decoration: none;
}

h1 {
	color: #817564;
	font-family: georgia;
	text-decoration: none;
	font-size: 20px;
	text-align: center;
	margin-bottom: 2px;
	padding: 7px;
	text-transform: none;
	font-style: italic;
	text-shadow: #ffffff 1px 1px;
}

h2 {
	color: #224F64;
	font-family: georgia;
	text-decoration: none;
	font-size: 20px;
	text-align: center;
	margin-bottom: 2px;
	font-weight: bold;
	padding: 7px;
	text-transform: none;
	font-style: italic;
	text-shadow: #ffffff 1px 1px;
}

.menu {
	border-radius: 12px;
	-moz-border-radius:  12px; 
	-webkit-border-radius: 12px;
	color: #777777;
	background-color: #FFFFFF;
	font: 10px Verdana;
	padding: 5px;
	text-align: justify;
	border: 1px #E8E8E8 solid;
}

.cntable {
	font-family: Verdana;
	font-size: 11px;
	color: #777777;
	border-style: none;
	padding: 5px;
	border-bottom: 1px solid #E5E5E5;
}

b {
	color: #313131;
}

a.navi {
	text-align: left;
	color: #777777;
	font-weight: normal;
	font-size: 11px;
	padding: 10px;
	padding-left: 15px;
	display: block;
	text-decoration: none;
	margin: 4px;
	background-color: #EEEEEE;
	text-transform: none;
	border-top: 0px solid #224F64;
	border-bottom: 0px solid #224F64;
	border-right: 0px solid #224F64;
	-moz-border-radius: 15px;
	border-left: 30px solid #224F64;
}

a.navi:hover {
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	padding: 10px;
	display: block;
	text-decoration: none;
	margin: 4px;
	text-transform: none;
	border-top: 0px solid #317291;
	border-left: 30px solid #317291;
	border-bottom: 0px solid #317291;
	border-right: 0px solid #317291;
	-moz-border-radius: 15px;
	color: #777777;
	background-color: #EEEEEE;
	padding-left: 15px;
}

.image {
	border: 1px solid #224F64;
	padding: 3px;
	-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
	opacity:.40;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
}

.image:hover {
	border: 1px solid #817564;
	padding: 3px;
	-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
	opacity:.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}

#reklam {
	position: absolute;
	top: 35px;
	width: 98%;
	left: 0px;
	text-align: center;
}