html { height:100.2%;}

#container {
	width: 1000px;
}

.blog-entry-title a:hover, a:link, a:visited {
	text-decoration: underline;
	color: #e94d59;
}
body {
	color: #555;
	font: .75em/1.6em "lucida grande", verdana, tahoma, sans-serif;
	text-align: center;
	margin: 0 20px 20px;
	background: repeat-x left top url(images/header_bg.png);
	padding: 0;
}

p {
}

img {
	border: none;
}

#rechtsoben {
 position: absolute;
 right: 5px;
 top: 0px;
 }
 
#container {
	margin: 0 auto; /* Right And Left Margin Widths To Auto */
	text-align: justify; /* Hack To Keep IE5 Windows Happy */
	position: relative;
}

.clearer {
	clear: both;
}

#pageHeader {
	height: 74px;
	margin-bottom: 20px;
	padding-top: 30px;
}

#pageHeader h1 {
	color: #7e7e7e;
	font-size: 2.7em;
	margin: 0 0 7px;
	letter-spacing: -1px;
}

#contentContainer {
	margin-bottom: 10px;
}

#sidebarContainer {
	width: 200px;
	float: right;
	margin-bottom: 0px;
	
}

#sidebarContainer .sideHeader {
	color: #000;
	font-weight: bold;
	margin: 0;
	font-size: 1em;
}

#footer p {
	font-style: italic;

}

#breadcrumbcontainer {
	border-top: 1px solid #eaeaea;
	margin-top: 25px;
	padding-top: 10px;
	text-align: justify;
}

#besucher {
	font-style: italic;
	font-size: .75em;
	position: static;
	margin-right: 0px;
	width: 200px;
	float: right;
}

/* Toolbar Styles */

#navcontainer {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}

#navcontainer #current {
	background: no-repeat left center url(images/button_down.png);
	text-decoration: underline;
		color: #ea4759;

}

#navcontainer #current2 {
	background: no-repeat left center url(images/button_down2.png);
	text-decoration: underline;
}

#navcontainer #current3 {
	background: no-repeat left center url(images/button_down2.png);
	text-decoration: underline;
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navcontainer li {
}

#navcontainer a {
	background: no-repeat left center url(images/button_normal.png);
	display: block;
	height: 20px;
	padding-left: 16px;
	text-decoration: none;
	color: #7e7e7e;
}

#navcontainer a:hover {
	color: #000;
}

/* Child - Level 1 */

#navcontainer ul ul a {
	background: no-repeat left center url(images/button_normal2.png);
	padding-left: 32px;
	background-position:16px 3px;
	color: #ea4759;

}

#navcontainer ul ul #current2 {
	background: no-repeat 16px 3px  url(images/button_down2.png);
}

#navcontainer ul ul #current3 {
	background: no-repeat 16px 3px  url(images/button_down2.png);

}

#navcontainer ul ul .currentAncestor {
	background: no-repeat 16px 3px  url(images/button_down2.png);
}

/* Child - Level 2 */

#navcontainer ul ul ul a{
	background: no-repeat left center url(images/button_normal2.png);
	padding-left: 46px;
	background-position:30px 3px;
	color: #f7a8b4;

}

#navcontainer ul ul ul #current2 {
	background: no-repeat left center url(images/button_down2.png);
	background-position:30px 3px;

}

#navcontainer ul ul ul #current3 {
	background: no-repeat left center url(images/button_down2.png);
	background-position:30px 3px;

}


/*Sidebar_left*/

#sidebarContainer {
	float: left;
}

#contentContainer {
	margin-right: 0;
	margin-left: 230px;
}

