/* CSS Document */
/* Anpassungen Weblayout */
body {
	margin: 50px 0px 0px 0px;
	padding: 0;
	color: #000000;
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.25em;
	background-color: #ffffff;
	background-repeat: repeat-x;
}

td {
	color: #000000;
	font-family: Arial, Geneva, sans-serif;
	font-size: 100%;
	line-height: 1.25em;
}

p {
	font-size: 100%;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	line-height: 140%;
}

img {
	border: none;
}

label {
	font-weight: normal;
	float: left;
	clear: both;
}

/*h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}*/

div.table { display:table; border-collapse:collapse; width: 99%; }
div.tr { display:table-row; width:100%; }
div.td { display:table-cell; float: left; vertical-align: top; }

span.td { display:inline-block; float:left; }

/* Überschriften, Links und Formular */
h1 {
	font-weight: lighter;
	font-style: italic;
	font-size: 180%;
	color: #000000;
	line-height: 125%;
	padding: 0px 0px 15px 0px;
	margin: 0px;
}
h2 {
	font-size: 120%;
	color: #000000;
	font-weight: lighter;
	font-style: italic;
	line-height: 100%;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h3 {
	font-size: 130%;
	color: #000000;
	font-weight: bold;
	line-height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
h4 {
	font-size: 100%;
	color: #000000;
	font-weight: bold;
	line-height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

hr {
	border: thin;
	background-color: #000000;
	opacity: 0.25;
	filter: alpha(opacity=50);
	height: 1px;
	margin-top: 2px;
	margin-bottom: 4px;
	padding: 0px;
}

a {
	outline:0;
	-moz-outline:0;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

a.sitemap:link {
	font-size: 100%;
	color: #cd0007;
	text-decoration: none;
}
a.sitemap:visited {
	font-size: 100%;
	color: #cd0007;
	text-decoration: none;
}
a.sitemap:hover {
	font-size: 100%;
	color: #333333;
	text-decoration: underline;
}

form {
	display: inline;
}
input {
	font-size: 90%;
	color: #555555;
	background-color: #FFFFFF;
	border: 1px solid #e0e0e0;
}
textarea {
	font-size: 90%;
	color: #555555;
	background-color: #FFFFFF;
	border: 1px solid #e0e0e0;
}
select {
	font-size: 90%;
	color: #555555;
	background-color: #FFFFFF;
	border: 1px solid #e0e0e0;
}
.select_lng {
	font-size: 90%;
	color: #555555;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.chb{
	background-color: #d1e1d9;
	border: 0px;
}
.button_img{
	color: #FFFFFF;
	background-color: #FFFFFF;
	border: 0px solid #FFFFFF;
}
.button_img_anfrage{
	color: #dbeae2;
	background-color: #dbeae2;
	border: 0px solid #dbeae2;
}
.button_anfrage{
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #e0e0e0;
	font-weight: bold;
	letter-spacing: 2px;
}
.menu_active{
	font-weight: bold;
	font-style: italic;
}
.font_90 {
	font-size: 90%;
}
.font_125 {
	font-size: 125%;
}
.font_150 {
	font-size: 150%;
}
.font_175 {
	font-size: 175%;
}
.font_200 {
	font-size: 200%;
}


/* Anpassungen START */
#start {
	position: relative;
	text-align: left;
	margin: auto;
	width: 908px;
	left: 0 !important;
}
	#start #sagamundo {
		position: relative;
		float: left;
		margin-top: 300px;
		width: 908px;
	}
	#start #sagamundo .sagamundls {
		position: absolute;
		display: none;
	}


#page {
	position: relative;
	text-align: left;
	margin: auto;
	width: 908px;
	left: 0 !important;
}	
	#page #top {
		position: relative;
		float: left;
		text-align: right;
		/*padding-right: 8px;*/
		width: 908px;
		height: 80px;
		z-index: 10;
	}
	
	#page #slogan {
		position: absolute;
		top: 55px;
		left: 25px;
		z-index: 0;
		width: 400px;
		font-size: 100%;
		font-weight: lighter;
		font-style: italic;
	}
	
	#page #bild {
		position: absolute;
		top: 85px;
		left: 0px;
		width: 908px;
		height: 530px;
		z-index: 0;
	}
		#page #bild #cycle_pics {
			position: relative;
			float: left;
			left: 5px;
			z-index: 0;
		}
		
	#page #plus {
		position: absolute;
		top: 304px;
		right: 3px;
		width: 7px;
		height: 7px;
		z-index: 500;
		padding: 2px;
		background-color: #FFFFFF;
		font-size: 80%;
	}		
	
	#page #content {
	  position: relative;
	  float: left;
	  margin: 245px 3px 0px 5px;
	  width: 900px;
	  min-height: 240px;
	  padding: 0px 0px 0px 0px;
	  background-image: url(../img/png/bkg_80_weiss.png);
	}
	
	 #page #content #links {
	 	position: relative;
	  float: left;
	  width: 625px;
	  padding: 15px 20px 10px 20px;
	 }
	 	#page #content #links ul {
			margin: 5px 0px 15px 25px;
			padding: 0px;
		}
		#page #content #links li {
			list-style: url(../img/gif/pfeil_grau.gif);
			padding: 0px 0px 3px 0px;
		}
	  #page #content #links .umenu {
	  	margin: 5px 0px 15px 15px;
	  	padding: 0px;
	  }
	  #page #content #links .umenu li {
	  	float: left;
	  	width: 145px;
	  	list-style: url(../img/gif/pfeil_grau.gif);
	  	padding: 0px 0px 3px 0px;
	  }
	 
	 #page #content #rechts {
	 	position: relative;
	  float: left;
	  width: 215px;
	  padding: 15px 10px 10px 0px;
	 }
	 
	 #page #content #rechts #menu {
	 	position: relative;
	  float: left;
	  width: 280px;
	  padding: 0px 0px 0px 2px;
	 }
	 #page #content #rechts #menu li {
	  list-style: url(../img/gif/pfeil_grau.gif);
	  padding: 0px 0px 0px 0px;
	 }
	 	#page #content #rechts #menu .umenu {
	  	margin: 0px 0px 10px 35px;
	  	padding: 0px;
	  }
	  #page #content #rechts #menu .umenu li {
	  	width: 145px;
	  	list-style: url(../img/gif/pfeil_grau.gif);
	  	padding: 0px 0px 0px 0px;
	  }
	 
	 #page #content #rechts #text {
	 	position: relative;
	  float: left;
	  width: 200px;
	  padding: 0px 10px 10px 15px;
	 }
	
	 	#page #content #rechts ul {
	  	margin: 0px 0px 10px 25px;
	  	padding: 0px;
	  }
	  #page #content #rechts li {
	  	list-style: none;
	  	padding: 0px 0px 0px 0px;
	  }
		
		#page #content .newsentry {
			position: relative;
			float: left;
			/*background-color: #eff8f3;*/
			padding: 0px 10px 10px 10px;
			margin-left: 34px;
			width: 508px;
		}
		
		#page #content .newsentry_preview4 {
			float: left;
			width: 515px;
			padding: 5px;
			margin: 10px 0px 0px 13px;
		}
			/*#page #content #main .newsentry_preview4 ul {
	  		margin: 0px 0px 5px 140px;
	  		padding: 0px;
	  	}*/

			#page #content .newsentry_preview4 .newsentry_preview_entry4 {
				position: relative;
				float: left;
			}
		#page #content .newsentry_preview5 {
			/*float: left;
			width: 508px;*/
			height: 95px;
			padding: 5px;
			margin: 5px 0px 0px 0px;
		}
			/*#page #content .newsentry_preview5 ul {
	  		margin: 0px 0px 5px 140px;
	  		padding: 0px;
	  	}*/

			#page #content .newsentry_preview5 .newsentry_preview_entry5 {
				position: relative;
				float: left;
			}
		
		#page #content .downloadentry {
			position: relative;
			float: left;
			background-color: #eff8f3;
			padding: 5px 10px 5px 10px;
			margin: 1px 0px 0px 34px;
			width: 508px;
		}
			#page #content .downloadentry div {
				position: relative;
				float: left;
			}
			#page #content .downloadentry a:hover {
				text-decoration:none;
			}
			
		#page #content .produkt {
			position: relative;
			float: left;
			background-color: #eff8f3;
			padding: 5px 10px 5px 10px;
			margin: 5px 0px 0px 34px;
			width: 508px;	
		}
			#page #content .produkt_detail {
				position: relative;
				float: left;
			}
			
		#page #content #logoleiste {
			position: relative;
			float: left;
			width: 900px;
			height: 65px;
			background: url(../img/gif/logoleiste.gif);
			margin: 0px 0px 5px 0px;
		}			

