/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

adapted for websitebaker by Chio Maisriml, beesign.com
*/

body {
	margin: 0;
	padding: 0;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background: #A7A9AC url(images/BG_Logo.jpg); repeat-x; repeat-y;/*Hintergrund */
        float: center;
}
#center {
        display: block; text-align: center;	
}

#site {
	margin: 0 0 0 0;
	padding: 0;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background: #000000; /*url(images/img01.gif) repeat-x;*/ /*Hintergrund */
        width: 980px;
        margin-left: auto; margin-right: auto; text-align: left;
        border-left:2px solid #FFFFFF;
        border-right:2px solid #FFFFFF;}

/* Header */

#header {
	height: 150px;
	background: url(images/img02.jpg) no-repeat center top;
	text-transform: lowercase;
}

#logo {
	/*float: left;
        display: block;
        height:150px; 
        width:530px;*/ 
} 

#logo h1, #logo p {
	float: left;
	margin: 0;
	line-height: normal;
}

#logo h1 {
	/*height:150px; /*match to #header height*/ 
        text-indent: -100.0em; 
        overflow: hidden; 
        background: url(images/img02.jpg);*/ 
}

#logo p {
	padding: 69px 0 0 7px;
	letter-spacing: -1px;
	font-size: 1.4em;
	color: #199DD2;
}

#logo a {
	text-decoration: none;
	color: #62D6F5;
        /*display:block; 
        line-height:150px;
        width:530px;*/
}

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 60px 20px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 120px;
	height: 56px;
	margin: 0 0 0 2px;
	padding: 9px 0 0 0;
	background: #1B97CE url(images/img03.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}

#menu a:hover, #menu .menu-current a {
	background: #26BADF url(images/img04.gif) no-repeat;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 530px;
	padding: 0 0 0 25px;
}

.post {
	margin-bottom: 5px;
	background: #FF6B00 url(images/img05.gif) no-repeat; /*Hauptfeld */
	color: #FFFFFF; /*Haupttext generell - inkl. datum bei news�bersicht*/
}

.post a {
	color: #FFFFFF; /*Haupttext Link*/
	text-decoration:underline;
}

.post a:hover {
	color: #FFFFFF; /*Haupttext Link- hover*/
	text-decoration:none;
}

.post .title {
	margin: 0;
	padding: 30px 30px 0 30px;
	color: #000000; /*???*/
}

.post .title a {
	text-decoration: none;
	color: #000000; /*???*/
}

.post .byline {
	margin: 0;
	padding: 0 30px; /*???*/
}

.post .entry { /* Innenabstand text */
	padding: 20px 30px 10px 30px;
}

.post .links {
	margin: 0;
	padding: 10px 30px 35px 30px;
	background: url(images/img06.gif) repeat-x left bottom;
	border-top: 1px solid #000000; /*???*/
}

.post .links a {
	padding-left: 10px;
	background: url(images/img08.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF; /*???*/
}

.post .links a:hover {
	color: #000000;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 190px;
        margin: 0 0 0 0;
	padding: 0 0 0 10px;
}

.sidebar ul {	
        margin: 0 0 0 0;
	padding: 0 0 5px 0;
        list-style: none;
	line-height: normal;
}

.sidebar li { /*sidebar links + rechts - erste ebene*/
/*background-color: #CCCCCC;*/
margin:0;
padding:0;
}

.sidebar li ul {
	width:190px;
        padding:0;
        margin:0; 
        line-height:30px;       
        display:inline;       
}

.sidebar li ul a {
	background:#000000 url(images/menu1.gif) no-repeat left top;
        color:#FFFFFF;
        font-weight:bold;
        font-size: 12px;
        vertical-align: middle;
        float:left;
        width:180px;
        margin-bottom:10px;
        padding:0px 1px 0px 10px;
        /*border:1px solid #FFFFFF;
        border-right:0px;*/
        text-decoration:none;
}

.sidebar li ul a:hover {
	background:#000000 url(images/menu1_h.gif) no-repeat left top;}

.sidebar li ul ul {	
        margin:0 0 0 15px;
        padding: 0;
        font-size:0.9em;
        line-height:20px;
        width:175px;
        float:right;
}

.sidebar li ul ul a {
        background:#000000 url(images/menu2.gif) no-repeat left top;
	padding:0px 1px 0px 10px;
        width:165px;
}

.sidebar li ul ul a:hover {
        background:#000000 url(images/menu2_h.gif) no-repeat left top;
}

.sidebar li ul ul a:current {
        background:#000000 url(images/menu2_h.gif) no-repeat left top;
}



.sidebar li ul ul ul {
	width:150px;
}

.sidebar li ul ul ul a {
	width:140px;
        background:#000000 url(images/menu2.gif) no-repeat left top;
}
.sidebar li ul ul ul a:hover {
        background:#000000 url(images/menu2_h.gif) no-repeat left top;
}

.sidebar li ul ul ul a:current {
        background:#000000 url(images/menu2_h.gif) no-repeat left top;
}



.menu-current a, .menu-current a:visited{
	background:#000000 url(images/menu1_h.gif) no-repeat left top;
}

.menu-1 .menu-current a, .menu-1 .menu-current a:visited, .menu-2 .menu-current a, .menu-2 .menu-current a:visited{	
background:#000000 url(images/menu2_h.gif) no-repeat left top;
}

.menu-child a:visited, .menu-child a{
	background:#000000 url(images/menu.gif) no-repeat left top;
}

.menu-child-0 a:visited, .menu-child-0 a{
	background:#000000 url(images/menu2.gif) no-repeat left top;
}

.menu-child-1 a:visited, .menu-child-1 a{
	background:#000000 url(images/menu2.gif) no-repeat left top;
}


.menu2 .menu-child a:visited, .menu2 .menu-child a{
	background:#000000 url(images/menu2.gif) no-repeat left top;
}

.menu-child-1 a:visited, .menu-child-1 a{
	background:#000000 url(images/menu2.gif) no-repeat left top;
}

.menu2 .menu-child .menu-child-0 a:visited, .menu2 .menu-child .menu-child-0 a{
	background:#000000 url(images/menu2.gif) no-repeat left top;
}




.sidebar li h2 {
	padding-top: 30px;
	margin-bottom: 10px;
	color: #FFFFFF; /*�berschrift: "aktuelle nachrichten"*/
}

/* Left Sidebar */

#leftbar {
        padding: 15px 0 0 10px;
}

/* Right Sidebar */

#rightbar {
	padding: 15px 10px 0 25px; /*news container*/
        margin: 0 0 0 0;
        /*border:1px solid #FFFFFF;*/
}

