a {
	color: #1a5689;
	text-decoration: none;
}

a:hover {
	color: #9c1006;
}

a.pfeil {
	margin-left: 2px;
	background-image: url(../images/link_pfeil.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 8px;
}

a.pfeil:hover {
	background-position: 0 -14px;	
}

a.glossar {
	margin-left: 0px;
	background-image: url(../images/glossar_link.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
	display: inline-block;
	padding-left: 16px;	
}

a.glossar:hover {
	background-position: 0 -17px;		
}

b, strong {
	font-weight: 600;
}

.light {
	font-weight: 300;
}

#main h1 {
	color: #1A5689;
	margin-top: 10px;
	font-size: 26px;
}

#main h2 {
	color: #535353;
	text-shadow: 2px 2px 5px #ACACAC;
}

#main h3 {
	color: #1A5689;
}

#main h4 {
	color: #1A5689;
	border-bottom: 1px solid #D3D3D3;
}

/**********************/

.links {
	float: left;
	margin-right: 10px;
}

.rechts {
	float: right;
	margin-left: 10px;
}

.mitte {
	display: block;
    margin-left: auto;
    margin-right: auto	
}

.rand {
	padding: 1px;
	border: 1px solid #B59E6E;
}

.hide {
	display: none;
}

.rot {
	color: red;
	font-size: 160%;
	font-weight: bold;
	padding: 50px;
	border: 4px dashed red;
}

