body{
	margin:0px;
	padding:0px;
	background:#222 url(../images/bodybg.png) repeat-x fixed top center;
	text-align:center;
	font:11px Verdana,Arial,Helvetica,sans-serif;
}
#container{
	width:700px;
	margin:auto;
	padding-bottom:20px;
}

/* basic styles */
h1,h2,h3,h4,h5,h6{
	font-family:Georgia,Verdana,Arial,Helvetica,sans-serif;
	font-weight:lighter;
	margin:10px 0px 0px 0px;
	color:#222;
}
h1{
	font-size:28px;
}
h2{
	font-size:25px;
	color:#0a294f;
}
h3{
	font-size:22px;
	color:#202f0f;
}
h4{
	font-size:18px;
	color:#911322;
}
h5{
	font-size:16px;
	color:#222;
}
h6{
	font-size:11px;
	font-weight:bold;
	color:#222;
}
del{
	color:#999;
}
acronym{
	/*border-bottom:1px dotted #222;*/
	border:none;
	background:url(../images/dottedborder_dark.gif) repeat-x bottom center;
	padding-bottom:1px;
	cursor:help;
}
hr{
	width:100%;
	border:0;
	margin:5px 0px !important;
	margin:2px 0px 5px 0px;
	height:1px;
	color:#ddd;
	background-color:#ddd;
}
a{
	color:#222222;
	text-decoration:underline;
}
a:hover{
	text-decoration:underline;
}
p{
	line-height:16px;
	margin:10px 0px 15px 0px;
	text-align:justify;
}
.noborder{
	border:0;
}


/* I can't get <pre> to display inline very well so just use <span class="pre"> */
#content .pre{
	font:11px "Courier New",Courier,sans-serif;
	color:#af454a;
}

img{
	border:none;
}

#left img{
	border:1px solid #222;
}
a:hover img.floatright,
a:hover img.floatleft,
#left a:hover img{
	border:1px solid #af2639;
}

/* floats, positioning, and widths */
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.w50{
	width:50%;
}
.floatleft p{
	padding:0px 10px 0px 0px;
}
.floatright p{
	padding:0px 0px 0px 10px;
}
img.floatleft{
	margin:15px 15px 5px 0px;
}
img.floatright{
	margin:15px 0px 5px 15px;
}
.pdf {
	margin:10px 0px 20px 5px;
	}

/* rounded corners */
.tl{background:#222 url(../images/corners/tl.gif) no-repeat top left;}
.tr{background:transparent url(../images/corners/tr.gif) no-repeat top right;}
.br{background:transparent url(../images/corners/br.gif) no-repeat bottom right;}
.bl{background:transparent url(../images/corners/bl.gif) no-repeat bottom left;}

.ltl{background:#efefef url(../images/corners/l_tl.gif) no-repeat top left;}
.ltr{background:transparent url(../images/corners/l_tr.gif) no-repeat top right;}
.lbr{background:transparent url(../images/corners/l_br.gif) no-repeat bottom right;}
.lbl{background:transparent url(../images/corners/l_bl.gif) no-repeat bottom left;}

/* blockquotes and code*/
blockquote{
	min-height:35px;
	width:100%;
	display:block;
	margin:10px auto;
	background:transparent url(../images/blockquote/quote.gif) no-repeat 10px 10px;
}
* html blockquote{
	min-height:35px;
	height:auto !important;
	height:35px;
}
blockquote p{
	margin:0px;
	line-height:17px;
	padding:10px 10px 10px 50px;
}
blockquote span{
	color:#999;
	font-size:9px;
	padding-top:5px;
	display:block;
}
blockquote span a{
	color:#555;
	text-decoration:none;
}
blockquote span a:hover{
	text-decoration:underline;
}
blockquote.go{
	background:transparent url(../images/blockquote/go.gif) no-repeat 10px 50%;
}
blockquote.stop{
	background:transparent url(../images/blockquote/stop.gif) no-repeat 11px 50%;
}
blockquote.exclamation{
	background:transparent url(../images/blockquote/exclamation.gif) no-repeat 23px 50%;
}
code{
	display:block;
	width:92%;
	margin:0px auto 15px auto;
	line-height:17px;
}
code .red{
	color:#af454a;
}

/* forms */
form select,
form input,
form textarea{
	font:11px Verdana,Arial,Helvetica,sans-serif;
	border:1px solid #888;
}
form input:hover,
form input:focus,
form textarea:hover,
form textarea:focus,
form select:hover,
form select:focus{
	background-color:#f9f9f9;
	/*border:1px dotted #888;  optional thought */
	border:1px solid #444;
}
form select{
	padding:1px;
}
form input{
	padding:1px;
}
form label{
	display:block;
	color:#777
}
form textarea{
	padding:1px;
	line-height:16px;
	
}
form p{
	margin:10px 0px;
}

/* top section */
#top{
	background:url(../images/contentbg.gif) repeat-y top center;
}

/* very bottom curve */
#bottom{
	background:url(../images/container_b.gif) no-repeat bottom center;
	height:9px;
}
* html #bottom{
	margin-top:-4px;
}

