

@charset "UTF-8";
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	}
h1{
	font-size: 24px;
	font-weight: bold;
}
a{font-weight:bold;
	}

a:link {
	color:#F00;
	text-decoration:none;
}
a:visited {
	color:#F99;
	text-decoration:none;
}
a:hover {
	color:#F00;
	text-decoration:underline;
}




a .main{font-weight:bold;
	}

a:link main{
	color:#F00;
	text-decoration:none;
}
a:visited main{
	color:#F99;
	text-decoration:none;
}
a:hover main{
	color:#F00;
	text-decoration:underline;
}





#nobold a{
	font-weight: normal;	
	}

@charset "UTF-8";

/*3 Spalten Layout */
#wrapper{
	width:830px;
	z-index:2;
	position:static;
	margin-bottom: 0;
	margin-left: 220px;
	}
#bgrechts{
	margin-left:1064px;
	position:absolute;
	width:220px;
	height:100%;
	top:0;
	z-index:2;
	}
#bglinks{
	margin-left: 4px;
	/*position:relative;*/
	width:220px;
	height:100%;
	top:0px;
	z-index:2;
	float: none;
	}
#header{
	width:1290px;
	height:200px;
	top:0px;
	z-index:3;
	position:relative;
	background-image:url(../3spalten/oben.png);
	}
#spacer{
	position:absolute;
	top: 180px;	
	z-index:4;
	height:100%;
	}	
#spacer2{
	padding-left: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
    }

.red {color: #DF0101;}


hr{
color: #f00;
background-color: #f00;
height: 2px;
/*background-color: transparent;*/
}
h3 {
	text-transform: uppercase;
	}

tr {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.wettkampf {
	font-size: 11px;
}


.main{
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
   	min-height:100%;	}
	
.main img {
	margin: 10px;
	left: 5px;
	top: 5px;
	
}

.small{
	font-size:9px
	}
 

.logo{
	position:absolute;
	top: 60px;	
	left:320px;
	}


.row_1 {
    background-color:        #FFFFFF;
}
.row_0 {
    background-color:        #E1E8F1;
}
/*Overlay in SVDS Kallender */

/* black version of the overlay. simply uses a different background image */
	div.apple_overlay.black {
		background-image:url(http://static.flowplayer.org/tools/img/overlay/transparent.png);		
		color:#fff;
	}
	
	div.apple_overlay h2 {
		margin:10px 0 -9px 0;
		font-weight:bold;
		font-size:14px;
	}
	
	div.black h2 {
		color:#fff;
	}
	
	#triggers {
		margin-top:10px;
		text-align:center;
	}
	
	#triggers img {
		background-color:#fff;
		padding:2px;
		border:1px solid #ccc;
		margin:2px 5px;
		cursor:pointer;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
	}


/*End Overlay */

/*Start Connect image with description */

div.figure {
  float: left;
  border: thin silver solid;
  margin: 5px;
  padding: 5px;
}
div.figure1 {
  float: right;
  border: thin silver solid;
  margin: 5px;
  padding: 5px;
}
div.figure p {
  text-align: center;
  font-style: italic;
  text-indent: 0;
}
div.figure img {
  border: none;
}

/*End Connect image with description */

#nobold td{
	font-weight: normal;
	text-align: left;
	}
h2 {
	margin: 10px;
}
select {
	

}

#kontfor {
	background-color:#CCC;
}
#kontfor:focus {
	background-color: #FA9696;
}

