/*##################################################################################*/
/*###############################---GLOBAL---#######################################*/
html, body
{
	background-color:				#191919;
	color:							#aaaaaa; /* Hier wird die Schriftfarbe bestimmt -ACHTUNG GLOBALE AUSWIRKUNG-*/
	font-family:					Verdana, Helvetica, sans-serif; /* Hier wird die Schriftartbestimmt -ACHTUNG GLOBALE AUSWIRKUNG-*/
	font-size:						12px; /*Hier wird die Größe der Schrift bestimmt -ACHTUNG GLOBALE AUSWIRKUNG-*/
	height:							100%;
	margin:							0px auto;
	line-height:					17px;  /*Hier wird der Zeilenabstand bestimmt -ACHTUNG GLOBALE AUSWIRKUNG-*/
	text-align:						center;
}
/*##################################################################################*/
/*###############################---LINKS---########################################*/
a  /* Das sind die Links im Fliesstext*/
{
	color:							#ca5f00; /*Linktextfarbe */
	font-size:						12px; /*Schriftgrösse*/
	font-weight:					bold;
	text-decoration:				underline;
}
a:hover
{
	color:							#aaaaaa; /* Mouseoverfarbe */
}
a.navi /* Das sind die Links des Hauptmenues*/
{
	color:							#bbbbbb; /* Schriftfarbe*/
	font-size:						13px; /* Schriftgrösse*/
	font-weight:					bold;
	text-decoration:				none;
}
a.navi:hover
{
	color:							#ca5f00; /* Mouseoverfarbe */
}
a.navi2 /* Das sind die Links ind den Untermenues */
{
	color:							#ffffff; /* Schriftfarbe*/
	font-size:						11px; /* Schriftgrösse*/
	font-weight:					bold;
	margin-left:					10px;
	text-decoration:				none;
}
a.navi2:hover
{
	color:							#ca5f00; /* Mouseoverfarbe */
}
/*##################################################################################*/
/*###############################---ÜBERSCHRIFTEN---################################*/
h1 /* Formatierung der Hauptüberschrift*/
{
	color:							#999999; /* Schriftfarbe*/
	display:						inline;	
	font-size:						16px; /* Schriftgrösse*/
	font-weight:					bold;
	margin:							0px 0px 10px 10px;
}
h2 /* Formatierung des Kurzbeschreibungstextes */
{
	color:							#ca5f00; /* Schriftfarbe*/
	display:						inline;
	font-size:						12px; /* Schriftgrösse*/
	font-style:						italic;
	font-weight:					normal;
}
/*##################################################################################*/
/*###############################---SONSTIGES---####################################*/
p.content /* Formatierung des Fliesstextes*/
{
	border-top:						1px dashed #444444; /* Obere Abrgrenzungslinie des Absatzes*/
	margin-left:					10px;
	padding-top:                    10px;
	width:							96%;
}
p.content:first-line /* Formatierung der ersten Zeile des Absatzes*/
{	
	color:							#ca5f00; /* Schriftfarbe*/
	font-size:						12px; /* Schriftgrösse*/
	font-weight:					bold;
}
p.content2 /* Formatierung des Fliesstextes ohne Trennlinie*/
{
	margin-left:					10px;
	padding-top:                    10px;
	width:							96%;
}
p.news /* Formatierung der Newsabsätze*/
{
	border:							1px solid #333333; /*Rahmen der einzelnen News*/
	margin-left:					10px;
	margin-bottom:					20px;
	padding:        	            10px;
	width:							92%;
}
p.news:first-line /* Formatierung der ersten Zeile des Absatzes*/
{	
	color:							#ca5f00; /* Schriftfarbe*/
	font-size:						12px; /* Schriftgrösse*/
	font-weight:					bold;
}
img.links /* Bild in der linken Navigationsleiste*/
{
	margin:							5px 0px 5px 15px;
}
img.text /* Rahmen für grosse Bilder im Text*/ 
{
	border:							10px solid #fff;
}
img.textkl /* Rahmen für kleine Bilder im Text*/ 
{
	border:							5px solid #fff;
}
td.fluss
{
	border:							1px solid #191919;
}
div.desc
{
	padding:                        10px;
}
/*##################################################################################*/
/*###############################---ELEMENTE---#####################################*/
/*##################################################################################*/
					    /*!!Hier nichts mehr verändern!!*/
div#navigation
{
	background-image:				url(grafik/ballonfahrten-menue-obenhg.jpg);
	height:							34px;
	margin:							0px auto;
	padding-top:                    7px;
	width:							975px;
}
table#main
{
	background-image:				url(grafik/ballonfahrten-hg.jpg);
	border:							0px;
	margin:							0px auto;
	width:							975px;
}
div#links
{
	background-image:				url(grafik/ballonfahren-links-hg.jpg);
	margin-left:					5px;
	text-align:						left;
	width:							169px;
}
td#content
{
	border:							1px solid #333333;
	padding-top:                    10px;
	text-align:						justify;
}
div#rechts
{
	background-image:				url(grafik/ballonfahren-links-hg.jpg);
	color:							#ca5f00;
	margin-right:					5px;
	font-weight:					bold;
	width:							169px;
}
div#fuss
{
	color:							#444444;
	font-size:						9px;
	margin:							0px auto;
	width:							975px;
}
