﻿body, html {

	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

#content {
	font-family: Verdana;
	color: black;
	text-align: justify;
}
#content h1 {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}
#content h2 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
#content h3 {
	font-size: 14px;
	font-weight: bold;
}
#content p {
	font-size: 12px;
}

#startseite {
	font-family: Verdana;
	color: black;
	text-align: justify;
}
#startseite h1 {
	font-size: 18px;
	font-weight: bold;
}
#startseite h2 {
	font-size: 16px;
	font-weight: bold;
}
#startseite h3 {
	font-size: 14px;
	font-weight: bold;
}
#startseite p {
	font-size: 12px;
}


/*Links im Text*/
#content a {
	font-family: Verdana;
	font-size: 12px;
	color: black;
	text-decoration:none;
}
#content a.active {
	font-family: Verdana;
	font-size: 12px;
	color: black;
	text-decoration:none;
}
#content a.hover {
	font-family: Verdana;
	font-size: 12px;
	color: black;
	text-decoration:none;
}
#content a.visited {
	font-family: Verdana;
	font-size: 12px;
	color: black;
	text-decoration:none;
}
#fussnote {
	display:none;
}

/*Linkliste*/
#linkliste ul {
	margin: 3px;
	padding-left: 77px;
	list-style: none;
	height: 35px;
	position: relative;
	font-size: 12px;
	font-weight: normal;
}
#linkliste li {
	margin: 0;
	padding: 0;
}
#linkliste li a {
	float: left;
	height: 35px;
	line-height: 30px;
	color: blue;
	text-decoration: none;
	font-family: verdana;
	font-weight: normal;
	text-align: left;
	padding: 0 0 0 10px;
	cursor: pointer;
}
#linkliste li a b {
	float: left;
	padding: 0 25px 5px 15px;
	font-weight: normal;
}
.chromestyle {
	display:none;
}
.dropmenudiv {
	display:none;
}

