
* {
 	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style-type: none;
	text-align: justify;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

body {
     background-image: url(images/menu_bg.gif); 
     background-repeat: repeat-y; 
}

a {
	text-decoration: none;
	color: black;
}

a:hover, a.active {
	text-decoration: underline;
}

input, textarea {
	border: 1px solid #BE8AAF;
}

label {
	cursor: pointer;
}

input, textarea {
	border: 1px solid #BE8AAF;
}

img {
	display: inline;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
}

sup {
	font-size: 10px;
	line-height: 10px;
}

hr {
	height: 1px;
	background-color: #666666;
	margin: 10px 0px;
	display: block;
}

strong, b {
	font-weight: bold;
}

b {
	color: #000000;
}

strong {
	color: #666666;
}

/* headline */

h1 {
	font-size: 20px;
	line-height: 24px;
	color: #71235B;
	text-align: left;
	margin: 10px 0px;
}

h2 {
	font-size: 13px;
	line-height: 17px;
	color: #71235B;
	text-align: left;
}

#site {
	width: 750px;
}

#header {
	height: 170px;
	background-color: white;
}

#header img {
	margin-top: 23px;
}

#footer {
	border-top: 1px solid #CCCCCC;
}

#footer li, #footer_copy {
	float: left;
	margin: 10px;
}

#footer_copy {
	width: 363px;
	text-align: right;
}

#navi_left {
	margin-top: 25px;
	width: 169px;
	float: left;
}

#navi_left li {
 	width: 169px;
}

#navi_left a {
	padding: 5px 0px 5px 16px;
	color: white;
	display: block;
}

#navi_left a:hover, #navi_left a.active {
	background-image: url(images/menu_bg_hover.gif);
	text-decoration: none;
}

#content {
	margin: 25px 0px 0px 206px;
}

/* Kontakt */

.kontakt_top_left {
	float: left;
	width: 300px;
	height: 180px;
}

.kontakt_top_left div {
	padding: 5px 15px 5px 5px;
}

.kontakt_top_right {
 	height: 180px;
}

.kontakt_top_right div {
	padding: 5px 0px 5px 5px;
}

.kontakt_top_right label {
	float: left;
	width: 60px;
}

.kontakt_top_right input {
	width: 100px;
}

.kontakt_bottom input {
 	padding: 2px;
	margin-left: 10px;
}

.kontakt_bottom textarea {
	width: 350px;
	height: 100px;
	padding: 2px;
}

.include_table td {
	padding-bottom: 10px;
	vertical-align: top;
}

/* Sitemap */
.sitemap_first {
	margin: 10px 0px;
}

.sitemap_first li {
	margin: 5px 0px;
}

.sitemap_second li {
	margin-left: 10px;
}