/* Anchor Colour */

a {
	color: #990000;
}

a:hover {
	color: #ff3333;
}


/* Header Image */

#header {
	background: #8b0000  
url(http://aargb.blogsport.de/images/solid_mittelsachsen_header.PNG) repeat-x top left;
}

/* Header Title and Description */


#header h1 a {
	color: #000;
}

#header h1 a:hover {
	color: #FF1493;
}

#header h2 {
	color: #FFF8DC;
}


/* Horizontal Navigation */

#navigation {
	background: #DC143C;
}

#navigation li a {
	color: #fff;
}

#navigation li a:hover {
	color: #FF4500;
}

#navigation li.current_page_item a {
	color: #0000CD;
}

/* Sub-page Menu */

#subpage ul {
	background: #B22222;
}

#subpage ul li {
	color: #000;
}

#subpage ul li a {
	color: #fff;
}

#subpage ul li a:hover {
	color: #FF1493;
}

/* Postmetadata */

.postmetadata {
	background: #ffff99;
}

/* Alternating Comment Colour */

.alt {
	background: #ffff99;
}

/* Footer */

#footer {
	background: #8b0000 url(http://aargb.blogsport.de/images/footer_solid_mittelsachsen_1.png) repeat-x top left;
}

#footer p {
	color: #000;
}

#footer a {
	color: #ffff00;
}

blockquote {
	border-left: 5px solid #8b0000;
}


