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

/*------------------- CSS RESET ---------------------
---------------------------------------------------*/
* {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
}

ul,
ol {
list-style: none;
}

b,
strong {
font-weight: bold;
}

img,
a img {
border: none;
}

/*------------------SCHRIFT / GRÖSSE ----------------
---------------------------------------------------*/

body {
	font-family: Verdana, Arial,Helvetica,sans-serif;
	font-size: 76%;
	color: #000000;
	background-color: #ffffff;
	line-height: 1.5em;
	text-align: left;
}

h1{
font-family: Verdana, Arial,Helvetica,sans-serif;
font-weight: bold;
font-size: 250%;
margin-bottom: 2%
}

h2{
font-weight: bold;
font-family: Verdana, Arial,Helvetica,sans-serif;
font-size: 200%;
margin-bottom: 2%;
color: #616265;
}


h3 {
font-weight: bold;
font-size: 120%;
margin-bottom: 2%;
}


blockquote {
color: #f18110;
}

/*------------------ SONSTIGE HILFREICHE STANDARDS ----------------
-------------------------------------------------------------------*/

/* Standard Float Klassen */

.fl {
	float: left; 
}
	

.fr {
	float: right; 
}

.clearfloat {
	clear: both;
}





/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-------------------------- 	AB HIER ANPASSUNGEN --------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
*/


/* Layout erstellen */


body {
	background-color:#E2E2E2;
}



#container {
width: 65%;
min-width: 650px;
max-width: 1200px;
background-color: #ffffff;
border: 4px solid #dcdcdc;
padding: 4px;
margin: 0 auto;
}

#header {
	height: 100px;
	position:relative;
	border-bottom-width: 8px;
	border-bottom-style:solid;
	border-bottom-color: #ff7900;
}

#logo {
right:10px;
top:10px;
position:absolute
}


#navigation {
	height: 25px;
	position:relative;
	background-color:#003399;
	margin-bottom: 50px;
}

	#home_nav {
	position:absolute;
	left: 4px;
	}

	#menu_nav {
	position:absolute;
	left: 150px;
	}
	
	#admin_nav {
	position:absolute;
	right: 15px;
	}


#content {
margin-bottom: 80px;
padding: 40px 50px;

}

#footer {
text-align:center
}


/* Diverse Inhaltselemente */

.copyright {
	font-size: 60%;
}


#



}

