/*** Hintergrundfarbe o. -bild, Schriftgröße ***/
body {
	background: #0f6889 url(Rand.jpg) left top repeat;
	font-size: 16px;
	line-height: 1.3;
	font-family: 'Times New Roman',Times,serif;
}


/*** Ueberschriften ***/
h1, h2, h3 {
	color: 	#333333;
	font-family: 'Helvetica','Arial',Arial,sans-serif;
}

/*** Ueberschriften ***/
h1 {
	margin: 0 0 20px 0;
	font-size: 26px;
	line-height: 1.1;
}
h2 {
	margin: 20px 0 0px 0;
	font-size: 18px;
	line-height: 1.0;
	color: 	#b55400;
}

/*** Farbe Links ***/
a {
	color: #0f6889;
}

/*** Seitenhintergrund  ***/
#wrapper {
	background: #fff url(Inhalt.jpg) left 150px no-repeat;
}

/*** Menue links ***/
#leftside #submenu li a.current {
	color: #1a5c7d;
}
#leftside #submenu li {
	font-family: 'Helvetica','Arial',Arial,sans-serif;
	line-height: 1.4em;
}

/*** Bildunterschriften ***/
#content dd.csc-textpic-caption {
	color: #9F5511;
	font-size: 12px;
	line-height: 1.1;
}


/*** Fileliste ***/
td.csc-uploads-fileName {
	padding: 0px 0px 0px 25px;	
}
td.csc-uploads-fileSize {
	vertical-align: top;
}

/*** Tabellen ***/
.Sprechstunde table {
	border-collapse: collapse;
}

.Sprechstunde td {
        background-color: #eeeebb;
        height: 18px;
        padding: 5px;
        vertical-align: top;
       	font-size: 14px;
	line-height: 1;
	font-family: 'Helvetica','Arial',Arial,sans-serif;
}

.Sprechstunde th {
        background-color: #0f6889;
        height: 18px;
        padding: 5px;
        vertical-align: top;
        font-size: 12px;
	line-height: 1;
	font-family: 'Helvetica','Arial',Arial,sans-serif;
	color: white;
}