/* ================================================================== */ 
/* KATEGORIE => Service                                               */
/* ================================================================== */

/* Benötigte Stylesheets importieren == ANFANG == */

@import url('general.css');
@import url('header.css');
@import url('navigation.css');
@import url('content.css');
@import url('footer.css');

/* Benötigte Stylesheets importieren == ENDE == */

/* Kategoriespezifische CSS- Deffinitionen == ANFANG == */

* {
	list-style: none;
	margin: 0;
	padding: 0;
	
	font-family: Tahoma;
}

.rightimg{
	float:right;
	overflow:hidden;
	clear:both;
	display:block;
}

/*Downloads*/

ul.downloads {
	border-top: 1px #c6c6c6 solid;
	border-bottom: 1px #c6c6c6 solid;
}

ul.downloads li.downloaditem a {
	display: block;
	line-height: 30px;
	widows: 460px;	
	border-bottom: 1px #e4e4e4 solid;
	text-decoration: none;
	padding-left:10px;
	background: #f1f2f2;
	color: #8d8d8d;
}

ul.downloads li.downloaditem a:hover {
	background: url('../images/service/go.png') no-repeat #daedf1;
	background-position: 440px;
	color: #075978;
}

ul#downloadGroup1 {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul#downloadGroup2 {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Kategoriespezifische CSS- Deffinitionen == ENDE == */
