/**
* Fonts
* (en) font-family and font-size selection for headings and standard text elements
* (de) Zeichensatz und Schriftgrößen für Überschriften und übliche Text-Elemente
*
* @section content-fonts
*/

/* (en) reset font size for all elements to standard (16 Pixel) */
/* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
html * { 
	font-size: 100.01%; 
}

html { 
    height:100.1%;
    overflow-y: scroll; 
  }

/* (en) base layout gets standard font size 12px */
/* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
body {
	font-family: Arial, Verdana, Tahoma;
	font-size: 80.00%; 
	line-height: 1.2;
	color: #153D8A;
	background:#fff;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Verdana, Tahoma;
	font-weight: normal;
	color: #153D8A;
}

h1 { font-size: 250%; font-weight: bold; }		/* 24px */
h2 { font-size: 200%; }		/* 24px */
h3 { font-size: 215%; }                        	/* 18px */
h4 { font-size: 150% }        					/* 16px */
h5 { font-size: 150% }							/* 14px */
h6 { font-size: 100%; font-weight: bold; margin-top: 10px;}		/* 14px */


a {color: #153D8A; text-decoration: none;}
a:focus,
a:hover,
a:active {font-weight: bold;}


#page_margins{
    margin: 0px auto; 
    text-align: left;	
	padding: 0; 
	width: 1000px;  
	background:#fff;
	border: 1px solid #ddd;
	margin-top: 20px;
	-moz-box-shadow: 0 0 5px 5px #ccc;
	-webkit-box-shadow: 0 0 5px 5px#ccc;
	box-shadow: 0 0 5px 5px #ccc;
}

#main {
	margin: 0;
}

.header {
	position: relative;
	margin-bottom: 20px;
	padding-top: 120px;
}

.header .logo{
	position: absolute;
    z-index: 10;
    top: 30px;
    right: 40px;
    margin: 0;
    padding: 0;
}
.header .slogan{
	position: absolute;
    z-index: 10;
    top: 60px;
    left: 60px;
}
.header .name h1, .header .slogan h1,
.header .name h2, .header .slogan h2 {
    margin: 0;
    padding: 0;
}

#content {
    width: 100%;
}

.menu {
	background-color: #153D8A;
}
.menu ul{
    padding: 0;
    width: 1000px;
}
.menu li {
    list-style: none;
    padding: 3px 5px 3px 25px;
    float: left;
    line-height: 45px;
    padding-top: 10px;
    white-space: nowrap;
}


.menu ul li a {
    font-weight: normal;
    color: #fff;
    font-size: 120%
}
.menu ul li a:hover,
.menu ul li a:hover,
.menu ul li a:active { 
	text-decoration: underline;
} 
.menu ul li.active a { 
	font-weight: bold;
} 
.content {
    margin: 0 0 10px 10px;
}


/* partial opacity hack: configuration */  
.opacity {   
    opacity: 0.5;       /* modern browser */  
    -moz-opacity: 0.5;  /* older Mozilla browser */  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8 in Standard Compliant Mode */  
    filter:alpha(opacity=50); /* IE5.x -7.0 */  
} 

