/*
Theme Name: U-Punkt 2.0
Theme URI: http://sprungbrett-riesa.de
Description: Neues U-Punkt Theme.
Version: 2.0
Author: Bernhard Näther
Author URI: http://waweu.de/

*/


html, body { 
	background:url(images/top_bg.jpg) top repeat-x;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;}
	

a { color:#ff6600; text-decoration:none;}
.current_page_item a { color:#000!important; text-decoration:none;}
a:visited { color:#ff6600; text-decoration:none;}
a:hover { color: #090909; text-decoration:none; background:#F0E800;}
a:active { color:#999; text-decoration:none;}

#box { 
	width:980px; height:auto; margin:auto;}

#header {
	width:980px; height:124px;}
	
#logo {
	width:201px; height:124px; float:left;}
	
img { border:0;}
	
#sitelinks {
	float:left;
	width:auto; height: 30px; padding: 30px 0px 0 30px;
	color: #CECECE; font-size:17px; }
#sitelinks ul { list-style:none; margin:0; padding:0;}
#sitelinks li { display:inline; padding: 5px 10px;}
#sitelinks a:link { color:#999; text-decoration:none;}
#sitelinks a:visited { color:#999; text-decoration:none;}
#sitelinks a:hover { color:#666; text-decoration:none;}
#sitelinks a:active { color:#999; text-decoration:none;}

#siteinfo {
	float:left;
	width:434px; height:16px; padding: 47px 345px 1px 0;
	color:#666; font-size:12px; text-align:right; background:url(images/header_bg.jpg) no-repeat bottom right;}
#siteinfo a:link { color:#ff6600; text-decoration:none;}
#siteinfo a:hover { color:#000; text-decoration:none;}
#siteinfo a:visited { color:#999; text-decoration:none;}
#siteinfo a:active { color:#999; text-decoration:none;}


#main {
	position: relative; background: url(images/main_bottom.jpg) bottom no-repeat #fff;
	width:960px; min-height:400px; border: 10px #ff6600 solid; border-bottom: 30px #ff6600 solid;}
	
#navi { width:180px; height:auto; float:left; padding: 0px 5px 0px; overflow:hidden;}
#navi ul { margin: 0px 14px 0 0; padding:0 0 0 5px; list-style:none;}
#navi ul li { padding:2px; border-bottom:3px solid #D3D3D3; width:auto;}
#navi ul li.current_page_item { padding:2px; border-bottom:3px solid #D3D3D3; width:auto; background: #E2E2E2;}
#navi h2 { font-size:16px; font-weight:normal; color:#7B7B7B; margin:5px 0;}

#content { width:540px; height:auto; float:left;
	padding: 0px 15px 30px;
	background: url(images/contentbg.jpg) top no-repeat;}
blockquote { border-left:3px solid #D4D4D4; padding-left:6px;}
	
#content p { line-height:17px;}
#sidebar { width:180px; height:auto; float:right; padding: 0px 5px 0px; overflow:hidden; border-left:5px solid #D3D3D3;}
#sidebar ul { margin: 0px 14px 0 0; padding:0 0 0 5px; list-style:none;}
#sidebar ul li { padding:2px; border-bottom:3px solid #D3D3D3; width:auto;}
#sidebar ul li ul li { padding:2px; border:none;}
#sidebar h2 { font-size:16px; font-weight:normal; color:#7B7B7B; margin:5px 0;}

#sidebar .textwidget { color:#8F8F8F; padding-left:5px;}

.clear { clear:both; position:relative;}

#bottom {
	clear: both;
	height: auto; overflow: auto;
	z-index:0;
	background:#333333 url(images/bottom_bg.jpg) top repeat-x;
	padding-top: 0; padding-bottom:50px;}
	
#footer {
	height:auto; width:840px; margin:auto; padding: 7px 60px;
	font-family:Arial, Helvetica, sans-serif; font-size:11px;
	color:#666;}
	
.footer_content {
	width:auto; height:auto; float:left;}
.footer_content ul { list-style:none; margin:0; padding:0 20px;}
.footer_content li {}
#footer a:link { color:#666; text-decoration:none;}
#footer a:active { color:#666; text-decoration:none;}
#footer a:visited { color:#666; text-decoration:none;}
#footer a:hover { color: #CCC; text-decoration:none; background:none;}

.datum { color:#A7A7A7; padding:5px; border:1px dotted #D1D1D1; font-size:11px;}
.postmetadata { color:#A7A7A7; padding:5px; border-bottom:3px solid #D1D1D1; font-size:11px; margin-bottom:10px;}

#content h2 { margin:20px 0 8px;}

.breadcrumb { width:770px; overflow: hidden; padding: 4px 0 4px; font-size:11px; color:#A8A8A8; float:left;}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	color:#000;
}
/* End captions */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #D3D3D3;
	background-color:#f3f3f3;
	padding:4px;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	border:1px solid #D3D3D3;
	background-color:#f3f3f3;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	border:1px solid #D3D3D3;
	background-color:#f3f3f3;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

.ec3_list {
color:#000000!important;
letter-spacing:0!important;
margin-left:0!important;
word-spacing:0!important;
}
