@charset 'utf-8';
@import url(reset.css);


/* ----------------------------------------------------- All browsers */
body{
color: #000;
font-family: verdana, arial, sans-serif;
background: #FFF top left repeat-x;
font-size: 12px;
line-height: 1.5;
}

td{
	vertical-align:top;
}

#top{
background-color:#FFFFC0;
height:264px;
margin-top:20px;
opacity:100;
}

#top ul{
float:left;
margin:0;
padding:0;
	
}
#top ul li{
	list-style:none;
	margin-left:0;
	
}
#top img{
float:left;
margin-right:0;	
}
#top h1{
background:transparent url(images/fahne.gif) no-repeat scroll 95px 44px;
float:left;
height:210px;
margin:0;
padding:10px;
font-size:24px;	
}
#top h4{
margin-bottom:0;	
}

#zeitplan, #right, #meldungen{
	margin-top:100px;
	opacity: 100;
}
#top .left{
	margin-top:20px;
	margin-left:20px;
	margin-right:30px;
	width:230px;
}
#top .topright{
float:left;
position:relative;
width:440px;
}

#top .topright ul{
left:347px;
position:absolute;
top:168px;
}

.left{
	float:left;
}

strong{
	font-weight: bold;
}

.introduction {
	width: 700px;
	line-height: 1.5;
	float: right;
}

a{
	color: #B132B9;
		text-decoration: underline;
}

em{
	font-style: italic;
}



.introduction h1, .introduction h2, .introduction h3, .teil1 h2{
	font-family: 'Trebuchet MS', verdana, sans-serif;
	font-size: 18px;
	color: #5FA222;
	font-weight: bold;
	margin-bottom: 10px;
	}

.introduction h2, .teil1 h2{
	font-size: 16px;
	}
	
.introduction h3, div#hidetoggle{
	font-size: 14px;
	color: #B132B9;
	}

div#hidetoggle{
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
	}

/* Layout settings */

#wrapper {
width: 979px;
margin: 0px auto 0px auto;
position: relative;
padding-top: 0;
background: transparent url(images/logo.png) 20px 50px no-repeat;
min-height:100px;
clear:both;
}

.handle {
	cursor: move;
}

#chunks h2 {
	font-weight: bold;
	display: inline;
	font-size: 12px;
	margin-right: 10px;
}

#chunks {
	height: 25px; 
	background:#BCBECD url('images/background_silver.jpg');
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding-top: 5px;
	z-index: 100;
}

a#showControls{
	display: block;
	width: 150px;
	height: 70px;
	position: absolute;
	left: 20px;
	top: 50px;
	cursor: pointer;
}

#chunks a.button {
	padding: 4px;
	margin: 5px;
	border: 1px solid #333;
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

div.blox {
float:left;
font-size:12px;
margin:15px;
padding:5px;
position:relative;
width:100%;
}

.blox h2{
	font-size: 14px;
	font-weight: bold;
	}
	
div.blox .xtools {
	position: absolute;
	top: 0;
	right: 0px;
	width: 100px;
}
div.blox .xtools span {
	position: absolute;
}
.xtools span{
	display: block;
	width: 25px;
	height: 25px;
	float: right;
	background: #EFEFEF;
	margin-left: 2px;
	text-indent: -23234px;
	}

.xtools span.save{
	background: url(images/icons_09.png) top left no-repeat;
	cursor: pointer;
	top: -12px;
	right: 23px;
	}
	
.xtools span.xtrash{
	background: url(images/icons_11.png) top left no-repeat;
	cursor: crosshair;
	top: -12px;
	right: 51px;
	}

.xtools span.drag{
	background: url(images/icons_07.png) top left  no-repeat;
	cursor: move;
	top: -12px;
	right: -5px;
	}

.xtools span.remove{
	background: url(images/CC_icon_cancel.png) no-repeat left top;
	cursor: crosshair;
	top: -12px;
	right: 79px;
	}



#message{
border:1px solid grey;
margin:20px;
padding:10px;
	
}


#meldungen .blox{
	background: #efefef;
	color: #000;
	border: 1px solid #666;
}

#zeitplan .blox{
	background: #cccccc;
	border: 1px solid #666;
	color: #000;
}

#right .blox{
	background: #dedede;
	border: 1px solid #CCC;
	color: #000;
}
	
#zeitplan {
	width: 470px;
	float: left;
	display: inline;
}

#right {
	width: 250px;
	display: inline;
	float: right;
}

#meldungen{
	float: left;
	margin-left: 20px;
	width: 270px;
	display: inline;
}

#chunks .blox {
	display : none;
}

#zeitplan .teil1{
	margin: 15px;
	padding: 10px;
	border: 1px solid #CCC;
}

	

.bildchunk {
	padding: 5px;
	border: 1px solid #CCC;
	text-align: left;
	margin: 20px;

}


.bildchunk div.caption{
	font-size: 11px;
	font-style: italic;
}
td.clearinputs {
	width:20px;
}
.clearinputs a,.clearinputs span{
	cursor:pointer;
	background:transparent url(images/destroy.png) no-repeat scroll 0;
	display:block;
	text-indent:-99999px;
	width:15px;
	
}

ul{
	margin-top: 15px;
}

.floatleft {
	float: left;
	margin-right: 10px;
}

p img {
max-width:100%;
padding:0;
}

p{
	margin-bottom: 15px;
	 
}

ul,li {
	margin-left: 15px;
	list-style: disc;
	margin-bottom: 5px;
}

ol, ol li {
	list-style: decimal;
}

div.blox.published_0 {
	 border: 1px solid red !important;
}

.menuindex {
color:blue;
font-size:20px;
position:absolute;
right:5px;
top:0;
	
}
.hidden {
	display:none;
}
.renn_info{
	float:left;
	width:230px;
}
.renn_info p{
margin-bottom:3px;
margin-top:3px;
}
div.meldung .xedit_input, .meldung span{
	float:left;
}
.renn_team{
float:left;
margin-left:10px;
width:650px;
}
.vereinsnamen, .team{
float:left;
clear:both;
}

table .vereinsnamen{
	width:100%;
}

.vereinsnamen ul li{
float:left;
list-style-position:inside;
margin:0 10px 2px 0;
}

.team ul,.vereinsnamen ul, ul.team{
margin:0;
padding:0;
}
.team ul li{
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 2px;
width:290px;	
}
ul.team li{
float:left;
margin:0 15px 2px;
list-style-type:circle;
}
.rennauswahl {
	float:right;
	margin-top:10px;
}

.renn_navi ul{
margin:20px 0 0;
padding:0;
}
.renn_navi ul li{
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;	
}

.renn_navi ul.rennlinks li{
width:50px;
}

.renn_navi ul li a{
	
}
.renn_navi form{
float:left;
padding-left:10px;
margin-right:50px;
}
.renn_navi a.active, .renn_navi a:hover, li.active a{
background-color:#5D8666;
color:white;
padding:3px;	
}	
.shortform{
float:left;	
}
.tr4500{
	background-color:#FFcc99;
}
.tr3000{
	background-color:#FF8080;
}
#meldeergebnis{
	
}
#meldeergebnis td{
	padding-left:5px;
	
}

span.status{
background-color:silver;
display:block;
font-size:20px;
font-weight:bold;
text-align:center;
width:100%;
}
span.status_ok{
	display:none;
}
span.alterscheck_1{
float:none;	
}
span.alterscheck_0{
background-color:red;
color:white;
float:none;	
}
.clearfix{
	clear:both;
}
.dirty{
	border-top:8px solid #DD6666;
}
