/* CSS Document */

body {
	color: #919191;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

a:hover {
	text-decoration:none;
}

#box_content h1 {
	font: normal 130% "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #0071af;
}

/*#nav a {
	color: #515151;
	font-size: 115%;
	text-decoration: none;
}
#nav a:hover {
	color: #9db8c6;
}
#nav a.current {
	color: #0081c7;
}*/

#nav ul {
	list-style-type: none;
	margin-left: 208px;
}
#nav li {
	display: inline;
}

#nav li a {
	color: #b2b2b2;
	text-decoration:none;
	font-weight: normal;
	font-size: 12px;
	line-height: 30px;
	display: block;
	float: left;
	background: url(../bilder/btn.jpg) no-repeat 0 center;
	padding: 0 18px 0 20px;
}
#nav li a.current {
	color: #2c2d2d;
	background: #FFFFFF url(../bilder/btn2.jpg) no-repeat 0 center;
	text-decoration:none;
}

#nav li a:hover, .active {
	color: #4c4c4c;
	background: #FFFFFF url(../bilder/btn2.jpg) no-repeat 0 center;

#content p {
	padding:0 0 0 0px;
	margin:0px 0;
}
#content ul {
	margin-left: 15px;
	list-style-position: outside;
	margin-top: 10px;
}
#content li {
	margin-bottom: 10px;
}

#content a {
	color: #9223a3;
	text-decoration:none;
}
#content a:hover {
	color:#000;
}

.small {
	font-size: 10px;
}

.bold {
	font-weight: bold;
}

