/* Allgemeine Formatierungen */

body {
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}
	
* {
	margin:0px;
	padding:0px;
	}
	
h1,h2,h3,h4,h5,h6 {
	color:#364b68;
	font-weight:bold;
	margin-bottom:5px;
	}
	
h1 {font-size:22px;}
h2 {font-size:18px;}
h3 {font-size:13px;}
h4,h5,h6 {font-size:12px;}
	
a {
	font-weight:normal;
	text-decoration:underline;
	color:#0062e9;
	outline:none;
	}
	
a img {
	border:none;
	}
	
a:hover {
	color:#000;
	text-decoration:none;
	}
	
li {
	margin:5px;
	list-style:inside;
	}
	
ol li {
	list-style:decimal;
	}
	
#header a {
	width:120px;
	height:30px;
	display:block;
	float:left;
	margin-left:8px;
	text-align:left;
	}
/* Div Tags */

#design {
	width:889px;
	height:auto;
	overflow:visible;
	margin:auto;
	text-align:center;
	background-image:url(faschingskostuem_04.png);
	}
	
#header {
	background-image:url(faschingskostuem_02.png);
	width:889px;
	height:185px;
	}
	
.navi_links {
	height:35px;
	padding-top:120px;
	width:672px;
	padding-left:217px;
}
	
.google_suche  {
	width:879px;
	height:28px;
	padding-right:10px;
	text-align:right;
	padding-top:2px;
}
	
#left {
	width:161px;
	height:auto;
	padding-top:2px;
	padding-left:1px;
	float:left;
	}
	
#right {
	width:535px;
	height:auto;
	text-align:left;
	padding:15px;
	float:left;
	font-size:13px;
	}
	
#subnavi {
	width:162px;
	height:auto;
	float:left;
	text-align:left;
	}
	
#footer {
	clear:both;
	width:884px;
	padding-top:10px;
	text-align:left;
	padding-left:5px;
	height:21px;
	background-image:url(faschingskostuem_05.png);
	}
	
.fasching {
	background-color:#f4f2bc;
	display:block;
	padding-top:5px;
	height:auto;
	padding-bottom:5px;
	margin-bottom:1px;
	padding-left:12px;
	padding-right:5px;
	width:143px;
	color:#000;
	border:1px solid #bebd98;
	}
	
.kostuem {
	background-image:url(btn.png);
	width:130px;
	height:auto;
	min-height:15px;
	padding-bottom:5px;
	text-align:left;
	color:#000;
	padding-top:7px;
	padding-left:30px;
	display:block;
	margin-bottom:1px;
	background-repeat:no-repeat;
	background-color:#e0de9a;
	background-position:top;
	border:1px solid #bebd98;
	}
	
#subnavi h2 {
	background-color:#359bd8;
	color:#FFFFFF;
	font-size:13px;
	height:22px;
	padding-top:8px;
	padding-left:10px;
	width:152px;
	margin-bottom:1px;
	}
	
/*
 * jQuery Nivo Slider v2.3
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

#slider-wrapper {
    width:200px;
    height:270px;
    margin:0 auto;
	text-align:center;
	border:1px solid #000;
}

#slider {
    width:200px;
    height:270px;
	text-align:left;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	width:200px;
	height:30px;
	}
	
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

.clear {
	clear:both;
}	
