/* CSS Document */

/*----- common deffs -----*/
*
{
    margin:                 0;
    padding:                0;
    zoom:                   1;
}


.clear
{
    clear:                  both;
    font-size:              0.1%;
    height:                 1px;
}

.divider
{
    display:                block;
    clear:                  both;
    height:                 25px;
    background:             url(img/layout/background/dotted_line_vertical.gif) repeat-x left center;
}
a,
a:link,
a:visited   
{
    color:                  #4A0E33;
    text-decoration:        none;
}

a:hover
{
    text-decoration:        underline;           
}

#main-content a, #main-content a:link, #main-content a:visited {
	color:                  #fff;
    text-decoration:        underline;
}

#main-content a:hover
{
    text-decoration:        none;
}

#toplink {
	display: none;
}

img
{
    border:                 none;   
}

/*----- /common deffs/ -----*/

body
{
    background:             #55113A url(img/layout/background/body_tile.gif);
}

body div {
	font:                   11px "MS Tahoma", "MS Verdana", Helvetica, "MS Arial", sans-serif ;
}

#content input.inputText {
    height: 15px;
    border: 1px solid #FFC502;
    background: #fff;
    width: 200px;
}

#content textarea {
    height: 130px;
    width: 200px;
    border: 1px solid #FFC502;
    background: #fff;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

form {
	border: none;
	margin: 0;
	padding: 0;
}

/*----- background-container -----*/

#background-container-fadingstructure
{
    float:                  left;
    width:                  100%;
    background:             transparent url(img/layout/background/body_fading_structure.gif) repeat-x top left;
}

#background-container-illu
{
    float:                  left;
    width:                  100%;
    background:             transparent url(img/flugzeugeLinks.png) left 450px no-repeat;
}

/*----- body container -----*/

#body-container
{
    width:                  980px;
    margin:                 0px 0px 20px 0px;
    
    color:                  #FFFFFF;
    font:                   11px "MS Tahoma", "MS Verdana", Helvetica, "MS Arial", sans-serif ;
    text-align:             left;
}


/*----- page-header -----*/

#page-header
{
    height:                 260px;
    width:                  980px;
    background:             transparent url(img/headerNew.jpg) no-repeat top left;
    font-size:              12px;
    font-weight:            600;
}

#page-header ul,
#page-header ul li
{
    display:                inline;
}

#page-header ul li
{
    line-height:            27px;
}

#page-header #meta-navigation ul
{
    margin-left:            -10px;
}

#page-header #meta-navigation ul li
{
    margin-left:            10px;
}

#meta-navigation a {
	color: #4A0E33;
}

#page-header #language-selector a
{
    float:                  left;
    margin:                 7px 5px 0 0;
}


#page-header #language-selector a.last
{
    margin:                 7px 0 0 0;
}

#page-header #language-selector img {
    height: 14px;
}


/*----- navigation -----*/

#navigation
{
    float:                  left;
    width:                  200px;
    font-weight:            600;
    margin-left: 63px;
    margin-right: 40px;
}

#navigation li.sub {
	padding-left: 10px;
	background: url(img/layout/icons/breadcrumb_arrow.gif) left no-repeat;
}

#navigation a {
	color: #4A0E33;
}

/*----- breadcrumb -----*/

.breadcrumb img {
	margin-bottom: 2px;
	margin-left: 3px;
	margin-right: 3px;
}

#main-content .breadcrumb,
#main-content .breadcrumb a:link,
#main-content .breadcrumb a:visited
{
    color:                  #825870;
	text-decoration: none;
}

#main-content .breadcrumb a:hover
{
    color:                  #825870;
	text-decoration: underline;
}

.breadcrumb ul li
{
    float:                  left;
    display:                inline;
    margin-right:           4px;         
    padding-left:           10px;
    background:             transparent url(img/layout/icons/breadcrumb_arrow.gif) no-repeat center left;  
}

.breadcrumb ul li.first
{
    padding-left:           0px;
    background:             none;
}

/*----- main-content -----*/

#main-content
{
    float:                  left;
    width:                  600px;
    line-height:            18px;
}

#main-content .breadcrumb
{
    float:                  left;
    margin:                 0px 0px 5px 0px;
}

#main-content h1
{
    clear:                  left;
    font-size:              16px;
    font-weight:            400;
    line-height:            normal ;
}

#main-content h2
{
    clear:                  left;
    font-size:              12px;
    font-weight:            600;
    line-height:            normal ;
}

#main-content h3
{
    clear:                  left;
    font-size:              12px;
    font-weight:            600;
    line-height:            normal ;
}

#main-content h2.article-head
{
    margin-bottom:          30px;
}

#main-content h2.article-head a {
	color: #fff;
	text-decoration: underline;
}

#main-content h2.article-head2
{
    margin-bottom:          10px;
}

#main-content h2.article-head2 a {
	color: #fff;
	text-decoration: underline;
}

#main-content p
{
    margin-bottom:          10px;
    text-align:             justify;
}

#main-content .images
{
    overflow:               hidden;
    width:                  400px;
    margin-top:             30px;
}

#main-content .images img.odd
{
    margin:                 0px 7px 7px 0px;
}

