/* -----------------------------------*/
/* ------------>>> DEF <<<------------*/
/* -----------------------------------*/

/*
	Hintergrund (beige):	#F9F5EA;
	CI blau:				#23B9D9;
	CI orange:				#FB6B12;
	CI grün:				#CCCC03;
	
	dunkelbraun:			#633000;
	Textfarbe:				#1C1A1B;

*/

/* -----------------------------------*/
/* ---------->>> GENERAL <<<-----------*/
/* -----------------------------------*/

/* -----------------------------------*/
/* ---------->>> LAYOUT <<<-----------*/
/* -----------------------------------*/
#container{
	margin:auto;
	margin-top:200px;
	border-top:1px solid #F9F5EA;
	width:850px;
}
#header{
}
#content{
}

/* -----------------------------------*/
/* -------->>> NAVIGATION <<<---------*/
/* -----------------------------------*/
.navtarget{
	padding-top:50px;
}
.navigation {
	border-top:1px solid #633000;
	margin-right:10px;
	margin:0;
}
.navigation a{
	margin-top:10px;
	padding:2px 26px;
	height:100%;
	line-height:100%;
	color:#F9F5EA;
	text-decoration:none;
	background-color:#CCCC03;
}
.navigation a:hover {
	background-color:#23B9D9;
}


