
/*--------------------------------------------------*/
/* IMPORT FONT 										*/
/*--------------------------------------------------*/

@import url(../fonts/opensans/stylesheet.css);
@import url(../fonts/unna/stylesheet.css);

/*--------------------------------------------------*/
/* RESET 											*/
/*--------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	width: 100%;
	background-color: #8C5D61;	
}

a {
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #000;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}

/*--------------------------------------------------*/
/* FONT												*/
/*--------------------------------------------------*/

/* open_sanslight, open_sanslight_italic, open_sansregular, open_sansitalic, open_sanssemibold, open_sanssemibold_italic, open_sansbold, open_sansbold_italic, open_sansextrabold, open_sansextrabold_italic */

	/* Headline */

h1 {
	font: 3.5em/0em unnaregular, Arial, Helvetica, sans-serif;
	color: #fff;
}

h2 {
	font: 1em/1em open_sansitalic, Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: 0.1em;
	padding-bottom: 1.5em;
}

h3 {
	font: 0.9em/1.15em open_sansregular, Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: 0.1em;
}

	/* LISTE */

li {
	font: 1.2em/1.6em open_sansregular, Arial, Helvetica, sans-serif;
	display: inline-block;
}

	/* LESETEXT */

p {
	font: 1.5em/1.2em open_sansregular, Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: 0.02em;
}

	/* LINKS */

a {
	font: 0.9em/1.6em open_sansregular, Arial, Helvetica, sans-serif;
	color: #fff;
}

/*--------------------------------------------------*/
/* KONSTANTEN										*/
/*--------------------------------------------------*/
	
	/* CLEAR_DIV */ 

.clear_div {
	clear: both;
}


/*--------------------------------------------------*/
/* PRELOAD 											*/
/*--------------------------------------------------*/

div.preload {
	position: absolute;
	top: -1000px;
	left: -1000px;
	width: 200px;
	height: 50px;
}

div.preload div {
	float: left;
	width: 10px;
	height: 10px;
}

/*--------------------------------------------------*/
/* SEITE											*/
/*--------------------------------------------------*/

main.brixius-eck {
	position: absolute;
	background: transparent url(../elemente/brixius-eck_dampf.png) center center no-repeat;
	background-size: 50%;
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------*/
/* NAV 												*/
/*--------------------------------------------------*/

main.brixius-eck nav.menue_haupt {
	
}

	/* TASTEN */

/*--------------------------------------------------*/
/* PRE-WEBSEITE										*/
/*--------------------------------------------------*/

main.brixius-eck div.pre-webseite {
	position: absolute;
	width: 100%;
	height: 400px;
	top: 50%;	
	margin-top: -200px;
	text-align: center;
}






