@charset "utf-8";
/* CSS Document */

/* CSS Reset */

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */

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; font-size: 100%; font: inherit; vertical-align: baseline;}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}
body { line-height: 1;}
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;}

/* ../fontface */

@font-face {
		font-family: 'UniversityRomanNormalRegular';
		src: url('../fontface/university-roman-normal.eot');
		src: url('../fontface/university-roman-normal.eot') format('embedded-opentype'),
			 url('../fontface/university-roman-normal.woff') format('woff'),
			 url('../fontface/university-roman-normal.ttf') format('truetype'),
			 url('../fontface/university-roman-normal.svg#UniversityRomanNormalRegular') format('svg');
	}
	
	@font-face {
		font-family: 'AdobeGaramondProItalic';
		src: url('../fontface/agaramondpro-italic.eot');
		src: url('../fontface/agaramondpro-italic.eot') format('embedded-opentype'),
			 url('../fontface/agaramondpro-italic.woff') format('woff'),
			 url('../fontface/agaramondpro-italic.ttf') format('truetype'),
			 url('../fontface/agaramondpro-italic.svg#AdobeGaramondProItalic') format('svg');
	}
	
	@font-face {
		font-family: 'AdobeGaramondProBoldItalic';
		src: url('../fontface/agaramondpro-bolditalic.eot');
		src: url('../fontface/agaramondpro-bolditalic.eot') format('embedded-opentype'),
			 url('../fontface/agaramondpro-bolditalic.woff') format('woff'),
			 url('../fontface/agaramondpro-bolditalic.ttf') format('truetype'),
			 url('../fontface/agaramondpro-bolditalic.svg#AdobeGaramondProBoldItalic') format('svg');
	}

/* Generals */

body { background: url(../img/verlauf.jpg) no-repeat top center; background-color: #be1522; background-position-y: 386px; }

html, body, #wrapper { width: 100%; height: 100%; }

#wrapper { 

	
	
	
	}
	
	/* Header */
	
	header { 
	
		background: url(../img/bg.jpg) #fff no-repeat top center; width: 100%; 
		height: 120px; padding: 266px 0 0 0;		
		-moz-box-shadow: inset 0 -10px 10px -10px #666;
		-webkit-box-shadow: inset 0 -10px 10px -10px #666;
		box-shadow: inset 0 -10px 10px -10px #666;
		
		}
		
	header img { display:block; margin: 0 auto; }
	
	/* Infos */
	
	#infos { width: 100%; }
	
	.info-wrap { 
	
		width: 800px;
		margin: 0 auto;
		
		}
		
		#infos h2 {
			
			padding: 100px 0 0 0;
			font-family: 'UniversityRomanNormalRegular';
			font-size: 36px;
			text-transform: uppercase;
			color: #fff;
			text-align: center;
			text-shadow: 0px 1px 4px #666;
			margin: 0 0 80px 0;
			
			}
			
			#infos p {
				
				width: 700px;
				text-align: center;
				margin: 10px auto 0 auto;
				font-family: 'AdobeGaramondProItalic';
				color: #fff;
				font-size: 22px;
				
				}
				
				#infos p span { font-weight:bold; }
				
				#infos a {
					
					width: 200px;
					margin: 90px auto 0 auto;
					display: block;
					padding: 10px 17px;
					background-color: #a3000d;
					color: #fff;
					font-family: 'AdobeGaramondProItalic';
					font-size: 21px;
					text-decoration: none;
					border-radius: 6px;
					
					
					}