body{
margin:0px;
background-color:#E5EBFE;
}

p {
color: #000000;
margin: 5px 0px 0px 0px;
padding-bottom: 10px;
}

/*SCHRIFTFORMATIERUNGEN*/
/*Fließtext*/
body, table, th, tr, td, p {
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
color: #000000;
}

/*Überschrift h1*/
h1{
font-size: 13px;
font-weight: bold;
color: #294A7B;
text-decoration: underline;
padding-bottom: 20px;
}

/*Überschrift h1 auf der Startseite im grauen Kasten*/
h1.blink{
font-size: 13px;
font-weight: bold;
color: #294A7B;
text-decoration: none;
}

/*Überschrift h2*/
h2{
font-size: 12px;
font-weight: bold;
color: #294A7B;
}

/*Schmuckschriften für die Startseite*/
.neu{
color: #3C70FF;
font-size: 13px;
font-weight: bold;
padding.bottom: 0px;
}

.neufliess{
color: #3C70FF;
font-size: 11px;
font-weight: normal;
}

.neuklein{
color: #3C70FF;
font-size: 10px;
font-weight: normal;
}

/*Schmuckfarbe gelb in zwei Größen für die Titelseite*/
.gelb{
color: #D7A100;
padding-top: 0px;
}

.gelbgross{
color: #D7A100;
font-size: 12px;
font-weight:bold;
line-height: 1.4;
}


/*TABELLEN UND ELEMENTE*/
/*Tabellenzelle, die alle Inhalte auf jeder Seite enthält*/
.inhalte{
width: 706px; 
background-color: transparent;
text-align:justify;
}

/*Formatierung der Tabellen für Seminartermine*/
table.seminare{
font-size: 10px;
font-weight:bold;
color:#555555;
border: 2px solid #294A7B;
border-collapse: collapse;
width: 98%;
text-align: center;
}

/*Stil für die Überschriftenzeile in Tabellen*/
td.ueberschrift{
font-weight: bold;
color: #294A7B;
background-color:#F9F3E2;
}

/*Tabelle für Therapeutenübersicht*/
table.therapeuten{
font-weight:bold;
color:#555555;
border: 2px solid #294A7B;
border-collapse: collapse;
width: 80%;
text-align: center;
}

/*Tabelle für Therapeuten-Einzelbeschreibung*/
table.einzeltherapeut{
color:#555555;
border: 2px solid #294A7B;
border-collapse: collapse;
width: 100%;
text-align: left;
}

/*Einfache Tabelle, 100%breit, blauer Außenrahmen*/
table.standard{
border: 2px solid #294A7B;
border-collapse: collapse;
width: 100%;
text-align: left;
vertical-align:top;
}

/*Grauer Kasten mit Hintergrundbild und Formatierung*/
div#blink{
background-image:url(images/bg.gif); 
background-repeat:no-repeat; 
width: 719px; 
height:71px; 
margin: 10px 15px 0px 15px; 
padding:8px 2px 0px 2px;"
}

input, select {
font-weight: bold;
}

/*generell keinen Rahmen um Bilder enzeigen*/
img{
border:0px;
}
	
/*Formatierungen für Links generell*/
a:link, a:visited, a:hover, a:active{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 11px;
}

a:link {	
color: #3C70FF;
text-decoration: none;
}

a:visited {
color:#7D8088;
text-decoration:none;
}

a:hover {
color: #294A7B;
text-decoration: underline;
}

a:active {
color:#294A7B;
text-decoration:underline;
}

/*Formatierungen für Links im grauen Titelfeld auf der Startseite*/
a.blink:link, a.blink:visited, a.blink:hover, a.blink:active{
font-size: 13px;
font-weight: bold;
text-decoration:none;
}

a.blink:link {
color: #C25A02;
}

a.blink:visited {
color:#C25A02;
}

a.blink:hover {
color : #F24C03;
}

a.blink:active {
color:#F24C03;
}

/*LINKS*/
/*Formatierung für die Links in der unteren Menüleiste*/
.menu02 {
color : #000000;
margin: 5px 12px 0px 12px;
padding-bottom : 5px;
text-align: center;
font-weight: bold;
}
.menu02 a {
color : #000000;
text-decoration: none;
}
.menu02 a:hover {
color : #333333;
}


/*Stil für die Breadcrumbs - Text und Links*/
.title {
color:#3C70FF;
margin: 5px 11px 0px 15px;
padding-bottom : 5px;
font-weight: bold;
}

a.title:link {
margin: 0;
font-weight: bold;
color: #3C70FF;
text-decoration:none;
}

a.title:visited {
margin: 0;
font-weight: bold;
color:#3C70FF;
}

a.title:hover {
margin: 0;
font-weight: bold;
color : #C25A02;
text-decoration:underline;
}

a.title:active {
margin: 0;
font-weight: bold;
color:#294A7B;
text-decoration:underline;
}



/*Einrückungen für die Listenpunkte auf der sitemap*/
.site2{
margin-left:20px;
}

.site3{
margin-left:40px;
}

