/* CSS Document */

/* styles for trailer */
#trailer {
	margin-bottom: 20px;
	}

html {height: 100%;}				/* fixes the bg shadow */

body {
	margin-top: 80px;
	word-spacing: 1px;
	text-align: left;
	line-height: 16px;
	background-color: white;
	margin-top: 5%;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	
	font-family: Georgia;
	font-size: 11px;
	color: #8e8f83;
	}

.navi {
	font-family: georgia;
	color: white;
	font-size: 9px;
	border-bottom: 1px dotted silver;
	padding-top: 4px;
	padding-bottom: 0px;
	}
	
.bott {
	border-bottom-color: silver;
	border-top-color: #8e8f83;
	border-top: 1px dotted;
	border-bottom: 1px dotted;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
.txtfeld {
	padding-top: 10px;
	padding-bottom: 6px;
	}


	
.bottomline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: green;
	}
	
a:link {
	color: #8e8f83;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: silver;
	}
a:hover {
	text-decoration: none;
	color: #ed562e;
	}
a:active {
	text-decoration: none;
	color: #3399CC;
	}

hr{
	border: thin solid #eee;
	}

.facts{
	background-color: white;
	border-left: thin solid silver;
	height: 50px;
	
	}

.smalltxt {
	font-family: arial;
	font-size: 9px;
	line-height: 11px;
	}
img{
	border: none;
}
.img_link:hover{
	filter:alpha(opacity=70); -moz-opacity:0.70; opacity:0.70; -khtml-opacity:0.70;
	}

