/*-----------------------------------------------------*/
/*----------------------- Haupt -----------------------*/
/*-----------------------------------------------------*/


* {
	margin: 0;
	padding: 0;
	border: 0;

}

body {
	background: #cccccc;
     
}

#wrapper {
	width: 80%;
	min-width: 760px;
	max-width: 1200px;
	margin: 0 auto;
	
}

#header {
	height: 225px;
	padding-bottom:30px;
	
}


#header h2 {
	width: 378px;
	height: 33px;
	/* background: transparent url('./../layout/title.png') no-repeat;
	*/
	text-indent: -5000px;
	margin: 10px auto 0 auto;
	overflow: hidden;
	
}

#content {
	margin: 0px 0;
	column-count: 2;
	column-gap: 2em;
	column-rule: 1px solid #2d637a;
	/* proprietär Start */
	
		/* Firefox Start */
			-moz-column-count: 2;
	-moz-column-gap: 2em;
	-moz-column-rule: 1px solid #2d637a;
	/* Firefox Ende */
		
		/* Safari Start */
			-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	-webkit-column-rule: 1px solid #2d637a;		/* Safari Ende */	/* proprietär Ende */
}

#footer {
	
	height: 50px;
	background: #999999;
	padding: 25px 0 0 0;
	
}


/*-----------------------------------------------------*/
/*--------------------- Schrift -----------------------*/
/*-----------------------------------------------------*/

@font-face {
	
      font-family: GraublauWeb;
      src: url('./../layout/GraublauWeb.otf') format('truetype');

}
  
@font-face {
	
	font-family: GraublauWeb;
	font-weight: bold;
	src: url('./../layout/GraublauWebBold.otf') format('truetype');
	
}

body {
     
	color: #2d637a;
	font-family: GraublauWeb, 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
     
}


	a:link { text-decoration:none; color:#2d637a; }
a:visited { text-decoration:none; color:#2d637a;}
a:hover {
	text-decoration:underline;
	color:#2d637a;
}
a:active { text-decoration:underline; color:#2d637a;}
a:focus { text-decoration:blink; color:#2d637a;}
	
	
h2 {
	
	font-size: 1.625em;
	font-weight: normal;
	line-height: 1.4em;
	
	margin-bottom: .2em;
	
}

h3 {
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 0.2em;
	
}

#content p {
	font-size: 0.875em;
	line-height: 1.4em;
	margin-bottom: 1,4;
	
}



#footer blockquote {
	color: #fff;
	font-size: 0.875em;
	line-height: 1.4em;
	font-style: italic;
	text-align: center;
	
}


/*-----------------------------------------------------*/
/*----------------------- Teil ------------------------*/
/*-----------------------------------------------------*/


#footer blockquote {
	
	margin: 15px 0 0 0;
	
}

#footer blockquote p:before {
	
	content: '„';
	
}

#footer blockquote p:after {
	
	content: '“';
	
}


/*-----------------------------------------------------*/
/*---------------------- Detail -----------------------*/
/*-----------------------------------------------------*/


/*-----------------------------------------------------*/
/*--------------------- CSS-Hacks ---------------------*/
/*-----------------------------------------------------*/

.clearfix:after,
#content:after {
	
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	
}
