@charset "utf-8";
/* CSS Document */

body,td,th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}
body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
    color: #000000;
    text-decoration: underline;
}
a:visited {
    text-decoration: underline;
    color: #000000;
}
a:hover, a:focus {
    text-decoration: none;
    color: #000000;
}
a:active {
    text-decoration: underline;
    color: #000000;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
	
}

h1 {
	font-size: 15px;
	font-weight: bold;
	color: #990033;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
p {
    margin-top: 0px;
    margin-bottom: 15px;
}
.nomargin {
    margin: 0px;
	padding: 0px;
   
}
hr {
    display: none;
}
.hidden {
    display: inline;
    left: -1000px;
    overflow: hidden;
    width: 0px;
    position: absolute;
    top: -1000px;
    height: 0px 
}
.cleaner {
    font-size: 1px;
    clear: both;
    height: 1px;
}
ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
li {
    display: inline;
    margin: 0px;
    padding: 0px;
}
#content ul, #contentFull ul {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 16px;
    margin-left: 0px;
    list-style-type: none;
}
#content li, #contentFull li {
	padding-left: 12px;
	background-image: url(/static/img/li.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: list-item;
	line-height:normal;
	padding-top: 2px;
	padding-bottom: 2px;
}
#content li.linklist, #contentFull li.linklist {
	padding-left: 20px;
	background-image: url(/static/img/arrow_grey.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}


/*form definitions*/
input, select, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}
.eingabeXL {
    width: 500px;
}
.eingabeL {
    width: 400px;
}
.eingabeM {
    width: 250px;
}
.eingabeS {
    width: 100px;
}
.eingabeXS {
    width: 50px;
}

fieldset {
    margin-bottom: 20px;
    padding-bottom: 10px;
}
legend {
    color: #999999;
}

label {
    font-weight: bold;
    display: block;
    padding-top: 10px;
    padding-bottom: 0px;
}
label.labelleft {
    display: block;
    padding-top: 2px;
    padding-bottom: 0px;
    width: 150px;
    float: left;
}
label.radiobox {
    display: inline;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}
label.checkbox {
    display: inline;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}
.buttondiv {
    text-align: right;
    padding-top: 10px;
}

.buttondiv label{ 
    display: inline;
    left: -1000px;
    overflow: hidden;
    width: 0px;
    position: absolute;
    top: -1000px;
    height: 0px 
}
/*form definitions*/
#container {
	background-image: url(/static/img/bg_content.gif);
	background-repeat: repeat-x;
	width: 960px;
	margin-top: 35px;
	margin-right: auto;
	margin-left: auto;
}
#containerHome {
	background-image: url(/static/img/bg_home.gif);
	background-repeat: repeat-x;
	width: 960px;
	margin-top: 35px;
	margin-right: auto;
	margin-left: auto;
	height: 663px;
}
#head {
	height: 126px;
}
#logo {
	float: left;
	width: 575px;
	padding-top: 20px;
	padding-left: 23px;
}
#util {
	float: left;
	width: 240px;
	padding-top: 39px;
}
#corner {
	float: left;
	height: 126px;
	width: 122px;
}
#contentHome1 {
	height: 333px;
	padding-top: 59px;
}
#contentHome2 {
	height: 140px;
}

#contentHome2Left {
	width: 230px;
	padding-left: 23px;
	float:left;
}

