body {
	margin:0 auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding: 0;
}

a
{
    color: #000000;
    text-decoration: none;
}

a:active
{
    color: #000000;
    text-decoration: none;
}

a:hover
{
    color: #000000;
    text-decoration: none;
}

a:visited
{
    color: #000000;
    text-decoration: none;
}

img
{
    border: 0px;
}

input
{
    border: 1px solid #aaaaaa;
}

#header {
	position:relative;
	width:100%;
	height:170px;
	background: url(../images/header_bg.jpg) repeat-x left top;
	overflow:hidden;
	
}
#logo {
	position:absolute;
	width:100%;
	left:0px;
	padding:20px 0 0 380px;
	font-size:11px;
	line-height:2;
	color:#878787;
	height:151px;
	background: url(../images/header.jpg) no-repeat left top;
}
#bild {
	position:absolute;
	right:20px;
	width:415px;
	height:152px;
	z-index:11;
}


#menu {
	position:absolute;
	height:35px;
	top:116px;
	margin-left:19px;
}
#menubalken {
	position:absolute;
	top:152px;
	width:100%;
	height:19px;
	background: url(../images/menubalken.jpg) repeat-x left top;
}

#rundung {
	position:absolute;
	width:15px;
	height:9px;
	top:-1px;
	background: url(../images/rundung.jpg) no-repeat left top;
}

#content {
	position:relative;
	margin: 0px 175px 0px 210px;
	padding: 0px;
	overflow:hidden;
	line-height : 1.5;
	color:#313131;
}
#content a
{
    color:Blue;
}
.ueberschrift {
	padding:20px 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:16px;
	font-weight:bold;
	width:500px;
	height:30px;
	background: url(../images/links_rechts_strich.jpg) no-repeat left bottom;
}
#sidebar {
	position: absolute;
	right: 0px;  
	top:170px;      
	width: 162px;
	background-color:#D0E5C3;
	margin: 0px auto; 
	padding: 0px;
	bottom:0px;
	height:450px;
}
#sidestrich {
	position:absolute;
	left:-8px;
	top:0px;
	height:100%;
	width:15px;
	background: url(../images/strichs.jpg) repeat-y left top;
}
#rundungs {
	position:absolute;
	width:15px;
	height:9px;
	top:-1px;
	background: url(../images/rundungs.jpg) no-repeat left top;
}

#adressen {
	position:absolute;
	top:10px;
	font-size:11px;
	z-index:1;
}

.titel {
padding: 0px 0px 0px 5px;
margin: 10px 0px -10px 0px;
}

.verlauf {
	width:152px;
	padding:15px 0px 10px 10px;
	background: url(../images/sidebarverlauf.jpg) repeat-x left bottom;
	z-index:0;
}

/*Navigation*/
#navigation {
	position: absolute;
	left: 0px;
	width: 200px;
	margin: 0px 0px 0px 0px; 
	padding: 0px;
	height:450px;
	z-index:999;
	background-color:#FFFFFF;
}

#navistrich {
	position:absolute;
	top:0px;
	right:0px;
	height:100%;
	width:15px;
	background: url(../images/strich.jpg) repeat-y left top;
}
#pagetools {
	background: url(../images/rechts_links_strich.jpg) no-repeat right bottom;
	height:35px;
	width:100%;
	text-align:right;
	padding-top:20px;
}

#navigation img
{
    position: absolute;
    right: 0px;
    margin: 1px 0 0 0;
}

#links
{
    margin: 0;
}

#links ul
{
    width: 191px;
    position: absolute; 
    margin: 20px 0 0 0;
    padding: 0;
    list-style-type: none;
    z-index: 997;
    cursor: pointer;
}

#links li
{
    margin: 0 0 3px 0;
    padding: 2px 0 2px 0;
    background: url(../images/link_bg.jpg) repeat-y right;
    text-align: right;
    vertical-align: middle;
}

.linkFade
{
    margin-top: -2px;
    position: absolute;
    width: 191px;
    height: 18px;
    z-index: 998;
    left: 0px;
}

.linkText
{
    position: relative;
    z-index: 999;
    padding: 0 15px 0 0;
}

#effekt {
    position:absolute;
    bottom:20px;
    left:10px;
    width:150px;
    height:20px;
	background: url(../images/effekt_untenlinks.gif) no-repeat left;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
	top: -5px;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg2.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

.mitarbeiterInfo{  
	
	display:none;
	

}
.mitarbeiterZeile{
	border-bottom:1px solid #D6D6D6;
	padding: 5px 5px 0px 0px;
}
.mitarbeiterTitel{
    color:#ffffff;
	background-color:#7bb854;
}

.mashow
{
    padding: 5px 5px 5px 10px;
    font-weight:normal;
    display:none;
}

/* UPLOAD */
.fileUploadQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	background-color: #F5F5F5;
	border: 3px solid #E5E5E5;
	margin-top: 5px;
	padding: 10px;
	width: 300px;
}
.fileUploadQueueItem .cancel {
	float: right;
}
.fileUploadProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.fileUploadProgressBar {
	background-color: #0099FF;
}
.fileUploaderBtn 
{
    width: 150px;
}

/*tooltip*/
#tooltip {
	border : 1px solid #dca;
	border-width : 0px 1px 1px 0px;
	background-color : #eed;
	width : 170px;
	padding : 0;
}
#tooltip p {
	margin : 4px 8px 3px 8px;
	color : #b00;
	font-size : 11px;
	font-family : "Lucida Sans Unicode", "Lucida Grande", Myriad, Arial;
}

