/* software designed, created and developed by www.projektemacher.de*/
/* general style sheets */


body { 
	position: relative;
	high: auto;
	width: auto;
	margin: 0; 
	padding:0;
	width: 100%; 
}
a:link {
	color : #666666;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none
}
a:visited {
	color : #666666;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none
}
a:hover {
	color : #D0472D;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none
}
a:active {
	color : #666666;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none
}
td {
	color : #4C4C4C;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
}
.bodysite { 
	background: url(../image/basic/body.gif) #ffffff;
	background-repeat: no-repeat;
}
.bodysite01 { 
	background: url(../image/basic/body01.gif) #ffffff;
	background-repeat: no-repeat;
}
.menueselect {
	color : #666666;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
}
.menue {
	color : #4C4C4C;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	line-height : 12pt
}
.kursiv {
	color : #4C4C4C;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	font-weight : normal;
	line-height : 12pt;
	font-style: italic;

}
.menueLight {
	color : #CCCCCC;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	line-height : 12pt
}
.headlinesmall {
	color : #666666;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
}

.small {
	color : #4C4C4C;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	font-weight : normal;
}

.smallbold {
	color : #666666;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	font-weight : bold;
}

.error {
	color: #D0472D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
}

.button {
	background-color: #FFFFFF;
	border-bottom: thin groove #FFFFFF;
	border-left: thin groove #FFFFFF;
	border-right: thin groove #FFFFFF;
	border-top: thin groove #FFFFFF;
	color: #4C4C4C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}
/* Scrollbar properties */
body {
	scrollbar-3dlight-color : #F6F6F6;
	scrollbar-arrow-color : #D0472D;
	scrollbar-base-color : none;
	scrollbar-darkshadow-color : #F0F0F0;
	scrollbar-face-color : #F0F0F0;
	scrollbar-highlight-color : #E8E8E4;
	scrollbar-shadow-color : none;
	scrollbar-track-color : #FFFFFF;
}

