@import url('https://fonts.googleapis.com/css?family=Muli:400,600,700');
body {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	font-family: 'Muli', sans-serif;
	font-size: 15px;
	color: #000000;
}

.btn {
	width: 100%;
}

ul {
	text-align: left;
}

li {
	line-height: 2em;
}

ul a {
	font-weight: bold;
}

hr {
	/*border-color:#990000;*/
	border: solid #990000 1px;
	height: 0px;
}

a img {
	border: 0px;
}

a:hover img {
	border: 0px;
}

h1 {
	color: #990000;
	font-size: 1.7em;
}

h2 {
	color: #990000;
	font-size: 1.5em;
}

h3 {
	color: #990000;
	font-size: 1.3em;
}

h6 {
	color: #990000;
	font-size: 0.9em;
}


/* Einstellung der Linkfarben */

a {
	text-decoration: none;
	font-weight: normal;
	color: #990000;
}

a:active {
	color: #990000;
	text-decoration: none;
}

a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	//background-color:#990000;
	color: #990000;
	text-decoration: underline;
}

.nav>li>a {
	padding: 5px 5px;
	font-size: 0.9em;
}
