html {
	height: 101%;
}
.tx-macinasearchbox-pi1 {
  position: fixed;
  top: 200px; }

.tx-macinasearchbox-pi1 #suchbegriff {
  width: 70px;
  border: 1px solid #c4c4c4; }

.tx-macinasearchbox-pi1 #submit {
  vertical-align: bottom;
  width: 15px;
  margin: 2px 0 0 2px; }

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
/*	background-color: #666;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
}

#basis {
	width: 630px;
	margin: 10px auto 10px auto;
}

#bild { /* ÄNDERUNG CIESLIK */
	position: relative;
	float: right;
	width: 500px;
	height: 158px;
	margin: 0px 0px 30px 0;
	padding: 0px 0px 0 0;
}

#bild p img { /* ÄNDERUNG CIESLIK */
	border: 0;
	float: right;
	margin-right: 20px; }

#subnav {
	clear: both;
	position: absolute;
	bottom: 0;
	height: 10px;
}

#bild p {
	/*position: absolute;
	bottom: 16px;*/
	margin: 0px;
	padding: 0px;	
}

#bild p img {
	padding: 0px;
}
*/

#navigation {
	border: 1px solid silver !important;
	background-color: red;
	position: absolute;
	top: 10px;
	width: 130px;
	margin-top: 65px;
	float: left;
}

#copyright {
   display: block;
   position: fixed;
   padding: 0;
   margin: 0;
   width: 120px;
   height: 25px;
   bottom: 0px;
   font-size: 0.7em;
}

#erweitert {
	position: absolute;
	top: 300px;
	margin-top: 34px;
	margin-bottom: 20px;
}

#inhalt{
	width: 480px;
	margin-left: 130px;
	padding: 0px 10px 15px 0px;
}

/* Navigation */
#bild ul {
	list-style-type: none;
	padding-left: 0px;
	margin: 5px 0px 0px 0px;
	font-size: 0.7em;
}

#bild ul li {
	float: left;
	padding-right: 5px;
	color: #666666;
}

#navigation ul {
	position: fixed; /* ÄNDERUNG CIESLIK */
	list-style-type: none;
	padding-left: 0px;
	margin: 0px 0px 0px 0px;
}

#navigation ul li.end {
/*	padding-top: 12px;
    padding-top: 3px;
	font-size: 0.7em;*/
}

/* Links der Navigation evtl. Extra-Design, dann hier
#navigation li a, #navigation li a:link {
	text-decoration: none;
}

#navigation li a:hover {
	color: #000000;
}*/

a.sauber {
	background: none;
	padding-left: 0px;
}

a img {
	border: 1px solid #666666;
}

/*
.bodytext a:link, .bodytext a:visited {
	text-decoration: none;
	color: #858585; 	color: #000000;
	font-weight: bold;
	color: #ffffff;
	background-color: #999;
	padding-left: 3px;
	padding-right: 3px;
}

.bodytext a:hover {
	color: #666666;
} */

a:link, a:visited {
	text-decoration: none;
/*	color: #666666;*/
	color: #000;
}

a:hover {
/*	color: #000000;
	color: #b0091b;*/
	color: #acd715;
}

.hidden {
	display: none;
}

/* Allgemeine Textelemente */
h1 {
	font-size: 1.2em;
	margin-top: 2px;
	margin-bottom: 15px;
	font-weight: bold;
}

h2 {
	font-size: 1em;
	margin-top: 2px;
	margin-bottom: 10px;
	font-weight: bold;
}

/* Verlinkte Bilder ohne Rahmen */

#inhalt a img {
	border: 0px;
}

/* Formulare auf Kontakt-Seite */
#kontakt {
/*	border: 1px solid Red;*/
}

#kontakt .textfeld, #kontakt .form_eingabe, #kontakt .form_submit, #kontakt select.tag, #kontakt textarea.textfeld {
	width: 220px;
	margin: 0px 10px 15px 0px;
	border: 1px solid Grey;
	background-color: #fff;
}

#kontakt select.tag {
	padding: 0;
	margin: 0px 0px 15px 0px;
	width: 70px;
}

#kontakt textarea.textfeld {
	width: 450px;
	height: 50px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#kontakt .fehler {
	background-color: #b0091b;
	color: #fff;
}

#kontakt select.fehler {
	background-color: #b0091b;
	color: #fff;
}

span.error {
	color: #b0091b;
	font-weight: bold;
}

#kontakt input.button {
	background-color: ButtonFace;
}