/* software designed, created and developed for www.dieter.de*/
/* general style sheets */

body { 
	position: relative;
	high: auto;
	width: auto;
	margin: 0; 
	padding:0;
	width: 100%;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 100,01%; 
}

a:link {
	color : #333;
	text-decoration : none;
}

a:visited {
	color : #333;
	text-decoration : none;
}

a:hover {
	color : #ca0606;
	text-decoration : none;
}

a:active {
	color : #376b97;
	text-decoration : none;
}

td {
	color : #333;
	font-weight : normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

.body { 
	background: url(../image/basic/body.gif) #ffffff;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.text{
	color : #333;
	font-size : 0.72em;
	font-weight : normal;
	line-height: 140%;
}
.small{
	color : #333;
	font-size : 0.6em;
	font-weight : normal;
}

.headline{
	color : #333;
	font-size : 0.8em;
	font-weight : bold;
}

.menue{
	color : #333;
	font-size : 0.72em;
	font-weight : normal;
}

.menueakt{
	color : #376b97;
	font-size : 0.72em;
	font-weight : bold;
}

.textlink{
	color : #333;
	font-size : 0.94em;
	font-weight : bold;
	text-decoration: none !important;
}