
/**
 * Generic elements
 */

a:link, a:visited {
	color: Black;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #ff4411;
	text-decoration: underline;
}

a:active, a.active {
	color: #5895be;

}

a:link.same, a:visited.same {
	color: #494949;
	text-decoration: none;
	outline: none;
}

a:hover.same {
	color: #ff4411;
	text-decoration: underline;
}

a:active.same, a.active.same {
	color: #5895be;

}

body {
	background: transparent url("template/images/hintergrund.jpg") ;
	color: #494949;
	font: 12px/170% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
}

#center {
	margin: 0 -210px;
}

#squeeze {
	margin: 0 201px;
}

.post {
	margin-bottom: 2em;
	overflow: hidden;
}


h1 {
	font-size: 160%; 
	line-height: 130%;
	color:#ff4411;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 150%;
	line-height: 130%;
	white-space:nowrap;
}

h2.rightbar {
	font-size: 140%;
	font-weight:bold;
	
}

h3 {
	font-size: 140%;
}

h4 {
	font-size: 130%;
}

h5 {
	font-size: 120%;
	font-weight:bold;
}

h6 {
	font-size: 110%;
}

hr {
	border:none;
  	height:1px;

	background-image: #fff url(template/images/hr.png) repeat-x center;

	
}

img, a img {
	border: none;
}

/**
 * Oberes Menu
 */
ul.primary-links {
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 4;
}

ul.primary-links li {
	background: none;
	float: left;
	margin: 0;
	padding: 0;
	border-left-width: 1px ;
	border-left-spacing: 2px;
	border-left-style: dashed ;
	border-left-color: gray gray gray gray;
	border-left-collapse: separate;
}

ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
	display: block;
	margin: 0 1em;
	padding: .75em 0 0;
}

/**
 * rechtes Menu
 */

.menu
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu li li, .item-list ul li, li.leaf, .links li, #leftmenu ul li {
	background: transparent url("template/images/menu-leaf.gif") no-repeat 0 .35em;
	list-style-image: none;
	list-style-type: none;
	padding: 0 0 .3em 13px;
}

/**
 * linkes Menu
 */	

#leftmenu ul#menu  {
  margin: 0;
  padding: 2px 0px 2px 5px;
  width:170px;
}

#leftmenu ul li {
	background:transparent;
	list-style-image: none;
	list-style-type: none;
	padding: .3em 0 0 13px;
}

/* alle links */
ul#menu a {
  display: block;
  text-decoration: none;	
}

/* hauptlinks */
ul#menu li a {
  /*F49339;*/
  background:#93be84;
  filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
  padding: 2px 0px 2px 5px;
}

/* hauptlinks HOVER */
ul#menu li a:hover {
  background: #537e44;
  color: #000;
}

/* sublinks */
ul#menu li ul li a {
  background:#bbb;
  filter:alpha(opacity=60);-moz-opacity:.75;opacity:.75;
  color: #000;
  padding-left: 20px;
}

/* sublinks hover */
ul#menu li ul li a:hover {
  background: #537e44;
  border-left: 5px orange solid;
  padding-left: 15px;

}

div.barline {
	border-bottom-width: 1px ;
	border-bottom-spacing: 2px;
	border-bottom-style: dashed ;
	border-bottom-color: gray gray gray gray;
	border-bottom-collapse: separate;
	width:170px;
	margin-top:30px;
	margin-left:10px;
}

.leftcontact {
	font-size:9px;
	margin-top:30px;
	margin-left:10px;
	text-align:center;
	width:170px;
	}

/**
 * Header
 */
#header h1, #header h1 a {
	color: #fff;
	font-size: 1.5em;
	font-weight: normal;
	text-decoration: none;
}

#animation { position:absolute;  left: 50%; margin-left: -250px; margin-top: 20px;}

#animation2 { position:absolute;  left: 50%; margin-left: -65px; margin-top: 10px;}


#navigation {
	background: url("template/images/hintergrund.jpg") repeat-x 1% 100%;
	height: 1em;
	border-bottom-width: 1px ;
	border-bottom-spacing: 2px;
	border-bottom-style: dashed ;
	border-bottom-color: gray gray gray gray;
	border-bottom-collapse: separate;
}


/* Layout and images */

#container {
	margin: 0 auto;
	max-width: 1270px;
	padding: 0 20px;
}

/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#container #center {
	float: left;
	width: 100%;
}

/* Now we add the backgrounds for the main content shading */
#container #center #squeeze {
	background: url("template/images/bg-content.png") #fff repeat-x 50% 0; z-index: 99; 
}

#container #center .right-corner {
	background: transparent url("template/images/bg-content-right.png") no-repeat 100% 0;
	left: 1px;
	position: relative;
}

#container #center .right-corner .left-corner {
	background: transparent url("template/images/bg-content-left.png") no-repeat 0 0;
	left: 9px;
	margin-left: -11px;
	min-height: 400px;
	padding: 60px 25px 5px 35px;
	position: relative;
}

#container #footer {
	clear: both;
	color: #898989;
	float: none;
	margin: 4em 0 -3em;
	text-align: center;
}

#container #header {
	height: 130px;
}

#container #header #logo-floater {
	position: absolute;
}


#container #header h1 {
	font-weight: bold;
	line-height: 120px;
	position: relative;
	white-space: nowrap;
	z-index: 2;
}

/* We ensure the sidebars are still clickable using z-index */
#container .sidebar {
	float: left;
	margin: 60px 0 5em;
	width: 208px;
	z-index: 2;
}

body > #container .sidebar {
	position: relative;
}

#sidebar-right ul {
	margin-left: 20px;
}

#sidebar-right li ul {
	margin-left: 0;
}

.sidebar ul {
	margin-left: 0;
	padding: 0;
}

/* content */
div.line {
	border-bottom-width: 1px ;
	border-bottom-spacing: 2px;
	border-bottom-style: dashed ;
	border-bottom-color: gray gray gray gray;
	border-bottom-collapse: separate;
}

div.lightline {
	border-bottom-width: 1px ;
	border-bottom-style: dashed ;
	border-bottom-color: #d3d3d3;
}

div.smallNav {
	text-align:center;
	margin-top:10px;
}

div.smallNav span  {
	
	margin-left:5px;
}

div.content {
	margin: 20px 0 20px 0
}

table.content {
	border:0;
	cellspacing:5;
	width:100%;
}

table.content2 {
	border:0;
	cellspacing:5;	
}

table.beitrag {
	border=0;
}

table.beitrag th {
	font-weight:normal;	
 
}

td.small {
	font-size:75%;	
	font-style:italic;
 
}

.leftcontent {
	float:left;
	margin:0px 5px 0px 0px;
}

.rightcontent {	
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


td {
white-space:nowrap;
}

#errortext {
	margin:20px 0px 20px 80px;
	padding: 0px 0px 0px 0px;
}

#erroricon {
	float:left;
	margin:0px 5px 0px 30px;
}

ul li.list  {
	background: transparent url("template/images/menu-leaf.gif") no-repeat 0 .35em;
	list-style-image: none;
	list-style-type: none;
	padding: 0 0 .3em 13px;
}