#pagefooter {
	position: relative;
	clear: both;
	top: 0px;
	height: 70px;
	text-align: right;
}
	#pagefooter #adresse {
		position: relative;
		margin: 0px auto;
		left: 1px;
		width: 900px;
		color: #000000;
		font-size: 90%;
	}
		#pagefooter #adresse a:link {
			color: #000000;
			text-decoration: none;
		}
		#pagefooter #adresse a:visited {
			color: #000000;
			text-decoration: none;
		}
		#pagefooter #adresse a:hover {
			color: #000000;
			text-decoration: underline;
		}
		
		
#siteindex {
	display: none;
}

#rsvErrors { 
  display: none; 
	padding: 8px; 
	background-color: #ffffcc; 
	border: 1px solid #ff9b00;
	line-height: 12px;
	margin-bottom: 12px;
}
.pflichtfeld {
	color: #ff9b00;
}
.errorField {
	background-color: #ffffcc;
	/*color: #ff9b00;*/
}

#table_anfrage{
	background-color: #f4f4f4;
	padding: 2px;
}
#td_anfrage1{
	height: 25px;
}
#td_anfrage2{
	height: 25px;
	padding-left: 20px;
}
#td_anfrage3{
	color: #f4f4f4;
}

.btn/*, input[type=submit], input[type=reset], input[type=button]*/ {
	border: 1px solid #dcdcdc;
	background-color: #F2F2F2;
	padding: 6px;
	margin: 0px;
	font-size: 100%;
	/*background-image: url(img/buttons/default_button_bg.gif);
	background-repeat: repeat-x;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	height: 18px;
	font-weight: bold;*/
	color: #000;
	cursor: pointer;
	outline: 0px;
}
.btn:hover/*, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover*/ {
	color: #fff;
	background-color: #ec1d25;
	outline: 1px solid #999;
}

.btnsubmit {
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	background-image: url(../img/png/button_bkg.png);
	border: 0px;
	height: 22px;
	font-size: 90%;
	font-weight: bold;
	cursor: pointer;
	outline: 0px;
}
.btnsubmit:hover {
 padding: 0px 0px 2px 2px
}

.btnsubmit_img {
	position:relative;
	float:left;
}

/* Anpassungen ENDE */
