body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background-color: #A9C7EC;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

p+h1 {
	padding-top: 15px;
}

h2  {
	font-size: 14px;
	font-weight: bold;
}

p+h2, h1+h2, ul+h2, table+h2 {
	padding-top: 10px;
}

ul {
	margin-bottom: 0;
}

#mainContainer {
	width: 750px;
	margin: auto;
}

.button { font-size: 11px; }

.gs10  { font-size: 10px; line-height: 14px; }
.gs12    { font-size: 12px; line-height: 18px; }
.gs12-ohne-zab { font-size: 12px; }
.gs14  { font-size: 14px; line-height: 20px; }

a  {
	color: #000000;
	text-decoration: underline;
}

a:hover  {
	color: #FF0000;
	text-decoration: underline;
}

.nav {
	line-height: 15px;
}

.nav a  {
	text-decoration: none;
}

.nav a:hover  {
	color: #000000;
	text-decoration: none;
}

.linie { border-bottom: 1px solid #000000; }