* {
	outline:none;	
}

body {
	color: #7c644c;
	background-color: #dfe0e2;
	font-family: Georgia;
	font-size: 12px;
	}

a {
	text-decoration: underline;
	color: #7c644c;
	outline: none;
	}

h1, h2, h3 { color: #7b634c; }

table tr td { vertical-align: top;}

#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 840px;
	padding-left: 20px; 
	padding-right: 20px; 
	background-color: #dfe0e2;
	background-image: url('../img/contentbg.png');
	background-position: center;
	background-repeat: repeat-y;
	margin-top: 20px
	}

#header { 
	text-align: center;
	background-color: #7c644c;
	background-image: url('../img/headerbg.png');
	background-position: top center;
	background-repeat: no-repeat;
	}

#header h1 { display: none; }

#header img { padding-top: 20px;}

.logo2 {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	}

#footer {
	margin-left: auto;
	margin-right: auto;	
	width: 860px;
	font-size: 8px;
	text-align: right;
	font-weight: bold;
	background-color: #dfe0e2;
	background-image: url('../img/footerbg.png');
	background-position: center top;
	background-repeat: no-repeat;
	}

#footer p { 
	padding: 27px; 
	padding-right: 40px;
	}
	
/* #######################################	 */	
/* sliding pages */

#sliding-pages { 
	height: 300px; 
	}

#sliding-pages h2 {
	background-color: #f6f6f6;
	color: #f1b48f;
	font-size: 14px;
	font-variant: small-caps;
	margin: 0px;
	padding: 4px;
	}

#sliding-pages h2:hover {
	border-top: solid 1px #f1b48f;
	border-bottom: solid 1px #f1b48f;
	padding-bottom: 3px;
	margin-top: -1px;
	}

	
#sliding-pages h2 a { color: #f1b48f }

#sliding-pages h3 { font-size: 16px; }

.page { 
	background-color: #f6f6f6;
	padding-left: 40px;
	padding-right: 40px;
	background-image: url('../img/contentbg.png');
	background-position: left;
	background-repeat: repeat-y;
	}


#leistungen, #philosophie, #geschichte, #kontakt, #bewerbung {
	padding-top:10px;
	padding-bottom:10px;
}

.page p {
	padding-right:20px;
}

.page > div {
	overflow: hidden;
	padding-left: 5px;
	display: none;
	}

.page table { width: 745px }

.page td { padding:0px 0px 0px 0px; text-align: justify; line-height:1.7em; width: 350px;}
td.col-separator { width: 30px;}

.justify { text-align: justify; }

.first-p { margin-top: 10px; }

#sliding-pages .activeH2 { 
	border-top: solid 1px #f1b48f;
	margin-top: -1px;
	}
#sliding-pages .activeH2-scroll {
	border-right: solid 4px #f1b48f;
} 	

.active-page {
	border-bottom: solid 1px #f1b48f;
	}
.active-page-scroll {
	padding-right: 0px;	
	}
	
/* #######################################	 */
/* coda slider */

.slider {
    width: 730px;
    margin: 0 auto;
    position: relative;
	}

.scroll {
    height: 250px;
    width: 570px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
/*     clear: left; */
    background-color: #f6f6f6;
	float: left
	}
*+html .scroll, .scrollContainer {
	width: 535px;
}

.scrollContainer div.panel {
    padding: 10px;
    height: 250px;
    width: 530px;
	}

.hide {
    display: none;
	}

ul.navigation {
	width: 150px;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    margin-top: 5px;
	}

ul.navigation li {
    margin-right: 0px;
	}

ul.navigation a {
	font-size: 14px;
    text-decoration: none;
    /*font-variant: small-caps;*/
	}

ul.navigation a:hover {
    color: #7b634c;
	}

ul.navigation a.selected {
    color: #f36f21;
	}

ul.navigation a:focus {
    outline: none;
	}



/* #######################################	 */
/* load image */

	
.loading { 
	background: url('../img/loading.gif') #f6f6f6 no-repeat center center; 
	}
	

/* #######################################	 */
/* custom scrollbar */
	
.scroll-pane {
	width: 750px;
	height: 300px;
	padding-right: 6px;
	padding-top:10px;
	padding-bottom:10px;
}


