/* CSS Document */

html,
body {
   margin:0;
   padding:0;
   height:100%;
   background-color: #AE5D5D;
}

#header {
   margin:0;
   padding:0px;
   width:1030px;
   height:200px;
   background:url(../images/bg_top2.jpg);
}

#container {
   min-height:100%;
   position:relative;
}

#body {
   padding:0px;
   position:absolute;
   top: 135px;
   left:0px;
   width:1030px;
   background:url(../images/bg_n.jpg);
   padding-bottom:110px;   /* Height of the footer */
}

#bg_left{
	position:absolute;
	top: 200px;
	left:0px;
	height:1950px;
	width:1030px;
	background:url(../images/bg_n.jpg);
	z-index:1;
	background-image: url(../images/bg_n.jpg);
}

#Navigation {
	position:absolute;
	top:148px;
	left:32px;
	height:34px;
	width:900px;
	z-index:99;
}

/*Schriften*/
.Kalender {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #660000;
}
.uberschrift1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #660000;
}
.uberschrift2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
}
.datum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.reiseziele {color: #660000; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
}
.Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: justify;
	letter-spacing: normal;
	word-spacing: normal;
}
.Preis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
}
.Reisenr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: right;
	background-position: right;
	right: auto;
}
.uberschrift3 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #660000;
}
.datumreisekurier {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