#main-content .images img.even
{
    margin:                 0px 0px 7px 0px;
}

/*----- page-footer -----*/

#page-footer
{
    margin:                 30px 0px 30px 0px;
}

#page-footer,
#page-footer a:link,
#page-footer a:visited 
{
    color:                  #825870;
}



#page-footer ul
{
    float:right;
}
    
#page-footer ul li
{
    float:                  left;
    display:                inline;
    margin-right:           9px;         
    padding-left:           9px;
    background:             transparent url(img/layout/background/link_divider.gif) no-repeat center left;  
}

#page-footer ul li.first
{
    padding-left:           0px;
    background:             none;
}





/*----- sub-content -----*/

#sub-content
{
    float:                  left;
    width:                  200px;
    padding:                0px 0px 0px 30px;
    font-size:              12px;
    font-weight:            600;
}

#sub-content .sub-illu-plane
{
    display: none;
    width:                  264px;
    height:                 186px;
    margin-top:             -11px;
    background:             transparent url(img/layout/sub_plane.gif) no-repeat top left;
}

/*----- box -----*/

.box
{
    color:                  #4A0E33;
}

.box .head
{
	clear:                 both;
    height:                10px;
}

.box .body
{
    clear:                  both;
    background-color:       #FFFFFF;	
    padding:                0px 10px 0px 10px;
    overflow:               hidden;
	font:                   12px "MS Tahoma", "MS Verdana", Helvetica, "MS Arial", sans-serif ;
	font-weight: bold;
}

.box .foot
{
	clear:                 both;
    height:                10px;
}

.box ul,
.box ul li
{
    list-style:             none;
	display: block;
}

#sub-content .body a {
	color: #4A0E33;
}

    /* over writing for navigation and sub-content */
#navigation .box
{
    width:                  200px;
    margin-bottom:          11px;
}

#navigation .box .head,
#sub-content .box .head
{
   background:              transparent url(img/layout/boxes/top_200.gif) no-repeat top;
}

#navigation .box .foot,
#sub-content .box .foot
{
   background:              transparent url(img/layout/boxes/bottom_200.gif) no-repeat bottom;
}


    /* over writing for main-content */
#main-content .box
{
    width:                  400px;
    margin:                 15px 0 15px 0;
}

#main-content .box .head
{
   background:              transparent url(img/layout/boxes/top_400.gif) no-repeat top;
}

#main-content .box .body.iconed
{
    float:                  left;
    width:                  272px; /* 400px width - 118px image - 10px padding*/
    padding-left:           118px;
    background:             #FFFFFF url(img/layout/background/dotted_line_horizontal.gif) repeat-y   108px top;
}

#main-content .box .body.iconed .icon
{
    float:                  left;
    width:                  87px;
    margin-left:           -108px;  
}

#main-content .box .body.iconed a
{
    font-size:              12px;
    font-weight:            600;
    text-decoration:        underline;
    line-height:            36px;
}

#main-content .box .body.iconed a:hover
{
    text-decoration:        none;
}

#main-content .box .foot
{
   background:              transparent url(img/layout/boxes/bottom_400.gif) no-repeat bottom;
}

    /* over writing for page-header */
#page-header .box
{
    float:                  right;
    height:                 27px;
    height:                 27px;
    margin-left:            5px;   
}

#page-header .box .head
{
    float:                  left;
    clear:                  none;
    height:                 27px;
    width:                  11px;
    background:             transparent url(img/layout/boxes/left.gif) no-repeat left;
}

#page-header .box .body
{
    float:                  left;
    clear:                  none;
    height:                 27px;
    padding:                0;
    overflow:               hidden;
}

#page-header .box .foot
{
    float:                  left;
    clear:                  none;
    height:                 27px;
    width:                  11px;
    background:             transparent url(img/layout/boxes/right.gif) no-repeat right;
}

#main-content .semiimportant, #main-content .semiimportant a:link, #main-content .semiimportant a:visited {
	color: #825870;
}

#main-content ul {
	list-style: none;
}

#main-content li {
	padding-left: 15px;
	background: transparent url(img/layout/icons/breadcrumb_arrow.gif) no-repeat 0 8px;
}

#trolley th, #trolley td {
	vertical-align: top;
}

#trolley th {
	text-align: center;
}

#trolley a {
	display: block;
	font-weight: bold;
}

#trolley .price {
	white-space: nowrap;
}

#trolley .total {
	border-top: 3px double #fff;
	font-size: 12px;
	text-align: right;
	padding-top: 3px;
}

#trolley .shipping-costs, #trolley .shipping-costs a, #trolley .shipping-costs a:visited, #trolley .shipping-costs a:link {
	font-size: 11px;
	display: inline;
}

.product-listing {
	vertical-align: top;
	margin-bottom: 25px;
}

.product-listing img {
	float: right;
	margin: 3px 0 10px 10px;
}

#main-content a.name, #main-content a.name:link, #main-content a.name:visited {
	font-weight: bold;
	font-size: 12px;
	display: block;
	text-decoration: none;
}

#main-content a:hover.name {
	text-decoration: underline;
}

