@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
sub {vertical-align: sub;}
sup {vertical-align: super;}


/************************************************
*	Global										*
************************************************/

body {
	background: #9fba87;
	color: #000;
	font-size: 16px; font-weight:300; 
	font-family: Roboto, Arial, Helvetica, sans-serif;
	line-height: auto;
	margin: 0px;
	padding: 0px;
	}
b {font-weight:400;}
	
p {padding-bottom:20px;}

h1 {font-size:24px; line-height:auto; font-weight:400; margin:0 0 20px 0;}
h1 span {font-weight:300; font-size:22px;}
a:link, a:visited, a:hover  {color:#fff; text-decoration:underline; font-weight:300;}
a:hover {text-decoration:none;}

.content {width:700px; height:auto; display:block; margin:60px auto; text-align:center;}
.logo, .bild, .txt {width:100%; text-align:center; display:block; float:left; position:relative; height:auto; padding:0px; margin:0px; font-weight:400;}

.logo img {height:auto; width:auto; border:#000 1px solid;}
.txt {text-align:center; padding:30px 0; margin-top:-10px;}
.bild { background-color:#343840; width:482px; margin:10px 109px; padding:5px 0 0 0;}
.bild img {height:34px; width:auto;}


