/* allg. Setup */
a:link,
a:visited,
b, strong
{
	color: #5172AE;
}

/* Gesamtbereich */
body
{
	color: #FFFFFF;
	background-color: #343434;
	background-image: url(../Template/hintergrund_body.gif);
	background-repeat: repeat-x;
	font-family: arial, hevetica, sans-serif;
}

/* Mittelspalte */
#layout_page
{
	background-image: url(../Template/hintergrund_layout_page.gif);
	background-repeat: repeat-x;
	background-color: #000000;	
}

/* oberster Container, Header */
#header
{
	font-size: 75%;
	height: 170px;
	background-image: url(../Template/hintergrund_layout_page.gif);
	background-repeat: repeat-x;
	padding-bottom: 2px;
}

/* Mittelcontainer, unter Header, ober Footer */
#content
{
	width: 850px;
	font-size: 80%;
	padding-top: 12px;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 50px;
}

/* unterer Container, Footer */
#footer
{
	font-size: 60%;
	color: #CCCCCC;
	text-align: center;
	width: 830px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #333333;
}

/* kopfzeilenmenü */
#schriftgroesse {
	font-size: 10px;
	text-align: right;
	padding-right: 30px;
}

#supportmenuTOP {
	width: 550px;	/* 550+20... */
	padding-right: 20px;
	text-align: right;
	float: none;
	padding-top: 9px;
	height: 22px;
}
#suchform {
	width: 250px;	/* ...+250+30=850 */
	padding-left: 30px;
	text-align: left;
	float: left;
	padding-top: 2px;
	height: 23px;
}
	
#suchform #suche,
#suchform #dummysuche
 {
	background-color: #FFFFFF;
}
#suchform #submit_suche
 {
}

/*Haupttext (im Mittelcontainer) */
#blogentry {
	margin-left: 16em;
}

/* allgemeine Tags */
#Seitentitel h1 {
	font: 100% Georgia, "Times New Roman", Times, serif;
	clear: both;
	font-size: 30px;
	text-align: middle;
	color: #999999;
	margin: 0;
	padding-left: 30px;
	font-weight: bold;
}

#linkespalte
{
	float: left;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #AAAAAA;
	padding-bottom: 50px;
}