.footer{
	padding: 15px ;
	width: 100%;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/*++++++++++++++++++++++ Aktuelles ++++++++++++++++++++++*/
.actual {
	position: relative;
	height: 600px;
}
.actual h1{
	margin: 10px 0 0 20px;
	font-size: 20px;
    font-weight: normal;
}
.actual .image1 {
	left: 32px;
    position: absolute;
    top: 20px;
    z-index: 10;
}
.actual .image2 {
	position: absolute;
    z-index: 10;
    top: 45px;
    left: 32px;
}
.actual .image3 {
	left: 353px;
    position: absolute;
    top: 245px;
    z-index: 10;
}
.actual .image4 {
	position: absolute;
    z-index: 10;
    top: 40px;
    left: 665px;
}

.actual .text1 {
	left: 32px;
    position: absolute;
    top: 391px;
    width: 575px;
    z-index: 10;
}
.actual .text2 {
	left: 32px;
    position: absolute;
    top: 445px;
    width: 600px;
    z-index: 10;
}
.actual .text3 {
	left: 421px;
    position: absolute;
    top: 268px;
    width: 253px;
    z-index: 10;
}

/*++++++++++++++++++++++ Club ++++++++++++++++++++++*/
.club {
	margin-top: 65px;
}
.club .leftbox {
	float: left;
	width: 400px;
	margin-left: 20px;
}
.club .rightbox{
	float: right;
	width: 490px;
	margin-right: 20px;
}


/*++++++++++++++++++++++ Paare  ++++++++++++++++++++++*/
.pairs {
	margin-left: 30px;
	position: relative;
}
.pairs .leftbox {
	float: left;
	width: 350px;
	margin-left: 20px;
}
.pairs .tblyear {
	padding-right: 20px;
}
.pairs .tblheader {
	font-weight: bold;
	width: 245px;
}
.pairs .image {
	position: absolute;
    z-index: 10;
    bottom: 10px;
    right: 20px;
}


/*++++++++++++++++++++++ Sponsors ++++++++++++++++++++++*/
.sponsors {
	margin-left: 30px;
	position: relative;
	height: 430px;
}
.sponsors h6 {
	margin: 90px 0 0 30px;
}
.sponsors .sponsor1 {
	position: absolute;
    z-index: 10;
    top: 60px;
    left: 40px;
}
.sponsors .sponsor2 {
	position: absolute;
    z-index: 10;
    top: 50px;
    left: 280px;
}
.sponsors .sponsor3 {
	position: absolute;
    z-index: 10;
    top: 285px;
    left: 305px;
}
.sponsors .sponsor4 {
	position: absolute;
    z-index: 10;
    top: 100px;
    left: 460px;
}
.sponsors .sponsor5 {
	position: absolute;
    z-index: 10;
    top: 83px;
    left: 700px;
}

/*++++++++++++++++++++++ Gallerie ++++++++++++++++++++++*/
.gallery {
	margin: 60px 0 0 137px;
}
.gallery table {
    margin-top: 30px;
	margin-left: 0;
}
.gallery table td{
	padding: 4px 43px;
}

/*++++++++++++++++++++++ Impressum ++++++++++++++++++++++*/

.imprint {
	margin: 60px;
}


/*++++++++++++++++++++++ Kontaktformularseite ++++++++++++++++++++++*/
.contact {
	position: relative;
}
.contactform {
	width: 320px;
	margin-top: -15px;
}
.contact .map,  .contact .contactform{
	float: left;
}
.contact .map {
	margin: 20px;
}

.contact .slogan {
	position: absolute;
    z-index: 10;
    top: 325px;
    left: 20px;
}
.contactform form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

.contactform input, .contactform .radiotrenner { 
  float:left; 
  margin: 2px 0;
}
.contactform .radiotrenner { 
  margin: 2px 10px;
}
.contactform .textfield {
  width: 129px;
}
.contactform .textfield-small {
  width: 55px;
}
.contactform .textarea {
  height: 120px;
  width: 240px;
}
.contactform input#button { /* den Submit-Button */
  float: right;
  width: auto;
  width: 95px;
  margin-right: 15px;
  margin-top: 20px;
}
.contactform label {
  	margin: 2px 10px 2px 0;
	width: 4em;
	float: left;
}
.contactform .label-small {
  width: 4em;
}
.contactform .ui-button-text-only .ui-button-text { padding: 0.3em 0.5em; }
.contactform input.ui-button { padding: 0.3em 0.5em; line-height: 1; }
.contactform .formnote {  margin-top: 35px; }

.spezial {
	display: none;
	width: 0px; height: 0px;
	text-indent: -10000px;
}

.gallerietable td h5 {
	font-size: 120%;
	margin: 5px 0;
	padding: 0;
}
.gallerietable td a {
	font-weight: bold;
}