/* DEFAULT STYLES 
Hintergrund: 	#FAFAF7
*/
* {
   padding:0;
   margin:0;
}

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}
#logo {
	background-image:url(images/logo.gif);
	background-repeat: no-repeat;
	width: 224px;
	height: 76px;
  border: 0px solid red;
	margin-left: 30px;
	margin-top: 10px;
	float: left;
	border: 0;
}
.container_aussen {
	position: absolute;
	top:35px; 
	left:0;
	padding-bottom: 25px;
	width:100%; 
	text-align: center;
	}
.container_innen {
	margin: auto;
	width: 838px;
	background-image: url("./images/bg.gif");
  height: auto;
  display: block;
  z-index: 0;
	}
div.clear {
	clear: both;
	margin:0;
	padding: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	}
#top {
	/*background-image: url("./images/white.gif");
	background-repeat: no-repeat;*/
	background-color: #fff;
	width: 838px; 
 	height: 5px;
 	min-height: 5px;
 	clear: both;
 	display: block;
 	z-index: 1;
 	 	}
 	 	
#bottom {
	position: relative;
	float: left;
	/*background-image: url("./images/bottom.gif");
 	background-repeat: no-repeat;*/
 	width: 838px; 
 	height: 5px;
 	min-height: 5px;
 	background-color: #fff; 
 	}
#menu {
	position: relative;
	left: 300px;
	top: 38px;
	text-align: right;
	width: 300px;
	display: block;
	float: left;
	}
/* IDs für das Menü - wrappede <span>*/
#menu_zeile1 {
	display: block;
}
#menu_zeile2 {
	display: block;
	clear: both;
}	

/* bei css_template_3.html verwendet*/
#inhalt2 {
	float: left;
	display: block;
	position: relative; 
	left: 36px;
	top: 5px;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 250px;
	max-width: 250px;
	text-align: left;
	min-height: 300px;
	}

.contacttext {
	text-align: left;
	vertical-align: middle;
	
	}
input.inputcontact {
	width: 174px;
	}
.textareacontact {
	width: 174px;
	overflow-y: hidden; /* fixes MSIE scrollbar bug */
	overflow: hidden;
	}
	
radio {
	border: 0px;
	}

