/* Druck CSS */

/* Das Druck CSS-soll möglichst schlicht und mit wenigen Farben gestaltete sein */


/* Wrapper */
#wrapper {
	color: #000000;
	}

/* Firmenlogo */
#firmenlogo {   /* Wird hier oben platziert */
	position: absolute;
	top: 0px;
	text-align: center;
	left: 50px;
}

/* Hauptnavi */
#navi1 {
	position: absolute;
	top: 150px;
	word-spacing: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navi1 li {
	display : inline;
	list-style-type : none;
	}

#navi1 a hover, /* Es wird farblich hervorgehoben wo man sich gerade befindet */
#index #link1 a, 
#kompetenzen #link2 a, 
#komp_steuer #link2 a,
#komp_anwalt #link2 a,
#komp_novell #link2 a, 
#komp_win #link2 a,
#komp_wirtschaft #link2 a,
#loes #link3 a,
#loes_datev #link3 a,
#loes_dms #link3 a,
#loes_exchange #link3 a,
#loes_hardware #link3 a,
#loes_internet #link3 a,
#loes_netztechnik #link3 a,
#loes_softentwick #link3 a,
#loes_support #link3 a,
#loes_systemintegration #link3 a,
#loes_wartung #link3 a,
#refer #link4 a,
#refer_bbh #link4 a,
#refer_del #link4 a,
#refer_ksi #link4 a,
#refer_schaffer #link4 a,
#refer_sprattler #link4 a,
#refer_stegemann #link4 a
 {
	text-decoration : none;
	color : #537EBC;
	font-size : large;
	font-weight : normal;
}


/* Nebennavi */
#navi2 {
	top: 190px;
	position: absolute;
	word-spacing: 15px;
}

#navi2 a hover, /* Es wird farblich hervorgehoben wo man sich gerade befindet */
#komp_steuer #link21 a,
#komp_anwalt #link22 a,
#komp_wirtschaft #link23 a,
#komp_novell #link24 a,
#komp_win #link25 a,
#refer_schaffer #link41 a,
#refer_bbh #link42 a,
#refer_stegemann #link43 a,
#refer_ksi #link44 a,
#refer_del #link45 a,
#refer_sprattler #link46 a,
#loes_netztechnik #link31 a,
#loes_systemintegration #link32 a,
#loes_softentwick #link33 a,
#loes_dms #link34 a,
#loes_wartung #link35 a,
#loes_hardware #link36 a,
#loes_internet #link37 a,
#loes_support #link38 a,
#loes_datev #link39 a,
#loes_exchange #link310 a
{
	text-decoration : none;
	color : #537EBC;
	font-size : large;
	font-weight : normal;
	white-space: nowrap;	
}

#navi2 li {
	display : inline;
	list-style-type : none;
}

/* Bild */
#bild {
	visibility: hidden; /* Für die Druckversion nicht nötig */
}

/* Text */
#text {	 
	position: absolute;
	top: 300px;
	left: 50px;
	width: 300px;
	color: #537EBC;
}

/* Fuss */
#fuss {
	word-spacing: 15px;
	top: 750px;
	position: absolute;
	white-space: nowrap;
	border: none;
	}

#fuss a hover,
#impressum #link7 a,
#kontakt #link5 a,
#download #link6 a
{	text-decoration : none;
	color : #537EBC;
	font-weight : normal;
	white-space: nowrap;
	font-size : large;	
}

#fuss li {
	display: inline;
	list-style-type : none;
}

/* Login */
#login { /* Für die Druckversion nicht nötig */
	visibility: hidden;
}

/* Allgemein Link */
a {
	text-decoration : none;
	color: #000000;
	}


#skiplink { /* Der Skiplink ist für die Druckversion nicht nötig */
	visibility: hidden;
}

