@charset "utf-8";
/* ==================================================================
Stylesheet zur Gestaltung der Navigation
Datei: navi_inline.css
Datum: 30.09.2008
Autor: Tim Davoli
=================================================================== */

#naviholder {
	background-color: #999;
	height: 30px;
	width: 1200px;
	margin: 50px auto 0 auto;
}
	
#navigation li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding-right: 5px;
	padding-left:5px;
	font-size: 1em;
}

#navigation h1 { 
	font-size: 1.5em;
	margin-right: 102px;
	margin-left: 110px;
	display: inline;
	font-weight: normal;
}

#navigation strong {
	font-weight: normal;
	text-decoration: none; 
	background-color: transparent;
	border-top:1px solid #000000;
	padding-right: 5px;
	padding-left:5px;
	color: #000;
	font-size: 0.75em;
}


#navigation a { text-decoration: none; border-bottom: none; }
#navigation a:link { color: #FFF; }
#navigation a:visited { color: #FFF; }
#navigation a:hover, #navigation a:focus {
	color: #000;
}

#startseite strong {border-top:none; padding:0;	}
#coleton strong {padding:0;}
.projektlink {border-top:solid 1px #000;}