/* header */
#header{
	font:30px Georgia,Verdana,Arial,Helvetica,sans-serif;
	width:680px;
	height:175px;
	margin:auto;
	background:url(../images/headers/volleyball-leipzig.gif) no-repeat top center;
	text-align:left;
}
#title{
	margin-top:130px;
	margin-left:13px;
	position:absolute;
	color:#fff;
	background-color:transparent;
	cursor:default;
}

/* menubar */
.nav{
	height:40px;
	background-color:#222;
	color:#fff;
	width:680px;
	margin:auto;
	text-align:left;
	font-size:11px;
	cursor:default;
}
.nav2{
	height:40px;
}

#navdiv{
	text-align:left;
}
/*
#navlist{
	list-style-type:none;
	margin:0px;
	padding:13px 8px 0px 8px;
}
#navlist li{
	display:inline;
}
#navlist li a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	height:40px;
	padding:8px 6px 9px 6px;
}
#navlist li a:hover{
	color:#bfbfbf;
	/* other thoughts
	border-top:5px solid #fff;
	color:#df521b;
	*/
 

/* content */
#content{
	min-height:200px;
	width:680px;
	margin:auto;
	color:#222;
	text-align:left;
}
#contentgb{ /*Alternativ Content für Gästebuch wegen Doppel-ID*/
	min-height:400px;
	width:680px;
	margin:auto;
	color:#222;
	text-align:left;
}
* html #content{
	min-height:400px;
	height:auto !important;
	height:400px;
}

/*LEFT*/

#left{
	width:440px;
	float:left;
	padding:10px 10px 20px 10px;
}
#left ul{
	margin:10px 0px 0px 0px;
	padding:0px 10px 5px 3px;
	list-style-type:none;
}
#left ol{
	margin:0px;
	padding:0px 10px 5px 33px;
}
#left ul li{
	padding-bottom:7px;
	background:transparent url(../images/arrow.gif) no-repeat 0px 5px;
	padding-left:10px;
}
#left ol li{
	padding-bottom:7px;
}
#left ul li ul{
	margin:8px 0px -7px 0px;
}
* html #left{
	padding-top:20px;
}
/*Ende LEFT*/

/* sidebar */
#right{
	width:190px;
	float:right;
	padding:20px 10px 20px 20px;
}

* html #right{
	padding-top:30px;
}
#right .sideitem{
	margin-bottom:25px;
}
#right .sideitem h4{
	font:12px Georgia,Arial,Helvetica,sans-serif;
	font-weight:bold;
	color:#222;
	width:100%;
	background:#fff url(../images/dottedborder.gif) repeat-x bottom center;
	padding-bottom:3px;
	margin-bottom:13px;
}
#right .sideitem b{
	/*display:block;*/
}
#right .sideitem p{
	padding:0px 5px;
}
#right .sideitem ul{
	margin-left:-4px;
}
/*Navigation Rechts Beginn*/

.rightnav ul {
	margin:10px 0px 10px 0px;
	padding:0px;
	list-style-type:none;
}
.rightnav ul li {
	background:transparent url(../images/arrow.gif) no-repeat 5px 8px;
	padding:2px 0px 1px 2px;	
}

.rightnav a:link {
	height:15px;
	width:170px;
	padding:2px 0px 0px 15px;
	font-size:10px;
	display:block;
	border-bottom:1px solid #dddddd;
	color:#000000;
	letter-spacing:2px;
	text-decoration:none;		
}
.rightnav a:visited {
	height:15px;
	width:170px;
	padding:2px 0px 0px 15px;
	display:block;
	font-size:10px;
	border-bottom:1px solid #dddddd;
	color:#000000;
	letter-spacing:2px;
	text-decoration:none;
}
.rightnav a:hover {
	height:15px;
	width:170px;
	padding:2px 0px 0px 15px;
	display:block;
	font-size:10px;
	text-decoration:underline;	
	color:#000000;
}
.rightnav ul li.active {
			text-decoration:none;
			font-weight: bold;
			color:#000;
}

/*Navigation Rechts Ende*/

#full{
	width:660px;
	padding:10px 10px 20px 10px;
}

/* footer */
.footer{
	height:30px;
	font-size:9px;
	width:680px;
	margin:auto;
	color:#bbb;
	text-align:left;
	clear:both;
}
.footer div{
	height:30px;
}



#copyright{
	text-align:left;
	float:left;
	padding:8px;
	margin-top:0px !important;
	margin-bottom:-16px;
}
#credit{
	float:right;
	text-align:right;
	padding:8px;
	margin-bottom:-16px;
}
#credit a{
	color:#bbb;
	text-decoration:none;
}
#credit a:hover{
	color:#bbb;
	text-decoration:underline;
}

/*Beginn Formatierungen News und Gästebuch*/


