/* CSS Document */

/* Allgemeine Formatierungen */
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100.1%;
	font-size: 100.01%;
}

body {
	height: 100.1%;
}

h1, h2, h3, h4, h5, h6, p, blockquote,
ul, ol, li, dfn, dt, dd, dl,
table, tbody, tfoot, thead, th, td, tr,
fieldset, select, input, textarea, address,
label, legend, caption, img  { 
	font-family: Arial, Helvetica, sans-serif;
}

ul, p {
	font-size: 12px;
}

a:link, a:visited {
	outline: none;
	font-style: italic;
	color: #005773;
}

a:hover, a:active {
	text-decoration: none;
	color: #0092BF;
}

a img {
	border: none;
}

.hidden {
	visibility: hidden;
	display: none;
}

.clear {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear: both;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

/* Formatierungen #wrapper-Bereich */
#wrapper {
	width: 960px;
	margin: 0 auto;
}

/* Formatierungen #header-Bereich */
#header {
	width: 100%;
	height: 140px;
	background: url(../img/header_background.gif) 0 0 no-repeat;
}

/* Formatierungen #navi-Bereich */
#navi {
	width: 100%;
	font-size: 11px;
	margin-bottom: 25px;
}

#navi #suckerfishnav {
	float: right;
	margin: 3px 60px 0 0;
}

#navi #suckerfishnav li {
	text-transform: uppercase;
	list-style: none;
	float: left;
	line-height: 13px;
	position: relative;
}

#navi #suckerfishnav li a {
	text-decoration: none;
	display: block;
	font-style: normal;
	padding: 0 8px;
	color: #598B14;
	border-right: 1px solid #598B14;
}

#navi #suckerfishnav li a:link, #navi #suckerfishnav li a:visited {

}

#navi #suckerfishnav li a:hover, #navi #suckerfishnav li a:active, #navi #suckerfishnav li a.active {
	color: #B42232;
}

/*#navi #suckerfishnav li a.lastnav {
	border-right: none;
}*/

#navi #search {
	float: right;
	margin: 2px 16px 0 0;
}

#navi #search p {
	color: #598B14;
	text-transform: uppercase;
	float: left;
}

#navi #search .quicksearch-text {
	width: 100px;
	float: left;
	margin: -1px 2px 0 0;
	padding: 0 2px;
	background: url(../img/searchfield_background.gif) 0 0 repeat-x;
	border: 1px solid #9B9B9B;
	font-size: 12px;
	font-weight: normal!important;
}

#navi #search .quicksearch-button {
	border: none;
	background: none;
	float: left;
	display: block;
	margin-top: -1px;
}

/*2nd level*/
#navi #suckerfishnav ul {
	position: absolute;
	top: 13px;
	left: 0px;
	width: 180px;
	padding-top: 10px;
	padding-bottom: 10px;
	/*background-color: #FAFAFA;*/
	background-color: #FFF;
}

#navi #suckerfishnav ul li {
	padding-bottom: 5px;
	width: 100%;
}

#navi #suckerfishnav ul li a {
	border: none!important;
}

/* Letzte Men-Element erhlt keine "Pipe" (muss angepasst werden wenn sich die Menstruktur ndert!) */
#navi #suckerfishnav li.page-item-14 a {
	border: none!important;
}


/* IE Anpassungen */
* html #navi #search .quicksearch-text {font-size: 10px;}
* html #navi #search .quicksearch-button {font-size: 8px; margin-top: 0px;}

/* Formatierungen #content-Bereich */
#content {
	width: 100%;
	min-height: 150px;
	background: url(../img/line.gif) 0 bottom no-repeat;
	margin-bottom: 22px;
	padding-bottom: 21px;
}

* html {
	height: 150px;
}

#content #content-wrapper {
	width: 740px;
	margin: 0 auto;
}

#content #content-wrapper.wide {
	width: 900px!important;
}

#content h1 {
	font-size: 16px;
	font-weight: bold;
	color: #005773;
	margin-bottom: 34px;
	margin-bottom: 22px;
	text-transform: uppercase;
}

#content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #005773;
	margin-bottom: 12px;
	margin-top: 22px;
}

#content .searchresultpage h2 {
	margin-bottom: 4px!important;
}

#content h3 {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #005773;
}

#content p {
	margin-bottom: 40px;
	margin-bottom: 12px;
}

#content .unterzeile {
	color: #005773;
}

#content ul, #content ol {
	margin-left: 30px;
	margin-bottom: 12px;
}

/* Formatierungen #teaser-Bereich */
#teaser {
	width: 100%;
}

#teaser #teaser-wrapper {
	width: 740px;
	margin: 0 auto 10px auto;
}

#teaser #teaser-wrapper .teaserbox {
	width: 220px;
	height: 110px;
	float: left;
	overflow: hidden;
}

#teaser #teaser-wrapper .teaserspacing {
	margin-left: 40px;
}

#teaser #teaser-wrapper p {
	font-size: 10px;
	margin-top: 8px;
}

/* Formatierungen #footer-Bereich */
#footer {
	width: 100%;
	height: 100px;
	background: url(../img/footer_background.gif) 0 0 no-repeat;
	text-align: right;
}

#footer p {
	text-align: right;
	padding: 54px 34px 0 0;
}

#footer a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-style: normal;
	color: #666;
}

#footer a:link, #footer a:visited {
	
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}

/* _-------------------------------- */
.newscontainer {
	margin-bottom: 40px;
}

.newscontainer h2 {
	display: inline;
}

.newscontainer p {
	margin-top: 4px;
}

.newstime {
	font-size: 10px;
	margin: 3px 0 0 4px;
	color: #005773;
}

.newstime-single {
	font-size: 10px;
	color: #777;
	padding-bottom: 20px;
}

.commentlist {
	font-size: 12px;
}

.commentlist li {
	padding-bottom: 20px!important;
}

.commentlist li .comment-author p {
	margin-bottom: 4px!important; 
}

textarea#comment {
	font-size: 12px;
}

#commentform #submit {
	border: 1px solid #598B14; 
	width: 548px;
}

#commentform {
	margin-bottom: 20px;
}

.pagenavcontainer {
	float: left;
	width: 100%;
}

.prevpage {
	float: left;
}

.nextpage {
	float: right;
}

/* Tabellenformatierung */
table.wptable {
	font-size: 12px;
	font-weight: normal!important;
}

table.wptable, .wptable th, .wptable td {
	border-collapse: collapse!important;
	border: 1px solid black!important;
}

table.wptable th {
	background-color: #95BC35;
	text-align: left!important;
}

table.wptable th, table.wptable td {
	padding: 1px 3px 1px 3px!important;
}

/* Intext Grafiken */
img.alignleft {
	float: left;
	margin: 4px 6px 4px 0;
}

img.alignright {
	float: right;
	margin: 4px 0 4px 6px;
}

/* Suche */
#content .singlesearchresult {
	margin-bottom: 35px;
}

#content .singlesearchresult blockquote {
	padding: 5px; 
	border: 1px solid #CFCFCF;
	background-color: #EFEFEF;
}