@charset "utf-8";
/* CSS Document */
#startcontainer {
	width: 970px;
	position:relative;
	top: 245px;
	margin: 0px auto 0px auto;
	padding-bottom:0px;
	background-color: #E98F00;
	border: 2px solid #9a141b;
	overflow:visible;
	z-index:10;
}
#startcontent {
}
#startschule {
	float: left;
	width: 484px;
	height: 450px;
	border-right: 1px solid #9a141b;
	border-bottom: 2px solid #9a141b;
	margin-bottom: 10px;
	text-align:center;
}
#startschule h2{
font-size: 18px;
line-height:160%;
width: 460px;
}

#startschule div.boxAussen{
position:relative;
border: 2px solid #FFCC66; 
width: 200px; 
left: 10px;
float:left; 
height: 100px;
margin: 3px 10px;
background-repeat: no-repeat;
background-position:top center;
overflow:hidden;
}
#startschule div.boxAussen h3{
font-size:14px;
font-weight:bold;
background-color:#990000;
margin: 0px;
padding: 4px;
}
#startschule div.boxAussen h3 a{
background-color:#990000;
display:block;
color:#FFFFFF;
}
#startschule div.boxAussen h3 a:hover{
background-color:#990000;
color:#FFCC66;
}
#startschule div.boxBild{
height: 75px;
}

#startskydive {
	float: right;
	width: 484px;
	height: 450px;
	border-left: 1px solid #9a141b;
	border-bottom: 2px solid #9a141b;
	margin-bottom: 10px;
}
#startskydive h3{
width: 320px;
margin: 5px 0px;
padding: 3px 0px;
background-color:#990000;
color: #ffffff;
text-align:center;
}
#startskydive h3 a{
color: #ffffff;
}
#startskydive h3 a:hover{
background-color:#990000;
color:#FFCC66;
}
#startskydive div img{
margin: 0px;
}
#startcontent h1 {
	margin: 0px;
	width: 464px;
}

#startcontent a h1 {
	margin: 0px;
	width: 464px;
}

div.startprogdiv {
	position:relative;
	float: left;
	left: 10px;
	top: 15px;
	overflow: hidden;

}

table.startprog {
	width: 464px;
	border: 1px solid #990000;
	margin-bottom: 15px;
}
table.startprog caption{
font-size:14px;
margin-bottom: 2px;
font-weight:bold;
color:#FFFFFF;
}
table.startprog tr {
  vertical-align: top;
}

table.startprog th {
	color: #ffffff;
	background-color:#990000;
	height: 20px;
	vertical-align:middle;
	padding: 2px;
}
table.startprog th a {
color:#FFCC66;
font-size:10px;
font-weight: normal;
}
table.startprog th a:hover {
text-decoration: underline;
}

table.startprog td {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #990000;
	font-size:11px;
	padding: 2px;

}
table.startprog tr:hover {
	background-color: #FFCC66;
}