/* CSS Version1 für Party-Fieber.com V5 */
/* vordefiniertes zurücksetzen */
*{
	border: 0px;
	margin: 0px;
	list-style:none;
}
/* Schrifteinstellungen */
body{
	font-family: Monaco, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #232323;
}
/* Linkformatierungen */
a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	cursor:ne-resize;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
	cursor:ne-resize;

}
a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
/* Absatzformatierung */
p{
	padding-top: 5px;
	padding-bottom: 5px;
	display:block;
}
/* Überschriften formatieren */
h1,h3{
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-top:3px;
	padding-bottom:3px;
}
/* Anzeige wenn kein Script vorhanden ist */
noscript{
	color:#F00;
	background-color:#FFFFFF;
	text-align:center;
	border:3px dashed #F00;
	padding:5px;
	margin-left: 100px;
	font-weight:bold;
}
/* Textfelder und Eingabefelder formatieren */
textarea,input,select{
	border:1px solid #000;
}
/* Inhalt umgebender Wrapper/Container */
#wrapper{
	width:1000px;
	height:100%;
	min-height:100%;
	margin:0 auto;
}
/* Kopfbereich / Header */
#kopf{
	float: left;
	width:1000px;
	height:170px;
	background:url(../images/01.jpg);
}
/* Mittlerer Bereich für Inhalte */
#mitte{
	float:left;
	width:1000px;
	background:url(../images/02.gif);
	background-repeat:repeat-y;
}
/* Inhalte in richtige Position bringen */
#inhalt{
	padding-left: 175px;
	padding-right: 175px;
}
/* Fusszeilenbereich */
#fuss{
	float:left;
	width:1000px;
	height:140px;
	background:url(../images/03.jpg);
}
/* linkes extra Menü */
#nav_links{
	margin-left:-190px;
	width:100px;
	z-index:99999;
	border:none;
	float:left;
}
#nav_links ul, #nav_unten ul{
	list-style:none;
	display:block;
}
#nav_links li{
	width:100px;
	float:left;
}
#nav_links li:hover , #nav_unten li:hover{
	background:#FFFFFF;
}
#nav_links a{
	display:block;
	text-align:center;
	padding: 10px 0 10px 0;
}
#nav_unten li{
	float:left;
	width:70px;
	text-align:center;
	background:#FF0084;
	-moz-border-radius:5px;
	border:2px solid #FFF;
	margin-right: 5px;
	padding:3px;
}
#nav_unten a{
	display:block;
	width:70px;
}
#jahre
/* Menü */
#basic-accordian{
	z-index:2;
}
/* Menü Überschriften */
.accordion_headings{
	text-align:center;
	background:#ff0084;
	color:#FFF;
	cursor:pointer;
	font-weight:bold;
	font-size:18pt;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-color:#FFFFFF;
	-moz-border-radius:10px;
}
/* Menü Überschriften Hover */
.accordion_headings:hover{
	background:#FF99CC;
}
/* Menü Kinder */
.accordion_child{
	padding:15px;
	border-left:1px dotted #FFFFFF;
	border-right:1px dotted #FFFFFF;
	border-bottom:1px dotted #FFFFFF;
	-moz-border-radius:10px;
}
/* Menüpunkt highlighted */
.header_highlight{
	background:#ff98cd;
}
/* Vorschaubild für Parties bzw Fotos */
.vorschau{
	margin:5px;
	width:100px;
	height:100px;
	border:4px solid #FFFFFF;
	-moz-border-radius:5px;
}
.vorschau:hover{
	margin:5px;
	width:100px;
	height:100px;
	border:4px solid #990099;
	-moz-border-radius:5px;
}
/* Foto in groß */
.foto{
	border:4px solid #FFFFFF;
	-moz-border-radius:5px;
}
/* Party Details */
.party_det{
	text-align:left;
	display:block;
	border: 2px solid #FFF;
	margin: 5px;
	padding:5px;
	-moz-border-radius:5px;
	font-size:1.1em;
}
/* mittige Ausrichtung */
.mitte{
	text-align:center;
}
