body  {
    margin: 0;
	padding: 0; 
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	line-height: 17px;
	background-color: #fff;
    text-align: center;
}
div, td, span, p, ul, li, a, form, h1, h2, h3, img, object, embed {
	padding: 0;
	margin: 0;
	border: none;
}
input, select {
	padding: 0;
	margin: 0;
}

p {
padding-bottom: 15px;
}

img.fuerIE {
display:block; /* IE Bug - Abstand nach unten */
}

a {
outline:none;
}


h1  {
	color: #034d53;
	font-size: 24px;
	padding-top: 0px;
	padding-bottom: 20px;
	line-height: normal;
}
h2  {
	color: #034d53;
	font-size: 18px;
	padding-top: 0px;
	padding-bottom: 15px;
	line-height: normal;
}
h3  {
	color:#545856;
	font-size: 15px;
	padding-top: 0px;
	padding-bottom: 10px;
	line-height: normal;
}

hr{
border: 0;
height: 1px;
background-color: #cccccc; /* Farbe für Opera und Firefox */
color: #cccccc; /* Farbe für Internet Explorer (IE) */
}

a {color: #034d53; }
a:hover {color: #000; }


.textBlau {
color: #034d53; 
}

.rahmenGruen {
	border: 1px solid #034d53;
}

.textGrau {
color:#545856;
}

.textKleinste{
font-size: 11px;
line-height:normal;
}
.textKlein{
font-size: 12px; 
line-height:normal;
}
.textMittel{
font-size: 15px;
line-height:20px;
}
.textMittelFett{
font-size: 15px;
font-weight: bold;
line-height:20px;
}
.textGross{
font-size: 18px;  
line-height:normal;
}

.clearfloat { 
	clear: both;
}
.floatLeft{
	float:left;
}
.floatRight { 
	float:right;
}

.abstand {
	width: 100%;
	height: 30px;
}



/* ---------- Haupt Divs ------------- */

#containerAussen {
	width: 100%;
	text-align: center;
	background-image: url(../grafik/hinten_aussen.jpg);
	background-repeat: no-repeat;
	background-position: center top;
} 


#containerInnen {
	width: 960px;
	margin: 0 auto;
    text-align: left;
	font-size: 14px;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	background-color: #fff;
} 

#header {
	display:none;
	width: 960px;
	height: 121px;
	position: relative;

} 

#rahmenSpalten {
	width: 960px;
	background-color: #fff;
} 


#linkeSpalte {
	width: 800px;
	float:left;
} 

#rechteSpalte {
	display:none;
	width: 10px;
	float:left;
} 

/* ---------- Header------------- */  

#headerXingSeminare {
	width: 280px;
	height: 40px;
	left: 0px;
	top: 25px;
	position: absolute;
} 
#headerXing {
	width: 150px;
	height: 40px;
	left: 810px;
	top: 25px;
	position: absolute;
} 
#headerNaviOben {
	width: 960px;
	height: 20px;
	right: 2px;
	top: 2px;
	position: absolute;
	color:#fff;
	font-size: 11px;
	text-align: right;
} 
#headerNavi {
	width: 860px;
	height: 32px;
	left: 64px;
	top: 90px;
	position: absolute;
	color:#fff;
	font-size: 13px;
} 
/* ---------- linke Spalte ------------- */  

#linkeSpalteHeader {
	width: 626px;
	height: 228px;
} 
#linkeSpalteHeaderFoto{
	padding-left: 30px;
	padding-top: 27px;
} 
#linkeSpalteHeaderHeadline {
	padding-left: 30px;
	padding-top: 27px;
}
#linkeSpalteHeaderText {
	font-size: 14px;
	color: #034d53;
	font-weight: bold;
	padding: 30px;
	padding-top: 27px;
	padding-bottom: 0px;
}

#linkeSpalteHeaderText h1  {
	color: #034d53;
	font-size: 24px;
	padding-top: 0px;
	padding-bottom: 20px;
	line-height: normal;
}




#linkeSpalteInhalt {
	padding: 30px;
} 


ul.inhaltListe {
	list-style: none;
	list-style-image:none;
} 
ul.inhaltListe li {
	background-image:url(../grafik/liste_punkt.jpg);
	background-position: 0px 3px;
	background-repeat:no-repeat;
	padding-left: 22px;
	padding-bottom: 15px;
} 



input.buttonGruen, a.buttonGruen{
	background: url('../grafik/teaser_button.gif') repeat-x top left;
	line-height: 22px;
	height: 22px;
	width: 110px;
	text-align: center;
	font-size: 13px;
	text-decoration: none;
	color: #034d53; 
	border: none;
	display: inline-block;
	cursor: pointer;
	margin-right: 3px;
}

input.buttonGruen {

}

input.buttonGruen:hover, a.buttonGruen:hover{
	color: #000; 
	background: url('../grafik/teaser_button_hover.gif') repeat-x top left;
}




/* ---------- Testimonial ------------- */ 

