/* Screen Stylesheet für RB Druck*/

* {margin:0; padding: 0;}

body { 
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: 'Verdana', Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#struktur {
	width: 940px;
	background: white;
	margin: 0 auto;
	-webkit-box-shadow: 0px 1px 19px #595959; /* webkit browser*/ -moz-box-shadow: 0px 1px 19px #595959; /* firefox */ box-shadow: 0px 1px 19px #595959;

}

#main {
	width: auto;
	height: auto;
	position: center;
	margin: 5%;
	padding: 2em;
	}

img { border: none; }

img {
	float: inherit;
	
}


h4 {
	font-size: 1.2em;
	color: #b0b2b2;
	text-align: right;
	margin-bottom: 1.2em;
	margin-right: 0.3em;

}

h2 {
	font-size: 1.6em;
	color: #01a7d3;
	text-align: center;
	margin: 1.3em 0 0.5em 0;

}

p {
	margin-left: 5%;
	line-height: 1.5em;
}

#adresse {
	border: 2px dotted;
	border-color: #01a7d3;
	margin-left: 5%;
	padding: 1em;
	text-align: center;
	line-height: 1.5em;
	margin-bottom: 2em;
}

a {
	text-decoration: none;
	color: #01a7d3;
}

a:hover {
	color: #31716d;
	}

