/*
Theme Name: ponyclub mit fb:fan
Description: 
Version: 1.01
Author: Bastian Thomanek
*/




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

body {
	font-size: 14px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	background: #e980af url(bilder/bg.jpg) repeat fixed 50% 0;
	color: #000;
	text-align: center;

}


p, dl, ul, ol, address {
    margin-bottom: 20px;
}

p {
	line-height: 20px;
}

h1 {
	margin: 5px 0 20px 0;
	padding: 0;
	font-weight: bold;
	font-size: 30px;
	color: #ac8600;
	background-color: transparent;
}

h2 {
	margin:  2px 0 10px 0;
	padding: 0;
	font-weight: bold;
	font-size: 22px;
	color: #e8408b;
	background-color: transparent;
}

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

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

h4 {
	margin: 0;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	background-color: transparent;
}


hr {
	height: 2px;
	background: #e8408b;
	margin:10px 0 25px 0;
}

input {border: 1px solid #bbb;}



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

a {
	color: #8b2653;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	color: #e8408b;
	text-decoration: none;
}
a:active {
	color: #8b2653;
	text-decoration: none;
}

a img {
	border: none;
}



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

#contentwrap {
	float: left;
}

#fbfan {
	float: right;
	margin-top: 290px;
}

/*		 Kopfbereich/ Navi
---------------------------------*/
#header {
	height: 244px;
	width: 300px;
	overflow: visible;
	background: url(bilder/logo.png) no-repeat 0 0;
	margin: 0 auto 0 auto;
}

#navi{
	height: 36px;
	width: 600px;
	position: relative;
	top:10px;
	z-index: 99;
}

#navibox {
	width: 524px;
	height: 36px;
	margin: 0 auto 0 auto;
}

#navi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navi ul li {
	display: inline-block;
	font-size: 20px;
	float: left;
	padding: 0 12px 0 0px;
}

#navi a {
	color: #000;
	display: block;
	overflow: hidden;
	text-decoration: none;
}

#navi a:hover {
	color: #fff;
	background-position: 0 -36px;
}

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

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

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

#navi_anreise a {
	height: 36px;
	width: 98px;
	background: url(bilder/navi_anreise.png) no-repeat  0 0;
	text-indent: -100000px; 
}


#navi_links a {
	height: 36px;
	width: 68px;
	background: url(bilder/navi_links.png) no-repeat  0 0;
	text-indent: -100000px; 
}


#navi_location a {
	height: 36px;
	width: 108px;
	background: url(bilder/navi_location.png) no-repeat  0 0;
	text-indent: -100000px; 
}


#navi_newsletter a {
	height: 36px;
	width: 146px;
	background: url(bilder/navi_newsletter.png) no-repeat  0 0;
	text-indent: -100000px; 
}


#navi_partypics a {
	height: 36px;
	width: 124px;
	background: url(bilder/navi_partypics.png) no-repeat  0 0;
	text-indent: -100000px; 
}

/*		Hauptbereich
-----------------------------*/

#content-top {
	height: 20px;
	width: 600px;
	background: url(bilder/content_top.png);
	z-index: 10;
	position: relative;
}

#content {
	width: 510px; /*gesamtbreite minus padding*/
	height: auto;
	padding:20px 40px 20px 45px;
	background: transparent url(bilder/content_mid.png) repeat-y;
}

#contentbox {
	width: 510px;
	height: 300px;
	text-align: left;
	line-height: 20px;
	overflow: auto;
	display: none; /*zuständig für den fade, wird durch js wieder eingeblendet!*/
	z-index: 2;
}



/*		  Fußbereich
-----------------------------*/
#footer {
	background: url(bilder/footer.png) no-repeat top center;
	width: 600px;
	height: 30px;
	margin-bottom: 40px;
}

#footernavi {
	float: left;
	margin: 20px 0 0 10px;

}

#footernavi a {
	color:#000;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
}

#footernavi a:hover {
	color: #fff;
}

#socialmedia {
	float: right;
	margin: 20px 10px 0 10px;
}


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

.clear {clear: both;} 

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


.center {text-align: center;}

.sitemap { margin-top: 10px; list-style-type: square; font-size: 15px; font-weight: normal;}
.sitemap ul {list-style-type: none; font-weight: normal; padding-left: 0;}


.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;
	}
	
#navi ul li.nopadding {padding: 0;}


.jScrollPaneTrack {  /*zuständig für den fade des scrollbars*/
	display:none;
}

.piclenselink {
display: none;
}
