/*
Projekt: outark v2 white
Design: Sebastian Laube
Code: Sebastian Laube
-------------------------------------------------------------- */

/* generelles
-------------------------------------------------------------- */
html, body {
	color: #444;
	background: #fff url(../gfx/grunge1w.png) no-repeat -20px -20px;
}

/* layout
-------------------------------------------------------------- */
#container { background: none;}
a {
	color: #6aac15;
	text-decoration: none;
	border-bottom: 1px solid #333;
}
a:hover {
	color: #000;
	border-bottom: 1px solid #b2c2bc;
}

/* kopfbereich
-------------------------------------------------------------- */
#head {
	background: url(../gfx/head.png) no-repeat bottom left;
	border-bottom: 1px dotted #333;
}
h1 {
	color: #000;
}

/* navigation
-------------------------------------------------------------- */
#nav a {
	display: block;
	float: left;
	margin: 0 1em 0 0;
	padding: .4em .7em .1em;
	font-size: 1.07em;
	text-decoration: none;
	font-weight: 600;
	color: #333;
	border-left: 1px dotted #a0c714;
	border-right: 1px dotted #a0c714;
	border-bottom: 3px solid #9af720;
}
#nav a:hover, #nav a.select {
	color: #000;
	background: #f5f5f5;
	border-left: 1px dotted #677044;
	border-right: 1px dotted #677044;
	border-bottom: 3px solid #b2c2bc;
}

/* content
-------------------------------------------------------------- */
hr { border-bottom: 1px dotted #333;}

/* fussbereich
-------------------------------------------------------------- */
#foot {
	border-top: 1px dotted #333;
}