html, body {
	width:  100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 0.95em;
}









.bebas {
	font-family: 'BebasRegular';
}

img {
	border: 0px;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	margin: 0;
	list-style: none;
	margin-bottom: 5px;
}

a, .red {
	color:  #5b0c0c;
}

/*li a {
	color: black;
	text-decoration: none;
}*/

li img {
	border: 0px;
	margin: 0px;
}

#main {
	width: 950px;
	//height: 720px;
	margin: 30px auto;
}

#main #header {
	background-color: #e5e5e5;
	width: 950px;
	height: 200px;
	margin-bottom: 30px;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	overflow:  hidden;
}

#main #body {
	background-image: url(../images/menu_background.png);
	background-repeat: repeat-y;
	background-color: white;
	width: 950px;
	margin: 0px auto;

}

#main #menu {
	float: left;
	width: 150px;
	min-height: 424px;
	background-color: #e5e5e5;
	margin: 0;
	padding: 16px 0px;
	border-top:  2px solid black;
}

#main #content {
	float:  left;
	width: 650px;
	min-height:  424px;
	//height:  1%;
	margin: 0 0 0 0;
	padding-top:  18px;
	padding-left: 40px;
	padding-right: 100px;
	//overflow: auto;
}

#main #footer {
	clear: both;
	border-top: 2px solid black;
	height: 25px;
	padding: 5px 16px;
	font-size: 0.7em;
	background-color: white;
	
}

.em {
	font-size: 0.95em;
	text-transform: uppercase;
	//font-weight: bold;
	display: block;
	font-family: 'BebasRegular',Helvetica,Arial,sans-serif;
}

.text {
	font-size: 0.8em;
	display: block;
	font-family: 'SansationRegular',Helvetica,Arial,sans-serif;;
}

#copyright {
	float:  right;
}

#impressum a {
	color: black;
	text-decoration: none;
}

.hidden {
	display: none;
}

.col1, .col2 {
	float:  left;
	width:  310px;
}

.col1 {
	margin-right: 15px;
}

.ref {
	width: 320px;
	height: 150px;
	float:  left;
}


.ref img {
	margin-bottom:  10px;
}

.col1 img, .col2 img {
	display: inline;
}

input {
	background-color: #e5e5e5;
	background-repeat: no-repeat;
	background-position: left center;
	border: none;
	width: 350px;
	margin-bottom: 10px;
	padding-left: 8px;
}

textarea {
	background-color: #e5e5e5;
	background-repeat: no-repeat;
	background-position: left top;
	border: none;
	width: 352px;
	height: 200px;
	margin-bottom: 5px;
	padding-left: 6px;
	padding-top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
}

.f_name {
	background-image: url(/images/kontakt/1_name.png);
}

.f_str {
	background-image: url(/images/kontakt/2_str.png);
}

.f_ort {
	background-image: url(/images/kontakt/3_ort.png);
}

.f_tel {
	background-image: url(/images/kontakt/4_tel.png);
}

.f_mail {
	background-image: url(/images/kontakt/5_mail.png);
}

.f_web {
	background-image: url(/images/kontakt/6_web.png);
}

.f_nachricht {
	background-image: url(/images/kontakt/7_nachricht.png);
}

.f_send {
	width: 100px;
	color: #5b0c0c;
	background-color: e5e5e5;
	border: none;
}

.sameline {
	display: inline !important;
}

.sameline object {
	position: relative;
	top: 8px;
}