/* Footer */

#footer {
	clear: both;
	padding: 10px 0 5px 0;
	background: #000000;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #aaaaaa;
        font-weight: bold;
        text-decoration: none;
}

#footer a {
	color: #aaaaaa;
        text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*---------------------------------------------------------*/

input, textarea {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #000000;
}

/* Search */


#searchform {
	padding-top: 20px;
	text-align: right;
        margin-bottom: 20px;
}

#searchform br {
	display: none;
}

#searchform input {
	margin-bottom: 0;
}

#searchform #s {
	width: 190px;
}



/*---Form----
legend {
	color:#ffffff;
	font-weight: bold;
}*/

fieldset {padding:0; border:0; margin:0;}
/*input { border: 1px solid #ffffff; font-size: 1em; margin:2px 0 4px 4px;}*/
label {margin:12px 0 6px 0; }

/* login/logout*/
#login, #logout {margin-top:20px; font-size:11px;}
#login .inputfield, #logout .inputfield { width:196px; }
#login .submit, #logout .submit { width:80px; float: right; margin:5px 0 0 0;}

#login a {
	display:block;
	clear:both;
	padding:8px;
	text-align: center;
}

/*---Search----*/

#search .inputfield { width:155px; height:20px; border:0px; padding-left:6px; float:left; background: #000000 url(images/menu2.gif) no-repeat left top; color: #FFFFFF;}
#search .submit{ width:24px; height:24px; border:0px; float: right; padding-right:0; background:#000000 url(images/Search.png) no-repeat left top;}


.header-title {
	font-size:2.3em;
	border-top:2px solid #F5F8EF;
}

.header-title-two {
	font-size:1.1em;
	padding-bottom:3px;
	border-bottom:1px solid #F5F8EF;
}

.design, .design a {color: #6c8521 ! important;}


/*--------- NEws Module ---------------------------*/
.post_top td { padding-top:20px; border-bottom: 1px solid #FFFFFF; } /*news �bersicht - linie oben*/
.post_title a {text-decoration: none; color: #FFFFFF; font-size:16px; text-align:left; } /*news �bersicht - �berschrift*/
.post_date {}
.post_short { border-bottom: 1px dotted #FFFFFF; } /*news �bersicht - linie unten*/

/*------anynews --------*/
.anynews a {color:#FF6B00; text-align: right;}
#display_anynews{
	margin: 15px 0;
        padding: 0px 5px 10px 5px;
        background: #000000 url(images/news.gif) no-repeat left top;
        border-bottom:1px solid #FFFFFF;
vertical-align: top;
}


/*------Recent Post, Resent Comments --------*/
.display_latest{
padding-top: 30px;}
.display_latest h2 {margin: 0; padding-top: 0; text-align:center;}
.display_latest hr {
	margin:0;
	XXdisplay: visible;
}
.display_latest h3, .display_latest strong {margin:0; padding:0; font-size:13px;}
.display_latest p {margin:8px 0 0 0; font-size:11px;}
.display_latest a {color:#FF6B00; text-align:center;}

#poll{
	padding:10px 5px 10px 5px;
        background: #000000 url(images/news.gif) no-repeat left top;
        border-bottom:1px solid #FFFFFF;
}

#poll a{
	text-decoration:none;
}

#poll2{
padding:10px 5px 10px 5px;	
background: #ff6b00 url(images/box2.gif) no-repeat;
        border-bottom: 1px #FFFFFF solid;
}

#poll3{
padding:0px;
background: #ff6b00 url(images/box.gif) no-repeat;
        border-bottom: 1px #FFFFFF solid;
}
