/* SweetCronThemes - based on Plain Simple CSS - 31/08/08
	 http://www/sweetcronthemes.com
			
*/

/* Reset
---------------------------------------------------------------------------------------- */

* {
margin: 0;
padding: 0;
}

/* Typography
---------------------------------------------------------------------------------------- */

body {
	font: 14px Corbel, Arial, Helvetica, sans serif;
	color: #333;
	padding-right: 10px;
}

h1 {
	font: 24px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 95px 10px 45px 188px;
	margin: 0;
}

h1 a {
	font-weight: bold;
	text-decoration: none;
	color: #454545
}

li.item {
	clear: both;
}

li.item span.site_info {
	float: left;
	background-color: #8c0a0a;
	border: 1px solid #8c0a0a;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	font-size: 10px;
	padding: 4px 5px 4px 0px;
	display: block;
	width: 177px;
	text-align: right;
}

li.item h2 {
	padding: 3px 3px 3px 5px;
	color: #000;
	margin-left: 184px;
}

li.item h2 a {
	color: #000;
	text-decoration: none;
	font: 16px/20px;
}

li.item h2 a:hover {
	color: #8c0a0a;
}

li.item h2 span {
	color: #999;
	font-weight: normal;
	font-size: 80%;
}

li.item h3 {
	clear: both;
	margin-left: 189px;
	padding-top: 15px;
	padding-bottom: 3px;
}

li.item p {
	clear: both;
	padding-left: 189px;
	padding-top: 5px;
}

li.item p a {
	color: #000;
	text-decoration: none;
}

li.item p a:hover {
	color: #8c0a0a;
}

li.item ul {
	margin-left: 189px;
	padding-right: 190px;
	clear: both;
}

li.item ul li {
	float: left;
	font-size: 10px;
	color: #999;
}

li.item ul li a {
	color: #999;
	text-decoration: none;
	padding: 0px 3px;
}

/** Colors for labels **/
li.item span a {
	display: block;
	color: #fff;
	text-decoration: none;
}

li.item span.blog {
	color: #fff
}

/** Sidebar **/
#sidebar {
	margin-top: 15px;
}

#binaergebaeude li.item span.ueber,
#binaergebaeude li.item span.kontakt {
	border-color: #999;
	background-color: #999;
	color: #fff;
}

/** Meta **/
#meta li.item span.ueber,
#meta li.item span.kontakt {
	border-color: #fff;
	background-color: #fff;
	color: #fff;
}

/** Pagination **/
p#pagination {
	clear: both;
	padding: 0px 10px 10px 189px;
	color: #8c0a0a;
	font-size: 10px;
	font-weight: bold;
}

p#pagination #pager {

}

p#pagination #pager a {
	text-decoration: none;
	color: #999;
	background: #fff;
}

p#pagination #pager a:hover {
	color: #000;
}

/** Breadcrumb **/
p#breadcrumb {
	display: block;
	clear: both;
	padding: 10px 10px 10px 100px;
	color: #941234;
	background: #941234;
	color: #EFEFEF;
}

p#breadcrumb span {
	font-size: 100%;
	padding: 0px 3px 0px 0px;
	letter-spacing: -3px;
	color: #EEE;
}

p#breadcrumb a {
	padding: 4px 5px;
	color: #FFF;
}

p#breadcrumb a:hover {
	background: #941234;
	color: #FFF;
}

.seperator {
	clear: both;
	height: 10px;
	overflow: hidden;
}

#footer {
	display: none;
}

#footer p {
	margin: 10px 10px 0px 190px;
	font-size: 10px;
	color: #666;
	padding-bottom: 10px;
}

#footer p a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#footer p a span {
	color: #025FB6
}
