/* _________________________________________________________________________________________________________________________ */
/* _________________________________________________________________________________________________________________________ */

/* start accessibility */

* {margin:0; padding:0;
	} /* Alle Aussen- undInnenabstände auf 0 setzten*/

.accessibility, dfn {
	display: none;
	} /* Alle Accessibility-Elemente ausblenden */

.accessibility {
	position: absolute; 
	top: -999em;
	left:-999em;
	} /* accessibility divs are hidden by default text, screenreaders and such will show these */



dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;

} /* definition tags are also hidden these are also used for menu links */

/* end accessibility */


/* _________________________________________________________________________________________________________________________ */


/* start font */

	*{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em; color:#000000
	}
	
	div#content h2 {
		font-size: 1.3em; 
		font-weight: bold;
		color: #0c92ad;
						
	}
	
	div#content h3 {
		font-style: italic; 
		font-variant: small-caps; 
		font-size: em; 
		font-weight: normal;
		letter-spacing: 0.5em;
		text-decoration: blink;
						
	}
						
	div#content p {
		margin-top: 20px;
		font-size: 0.9em;
						
	}
						
	div#content ul {
		font-size: 0.9em;
		padding-left:15px;
		margin: 20px;
	}
	
/* end font */


/* _________________________________________________________________________________________________________________________ */


/* start body */
	
	body {
		background: #FFFFFF;
	}
	
/* end body */


/* _________________________________________________________________________________________________________________________ */	


/* start container */	
	
	div#container{
		width: 1000px;
		height: 600px;
		background-color: white;
		margin-top: 50px;
		margin-left:50px;
		background-image:url('../img/balken.jpg');
		background-repeat:repeat-y;
		background-position:right;
	}

	
/* end container */


/* _________________________________________________________________________________________________________________________ */	
	

/* start header */	
	
	div#header {
		width: 268px;
		height: 81px;
		background-color: blue;
		float: left;
		margin-bottom:5px;
	}
	
	div#header h1 a {
		background-image: url('../img/logo.jpg');
		display: block;
		width: 268px;
		height: 81px;
		text-indent: -9999em;
	}
	
/* end header */


/* _________________________________________________________________________________________________________________________ */
	
	
/* start content */	

	div#content {
		clear:both;
		position: relative;
		top: 20px;
		width:800px;
	}
	
	div#content img {
		margin-top:50px;
		border:none;
	}
	
	div#content a {
		text-decoration: none;
		color: #d0d0d0;
	}
	
	div#content a:hover {
		color:#0c92ad;
	}
	
	div#content #tblMitarbeiter {
		margin-top:20px;
		width:550;
		font-size:0.9em;
	}
	
	div#content table tr td.td_first{
		width:70px;
	}
	
/* end content */


/* _________________________________________________________________________________________________________________________ */	


/* start gallery */
	div#gallery{
	position:absolute;
	top:200px;}
	
	div#gallery img{
		padding-right:20px;
	}

/* end gallery */


/* _________________________________________________________________________________________________________________________ */	

/* start navigation */	
	
	div#navi {
		width:150px;
		position:relative;
		left:-150px;
		float: right;
		text-align:right;
	}
	
	div#navi ul {
		list-style-type: none;
	}
	
	div#navi ul li{
		margin-left:10px;
	}
	
	div#navi ul li a {
		text-decoration: none;
		color: #d0d0d0;
		margin-left:-8px;
	}
	
	
	div#navi ul li a:hover {
		color:#0c92ad;
	}
	
	
	
/* end navigation */


/* _________________________________________________________________________________________________________________________ */	


/* _________________________________________________________________________________________________________________________ */	
/* _________________________________________________________________________________________________________________________ */	
