* {
	margin: 0;
	padding: 0;
}

/* @group ids */

#head {
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0;
	background: repeat-x url(bilder/design/hg_top.jpg);
}

#master {
	width: 760px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
	color: black;
	z-index: 10;
	position: relative;
}

#header {
	width: 760px;
	height: 139px;
	float: left;
	background: url(design/master_header.jpg) no-repeat;
	color: black;
}

#navigation {
	width: 760px;
	height: 26px;
	background: url(design/navigation/nav_bar.jpg) no-repeat;
	display: block;
	margin: 0;
	float: left;
	vertical-align: middle;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	color: black;
}

#content_header {
	width: 760px;
	height: 30px;
	background: no-repeat url(design/content_header.gif);
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	color: black;
}

#content {
	width: 760px;
	background: url(design/master_higru.gif) repeat-y ;
	margin: 0;
	padding: 0;
	height: auto;
	color: black;
}

#sub_content {
	width: 710px;
	height: auto;
	margin-left: 25px;
	color: black;
}

#content_bild {
	width: 240px;
	height: 500px;
	float: left;
	color: black;
}

#content_text {
	width: 430px;
	height: auto;
	float: left;
	padding: 10px 10px 30px;
	margin-left: 10px;
	color: black;
	text-align: left;
}

#footer {
	width: 760px;
	height: 48px;
	background: url(design/master_footer.gif);
	float: left;
	color: black;
}

#footer_text {
	width: 760px;
	height: 14px;
	text-align: center;
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	float: left;
	background: url(design/master_higru.gif) repeat-y ;
	padding-top: 20px;
	clear: both;
}
	
/* @end */

/* @group menu */

#menue {
	height: 26px;
	display: block;
	float: left;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
}
#menue li {
  display: inline;
	width: 110px;
	background: url(design/navigation/nav_trenner.gif) no-repeat left;
	height: 26px;
	float: left;
	font: 9px/26px Verdana, Arial, Helvetica, sans-serif;
}

.menu {
	font: 9px/20px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	vertical-align: -3px;
}

a.menu:link {
	color: black;
	background-color: transparent;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 20px;
}

a.menu:visited {
	color: black;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 20px;
}

a.menu:hover {
	color: yellow;
	text-decoration: none;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 20px;
}

a.menu:active {
	color: #ff8000;
	text-decoration: none;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 20px;
}

.url_aktuell {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: yellow;
	text-decoration: none;
	padding-left: 20px;
	vertical-align: -3px;
}
	
/* @end */

/* @group tagstyles */

h4 {
	font-size: small;
	font-weight: bold;
}

body {
	background : #ffffff;
	font: x-small/1.5em "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: black;
	text-align: center;
	word-spacing: normal;
	letter-spacing: normal;
}

p {
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: inherit;
}

img {
	border-style: none;
}
	
/* @end */

/* @group Klassen */

.erste_reihe {
	width: 200px;
}

.zweite_reihe {
	width: 200px;
}

.fehler {
	color: red;
	background: inherit;
	font-size: x-small;
}

.eingabefeld {
	width: 320px;
}

.knopf {
	background: #cccccc;
	border: 1px solid #b3b3b3;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 20px;
	color: black;
}

.top {
	vertical-align: top;
}

.untertitel {
	font-size: x-small;
	float: left;
	margin-top: 200px;
	font-weight: bold;
}

.titelpos {
	margin-top: 70px;
	margin-left: 40px;
}

.titelposgutentag {
	margin-top: 80px;
	margin-left: 0;
	float: left;
	clear: both;
}

.links {
	float: left;
}

.cleaner {
	clear: both;
}
	
/* @end */

/* @group Linkstyles */

a:link {
	text-decoration: none;
	color: #615b29;
}

a:visited {
	text-decoration: none;
	color: #615b29;
}

a:hover {
	text-decoration: none;
	color: #615b29;
}

a:active {
	text-decoration: none;
	color: #615b29;
}
	
/* @end */

.browserid {
	color: #cccccc;
	font-size: 10px;
	background: inherit;
}

#sub_text {
	width: 96%;
	height: auto;
	text-align: left;
	padding-left: 2%;
	padding-right: 2%;
}

.referenzen {
	margin-bottom: 8px;
	width: 94%;
	display: block;
	background: url(bilder/show_ref.gif) no-repeat left top;
	padding-left: 4%;
	padding-right: 2%;
	clear: both;
	float: left;
	margin-top: 8px;
}

.ref1 {
	width: 300px;
	height: auto;
	float: left;
}

.ref2 {
	width: 300px;
	height: auto;
	display: block;
	float: left;
	padding-left: 30px;
	text-align: center;
}