/*Allgemein Formatierungen */
body {
	margin:0px; padding:0px;
	background-color:#CCE8FF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	scrollbar-base-color:#CCE8FF;
	scrollbar-3d-light-color:#FFFFFF;
	scrollbar-arrow-color:#99CCCC;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#99CCCC;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#99CCCC;
	scrollbar-track-color:#99CCCC;
}

h1 {
	display:none;
}

h2 {
	color:##1a9dfb;
	size:14px;
	font-style:italic;
	font-weight:normal;
}

h3 {
	font-weight:bold;
	size:11px;
	color:#000000;
}

img {
	border:0;
}

div.uberschrift {
	clear:both;
}

#container {
	margin:0px auto;
	width:935px;
}

#container_hg {
	background-image:url(Bilder/hg.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	
}


/*Kopf*/
#kopf {
	width:935px; height:210px;
	padding:0px 0px 0px 0px;
}

#iframe {
	position:relative;
	width:150px; height:110px;
	left:770px; top:60px;
}

#angebot {
	position:absolute;
	width:100px; height:100px;
	left:850px; top:50px;
}

/*Menue oben*/
#menue_oben {
	width:905px; height:51px;
	background-image:url(Bilder/hg_menue.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	padding:0px; margin:0px;
}


/*Anfrage*/
#anfrage {
	width:936px; height:58px;
	background-image:url(Bilder/hg_anfrage.gif);
	background-position:top right;
	background-repeat:no-repeat;
	z-index:10;
}

#space_anfrage {
	width:699px; height:58px;
	float:left;
}

#anfrage_text {
	width:236px;height:58px;
	float:right;
}

/* Menü links */
#menue_links {
	width:231px;
	float:left;
	padding:0px 0px 0px 0px;
}

p.link_l2o {
	background-color:#FEA71A;
	margin-left:4px; padding:5px 0px 5px 40px;
	border:1px solid #B3AE95;
	margin:0px 0px 0px 4px;
}

p.link_l2o a {
	color:#000000;
	size:12px;
	text-decoration:none;
	font-weight:bold;
}
uberschrift {
	color:#23a6fd;
	size:14px;
	text-decoration:none;
	font-weight:bold;
}

/* Text */
#text {
	width:674px;
	float:right;
	padding:0px 20px 0px 10px;
}
.uberschrift {
	font-size: 14px;
	color: #23A6FD;
	font-weight: bold;
}
.lauftext {
	color: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.link_orange {color: #FEA71A;
              font-size: 12px;
			  font-family: Verdana, Arial, Helvetica, sans-serif }
/* Fuss */
#fuss {
	text-align:left;
	width:905px;
	padding-left:0px;
}

a:link {
	color:#FEA71A;
	font-weight:normal;
	text-decoration:none;
	font-size:12px;
}

a:visited {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}

/* Formular */
input.input_lang {
	width:200px;
	background-color:#CCE8FF;
	border:1px solid #99CCCC;
}
input.input2 {
	width:65px;
	background-color:#CCE8FF;
	border:1px solid #99CCCC;
}
input.input_plz {
	width:43px;
	background-color:#CCE8FF;
	border:1px solid #99CCCC;
}
input.input_kurz{
	width:150px;
	background-color:#CCE8FF;
	border:1px solid #99CCCC;
}
textarea.nachricht{
	width:200px; height:100px;
	background-color:#CCE8FF;
	border:1px solid #99CCCC;
}

select {
	width:200px;
	background-color:#CCE8FF;
	border:1px solid #99CCCC;
}
input.submit_form {
	width:100px;
	background-color:#CCE8FF;
	border:1px solid #99CCCC;
}

