@charset "utf-8";
/* CSS Document für AVIATIK 2010 */

* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-image: url(basics/hg.jpg);
	background-repeat: repeat-y;
	background-position: 0px 100px;
}
img {
	border: none;
}
/* -------------- Seitenkopf --------------*/
#head {
	position: absolute;
	border-left: 20px solid #fff;
	border-bottom: 0px solid #fff;
	border-top: 10px solid #fff;
	width: 910px;
	background-color: #fff;
}
#schriftzug {
	float: right;
	margin-top: 18px;
}
/* -------------- Menü links -------------- */
#nav {
	position: absolute;
	width: 200px;
	margin: 110px 15px 15px 15px;
}
#nav ul li {
	font-size: 11px;
	list-style-type: none;
	display: inline;
	list-style-type: none;
}
#nav ul li a {
	display:block;
	padding: 4px 0px 3px 15px;
	color: #fff;
	background-color: #2B4C7F;
	text-decoration: none;
	margin-bottom: 5px;
}
#nav ul li a:hover {
	color: #000;
	text-decoration: none;
	background-color: #9ff;
}
#nav ul li a.hier {
	color: #000;
	text-decoration: none;
	background-color: #9ff;
}
#nav ul li ul li {
}
#nav ul li ul li a {
	background-image: url(basics/punkt.gif);
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: 42px 9px;
}
#nav ul li ul li a:hover {
	background-image: url(basics/punkt_.gif);
	background-repeat: no-repeat;
	background-position: 42px 9px;
}
#nav ul li ul li a.hier {
	background-image: url(basics/punkt_.gif);
	background-repeat: no-repeat;
	background-position: 42px 9px;
}
.marker {
	float: right;
	margin-top: -4px;
}
/* -------------- Contentbereich -------------- */
#content {
	position: absolute;
	width: 710px;
	position: absolute;
	margin-left: 230px;
	margin-top: 110px;
}
#content h1 {
	padding: 5px;
	text-align: center;
	font-size: 18px;
	font-weight: lighter;
	color: #fff;
	background-color: #2B4C7F;
	margin-bottom: 15px;
}
#content h2 {
	color: #2B4C7F;
	font-size: 16px;
	margin-bottom: 15px;
}
#content h3 {
	font-size: 13px;
	background-color: #9ff;
	padding: 2px;
}
#content h4 {
	color: #2B4C7F;
	font-size: 16px;
	margin-bottom: 0px;
}
#content p {
	margin-bottom: 13px;
	font-size: 13px;
	line-height: 18px;
}
#content ul {
	margin-bottom: 13px;
	font-size: 13px;
	line-height: 18px;
	margin-left: 40px;
}
#content a {
	color: #2B4C7F;
}
/* -------------- Spalten in Contentbereich */
.spalte_links_zweidrittel {
	float: left;
	width: 445px;
}
.spalte_rechts_eindrittel {
	float: right;
	width: 250px;
}
.center {
	margin-top:15px;
	text-align:center;
}
.spalte_links_halb {
	float: left;
	width: 49%;
}
.spalte_rechts_halb {
	float: right;
	width: 49%
}
/* -------------- Text-Klassen ---------- */
.preis {
	float: right;
}
.klein {
	font-size: 10px;
	padding-top: 5px;
}
.rot {
	color: red;
}
.klein_blocksatz {
	font-size: 10px;
	padding-top: 5px;
	text-align: justify;
	margin-left:20px;
	margin-right: 20px;
}
.fettblau {
	color: #2B4C7F;
	font-weight: bold;
}
.bildlinks {
	float: left;
	margin-right: 12px;
}
.kasten_tuerkis {
	margin-bottom: 12px;
	background-color: #cff;
	padding: 10px;
}
.kasten_tuerkis h2, .kasten_gelb h2 {
	color: #060;
}
.kasten_gelb {
	margin-bottom: 12px;
	background-color:#ffc;
	padding: 10px;
}
.definition {
	font-size: 11px;
	line-height: 13px;
	border-top: 1px solid #2B4C7F;
	border-bottom: 1px solid #2B4C7F;
	padding: 5px 0px;
	margin-bottom: 12px;
	text-align: justify;
}
/* ------------- Formulare ------------- */
form {
	border: 1px solid #304B82;
	padding: 10px 10px 0 10px;
}
.textfield {
	width: 320px;
}
.textarea {
	width: 320px;
	heigth: 100px;
}
.error {
	color:red;
}
