* {
 	margin: 0;
 	padding: 0;
 	border: 0;
 	outline: 0;
	font-size: 1px;
}
  
.navbar_level1 {
 	border-bottom-width: 1px;
 	border-bottom-color: #ffffff;
 	border-bottom-style: solid;
 	width:145px;
 	margin-left: 2px;
 	margin-right: 2px;
 	margin-top: 10px;
 	margin-bottom: 5px;
}

.loginheading {
 	border-bottom-width: 1px;
 	border-bottom-color: #ffffff;
 	border-bottom-style: solid;
 	width:130px;
 	margin-left: 2px;
 	margin-right: 2px;
 	margin-top: 10px;
 	margin-bottom: 5px;
	text-align: left;
	font-size: 12px;
 	font-family: Arial;
 	color: #ffffff;
	padding-left: 10px;
	padding-right: 5px;
}

#login {
}

#login input {
	width: 115px;
	border-style: none;
	background-color: #ffffff;
	font-size: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
	color: #000000;
}

#login a {
	text-align: right;
	font-size: 10px;
 	color: #ffffff;
 	font-family: Arial;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 15px;
	display: block;
}

.navbar_level1 a {
	display: block;
	text-align: left;
	font-size: 12px;
 	color: #ffffff;
 	font-family: Arial;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 5px;
	display: block;
}
.navbar_level1 a:link {
	display: block;
	text-align: left;
	font-size: 12px;
 	color: #ffffff;
 	font-family: Arial;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 5px;
	display: block;
}

.navbar_level1 a:visited {
	display: block;
	text-align: left;
	font-size: 12px;
 	color: #ffffff;
 	font-family: Arial;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 5px;
	display: block;
}

.navbar_level1 a:hover {
	display: block;
	text-align: left;
	font-size: 12px;
 	color: #dddddd;
 	font-family: Arial;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 5px;
	display: block;
}

.navbar_level1 a:focus {
	display: block;
	text-align: left;
	font-size: 12px;
 	color: #ffffff;
 	font-family: Arial;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 5px;
	display: block;
}

.navbar_level1 a:active {
	display: block;
	text-align: left;
	font-size: 12px;
 	color: #ffffff;
 	font-family: Arial;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 5px;
	display: block;
}
 
a.navbar_level2 {
	text-align: left;
	display: block;
 	font-size: 11px;
 	color: #ffffff;
 	font-family: Arial;
	text-decoration: none;
	padding-left:15px;
	padding-right:5px;
 }
 
 a.navbar_level2:link {
	display: block;
 	font-size: 11px;
 	color: #ffffff;
 	font-family: Arial;
	text-decoration: none;
	padding-left:15px;
	padding-right:5px;
 }
  a.navbar_level2:visited {
	display: block;
 	font-size: 11px;
 	color: #ffffff;
 	font-family: Arial;
	text-decoration: none;
	padding-left:15px;
	padding-right:5px;
 } 
 a.navbar_level2:hover {
	display: block;
 	font-size: 11px;
 	color: #dddddd;
 	font-family: Arial;
	text-decoration: none;
	padding-left:15px;
	padding-right:5px;
 }
  a.navbar_level2:focus {
	display: block;
 	font-size: 11px;
 	color: #ffffff;
 	font-family: Arial;
	text-decoration: none;
	padding-left:15px;
	padding-right:5px;
 } 
 a.navbar_level2:active {
	display: block;
 	font-size: 11px;
 	color: #ffffff;
 	font-family: Arial;
	text-decoration: none;
	padding-left:15px;
	padding-right:5px;
 }
  
 #maintd {
	padding-top: 20px;
	padding-bottom: 20px;
 }
 
 #topbar {
 	background-color: #787772;
 	vertical-align: top;
 }
 
 #logotd {
 	text-align: right;
	background-color: #dfd7b2;
	background-image: url(images/design/line_north.png);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: middle;
 }
 
 #bar {
 	background-color:#8f8377;
 	background-image: url(images/design/bar_right.png);
	background-repeat: repeat-y;
	background-position: right;
	text-align: right;
	vertical-align: middle;
	padding-right: 20px;
 }
 
 #bar a {
	font-family: Arial;
 	font-size: 12px;
 	color: #ffffff;
 	text-decoration: none;
	margin-right:10px;
 }
 
 #bottomwest {
 	background-color: #7d7d7d;
	background-image: url(images/design/bar_bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
 }
 
 #bottom {
 	background-image: url(images/design/line_south.png);
	background-repeat: repeat-x;
	background-position: bottom;
 }
 
 #navbartd {
 	background-color:#7d7d7d;
 	background-repeat: no-repeat;
	background-position: top;
	vertical-align: top;
 }
 
 #linewest {
 	background-image: url(images/design/line_west.png);
	background-repeat: repeat-y;
	background-position: left;
 }
 
#navbar {
	width: 149px;
	height: 350px;
	cursor: default;
}
 
#texttd {
	vertical-align: top;
 	background-image: url(images/design/line_east.png);
	background-repeat: repeat-y;
	background-position: right;
}
 
a {
 	font-size: 12px;
 	color: #777777;
 	text-decoration: underline;
 	font-weight:normal;
}
 
a:link {
 	font-size: 12px;
 	color: #777777;
 	text-decoration: underline;
 	font-weight:normal;
}

a:visited {
 	font-size: 12px;
 	color: #777777;
 	text-decoration: underline;
 	font-weight:normal;
}

a:focus {
 	font-size: 12px;
 	color: #777777;
 	text-decoration: underline;
 	font-weight:normal;
}

a:hover {
 	font-size: 12px;
 	color: #ababab;
 	text-decoration: underline;
 	font-weight:normal;
}

a:active {
 	font-size: 12px;
 	color: #777777;
 	text-decoration: underline;
 	font-weight:normal;
}
 
h1 {
	font-size: 18px;
 	margin-top: 30px;
 	text-decoration: none;
 	margin-bottom: 35px;
}
 
h2 {
	font-size: 12px;
 	font-weight: bold;
}
 
p {
 	font-size: 12px;
 	margin-bottom: 20px;
}

p * {
	font-size: 12px;
}

li {
	font-size: 12px;
	margin-left: 30px;
}
 
img {
 	margin-left: 20px;
 	margin-bottom: 20px;
}

img.leftimg {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 20px;
}

img.design {
	margin: 0;
}
 
#textbody {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	width: 564px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
}

#textbody td {
	font-size: 11px;
}

#textbody td.kontakt {
	font-size: 12px;
	padding: 0;
	padding-right: 5px;
}

#textbody b {
	font-size: 12px;
}

#textbody input {
	height: 18px;
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#textbody textarea {
	margin: 0;
	padding: 0;
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	font-size: 12px;
}

#textbody input.checkbox {
	border-style: none;
}

