/*
Theme Name: arena2015 gruen 
Description: 
Version: 1.0
Author: Fabian Knopf
*/




/*==================================
			ALLGEMEINES   
====================================*/
*{margin:0; outline: none; border: none;}  

body {
	font-size: 12px;
	font-family: "Lucida Grande", "Helvetica", "Arial", sans-serif;
	background: #7f9937 url(images/bg.gif) repeat fixed 50% 0;;
	color: #000;
	text-align: center;
}


p, dl, ul, ol, address {
    margin-bottom: 1em;
}

p {
	text-align: left;
	line-height: 1.4em;
}

blockquote {
    margin-right: 0;
    margin-left: 5px;
    padding-left: 10px;
    border-left: 5px solid #eee;
}


h1 {
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: bold;
	font-size: 30px;
	color: #a6c747;
}

h2 {
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: bold;
	font-size: 22px;
	color: #a6c747;
}

h2 small {
	font-weight: bold;
	font-size: 12px;
	color: #000;
}




h3 {
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 16px;	
	color: #000;
}

h4 {
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #a6c747;
}

h5 {
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000;
}

h6 {
	margin: 0 0 10px 0;
	padding: 2px 0 2px 0;
	font-size: 12px;
	letter-spacing: 1px;
	text-align:center;
	text-transform: uppercase;
	color: #000;
	background: #ddd;
}

hr {
	height: 4px;
	background: url(images/hr.gif) repeat-x;
	margin:15px 0 25px 0;
}

/*
		  Link-Styles
-----------------------------*/

a {
	color: #a6c747;
	text-decoration: none;
}

a:hover {
	color: #bce150;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: underline;
}

a img {
	border: none;
}




/*==================================
			LAYOUTBEREICHE   
====================================*/
#wrapper {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 1060px;
}	

/*		 Kopfbereich
-----------------------------*/
#header {
	background: url(images/header-bg.png) no-repeat top center;
	height: 260px;
	width: 1060px;
}
	
#headerimg {
	height: 200px;
	width: 960px;
	padding: 30px 0 0 48px;
}


/*		Hauptbereich
-----------------------------*/
#main {
	background: url(images/main-bg.png) repeat-y top center;
}

	#navispalte{
		float: left;
		width: 180px;
		margin: 16px 0 0 38px;
	}
	#content {
		float: left;
		width: 480px;
		margin: 20px 0 20px 40px;
	}


	#adbar {
		float: right;
		width: 220px;
		margin: 20px 62px 0 0;
		font-size: 11px;
	}
	
	
	#sidebar {
		width: 160px;
		margin: 40px 0 0 20px;
		font-size: 11px;
		
	}
	

/*		  Fußbereich
-----------------------------*/
#footer {
	background: url(images/footer-bg.png) no-repeat top center;
	width: 1060px;
	height: 185px;
}

#footernavi {
	position: relative;
	top: 108px;
	left: 58px;
	width: 940px;
	height: 7px;
	background: url(images/strichlinie.gif) no-repeat top left;
}

/*==================================
		   SPEZIELLE STYLES   
====================================*/


/*		Hauptnavigation
-----------------------------*/

#navi ul, #navi li {
	padding: 0;
	margin: 0;
}

#navi li {
	font-size: 25px;
	font-weight: bold;
	list-style-type: none;
}

#navi a {
	color: #000;
	display: block;
	overflow: hidden;
	text-align: left;
}

#naviblog a {
	height: 30px;
	width: 180px;
	background: url(images/navi/blog.gif) no-repeat 0 0;
	text-indent: -100000px; 	
}

#navimagazin a {
	height: 30px;
	width: 180px;
	background: url(images/navi/magazin.gif) no-repeat  0 0;
	text-indent: -100000px; 
}
#navinewsletter a {
	height: 30px;
	width: 180px;
	background: url(images/navi/newsletter.gif) no-repeat  0 0;
	text-indent: -100000px; 
}

#naviservice a {
	height: 30px;
	width: 180px;
	background: url(images/navi/service.gif) no-repeat  0 0;
	text-indent: -100000px; 
}


#navi a:hover {
	color: #2b7fd9;
	text-decoration: none;
	background-position: 0 -30px;
}


#navi a:active {
	background-position: 0 -90px;
}

#navi a.aktiv {
	background-position: 0 -60px;
}


/*	   Subnavigation
-----------------------------*/

#navi ul ul li  {	
	font-size: 14px;
	padding: 0 0 2px 44px;
}

#navi ul ul li a {
	background: 0 none;
	text-indent:0;
}

#navi ul ul li a:active {
	color: #000;
	background: 0 none;
	text-indent:0;
}

/*	   Footernavigation
-----------------------------*/

#footer ul, #footer ol {
	padding: 0;
	margin: 0;
}

#footernavi li {
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 9px;
	font-weight: normal;
	Text-transform: uppercase;
	list-style-type: none;
	text-indent: -100000px;
	height: 7px;

}

#footernavi a {
	color: #000;
	height: 7px;
	display: block;
	overflow: hidden;
	text-align: left;
}

#footernavi a:hover {
	color: #2e6299;
	background-position: 0 -8px;
}


#footernavi a:active {
	background-position: 0 0;
}

#kontaktlink {
	width: 59px;
	float:left;
	padding-left: 712px;
}

#impressumlink {
	width: 71px;
	float:left;
	padding-left: 46px;
}
#kontaktlink a {
	background: url(images/navi/kontakt.gif) no-repeat  0 0;
}

#impressumlink a {
	background: url(images/navi/impressum.gif) no-repeat  0 0;
}


/*	   Seitenleiste für Anzeigen
--------------------------------------*/

#adbar img {
	margin-bottom: 20px;
}

#adbar h3 {
	font-size: 14px;
	color: #a6c747;
	margin: 0 0 5px 0;
}

#adbar cite {
		font-weight: bold;
}

#adbar ul, #adbar ol {
	padding: 0;
	margin: 0;
}

#adbar li {
	list-style-type: none;
	margin-bottom: 15px;
}



/*	   Eingabefeld Suche
--------------------------------*/

input { 
	padding: 3px;
	margin-bottom: 5px;
	background: #eee; 
	border: 1px solid #666; 
	vertical-align:top;
}

input:hover, input:focus {
	background:#fff;
}

textarea {
	background: #eee; 
	border: 1px solid #666; 
}

#s {width:123px;}

#searchsubmit {
	
	width: 22px;
	height: 22px;
	margin-left: 3px;
	color: #444;
	font-weight: bold;
	border: none;
	background: url(images/lupen.jpg) #fff no-repeat;
	text-indent: -100000px;
}



#searchsubmit:hover {
	color: #000;
	text-decoration: none;
	background-position: 0 -22px;
}

/*		Störer auf Homepage
----------------------------------*/
#stoerer {
	position:relative;
	top: 85px;
	left: 220px;
	height: 0;
	width: 0;
	overflow: visible;
	
}

#stoerer a {
	
	display: block;
	height: 131px;
	width: 131px;
	overflow:visible;
	background: url(images/stoerer.png) no-repeat  0 0;
	text-indent: -100000px;
}





/*-------------------
		Klassen
-------------------*/

.clear {clear: both;} 

.screen-reader-text {display: none;}

.lastchild {height: 8px;}

.center {text-align: center;}

.sitemap {list-style-type: none; font-size: 14px; font-weight: bold;}
.sitemap ul {list-style-type: none; font-weight: normal; padding-left: 10px;}


.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 5px 0 5px 8px;
	display: inline;
	}

img.alignleft {
	margin: 5px 8px 5px 0;
	display: inline;
	}





