/* 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: #545454;
	color: white;
	SCROLLBAR-BASE-COLOR: #545454;
	SCROLLBAR-ARROW-COLOR: #f7e3b3;
	margin: 0px;
	background-image: url('../images/background.gif');
	background-position: center top;
	background-repeat: no-repeat;	
}


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


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

#main {
	width: 780px;

}

#header {
	width: 800px;
	height: 140px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url('../images/header.png');
	background-repeat: repeat-x;	
}

#logo {
	width: 300px;
	height: 140px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	float: left;	
}


/*  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: 800px;
	margin:  0px;
	padding: 0px;
	background-color: #000000;
	background-image: url('../images/content.jpg');
	background-repeat: repeat-x;
	text-align: left;
}

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

#inhalt {
	width: 720px;
	height: 490px;
	display: block;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	background-color: transparent;
}

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

#spacer {
	height: 125px;
	display: block;
}

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

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

.innenrand {
	margin: 5px;
	background-image: url('../images/transparent.png');
	background-repeat: repeat;	
}

.content {
	margin: 5px;
	height: 475px;
	overflow: auto;
}

/* Container für die Fusszeile */

#footer {
	text-align: center;
	color: white;
	clear: both;
	background-image: url('../images/bg.gif');
	background-repeat: repeat;
	float: none;
	margin: 0px;
	padding: 0px;	
	border-top: 4px solid #75346A;
}


/* ### HAUPTNAVIGATION ### */

/*  Container für die Hauptnavigation */


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

#left1 {
	width: 300px;
	height: 400px;
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: middle;
	float: none;	
}

#left2 {
	width: 300px;
	height: 200px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: none;	
}

.powered {
	width: 400px;
	height: 57px;
	display: block;
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
	float: right;	
}

.location_container {
	background-image: url('../images/lotus.png');
	background-repeat: no-repeat;
	background-position: center right;
	margin-top: 20px; 
	margin-bottom: 10px; 
	text-align: right;
	height: 120px;
	padding-right: 120px;
}


.location_name {
	font-size: 18px; 
	font-weight: bold;
	color: #75346A;
}
.location_address {
	font-size: 16px; 
	font-weight: normal;
	color: #DDDDDD;
}

.partner {
	text-align: right;
	float: right;
	margin: 2px;
	padding-right: 5px;
	margin-right: 50px;
	width: 350px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	background: url('../images/bg_partner.png');
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;	

}

.visit {
	font-size: 14px;
	font-weight: bold;	
}

/* Container um ein Hauptnavigationselement herum */

.main_navigation {
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid  #B06AA9;
}


#mainNavigation {
	position: relative;
	float: none;
	clear: both;
	background: url('../images/bg_navigation.png');
	background-repeat: repeat-x;
	height: 31px;
	line-height: 31px;
	vertical-align: middle;	
}


/* Link für die Hauptnavigation */

	
a.navigation:link, a.navigation:visited, a.navigation:active  { 
	font-weight: bold; 
	text-decoration: none; 
	color: white;
	font-size: 15px;
	}
	
a.navigation:hover { 
	color: #B06AA9;
	font-size: 15px;
	}

	
a.top_navigation:link, a.top_navigation:visited, a.top_navigation:active  { 
	font-weight: bold; 
	text-decoration: none; 
	color: white;
	font-size: 14px;
	}
	
a.top_navigation:hover { 
	color: #B06AA9;
	}	
	
/* Aktives Element - derzeit angeklickter Link bzw. aufgerufene Seite */
	
a.navigation_active:link, a.navigation_active:visited, a.navigation_active:active  { 
	font-weight: bold; 
	text-decoration: none; 
	color: #BBBBBB;
	font-size: 14px;
	}
	
a.navigation_active:hover { 
	color: #B06AA9;
	font-size: 14px;
	}	
	
	



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

/* Standard Textgroesse */

td, p, th, div, span {  
	color: white;
	font-size: 12px;
}

/* Signalfarbe */

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

/* Überschriften */

h1 {  
	font-size: 18px;
	font-weight: bold;
	color: #f7e3b3;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 16px;
	border-bottom: solid 1px #f7e3b3;
	font-weight: bold;
	color: #f7e3b3
}
h3 {
	font-size: 14px;
	border-bottom: solid 1px #f7e3b3;
	font-weight: bold;
	color: #f7e3b3
}

/* Farben für die Standard Links */

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

/* Link für die Fusszeile */

a.footer:active {  color: #EEE9C3; text-decoration: none; font-weight: normal;}
a.footer:hover {  color: #EEE9C3; text-decoration: none; font-weight: normal;}
a.footer:link {  color: #EEE9C3; text-decoration: none; font-weight: normal;}
a.footer:visited {  color: #EEE9C3; 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: #f7e3b3;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

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

/* Personenattribute Überschrift */

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

.person_thumbs {
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	vertical-align: middle;
	float: left;
	display: block;
	margin: 5px;
	border: 2px solid #9A2B6D;	
	background-image: url('../images/bg_picture.png');
	background-repeat: no-repeat;	
}

.person_thumb_image {
	margin: 2px;
}



.person_table {
	width: 250px;
	padding: 0px;
	margin: 0px;
	background-image: url('../images/transparent_lila.png');
	background-repeat: repeat;	
}

.person_heading {
	background-image: url('../images/bg_heading2.png');
	background-repeat: repeat-x;
	color: #EEE9C3;
	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-image: url('../images/bg_heading2.png');
	background-repeat: repeat-x;
	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_notes {

}

/* Person Skills */


.skills_container {
	background-image: url('../images/transparent_lila.png');
	background-repeat: repeat;
	width: 98%;
}
.skills {
	width: 175px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	vertical-align: middle;
	color: white;
	display: block;	
	float: left;
	margin-right: 40px;
	padding: 0px;
}

.skills_heading {
	background-image: url('../images/bg_heading1.png');
	background-repeat: repeat-x;
	color: #f7e3b3;
	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: #f7e3b3;
	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: #f7e3b3;
	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: 324px;
	display: block;
	background-color: black;
	text-align: left;
	background-image: url('../images/start.jpg');
	background-repeat: no-repeat;
	border: 2px solid #333333;
	margin: 0px;
	margin-top: 5px;
}


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

}


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

#startpage2 {
	width: 512px;
	height: 100px;
	display: block;
	background-color: black;
	text-align: center;
	margin: 0px;
	border-left: 2px solid #333333;	
	border-right: 2px solid #333333;	
	border-bottom: 2px solid #333333;
}

/* Startseite - Button Links */

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

a.start_button:hover {
	color: #f7e3b3;
}
