/**
 * Basiseinstellungen  
*/

@media all {
	* {
		margin: 0;
		padding: 0;
		outline: none;
	}
	
	html, body {
		height: 100%;
	}
	
	body {
	    background: #FFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 1.5em;
		color: #fff;
	}
	
	/* Float Break */
	.clr {
		clear: both;
		display: block;
		content: "";
		overflow: hidden;
	}
	
	/* Hide */
	.hide {
		position: absolute;
		top: -15500px;
		left: -15500px;
	}
	
	h1, h2, h3, h4 {
		margin-bottom: 15px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		color: #F4860B;	
	}
	
	h1 {
		color: #F4860B;
		font-size: 18px;
		line-height: 22px;
		text-transform: uppercase;
		font-weight: bold;
		margin-top: 25px;
	}
	
	h1.headline {
		font-size: 20px;
		margin: 0;
		
	}
	
	.h1i {
		margin-left: 25px;
	}
	
	h2 {
		letter-spacing: 1px;
		font-size: 130%;
	}
	
	h3, .h3 {
		letter-spacing: 1px;
		font-size: 110%;
		font-weight: bold;
		line-height: 1.5em;
	}
	
	h4, .h4 {
		letter-spacing: 1px;
		font-size: 100%;
		line-height: 1.5em;
		margin-left: 10em;
		color: #333333;	
	}
	
	
	.h3i {
		letter-spacing: 1px;
		font-size: 110%;
		line-height: 1.5em;
		color: #792729;
	}
	
	h4 {
	letter-spacing: 1px;
		font-size: 100%;
		line-height: 1.5em;
		
	}
	
	h5 {
	letter-spacing: 1px;
	font-size: 110%;
	line-height: 1.5em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #887846
	}
	
	p, ol, ul {
		margin-bottom: 1.5em;
		line-height: 1.5em;
	}
	
	p.headlineFooter {
		font-size: 17px;
		font-weight: bold;
		letter-spacing: 1.2px;
		margin: 0;
		padding: 0;
	}
	
	ul, ol {
		margin-left: 1em;
		color: #F4860B;
	}
	
	blockquote {
		padding: 0 3em;
		font-style: italic;
	}
	
	a, a:link {
		text-decoration: none;
		color: #333333;
		cursor: pointer;
	}
	
	a:hover, a:active {
		text-decoration: none;
		color: #333333;
		}
	
	a:visited {
		color: #333333;
		text-decoration: none;
	}
	
	a:link.welt2 {
		font-weight: bold;
		color: #78570a;
		text-decoration: none;
	}
	
	a:visited.welt2 {
		text-decoration: none;
		color: #78570a;
	}
	
	a:hover.welt2 {
		text-decoration: none;
		color: #333333;
	}
	
	a:active.welt2 {
		text-decoration: none;
		color: #333333;
	}

	img {
		border: none;
		margin: 0 15px 15px 0;
	}
	
	
	img.left {
		float: left;
		margin: 0 15px 0 15px;
	}
	
	img.right {
		float: right;
		margin: 0 15px 0 15px;
	}
	
		.imgrundum {
		width: 320px;
		height: 322px;
		margin-left: 0px;
        margin-right: 20px;
		margin-bottom: 20px;
		float:left;

	}
	
	/* Contact Form */
	fieldset {
		border: 0 none;
	}
	
	legend {
		display: none;
	}
	
	.label {
		width: 350px;
	}
	
	.input {
		width: 500px;
	}
	
	label {
		color: #900;
	}
	
	input {
		width: 200px;
	}
	
	textarea {
		width: 200px;
	}
	
	table.contactForm {
		margin: 0 0 15px 0;
	}
	
	.button {
		margin: 0 0 15px 0;
	}
	.color #F4860B
}
