/* css style for captain-candy.de
tizian bauer at ansichtsache.com
08.2008 copy and learn */
* {
margin:0;
padding:0;

}
html {
height:100%;
}

body {
font-size:small;
line-height:1.6em;
color:#333;
font-family:verdana,arial,sans-serif;
background-image:url(/files/bg_unten_1.jpg);
background-position:top;
background-repeat:repeat;
background-color:#999999;
text-align:justify;
min-height:101%;
	border-top:solid #fff 8px;
border-left:solid #fff 8px;
border-right:solid #fff 8px;
margin:0;
padding:0;

}
#borderbottom {
	position:fixed;
	bottom:0px;
	left:0;
	width:100%;
	background-color: #FFFFFF;
	height:8px;
	z-index:200;
}
select, input, textarea { font-size: 99% }

/* TOOLS */
*.float-divider {
clear:both;
height:1px;
font-size:1px;
line-height:1px;
}

*.screenreader-only {
position:absolute;
left:-9999px;
top:-9999px;
width:1px;
height:1px;
overflow:hidden;
}

*.hidden {
position:absolute;
top:-99999px;
left:-99999px;
width:1px;
height:1px;
overflow:hidden;
}

/* CONTAINERS */


#scroller {
	position:relative;
	width:100%;
	height:100%;
	top:0px;
	left:0;
	overflow:visible;
	margin:0 auto;
	z-index:2;
	background-color: transparent;


} 
#wrapper {
width:100%;
margin-left:auto;
margin-right:auto;

}



#container {
width:80%;
max-width:650px;
margin:0px auto 0 auto;

}

#header {
	float:none;
	width:100%;
	height:320px;
	background-image:url(/files/cc_bg_body_1.jpg);
	background-position:center;
	background-repeat:repeat-x;
	background-color: #E9A82A;
}

#nav {
padding-top:0px;
float:left;
width:25%;

}

#nav *.oi {
margin:0;
padding:0;
}

#content {
float:left;
width:70%;
min-width:300px;
font-size:1em;
margin-top:-15px;
margin-bottom:50px;
min-height:250px;

}

#content .oi {
	position:relative;
	color:#fff;
	font-weight:700;
	padding:20px 20px 0 0; 
}

#footer {
width:75%;
float:right;
color:#999;
margin-top:-25px;
}

/* LINKS */
a  { cursor: pointer; outline: none; /* avoid firefox bug dotted lines */}
a:link,a:visited,a:active {
text-decoration:none;
color:#E9A82A;
}

a:hover {
color:#fff;
text-decoration:underline;
}

#content a {
text-decoration:none;
}
/* NAVIGATIONS */
a.subnav {
color:#CA1214;
padding:0 5px;
background-color:#fff;
}
a:hover.subnav {
color:#000;
padding:0 5px;
background-color:#fff;
}



#nav .oi li {
list-style:none;
position:relative;
margin:5px 0 5px 0px;
z-index:20;
padding-top:0px;
white-space:nowrap;
height:30px;
background-color:#CC0000;
background:url(../files/cc_bg_nav.gif) center repeat;


}

#nav .oi ul {
margin:0;
float:left;
}

#nav li a.current, #nav li a.active {
/* aktuelle Rubrik kennzeichnen */
color:#fff;
z-index:999;
background: url(../files/bg_star_1.gif) top left no-repeat;
background-position:20px -5px;
overflow:visible;

}

#nav a, #nav span {
	display:block;
	width:120px;
	padding:10px 0px 10px 50px;
	margin-left:-40px;
	margin-top:-5px;
	text-decoration:none;
	font-weight:700;
	vertical-align:middle;
}

#nav a:hover {
color:#FB8239;
}





#footer a {
	color: #999;
}


/* TEXTFORMATIERUNGEN */
h1 {
font-size:1.4em;
text-transform:uppercase;
letter-spacing:.3em;
margin:1.5em 0 1em 0;
text-align:left;
font-weight:lighter;
}
h2 {
font-size:1.2em;
text-transform:uppercase;
letter-spacing:.3em;
margin:1.5em 0;
text-align:left;
font-weight:lighter;

}
p {
margin-top:1.0em;}

#content p {
font-weight:normal;}
/* CLASSES */
.floatRight {
float:right;
}

#content img {
border:none;
margin:0 0 0px 0;
}
#content img.floatRight {
margin:.5em 0 2em 2em;
}
#content a img {
border:none;
margin:0 23px 20px 0;
}

/* GÄSTEBUCH */
/* Einträge-Layer */
.a63-entries .a63-entry {
padding-bottom:10px;
border-bottom:1px dotted #859885;
}

.a63-entries p {
margin:0;
padding:0;
}
.a63-entries table {
color:#fff;
	background-color: #FFCC66;
	background-image:url(../files/cc_bg_content_1.gif);
	padding:20px;
	margin:0;

}
/* Pagination-Layer */
.a63-entries .a63-pagination {
text-align:right;
}

/* Pagination-Links */
.a63-entries .a63-pagination a {
padding-left:2px;
padding-right:2px;
}

/* hervorheben des Aktuelle-Seite-Links */
.a63-pagination_aktuell a {
font-weight:700;
text-decoration:underline;
}

.a63-entries ul li {
list-style-type:none;
display:inline;
}

.trenner {
border-bottom:dotted #fff 2px;
margin:10px 0;
}
hr {
border:none;}

.formblock {
padding:10px 3px;
}

fieldset {
border:none;
background-color:#999999;
}
.formgen {
border:none;
background-color:#999999;
padding:0 5px;}

legend {
margin-bottom:25px;}

textarea {
width:98%;}

.teaser {
clear:both;}

.xspfplayer {
display:block;
height:250px;}