html {
font-family: 'Source Sans Pro', sans-serif;
color: #676767;

}

.container {
width: 960px;
margin: 0 auto;
}

#header {
margin: 0 auto;
height: 550px;
background-position:0% 50%;
background-repeat:no-repeat;
background-position: center;
}

#menu {
float: right;
background: rgba(255,255,255,0.8);
margin-top: 40px;
height: 22px;
padding-top: 5px;
padding-left:20px;
}

#menu a {
text-decoration: none;
text-transform: uppercase;
padding: 3px 8px;
color: #555555;
font-size: 18px;
}

#logo {
display: block;
margin-top: 20px;
margin-left: 130px;
}

.clearfix {
clear: both;
}

#ballmenu {
margin-top: 280px;

}

.ballcontainer {
float: left;
width: 227px;
}



.ballborder {
background: #FFFFFF;
width: 226px;
height: 226px;
border-radius: 150px;
position: relative;
}

.ball {
margin-left: 20px;
margin-top: 20px;
width: 186px;
height: 186px;
border-radius: 150px;
text-align: center;
position: absolute;
text-transform: uppercase;

background: #DADA00;
background: -moz-radial-gradient(center, ellipse cover, #DADA00 0%,#DADA00 50%, #A9C80F 85%,#9BC318 95%,#9BC318 100%);

background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #DADA00 0%), color-stop(50%, #DADA00 50%), color-stop(85%, #A9C80F 85%),color-stop(95%, #9BC318 95%), color-stop(100%, #9BC318));
background: -webkit-radial-gradient(center, ellipse cover, #DADA00 0%,#DADA00 50%, #A9C80F 85%,#9BC318 95%,#9BC318 100%));
background: -o-radial-gradient(center, ellipse cover, #DADA00 0%,#DADA00 50%, #A9C80F 85%,#9BC318 95%,#9BC318 100%));
background: -ms-radial-gradient(center, ellipse cover, #DADA00 0%,#DADA00 50%, #A9C80F 85%,#9BC318 95%,#9BC318 100%));
background: radial-gradient(ellipse at center, #DADA00 0%,#DADA00 50%, #A9C80F 85%,#9BC318 95%,#9BC318 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1ff5b', endColorstr='#96be12', GradientType=1 );
}

.balltitle {
display: block;
margin-top: 78px;
color: #4b4b4b;
font-size: 27px;
}



#cont1 {
margin-left: 30px;
}

#cont2 {
margin-left: 111px;
}

#cont3 {
margin-left: 111px;
}

.ballcontainer p {
text-align: center;
font-size: 14px;
line-height: 1.2em;
}


.ballcontainer h5 {
color: #95bc0d;
text-align: center;
font-size: 33px;
text-transform: uppercase;
margin-bottom: 10px;
}

h1 {
font-size: 30px;
color: #95bc0d;
margin-bottom: 12px;
}

h2 {
font-size: 25px;
color: #95bc0d;
margin-bottom: 8px;
margin-top: 15px;
}

h3 {
font-size: 22px;
color: #95bc0d;
margin-bottom: 6px;
margin-top: 13px;
}


p {
line-height: 1.3em;
margin-bottom: 6px;
}

a {
text-decoration: underline;
color: #676767;
}

li {
line-height: 1.3em;
margin-bottom: 3px;
list-style-type: circle;
margin-left: 40px;
}

b, strong {
font-weight: 700;
}

ul {
margin-top: 20px;
margin-bottom: 5px;

}



#footer {
width: 100%;
background: #EEEEEE;
font-size: 14px;
padding-top: 3px;
padding-bottom: 3px;
margin-bottom: 10px;
margin-top: 30px;
}

#seminare {
width: 250px;
background: lightgrey;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
padding-bottom: 3px;
float: left;
}

#seminare-header {
-moz-border-radius-topleft:  15px;-webkit-border-top-left-radius: 15px;
border-top-left-radius: 15px;
-moz-border-radius-topright:  15px;-webkit-border-top-right-radius: 15px;
border-top-right-radius: 15px;
height: 30px;
text-align: center;
padding-top: 10px;
color: #323232;
text-transform: uppercase;
font-size: 20px;

background: rgba(209,255,91,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(209,255,91,1) 0%, rgba(150,190,18,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(209,255,91,1)), color-stop(100%, rgba(150,190,18,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(209,255,91,1) 0%, rgba(150,190,18,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(209,255,91,1) 0%, rgba(150,190,18,1) 100%);
background: -ms-radial-gradient(center, ellipse cover,  rgba(209,255,91,1) 0%, rgba(150,190,18,1) 100%);
background: radial-gradient(ellipse at center, rgba(209,255,91,1) 0%, rgba(150,190,18,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1ff5b', endColorstr='#96be12', GradientType=1 );
}


.seminare-zeile {
margin: 0 20px;
padding-bottom: 11px;
padding-top: 11px;
border-bottom: 2px dotted #FFFFFF;
color: #656565;
text-shadow: 1px 1px 3px #FFFFFF;
}

.seminare-zeile:last-child {
border-bottom: none;
}

#uebermich {
width: 465px;
margin-left: 50px;
padding-top: 5px;
float:left;
text-align: justify;
}

#startseitebild {
float:right;
}


.content {
margin-top: 40px;
margin-bottom: 50px;
line-height: 1.4em;
}

label {
width: 150px;
float: left;
}

input {
width: 200px;
}

textarea {
width: 198px;
min-height: 150px;
}
.gallery {
width: 100%;
height: 167px;
background: lightgrey;
margin-top: 50px;
margin-bottom: 50px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
padding-top:8px;
}
.GalPic{
	float:left;
	width:250px;
	border:1px solid blacK;
	margin-right:20px;
	*height:600px;
	text-align:center;
	*padding-top:5px;
	margin-bottom:30px;
}
.GalPic img{
	width:autO;
	margin:auto;
	*margin-bottom:30px;
}
#slideContainer{
	margin-left:35px;
	*margin-top:10px;
	width:810px;
	height:163px;
	overflow:hidden;
	float:left;
}
#slideBox{
	width:1200px;
	*overflow:hidden;
}
#arrow_left {
    background-image: url('../images/button_left.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 160px;
	margin-left:25px;
    float: left;
    width: 20px;
	visibility:hidden;
}
#arrow_right {
    background-image: url('../images/button_right.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 160px;
	margin-left:10px;
    float: left;
    width: 20px;
	visibility:hidden;
}


























































