/* Standard CSS-Datei */

/* Body mit Seitenhintergrund */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal;
	line-height: normal;
	background-color: #FFFCF3;
	color: black;
	SCROLLBAR-BASE-COLOR: #B08576;
	SCROLLBAR-ARROW-COLOR: white;
	background-image: url('../images/body-narrow.jpg');
	background-repeat: no-repeat;		
	background-position: top center;		
	margin: 0px;
}


/* ### HAUPTSEITE (index.tpl) ### */


/*  Hauptcontainer, in dem alle anderen enthalten sind (Rahmen aussen) */

#main {
	width: 825px;
	display: block;
	background-color: #F7F2D4;
	border: 0px solid #B08576;
}

#top_logo {
	width: 512px;
	height: 80px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: white;
	background-image: url('../images/bg_top.jpg');
	background-repeat: repeat-x;
	text-align: left;		
}

#header {
	width: 825px;
	height: 42px;
	display: block;
	margin: 0px;
	padding: 0px;
	border-top: 10px solid #B08576;
	border-bottom: 1px solid #878787;
	background-image: url('../images/logo.png');
	background-repeat: repeat-x;	
}


#logo {
	position: relative; top: 0px; left: 0px;
	width: 265px;
	height: 42px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url('../images/logo.png');
	background-repeat: repeat-x;	
	float: left;

}

#header_graphic {
	background-color: transparent;
	width: 560px;
	height: 42px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url('../images/logo.png');
	background-repeat: repeat-x;	
	float: right;
}

/*  Container für den Seitenhintergrund (grosses Hintergrundbild) */

/*  in ie.css auch anpassen (alle Daten gleich lassen - 
	bis auf min-height das kennt der Internet-Explorer nicht.
	Einfach height daraus machen */

#main_body {
	width: 825px;
	margin:  0px;
	padding: 0px;
	text-align: left;
	height: 600px;
}

/*  Container für die Inhaltsspalte (Hauptinhalt) */

#inhalt {
	width: 560px;
	height: 550px;
	display: block;
	text-align: left;
	vertical-align: top;
	float: right;
	padding: 0px;
	background-color: transparent;
}

/* Platzhalter, um Abstände und Ränder (Margins) zu erzeugen */

.spacer {
	height: 3px;
	display: block;
}

#spacer2 {
	height: 10px;
	display: block;
}

/* Innenrand (Padding) in der Hauptspalte (Hauptinhalte) */

#innenrand {
	margin: 10px;
	margin-left: 20px;
	width: 520px;
	height: 500px;
	background-image: url('../images/bg_content.png');
	background-repeat: no-repeat;		
}

#content {
	margin: 12px;
	width: 490px;
	height: 470px;
	overflow: auto;
}

/* Container für die Fusszeile */

#footer {
	width: 825px;
	height: 40px;
	display: block;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #B08576;
	border-bottom: 10px solid #B08576;
	clear: both;
	background-image: url('../images/bg_top.jpg');
	background-repeat: repeat-x;	
}

#footer_text {
	text-align: center;
	color: 55707C;
	clear: both;
	font-size: 10px;
}


/* ### HAUPTNAVIGATION ### */

/*  Container für die Hauptnavigation */


#left {
	width: 265px;
	height: 600px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}

#left1 {
	width: 265px;
	height: 390px;
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: middle;
	background-image: url('../images/bg_left2.jpg');
	background-repeat: no-repeat;
	float: none;	
}

.left_text {
	text-align: center;
	color: #816359;
	font-size: 18px;
	font-weight: bold;
}
.left_text1 {
	text-align: center;
	color: #816359;
	font-size: 16px;
	font-weight: bold;
}

#left2 {
	width: 265px;
	height: 200px;
	display: block;
	margin: 0px;
	padding: 0px;

	float: none;	
}



/* Container um ein Hauptnavigationselement herum */

