/* CSS Document */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 10px;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 10px;
	background-image: url(images/back.jpg);
	border: 1px solid #063;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-web-border-radius: 10px;
}
.border {
	border: 2px solid #ffffff;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-web-border-radius: 10px 10px 0 0;
}
.info_cont 
{
	border: 4px solid #063;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-web-border-radius: 8px;
	margin-top: 50px;
	}
a:link, a:visited, a:active {
	color: #006600;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:focus {
	outline: none;
	}
td {
	font-size: 13px;
}
.header {
	background-image: url(images/logoback.jpg);
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-web-border-radius: 10px 10px 0 0;
	padding-left: 10px;
}
.h_menu {
	line-height: 40px;
	background-image: url(images/menuback.jpg);
	
}
.navi:link, .navi:visited, .navi:active {
	width: 150px;
	background-image: url(images/menu.jpg);
	display: block;
	color: #ffff99;
	text-decoration: none;
	padding-bottom: 2px;
	padding-top: 1px;

}
.navi:hover {
	background-image: url(images/menu_h.jpg);
	color: #fff;
	text-decoration: none;
	padding-bottom: 1px;
	padding-top: 2px;
}
.navi:focus {
	outline: none;
	}
.navi_activ {
	width: 150px;
	background-image: url(images/menu_h.jpg);
	color: #fff;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 1px;
	padding-top: 2px;
}
.cont {
	background-color: #ffffff;
	padding: 20px;
	text-align: left;
}
.cont2 {
	background-color: #ffffff;
	padding: 20px;
	text-align: left;
	font-size: 14px;
	border: 1px solid #063;
	margin-left: 60px;
	margin-right: 60px;
}
.tabinh {
	background-color: #ffffff;
		border: 2px solid #ffffff;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-web-border-radius: 0 0 10px 10px;
}

h1 {
	margin: 10px;
	font-size: 15px;
	text-align:center;
}

h2 {
	margin: 20px;
	font-size: 14px;
	text-align:center;
}

.hr2 {
	margin-top: 30;
	margin-left: 20px; 
	margin-right: 20px;
	margin-bottom: 10px;
	color: #063;
	background-color: #063;
	height: 1px;
	border: 0;
	}
.error {
	color: red;
	margin; 4px;
	}
.textarea {
	border: 1px solid #063;
	background-image: url(images/area.jpg);
	}
.feld {
	border: 1px solid #063;
	background-image: url(images/field_back.jpg);
}
.button {
	background-image: url(images/button.jpg);
	border: 1px solid #063;
	color: #fff;
	padding: 2px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
	}