.klein {
			font-size:9px;
			color:#aaaaaa;
			text-align:left;
			padding:2px 10px 0px 0px;
			margin:0px 0px;
			border-top:1px solid #dddddd;
}
.aktuell {
			font-size:9px;
			color:#000000;
			line-height:15px;
			text-align:left;
			padding:0px 0px 0px 0px;
			margin:5px 0px 0px 5px;
	}

.gross {
			font-size:12px;
			color:#000000;
			text-align:left;
			padding:10px 10px 5px 0px;
			margin:0px 10px 0px 0px;
			
}
.summary {
			font-size:11px;
			color:#000000;
			text-align:left;
			padding:5px 10px 10px 0px;
			margin:0px 10px 0px 0px;
			
}
.fett {
			font-size:11px;
			color:#000000;
			text-align:justify;
			padding:0px 10px 0px 0px;
			margin:10px 0px;
			font-weight:bold;
}
ol {
	margin:5px 0px 5px 0px;
	padding:0px 0px 0px 22px;
	}

ol li {
	margin:0px;
	padding:3px 0px;
	}


/*Ende Formatierungen News und Gästebuch*/



/*Kalender Formatierungen*/
/*Kalender Container*/
#ee_miniCalendarContainer {
	
	}
#ee_miniCalendarContainer thead {
	background-color:#222;
	margin:1px;
	text-align:center;
	color:#ffffff;
	}	
.ee_miniCalendarDays tbody {
	background-color:#eee;
	color:#000000;
	}	
#ee_miniCalendarContainer td {
	
	}	
/*ENDE Kalender Container*/
/*Kalender Container 2*/
.ee_miniCalendar {
	
	}	
/*Kalender Navigation Jahr und Monat*/
.ee_miniCalendarNav { 
	/*border:1px solid;*/
	background-color:#fff;
	color:#a9a9a9;
	font-size:12px;
	width:100%;
	text-align:center;
	}
.ee_miniCalendarNav a {
	color:#ccc;
	text-decoration:none;
	
	}	

.ee_miniCalPrev { 
	
	}
.ee_miniCalNext { 
	
	}
.ee_miniCalYear { 
	
	}
.ee_miniCalMonth { 
	
	}
/*ENDE Kalender Navigation Jahr und Monat*/
/*Beginn Kalender Navigation Tage*/
.ee_miniCalendarDays { 
	width: 100%;
	margin-bottom:10px; 
	}
.ee_miniCalendarDays td {
 padding:2px;
 width:15px;
 height:15px;
 text-align:center;
	}
.ee_miniCalendarDays a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	}
.ee_prev, .ee_next {
	color:#ccc;
	}
.ee_today {
	background-color:#FFA500;
	}
.ee_sunday {
	background-color:#ddd;
	}
.ee_selected {
	background-color:#FFA500;
	}
/*Ende Kalender*/
/*Beginn Kalender Details*/

#ee_listDetailsContainer {
	margin-bottom:5px;
	}
.easyEventsList_group {
	
	}
.easyEventsList_heading { /*"nächste Termine"*/
	/*font-size:13px;
	color:#0a294f;*/
	font-family:Georgia,Verdana,Arial,Helvetica,sans-serif;
	font-weight:lighter;
	color:#222;
	font-size:20px;
	margin-bottom:10px;
}
.easyEventsList_events {
	
	}
.easyEventsList_time {
	font-size:11px;
	color:#a9a9a9;
}
.easyEventsList_title a { /*Link Title des Events*/
	color:#000000;
	text-decoration:underline;
	}
.easyEventsList_description {
	margin-bottom:10px;
 }
 /*Ende Kalender Details*/
 /*Beginn Gästebuch*/
 
.guestbook_top { height: 1.6em; padding: 0.3em 0.5em 0; background-color:#222;}
.guestbook_big { float: left; font-size: 1.2em; font-weight: bold; margin-right: 0.5em;  color:#ffffff;}
.guestbook_small { float: left; font-size: 0.8em; font-weight: bold; color:#ffffff; }
.guestbook_contact { float: right; margin-left: 0.5em }
.guestbook_content { padding: 0.5em; clear: right }
.guestbook_mod { float: right; margin-left: 0.5em }
.guestbook_extra { float: bottom; padding-bottom:0px;  }
.guestbook_vote { float: right }
.smilie { vertical-align: center;}
.smilies { margin: 5px 10px 5px 160px	 }
.smilieSelect { float: left; margin-right: 0.25em }
.vote { float: left; margin-right: 0.25em }

/*Ende Gästebuch*/

/*Beginn Galerie*/

.galerie ul li {
	margin:0px;
	padding:0px;
	list-style-type:none;
	
	}

/*EndeGalerie*/

/*Beginn Accordion*/



.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 11px;
	font-weight: normal;
	font-family: 'Andale Mono', sans-serif;
}
 
.element {
 
}
 
.element p {
	margin: 0;
	padding: 4px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}



/*Ende Accordion*/
