﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#sprache {
	font-family: Verdana, Geneva, Tahoma, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	line-height: normal;
	vertical-align: top;
	text-align: left;
	font-weight: bold;

}
#dynoptic {
	font-family: Verdana, Geneva, Tahoma, Sans-Serif;
	text-decoration: none;
	font-size: 12px;
	text-align: right;
	font-weight: bold;

}
#titel {
	font-family: Verdana, Geneva, Tahoma, Sans-Serif;
	font-size: 30px;
	font-weight: bolder;
}
#normal {
	font-family: Verdana, Geneva, Tahoma, Sans-Serif;
	font-size: 12px;
	font-weight: bolder;
}
#navigation {
	font-family: Verdana, Geneva, Tahoma, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}	
a.navigation{
	text-decoration: none;
	color: #808080;
}
a.navigation:link { text-decoration:none}
a.navigation:visited { text-decoration:none}
a.navigation:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a.navigationact { 
	text-decoration:none;
	font-weight: bold;
	color: #000000;
} 
#text {
	font-family: Verdana, Geneva, Tahoma, Sans-Serif;
	font-size: 12px;
}

#subtitel{
	font-family: Verdana, Geneva, Tahoma, Sans-Serif;
	font-size: 14px;
	font-weight: bolder;
	background-color: #FFD04E;
	height:25px;
}
#subtitel2{
	font-family: Verdana, Geneva, Tahoma, Sans-Serif;
	font-size: 14px;
	font-weight: bolder;
}



#untertitel {
	font-family: Verdana, Geneva, Tahoma, Sans-Serif;
	font-size: 20px;
	font-weight: bolder;
}

#preise1 {
	font-family: Verdana, Geneva, Tahoma, Sans-Serif;
	font-size: 12px;
	font-style:italic;
	background-color: #FFD04E;

}

#preise2 {
	font-family: Verdana, Geneva, Tahoma, Sans-Serif;
	font-size: 12px;
	font-weight:bold;
	background-color: #FFD04E;

}




#scroll {
height: 330px;
width: 770;
overflow: auto;
overflow-x:hidden;
}