#contentHome2Right {
	width: 240px;
	padding-left: 370px;
	float:left;
}
#homeBoxDe {

	width: 220px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	color: #a40043;
	border: 2px solid #A40043;
	margin-left: 360px;
	background-color: #FFFFFF;
	background-image: url(/static/img/bg_boxHome.gif);
	background-repeat: no-repeat;
}
#homeBoxDe a {
	color: #a40043;
	text-decoration:none;
	font-weight: normal;
	display:block;
	padding-left: 33px;
}
#homeBoxFr {

	width: 220px;
	
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	color: #a40043;
	border: 2px solid #A40043;
	
	background-color: #FFFFFF;
	background-image: url(/static/img/bg_boxHome.gif);
	background-repeat: no-repeat;
}
#homeBoxFr a {
	color: #a40043;
	text-decoration:none;
	font-weight: normal;
	display:block;
	padding-left: 33px;
}
#homeBoxIt {

	width: 230px;
	
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	color: #a40043;
	border: 2px solid #A40043;
	
	background-color: #FFFFFF;
	background-image: url(/static/img/bg_boxHome.gif);
	background-repeat: no-repeat;
}
#homeBoxIt a {
	color: #a40043;
	text-decoration:none;
	font-weight: normal;
	display:block;
	padding-left: 33px;
}
#containerHome  h1 {
	font-size: 10px;
	font-weight: bold;
	color: #e5352c;
	margin-top: 0px;
	margin-bottom: 3px;
	text-transform: uppercase;
	line-height: normal;
}
#containerHome  h1 a {
	color: #e5352c;
	text-decoration:none;
	display:block;
	padding-left: 33px;
	
}#util  a {
	text-decoration: none;
	padding-right:10px;
	padding-left: 10px;
}
#service {
	padding-top: 42px;
}
#blogbutton {
	height: 93px;
}
#addLink {
	padding-left: 23px;
}
#addLink a {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
#main {
	padding-top: 34px;
	padding-left: 18px;
}
#left {
	float: left;
	width: 191px;
}
#contentFull {
	line-height: 16px;
	float: left;
	background-color: #FFFFFF;
	width: 730px;
	min-height: 490px;
	padding-top: 33px;
	
	padding-bottom: 23px;
	
	border: 1px solid #FF0000;
	margin-top: 5px;
	letter-spacing: 0.1em;
}
#nav {
	padding-right: 23px;
	height: 460px;
}
#nav a {
	display: block;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 24px;
	padding-left: 20px;
	letter-spacing: 0.1em;
	font-weight:bold;
}
#content {
	line-height: 16px;
	float: left;
	width: 442px;
	padding-right: 23px;
	padding-left: 26px;
	letter-spacing: 0.1em;
}
#contentPlain {
	line-height: 16px;
	padding-right: 23px;
	padding-left: 26px;
	letter-spacing: 0.1em;
}
#nav ul a {
	background-image: url(/static/img/arrow_white.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
#nav ul a.act {
	background-image: url(/static/img/arrow_black.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	color:#000000;
}
#nav ul a.open {
	background-image: url(/static/img/arrow_black.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

#nav ul ul a {
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 6px;
	line-height: 16px;
	font-size:12px;
}
#nav ul ul a.act {
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 6px;
	line-height: 16px;
	font-size:12px;
	color:#000000;
}
#right {
	background-color: #F00;
	width: 215px;
	float: left;
	color:#FFF;
	padding-top: 16px;
	font-weight:bold;
}
#right a {
	color:#FFF;
	font-weight:bold;
	text-decoration: none;
}
#right p {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 10px;
	letter-spacing: normal;
}
#right p.logo {
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 0px;
	font-size: 10px;
	color: #000;
	line-height: 11px;
}
img.imageLeft {
	float: left;
	padding-right: 10px;
}
img.imageRight {
	float: right;
	padding-left: 10px;
}#right .logo strong {
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
}
#contentContainer p {
	line-height: 16px;
}
#pilotklassenInner {
	padding-left: 11px;
}
.pilotklassePreviewBox {
	float: left;
	height: 130px;
	width: 124px;
	margin-right: 9px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #CCC;
	font-size: 9px;
	line-height: 10px;
	margin-bottom:9px;
}
.pilotklassePreviewBox img {
	display: block;
	padding-bottom:4px;
}
.pilotklasseT1 {
	padding-left: 26px;
}
.pilotklasseT1 .contentText {
	float: left;
	width: 233px;
	padding-right: 19px;
}
.pilotklasseT1 .contentImage {
	float: left;
	width: 429px;
	margin-top: -8px;
}
.pilotklasseT1 .image1 {
	background-image: url(/static/img/bg_imageFrame.gif);
	background-repeat: no-repeat;
	height: 264px;
	width: 352px;
	margin-left: 34px;
	padding-top: 16px;
	padding-right: 19px;
	padding-bottom: 17px;
	padding-left: 20px;
}
.pilotklasseT1 .image2 {
	background-color: #CCC;
	padding: 9px;
	float: left;
	height: 156px;
	width: 116px;
	margin-top: 39px;
	margin-right: 14px;
}
.pilotklasseT1 .image3 {
	background-color: #CCC;
	padding: 9px;
	float: left;
	height: 153px;
	width: 204px;
	margin-top: 17px;
	
}



.pilotklasseT2 {
	padding-left: 26px;
}
.pilotklasseT2 .contentText {
	float: left;
	width: 357px;
	padding-right: 19px;
}
.pilotklasseT2 .contentImage {
	float: left;
	width: 317px;
	margin-top: -8px;
}
.pilotklasseT2 .image1 {
	background-color: #CCC;
	padding: 9px;
	height: 199px;
	width: 148px;
	float: left;
	margin-right: 23px;
	margin-bottom: 16px;
}
.pilotklasseT2 .image2 {
	background-color: #CCC;
	padding: 9px;
	float: left;
	height: 102px;
	width: 102px;
	margin-top: 65px;
	
}
.pilotklasseT2 .image3 {
	background-color: #CCC;
	padding: 9px;
	height: 120px;
	width: 162px;
	margin-top: 16px;
	margin-left: 80px;
}


.pilotklasseT3 {
	padding-left: 26px;
}
.pilotklasseT3 .contentText {
	float: left;
	width: 357px;
	padding-right: 19px;
}
.pilotklasseT3 .contentImageT3 {
	float: left;
	width: 317px;
	margin-top: -8px;
}

#corner a {
	color: #F71514;
	text-decoration: none;
	display: block;
	padding-left: 30px;
	padding-top: 94px;
	padding-bottom: 6px;
	font-weight: bold;
}
#corner a.tagebuch_de {
	color: #F71514;
	text-decoration: none;
	display: block;
	padding-left: 30px;
	padding-top: 94px;
	padding-bottom: 6px;
	font-weight: bold;
}
#corner a.tagebuch_fr {
	color: #F71514;
	text-decoration: none;
	display: block;
	padding-left: 20px;
	padding-top: 94px;
	padding-bottom: 6px;
	font-weight: bold;
}
#corner a.tagebuch_it {
	color: #F71514;
	text-decoration: none;
	display: block;
	padding-left: 30px;
	padding-top: 94px;
	padding-bottom: 6px;
	font-weight: bold;
}

.contentImageT3 {
	float: left;
	width: 317px;
	margin-top: -8px;
}
.contentImageT3 img {
	border: 9px solid #CCC;
	margin-bottom: 15px;
	width: 285px;
}

a.galleryDownload:link {
    color: #FFFFFF;
    text-decoration: none;
}
a.galleryDownload:visited {
    text-decoration: none;
    color: #FFFFFF;
}
a.galleryDownload:hover {
    text-decoration: underline;
    color: #FFFFFF;
}
a.galleryDownload:active {
    text-decoration: none;
    color: #FFFFFF;
}

#galleryPreviewImg {
	padding-bottom: 15px;
}