.product-listing .price {
	font-weight: bold;
}

/* CSS Document */

input.text
{
    border:             1px solid #4A0E33;
    padding:            1px 0px 2px 5px;
}

#navigation #search label
{
    display: block;
    margin-bottom:      1px;
}

#navigation #search input.text
{
    width:              128px;
    margin:             0px 1px 0px 0px;
	padding: 			3px;
    float:              left;
	font-weight: 		normal;
}

#navigation #search input.submit_button
{
    border:				1px solid #4A0E33;
    float:              left;
    line-height:		15px;
    padding:			0 3px;
    overflow: 			hidden;
    height:				23px;
    cursor:				pointer;
}

#navigation #search input.submit_button:hover
{
    background: 		#4A0E33;
    color: 				#fff;
}

#trolley input {
	font-size: 10px;
	padding: 3px;
	width: 20px;
	border: 1px solid #4A0E33;
	text-align: center;
}

#news div.blockHeadline {
    border-bottom: 1px dashed #FFF;
    margin: 0 0 10px 0;
}

#news div.newsHeadline {
    float: left;
    width: 48%;
    padding: 0;
    border: 0;
}

#news div.entryDate {
    float: right;
    text-align: right;
    width: 48%;
    font-weight: normal;
    font-size: 0.8em;
}

#news div.blockContent {
    margin: 10px 0 10px 0;
}

#news div.blockContent img {
    margin: 2px 10px 30px 0;
    padding: 3px;
    background: #fff;
    border: 1px solid #FFF;
}

.blockInfo {
	margin: 0 0 20px 0 !important;
}

.productList td {
	padding: 0 0 0 0;
}

.productList img {
	margin: 0 8px 0 0;
}

.productList td.descr {
	padding: 10px 0 0 0 !important;
}

.productList td.listBorder {
	border-bottom: 1px dashed #FFF;
}

.formArea .main {
	width: 200px;
	padding: 2px 10px 2px 0;
}

div.borderLine, div.divider2 {
	border-bottom: 1px dashed #FFF;
}

div.blockFotos img {
	border: 1px solid #fff;
	display: block;
	margin: 1px;
	float: left;
}

.catimage {
	text-align: center;
}

.catimage img {
	margin: auto;
}

p.description {
	margin: 0;
	padding: 0;
}

.normal {
	font-weight: normal;
}

.create-account th {
	font-weight: normal;
	padding: 3px 1px 3px 0;
	text-align: left;
	vertical-align: top;
}

.create-account .headline {
	font-weight: bold;
}

.create-account .radio input {
	margin: 0 5px 0 5px;
}

#home-link {
	position: absolute;
	left: 0;
	top: 0;
	height: 230px;
	width: 550px;
	z-index: 99;
}

#home-link img {
	height: 230px;
	width: 550px;
}

#content p {
	padding-left: 0 !important;
	margin-left: 0 !important;
}

#productNav {
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 20px;
	width: 100%;
}

#productNav td {
	padding: 0;
	border: 1px dotted #fff;
	white-space: nowrap;
    line-height: 18px;
}

#productNav td.booking {
    background: #fff;
    color: #4A0E33;
    font-weight: bold;
}

#main-content #productNav .booking a {
    color: #4A0E33;
}

#main-content #productNav .booking a:hover {
    color: #fff;
}

#main-content #productNav a {
	text-decoration: none;
	font-size: 10px;
	display: block;	
	padding: 5px 4px;
}

#main-content #productNav a:hover,
#main-content #productNav .highlight a  {
	background: #825870;
}

#bookingLink {	
	text-align: right;
}

#body-container #main-content #bookingLink a {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 4px 4px;
	border: 1px solid #fff;
	
}

#main select.validationFailed {
	color: red;
}

#main input.validationFailed {
	border-color: red;
}

.validationMessage {
	display: none;
	border: 1px solid red;
	padding: 20px;
	margin: 5px 0;
	color: red;
}

#main-content a.details {
    float: right;
    border: 1px solid #fff;
    padding: 0px 5px;
    text-decoration: none;
    text-transform: uppercase;
}


#RequestForm th.head {
    padding-top: 30px;
    font-size: 12px;
}

#RequestForm th {
    padding: 3px 10px 3px 10px;
    text-align: left;
    font-size: 11px;
    font-weight: normal;
    color: #fff;
}

#RequestForm td {
    padding: 3px 10px;
}

#RequestForm .errorMsg {
    color: red;
    font-weight: bold;
}

#companion.inactive {
    display: none;
}

fieldset {
    border: 0;
}

#SuccessMessage {
    padding: 50px;
    text-align: center;
    border: 1px solid #ffffff;
    color: #fff;
}

#content .longDesc {
    margin-top: 20px;
}

#content .longDesc table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #fff;
}

#content .longDesc p,
#content .longDesc th,
#content .longDesc td,
#content .longDesc font {
    font-size: 11px;
}

#content .longDesc {
    line-height: 1.4em;
}

#content .longDesc table {
}

#content .longDesc td,
#content .longDesc th {
    border: 1px solid #fff;
    padding: 2px 4px;
    color: #fff;
}
