body {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-family: Georgia;
	background-color: #f6f6f6;

}
#header {
	background-color: #e7e7e7;
	background-image: url('images/header.png');
	background-repeat: no-repeat;
	height: 200px;	
}
#head_infoblock {
	position: absolute;
	top: 20px;
	left: 650px;
	border: 2px solid black;
	border-radius: 10px;
	height: 140px;
	width: 330px;
	padding: 30px;
	background-color: #cbf038;
	font-family: Georgia;
	font-size: 15px;	
	z-index: 9999;
}
#head_infoblock img {
	float: left;
	margin: 10px;
}
#infotext {
	margin-left: 140px;
}
#infotext h1 {
	font-weight: normal;
	padding: 0;
	margin: 0;
}
#infotext h2 {
	font-weight: bold;
	font-style: italic;
	margin: 0;
}
#infotext .adress {
	text-align: center;
	margin-top: 8px;
}
#page {
}
#content {
	float: left;
	width: 600px;
	margin: 40px;
}
#content .box {
	border: 1px solid #7d6f6a;
	border-radius: 10px;
	margin-bottom: 20px;
	background-color: #fff;
}
#content .box h1 {
	margin: 0;
	padding: 5px;
	background-color: #7d6f6a;
	font-size: 16px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #f1f1f1;
}
#content .alert h1 {
	background-color: #8e0000;
}
#content .box div {
	padding: 0 10px;	
}
#content .box div h2 {
	font-size: 16px;
}
#content .box div ul {
	list-style-type: circle;
}
#navigation {
	float: left;
	margin-top: 30px; 
}
#navigation ul {
	list-style-type: none;	
}
#navigation ul li {
	font-size: 16px;
	margin: 5px;
	color: #7d6f6a;
}
#navigation ul li.no_hover, #navigation ul li.no_hover:hover {
	color: #000;
	font-weight: bold;
}
#navigation ul li a {
	text-decoration: none;
	color: #7d6f6a;
	margin-left: 10px;
}
#navigation ul li.active a, #navigation ul li.active {
	color: #000;
	font-weight: bold;
}
#navigation ul li:hover a, #navigation ul li:hover {
	text-decoration: none;
	color: #c40000;
	font-weight: bold;
}
#navigation ul li:hover ul li a, #navigation ul li:hover ul li {
	color: #000;
}
#navigation ul li ul li {
	font-size: 14px;
}

#navigation ul li ul li:hover a, #navigation ul li ul li:hover {
	color: #c40000;
}
#footer {
	clear: both;
	margin: 40px;
	padding: 5px;
	border-top: 1px solid #a9a9a9;
	color: #a9a9a9;
	font-size: 13px;
}
#footer a {
	color: #a9a9a9;
	text-decoration: underline;
	font-weight: bold;
}
img.foto {
	padding: 2px;
	border: 1px solid #000;
}
img.left {
	margin: 0 10px 10px 0;
}
img.right {
	margin: 0 0 10px 10px;
}
.center {
	text-align: center;	
}
.strong {
	font-weight: bold;	
}
.italic {
	font-style: italic;	
}
.left {
	float: left;
	text-align: left;
}
.right {
	float: right;
	text-align: right;
}
.block {
	display: block;
}
.clear {
	clear: both;
}