/* 
	Copyright 2006 by ROEPERWEISE GmbH, Gehrden, Germany

	Cascading Style Sheet, part of theme 'businessCI'.
*/


/* ------------------------------------------- */
/* Allgemeine Element-Styles                   */
/* ------------------------------------------- */
	
/* Seiteneinstellungen */
body {
	margin: 0px;
	padding: 0px;
	width:100%;
	height:100%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
}

a {
	color: black;
        font-weight: bold;
	text-decoration:none;
	background-color: inherit;
}

a img {
    border-width: 0px;
}

.iconLink .linkIcon {
  padding-right: 0.5em;
}

.iconLink * {
  vertical-align: middle;
}

.contentArea .iconLink, .additionalInfo .iconLink {
  color: #335018;
}