.main_navigation {
	background-color: transparent;
	background-image: url('../images/nav_bg.png');
	background-repeat: no-repeat;
	float: left;
	width: 140px;
	height: 42px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/* Link für die Hauptnavigation */

a.navigation, a.navigation:link, a.navigation:visited, a.navigation:active {
	width: 138px;
	height: 42px;
	line-height: 42px;
	text-align: left;
	vertical-align: middle;
	display: block;
	text-indent: 30px;
	color: #5D453D;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

a.navigation:hover {
	color: #B4BDC2;
}

/* Aktives Element - derzeit angeklickter Link bzw. aufgerufene Seite */

a.navigation_active, a.navigation_active:link, a.navigation_active:visited, a.navigation_active:active {
	width: 138px;
	height: 42px;
	line-height: 42px;
	text-align: left;
	vertical-align: middle;
	display: block;
	text-indent: 30px;
	color: #B08576;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

a.navigation_active:hover {
	color: #B08576;
}


/* ### TEXT, UBERSCHRIFTEN UND LINKDEFINITIONEN (ALLGEMEIN) ### */

/* Standard Textgroesse */

td, p, th, div, span {  
	color: #333333;
	font-size: 14px;
	
}

/* Signalfarbe */

.highlight, td.highlight, p.highlight, th.highlight, div.highlight, span.highlight {  
	color: #B08576;
	font-size: 12px;
}

/* Überschriften */

h1 {  
	font-size: 18px;
	font-weight: bold;
	color: #B08576;
	margin: 0px;
	padding: 0px;
	background-image: url('../images/bg_heading.png');
	background-repeat: no-repeat;	
	text-indent: 40px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	text-align: left;
	margin-bottom: 10px;	
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #B08576;
	background-image: url('../images/bg_heading.png');
	background-repeat: no-repeat;	
	text-indent: 40px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	text-align: left;	
	margin-bottom: 10px;	
}
h3 {
	font-size: 14px;
	border-bottom: solid 1px #B08576;
	font-weight: bold;
	color: #B08576;
	background-image: url('../images/bg_heading.png');
	background-repeat: no-repeat;	
	text-indent: 40px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	text-align: left;	
	margin-bottom: 10px;
}

/* Farben für die Standard Links */

a:active {  color: #B08576}
a:hover {  color: #B08576}
a:link {  color: #B08576}
a:visited {  color: #B08576}

/* Link für die Fusszeile */

a.footer:active {  color: #B08576; text-decoration: none; font-weight: normal;}
a.footer:hover {  color: #B08576; text-decoration: none; font-weight: normal;}
a.footer:link {  color: #B08576; text-decoration: none; font-weight: normal;}
a.footer:visited {  color: #B08576; text-decoration: none; font-weight: normal;}


/* ### DAS PROFILSYSTEM - DATEN, DIE AUS PALM KOMMEN ### */

/* Link für den Namen in der Personenliste */

a.person, a.person:link, a.person:visited, a.person:active {
	color: #B08576;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

a.person:hover {
	color: #B08576;
}

/* Personenattribute Überschrift */

.person_main_picture {
	background-color: #B08576;
	padding: 5px;
	float: left;
	display: block;
}

.person_thumbs {
	width: 82px;
	height: 82px;
	line-height: 80px;
	text-align: center;
	vertical-align: middle;
	float: left;
	display: block;
	margin: 5px;
	border: 2px solid #B08576;
}

.person_thumb_image {
	border: 0px solid #B08576;
	margin: 2px;
}



.person_table {
	width: 250px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #69020f;

}

.person_heading {
	background-color: #D8D2A7;
	color: #5D453D;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	width: 125px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}

/* Personenattribute Inhalte */
.person_desc {
	background-color: #D8D2A7;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	width: 125px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;

}

/* Person Skills */


.skills {
	width: 200px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	vertical-align: middle;
	color: #B08576;
	display: block;	
	background-image: url('../images/bg_skills.png');
	background-repeat: no-repeat;
	float: left;
	margin-right: 35px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}

.skills_heading {
	background-image: url('../images/bg_heading1.png');
	background-repeat: repeat-x;
	color: #5D453D;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	height: 20px;
	display: block;
	text-align: center;
	vertical-align: middle;		
}

/* Einzelnes Bild in der Bildergalerie */

.gallery_heading1 {
	background-image: url('../images/bg_heading1.png');
	background-repeat: repeat-x;
	color: #5D453D;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	width: 230px;
	height: 20px;
	display: block;
	text-align: center;
	vertical-align: middle;		
}

.gallery_picture1 {
	width: 230px;
	height: 220px;
	display: block;	
	background-image: url('../images/bg_pic_colleag.jpg');
	background-repeat: repeat-x;	

}

/* Colleagues */

.colleag_heading1 {
	background-image: url('../images/bg_heading1.png');
	background-repeat: repeat-x;
	color: #5D453D;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	width: 230px;
	height: 20px;
	display: block;
	text-align: center;
	vertical-align: middle;		
}

.colleag_picture1 {
	width: 230px;
	height: 220px;
	display: block;	
	background-image: url('../images/bg_pic_colleag.jpg');
	background-repeat: repeat-x;	

}

/* ### VORGESCHALTETE STARTSEITE (start.tpl) ### */

/* Bild für die vorgeschaltete Startseite */

#startpage {
	width: 512px;
	height: 350px;
	display: block;
	margin: 0px;
	padding: 0px;
	border-top: 10px solid #B08576;
	background-image: url('../images/logo.png');
	background-repeat: repeat-x;
}


#startlogo {
	position: relative; top: 0px; left: 230px;

}


/* Startseite - Bereich für Buttons und Hinweistexte */

#startpage2 {
	width: 512px;
	height: 100px;
	display: block;
	background-color: white;
	text-align: center;
	margin: 0px;
	border-bottom: 10px solid #B08576;
}

/* Startseite - Button Links */

a.start_button, a.start_button:link, a.start_button:visited, a.start_button:active {
	color: #B08576;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	border: 2px solid #B08576;
	padding: 5px;
	background-color: white;	
}

a.start_button:hover {
	color: #55707c;
}
