/* ************** GLOBALE FORMATIERUNGEN *********************
*****************************************************************/

/* Reset */
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,
form, label,  caption, 
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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;	
}


/* HTML5 - reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	margin: 0 !important;
    padding: 0 !important;
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, 
blockquote:after,
q:before, 
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	overflow-y: scroll;
}
html, body {
	height: 100%;
}

body
{
 font-family: Sans-Serif;
  text-align: center; 
 
}


input{border:1px solid #ccc;}

a,a:active,a:visited{
	color:rgb(25, 94, 136);
	text-decoration: underline;
}

a:hover,a:focus {
	color:rgb(25, 94, 136);
	text-decoration: none;
	background-color:transparent;
}

img {
	border-style: none;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}


/* einzelne html elemente */


#wrapper
{
  width: 100%;
  margin: 0;
  min-height: 800px;
  height:auto !important; 
  overflow: hidden ; /* FF Scroll-leiste */  
  text-align:left;  
  background-color:transparent;
  
}
#headercontent
   {	
	width: 100%;
    float:left; 
   
}


#section-wrapper{
	
	
	min-height:550px;
	float:left;	
	margin-top:15px;
	
}
#content
{

color:#000;
min-height:640px;
float: left;
padding:0 10px 40px 20px;

}


