@charset "utf-8";
@import url("http://flugschule-lienz.at/links/css/beitrag.css");
/* CSS Document */

.obligat { /*Formularpflichtfeld*/
	color: #FF0000
}

.gps_coordinate {
    color: blue;
}

.inline_headline {
    color: #003366;
}

.beitrag{
	padding-top: 10px;
	width: 900px;
	overflow: hidden;
	padding-bottom: 10px;
}

.text {
	float:left;
	width:70%;
	overflow:hidden;
}

.formular{
	font-family: tahoma, arial;
	font-size: 14px;
	color: #009999;
	font-weight: 900;
}

.fotos{
	float:left;
	top: 0px;
	left: 0px;
	width: 30%;
	overflow: hidden;
}

.foto{
	padding-left: 10px;
}

.foto_text{
	text-align:left;
	padding-left: 10px;
	padding-bottom: 20px;
}

.boden{
	clear:both;
	padding-top: 10px;
}

acronym{
	border-bottom: 1px dotted black;
	cursor: help;
}

.company_name{
    font-family: "comic Sans MS", Tahoma;
    font-size: 25px;
    color: #999966;
    font-weight: 900;
}

.company_name_color{
    color: #999966;
    font-family: "comic Sans MS", Tahoma;
}

/*Geld oder Geldbezüge auf der Steite und in Beiträgen*/
#site.money{
	font-style:italic;
}

/*Wichtige Textpassagen*/
#site.strong{
	font-weight: bolder;
}

/*Geld oder Geldbezüge auf der Steite und in Beiträgen*/
#site.quote{
	font-style:italic;
}

/*Geld oder Geldbezüge im Template*/
#temp.money{ 
	color: #00FF00
}