.testiRahmen {
padding-left: 34px;
padding-top: 60px;
} 
.testiBox {
	background-color: #ebf1d7;
	width: 482px;
	position: relative;
} 
.testiHeadline {
	background-color: #d8dec6;
	padding: 8px;
	padding-left: 20px;
	font-size: 16px;
} 
.testiText {
	font-size: 12px;
	font-style:italic;
	color: #1e1e1f;
	padding-right: 15px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.testiFoto {
	float: left;
	padding-bottom: 5px;
	padding-right: 20px;
}
.testiFoto img {
	border: 1px solid #034d53;
}

.testiName{
padding-bottom: 10px;
padding-top: 10px;
font-size: 11px;
color: #034d53;
font-style:italic;
text-align: right;
}
.testiWeitere{
float:right;
width: 150px;
height: 30px;
line-height: 30px;
font-size: 13px;
color: #034d53;
text-align: center;
background-color: #d8dec6;
}
.testiWeitere a{
color: #034d53;
text-decoration: none;
}
.testiWeitere a:hover{
color: #000;
}



.bestellformular{

}
.bestellformular table{

}
.bestellformular td{
padding: 4px;

}
.bestellformular td td{
padding: 0px;
}



.tabellenbreite{

}
.tabellenbreite table{
width: 560px;
}



/* ---------- rechteSpalte ------------- */  

#teaser {
	margin-top: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	width:304px;
	background-image: url(../grafik/teaser_hinten.gif);
	background-repeat: repeat-y;
	background-position: right top;
} 
#teaser a {
	text-decoration: none;
} 



.teaserBox{
	width:304px;
} 
.teaserHead {
	width:304px;
	height: 55px;
	background-image: url(../grafik/teaser_head.jpg);
	background-repeat: no-repeat;
}

.teaserHeadText {
	color:  #034d53;
	font-weight: bold;
	font-size: 12px;
	padding-left: 25px;
	padding-top: 14px;
	line-height: normal;
}

.teaserHeadText a {
	color:  #034d53;
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	text-decoration: none;
}

.teaserBoxInhalt {
	padding-top: 5px;
	padding-bottom:20px;
	padding-left: 36px;
	padding-right: 24px;
	font-size: 12px;
	line-height: 15px;
	color: #034d53; 
}

input.teaserFeld, select.teaserFeld{
	padding: 0;
	margin: 0;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 240px; 
	color: #333333;
	margin-top: 2px;
	margin-bottom: 2px;
	display: block;
}
input.teaserButton, a.teaserButton{
	background: url('../grafik/teaser_button.gif') repeat-x top left;
	line-height: 22px;
	height: 22px;
	width: 110px;
	text-align: center;
	font-size: 13px;
	text-decoration: none;
	color: #034d53; 
	border: none;
	display: inline-block;
	cursor: pointer;
	margin-right: 3px;
}

input.teaserButton {

}

input.teaserButton:hover, a.teaserButton:hover{
	color: #000; 
	background: url('../grafik/teaser_button_hover.gif') repeat-x top left;
}
.teaserButtonAbstand{
padding-top: 10px;
float: right;
}

.teaserBox ul {
padding-left: 15px;
} 
.teaserBox li {
	list-style-type: square;
	padding-bottom: 10px;
} 



/* Teaser Teilnehmestimmen */

.testiTeasBoxLinks {
	background-color: #ebf1d7;
	width: 100%;
} 
.testiTeasBoxRechts {
	background-color: #ebf1d7;
	width: 100%;
} 


.testiTeasText {
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: #4c5051;
}

.testiTeasBoxRechts .testiTeasText {
text-align: right;
}

.testiTeasFoto {
	float: left;
	width: 90px;
	padding-bottom: 5px;
}

.testiTeasBoxRechts .testiTeasFoto {
	float: right;
	width: 90px;
	padding-bottom: 5px;
	text-align: right;
}


.testiTeasFoto img {
	border: 1px solid #034d53;
}
.testiTeasName{
	color: #034d53;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}

.testiTeasBoxRechts .testiTeasName{
	text-align: right;
}


.testiTeasAbstand {
	height: 21px;
	width: 100%;
	background-image: url(../grafik/linie_teaser.gif);
	background-repeat: repeat-x;
	background-position: left 5px;
} 




/* ---------- Footer ------------- */ 

#footer {
  	display:none;
	width: 960px;
	background-color: #ebf1d7;
}

#footerNavi {
text-align: right;
color: #3f4142;
font-size: 11px;
padding-right: 30px;
padding-top: 20px;
}
#footerText {
text-align: center;
color: #75797a;
font-size: 11px;
padding-top: 40px;
padding-bottom: 5px;
}


/* ---------- Termin Liste ------------- */ 

div.termineListe {
	width: 566px; 
	overflow:hidden;
	font-size: 12px;
}
div.termineListe td{
	font-size: 12px;
	padding-bottom: 17px;
}


.restplatz_4 {
    color: #009900;
    font-weight: bold;
    }
.restplatz_3 {
    color: #FF6600;
    font-weight: bold;
    }
.restplatz_2 {
    color: #FF6600;
    font-weight: bold;
    }
.restplatz_1 {
    color: #FF0000;
    font-weight: bold;
    }
