/* @override http://dev.gutlandegge.de/fileadmin/templates/site/_css/styles.css */

body{
	font: 90%/130% Calibri, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	top: 0; left: 0;
	color: #474747;
	margin: 0;
	padding: 0;
}
a{
	color: #006a4d;
	text-decoration: none;
}
a:hover{
	color: #006a4d;
	text-decoration: none;
}
a img{
	border: none;
	text-decoration: none;
}
img a{
	border: none;
	text-decoration: none;
}
h1{
	color: #919191;
	font-size: 2.5em;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 100%;
	margin: 0.5em 0 0.2em 0;
}
h2{
	color: #006a4d;
	font-size: 1.4em;
	margin: 0 0 0.2em 0;
	padding: 0;
	font-weight: bold;
}
h3{
	color: #006a4d;
	font-size: 1.1em;
	text-transform: uppercase;
	line-height: 150%;
	font-weight: normal;
	margin: 0.1em 0 1em 0;
}

h4{
	color: #006a4d;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0.2em 0 0em 0;
}
p{
	margin: 0em 0 1.4em 0;
}
hr {
	border: none;
	height: 2px;
	margin: 7px 0 7px 0;
	background: transparent url(../_gfx/bg_hr.jpg) top right no-repeat;	
}
.green{
	color: #006a4d;
}
.reiten{
	width: 680px;
}
.reiten td{
	text-align: right;
}
.reiten td.desc{
	text-align: left;
}
th,td{
	padding: 2px 4px;
	border-right: 1px solid #FFF;
	font-size: 0.9em;
}
tr.odd{
	background-color: #EBEDEA;
}
tr.odd_small{
	background-color: #EBEDEA;
	font-size: 0.9em;
}
tr.even{
	background-color: #DADCD9;
}
tr.even_small{
	background-color: #DADCD9;
	font-size: 0.9em;
}
tr.green{
	background-color: #006a4d;	
	color: #FFF;
	font-size: 1.1em;
}
th{
	font-weight: bold;
}
.small {
	font-size: 0.9em;
}
