@charset "UTF-8";
/* DESIGN ID */

*				{ margin: 0; padding: 0; }

html			{ overflow-y: scroll; }

html, body		{ background-color: #ffffff; color: #84746c; font-size: 15px; font-family: Arial, Helvetica, sans-serif; }


img 			{ border: 0; }

p				{ margin-bottom: 15px; line-height: 150%; }

a				{ color: #52ae32; text-decoration: none; }
a:hover			{ color: #228200; text-decoration: none; }
a:active		{ color: #228200; text-decoration: none; }
a:focus			{ outline: none; }

ul { margin-bottom: 15px; margin-left: 30px; }
ul li { line-height: 150%; }

.clear 			{ clear: both; margin: 0px; padding: 0px; font-size: 0px; line-height: 0px; height: 0px; }

.firstcolor		{ color: #52ae32; }
.secondcolor	{ color: #228200; }


/* CONTENT */


#page				{ margin: 0 auto; text-align: center; max-width: 1200px; padding: 0px 15px 0px 15px; }

#header				{ margin: 0 auto; text-align: center; margin-bottom: 30px; }

#logo				{ margin: 0 auto; text-align: center; margin-top: 30px; margin-bottom: 40px; width: 250px; }
#logo img     { width: 250px; }

@media screen and (min-width:576px) {
	#logo		{ margin: 0 auto; text-align: center; margin-top: 30px; margin-bottom: 40px; width: 350px; }
    #logo img     { width: 350px; }
}

#content			{ margin: 0 auto; text-align: center; margin-bottom: 30px; padding-left: 20px; padding-right: 20px; }

.linkespalte		{ float: left; width: 500px; }
.rechtespalte		{ float: right; width: 250px; }

#footer				{ margin: 0 auto; text-align: center; margin-bottom: 40px; }
#footer a			{ color: #52ae32; font-size: 13px; }
#footer a:hover		{ color: #228200; }



/* TYPO */

h1				{ color: #52ae32; font-size: 20px; margin-bottom: 15px; font-weight: bold; text-transform: uppercase; }

h2				 { color: #84746c; font-weight: bold; font-size: 17px; margin-bottom: 15px; text-transform: uppercase; }

h3				 { color: #84746c; font-weight: bold; font-size: 14px; margin-bottom: 15px; text-transform: uppercase; }

h4				 { color: #84746c; font-weight: bold; font-size: 14px; margin-bottom: 5px; }

.subline		{ color: #52ae32; font-style: normal; margin-bottom: 30px; line-height: 130%; }