div, p, span, textarea, input {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
}

img {
	border: none;
}

hr {
	height: 1px;
	color: #369;
	margin: 5px;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #369;
	text-align: center;
	margin: 15px 0;
}

h2 {
	font-size: 1.2em;
	font-weight: bolder;
	
}

h3 {
	font-size: 1.1em;
	font-weight: bolder;
}

h4 {
	font-size: 1.0em;
	font-weight: bold;
}

a {  
	color: #335799;
	background : transparent;
	text-decoration: none;
}

a:link {  
	color: #335799;
	background : transparent;
	text-decoration: none;
}
a:visited {  
	color: #339999;
	background : transparent;
	text-decoration: none;
}

a:active {  
	color: #339999;
	background : transparent;
	text-decoration: none;
}
a:hover{
	color: #800000;
	background : transparent;
	text-decoration: underline;
}

.gb {
	border-bottom : 1px solid #369;
	margin: 10px 0;
	width : 100%;
	text-align: left;
}

.gbeintragleiste {
	color : #FFF;
	background : #369;
	padding : 5px;
	text-align: left;
}

.gbeintrag {
	padding : 5px;
	text-align: left;
}

a.gblink:link {  
	color: #ccc;
	background : transparent;
	text-decoration: none;
}

a.gblink:hover{
	color: #800000;
	background: #369;
	text-decoration: underline;
}

 


