* {
    margin: 0px;
    border: 0px;
    padding: 0px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}


#page {
    float: none;
    background-color: #EEEEEE;
    width: 1200px;
    height: auto;
}

img#pageImage {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}

img#pageMask {
    position : absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    height: 320px;
}

.csc-textpic-text {
	float:left;
}


.hmenu {
  float: left;
  position: relative;
  display: block;
  z-index: 0;
  margin: 0px;
  padding: 0px;
  border: 0px;
}


#header {
  position: relative;
  float: left;
  margin: 0px;
  border: 0px;
  padding: 10px;
  top: 0px;
  z-index: 2;
  display: inline;
  width: 980px;
  height: 200px;
  border-right:2px solid white;
}

#header_logo {
    float: right;
    position: relative;
    display: inline;
    float: right;
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 284px;
    height: 66px;
}

#header_logo a{
    background-image: url(logoBGn.png);
    float: left;
    position: relative;
    display: block;
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 284px;
    height: 66px;
}

#header_logo a:hover{
    background-image: url(logoBGs.png);
}

/*	HEADER MENU BEGIN	*/


ul#header_menu {
    text-decoration: none;
    position: relative;
    background-image: url(headerBG_n.png);
    background-repeat: no-repeat;
    position: relative;
    display: block;
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 980px;
    height: 38px;
    border-left: 0px;
    border-color: #8F8F8F;
    border-style: solid;
}

ul#header_menu li{
  list-style: none;
  margin: 0px;
  padding: 0px;
  border: 0px;
  display: inline;
}

ul#header_menu li a{
    float: left;
    position: relative;
    display: block;
    margin: 0px;
    border: 0px;
    padding-top: 11px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Arial;
    font-weight: bold;
    font-size: 13px;
    font-style: normal;
    text-decoration: none;
    color: #003366;
    border-right: 1px;
    border-color: #8F8F8F;
    border-style: solid;
}

ul#header_menu li + li a:hover{
    color: white;
    background-image: url(hms.png);
    background-repeat: no-repeat;
    background-position: -5px 0px;
}

ul#header_menu li:first-child a:hover, ul#header_menu li.act_first a{
    color: white;
    background-image: url(hms.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

ul#header_menu li + li.act a{
    color: white;
    background-image: url(hms.png);
    background-repeat: no-repeat;
    background-position: -5px 0px;
}

#header_menu li.act:first-child a{
    color: white;
    background-image: url(hms.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

/*	HEADER MENU END		*/

.LANGUAGE_SELECTOR {
    float: none;
    position: absolute;
    color: gray;
    top: 22px;
    right: 30px;
    text-align: right;
    text-decoration: none;
    font-family: Arial;
    font-weight: bold;
    font-size: 13px;
    font-style: normal;
}


#middleWithSidebar {
    background-image: url(contentBGWithSidebar.gif);
    background-repeat: repeat-y;
    float: left;
    display: inline;
    position: relative;
    z-index: 10;
    width: 1000px;
    border: 0px;
    margin: 0px;
    padding: 0px;
    margin-top: 28px;
    border-right:2px solid white;
}



#middleWithoutSidebar {
    background-image: url(contentBGWithoutSidebar.gif);
    background-repeat: repeat-y; 
    float: left;
    display: inline;
    position: relative;
    z-index: 10;
    width: 1000px;
    border: 0px;
    margin: 0px;
    padding: 0px;
    margin-top: 28px;
    border-right:2px solid white;
}


#middle_left {
    float: left;
    width: 191px;
    height: 100%;
    margin-right: 1px;
    margin-left: 10px;
    margin-top: -28px;

}

#middle_centerWithoutSidebar {
    float: left;
    width: 788px;
    min-height: 500px;
}

#middle_centerWithoutSidebarWithoutMargin .middle_content {
	margin: 0px !important;
}


#middle_centerWithSidebar {
    float: left;
    width: 503px;
    min-height: 500px;
}



#middle_right {
    float: right;
    width: 264px;
    min-height: 500px;
    height: 100%;
    padding: 10px;
    margin-left: 1px;
    margin-right: 10px;
    background-color: #eeeeee;
}

#middle_right p {
    font-size: 10px;
	font-family: Arial;
	font-style: normal;
}

#middle_right > H1:first-child {
	margin-top: 0px;
}

#middle_right a:first-child + DIV H1 {
	margin-top: 0px;
}

#middle_right H1 {
	font-family: Arial;
	font-style: normal;

	font-weight: normal;
	font-size: 16px;
	color: darkgray;

	margin-top: 10px;
}



#quicklinks {
    float: left;
    position: relative;
    width: 192px;
    height: 74px;
    padding-left: 6px;
    padding-top: 10px;
    background-image: url(quicklinksBG.png);
    background-repeat: no-repeat;
}

#quicklinks a.link, #quicklinks a.link2 {
    margin-top: 10px;
    float: left;
    background: none;
    color: white;
    text-decoration: none;
    border: 1px;
    border-style: solid;
    border-color: transparent;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 10px;
}

#quicklinks a.link + a.link2{
   float: right;
   margin-right: 13px;
}

#quicklinks a.link:hover, #quicklinks a.link2:hover{
    border-color: white;
}

#quicklinks a.shortcut:first-child {
    margin-left:2px;
}

#quicklinks a.shortcut {
    float: left;
    margin-left: 1px;
    padding: 1px;
    border: 1px;
    border-style: solid;
    border-color: transparent;
}

#quicklinks a.shortcut:hover {
    border-color: white;
	
}

/*	BREADCRUMB BEGIN	*/

ul#breadcrumb {
    float: left;
    position: relative;
    width: 789px;
    height: 28px;
    background: url(bcBG.png) no-repeat;
    margin: 0px;
    padding: 0px;
    border: 0px;
    margin-top: -28px;
    margin-left: -1px;	
    overflow: hidden;
}

ul#breadcrumb li {
    list-style: none;
    position: relative;
    display: inline;
    margin: 0px;
    padding: 0px;
    border: 0px;
    left: 1px;
    font-family: Arial;
    font-weight: normal;
    font-size: 13px;
    font-style: normal; 
}

ul#breadcrumb ins{
	background: url(bcBG.png) no-repeat 0px 0px;
	position: relative;
    display: inline;
    font-family: Arial;
    font-weight: normal;
    font-size: 13px;
    font-style: normal;
    text-decoration: none;
	padding: 6px 8px 7px 5px;
}

ul#breadcrumb a {
    display: inline;
    position: relative;
    color: white;
    text-decoration: none;
    top: 6px;
}

ul#breadcrumb .corpus {
	background-position: -14px -56px;
}

ul#breadcrumb .peak {
    padding-left: 14px;	
	background-position: -774px -56px;
}

ul#breadcrumb li:first-child .tail {
	background-position: -14px -56px;
	padding-left: 3px;
	padding-right: 0px;
	margin-left: 0px;
}

ul#breadcrumb li .tail {
	background-position: 0px -56px;
	margin-left: -22px;
}

ul#breadcrumb li:first-child a:hover .tail{
	background-position: -14px -28px;
}

ul#breadcrumb li + li a:hover .tail{
	background-position: 0px -28px;
}

ul#breadcrumb li a:hover .corpus{
	background-position: -14px -28px;
}

ul#breadcrumb li a:hover .peak{
	background-position: -774px -28px;
}


/*	CONTENT LEFT BEGIN	*/
#left_content {
	float: left;
	background-image: url(main_menu_fade.png);
	background-repeat: repeat-x;
	width: 100%;
	padding-top: 20px;
}

/*	CONTENT LEFT END	*/


/*	MAIN MENU BEGIN		*/

ul#main_menu{
    float: left;
}

ul#main_menu li{
    text-align: left;
    list-style: none;
    width: 172px;
    height: 28px;
    overflow: hidden;
    border-bottom: 1px;
    border-style: dotted;
    border-color: white;
    margin-left: 10px;
    margin-right: 10px;
}

ul#main_menu li a{
    padding-top: 6px;
    padding-bottom: 7px;
    padding-left: 7px;
    padding-right: 10px;
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    color: white;
    text-decoration: none;
    background: none;
    float: left;
    display: block;
    width: 100%;
}

ul#main_menu li a:hover	{
    background-image: url(main_menu_act_bg.png);
    background-repeat: repeat-x;
}

ul#main_menu li.act a{
    background-image: url(main_menu_act_bg.png);
    background-repeat: repeat-x;
}

/*	 MAIN MENU END		*/

#left_content .csc-header h1 {
	color:white;
	font-size:13px;
	margin-bottom:5px;
	margin-left:5px;
}

#middle_centerWithoutSidebar .middle_content {
	width: 748px;
}

#middle_centerWithSidebar .middle_content {
	width: 463px;
}

.middle_content {
    display: inline;
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
    margin: 20px;
    overflow: hidden;
}


.news-single-additional-info dl.news-single-links, .news-single-additional-info dl.news-single-files {
	margin-top: 20px;
}

.news-single-additional-info dl.news-single-links dt, .news-single-additional-info dl.news-single-files dt{
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
}

.middle_content h1{
    font-size: 15px;
    font-style: normal;
    margin-bottom: 1em;
    font-weight: bold;
}

.middle_content h2 {
    font-size: 13px;
    font-style: normal;
    margin-bottom: 5px;
    font-weight: bold;
    margin-top:2em;
}

.middle_content ol li {
    font-size: 13px;
    font-style: normal;
    line-height: 1.3em;
    color: #444444;
    margin-bottom:8px;
    margin-left:3em;
}


.contenttable-0 thead th {
	text-align: left;
	padding: 2px 10px;
}

.contenttable-0 tbody td {
	text-align: left;
	padding: 2px 10px;
}

.contenttable-0 tbody tr.tr-odd {
	background-color: white;
}

.contenttable-0 tbody tr.tr-even {
	background-color: #EEEEEE;
}

.contenttable-0 tbody tr:hover {
	background-color: black;
	color: white;
}

.middle_content .csc-header h1, .middle_content .csc-header a {
    font-size: 15px;
    font-style: normal;
    margin-bottom: 1em;
    margin-top: 0em;
    font-weight: bold;
    text-decoration: none;
    color: black;
}

.middle_content p.csc-subheader {
	color:#444444;
	font-size:14px;
	font-weight:bold;
	margin-bottom:1em;
	margin-top:-1em;
}

.middle_content .csc-header a:hover {
	text-decoration: underline;
}

.middle_content .csc-header h2 {
    font-size: 1.4em;
    font-style: normal;
    margin-bottom: 1em;
    margin-top: 0em;
    font-weight: bold;
}

.middle_content .csc-header h3 {
    font-size: 1.3em;
    font-style: normal;
    margin-bottom: 1em;
    margin-top: 0em;
    font-weight: bold;
}

.middle_content .csc-header h4 {
    font-size: 1.2em;
    font-style: normal;
    margin-bottom: 1em;
    margin-top: 0em;
    font-weight: bold;
}

.middle_content p.bodytext, .middle_content p.bodytext .important , .middle_content p.bodytext em, .middle_content p.align-center em, .middle_content p.align-center {
    font-size: 13px;
    font-style: normal;
    line-height: 1.3em;
    color: #444444;
    margin-bottom:8px;
}

.middle_content p.bodytext .important {
	font-weight: bold;
}

.middle_content .align-center {
    text-align: center;
}

.middle_content p.bodytext strong, .middle_content p.align-center strong{
	font-size: 90%;
	font-weight: bold;
}

.middle_content p.bodytext em{
        font-style: italic;
}

.middle_content a:first-child + .csc-header{
    margin-top: 0em;
}

.middle_content a:first-child + a + .csc-header{
    margin-top: 0em;
}

.middle_content .csc-header {
    margin-top: 2em;
	clear: both;	
}

.csc-textpic {
	clear: both;
}

.middle_content td p.bodytext {
	margin-bottom: 0px;
}

.middle_content a.external-link-new-window, .middle_content a.internal-link, .middle_content a.mail, .middle_content a.download, .news-single-additional-info dl.news-single-links a {
	font-size: 13px;
	font-style: normal;
	margin-bottom: 2em;
	line-height: 1.3em;
	color: #034EA2;
	text-decoration: none;
	padding: 0px;
}

.middle_content a.external-link-new-window:hover, .middle_content a.internal-link:hover, .middle_content a.mail:hover, .middle_content a.download:hover,  .news-single-additional-info dl.news-single-links a:hover {
	text-decoration: underline;
}


.middle_content ul.csc-menu li a:hover {
	text-decoration: underline;
}

.middle_content ul.csc-menu li a {
    font-size: 12px;
	text-decoration: none;
	color: black;
	line-height: 1.4em;
	font-weight: bold;
}

.middle_content ul.csc-menu li{
	font-size: 12px;
	margin-left: 30px;
	line-height: 1.3em;
	color:#444444;
}


.middle_content ul.csc-menu {
	margin-bottom: 2em;
	background-color: #f4f4f4;
	width: 463px;
	list-style-type: square;
}

#middle_right .csc-header {
	float: left;
	width: 100%;
}

#middle_right p.bodytext, #middle_right li {
	color:#444444;
	font-size:13px;
	font-style:normal;
	line-height:1.3em;
	margin-bottom:8px;
}

#middle_right li {
	line-height: 1em;
}

#middle_right p.bodytext a, #middle_right ul li a {
	font-size: inherit;
	color: #034EA2;
	text-decoration: none;
}

#middle_right p.bodytext a:hover {
	text-decoration: underline;
}

#middle_right li {
	float:left;
	list-style-image:none;
	list-style-position: inside;
	list-style-type: square;
	padding:0;
	width:100%;
}

#middle_right .csc-textpic {
        float: left;
}

#middle_right .csc-text {
        float: left;
}

#middle_right ul.csc-menu li a:hover {
        text-decoration: underline;
}

#middle_right ul.csc-menu li a {
    font-size: 12px;
        text-decoration: none;
        color: black;
        line-height: 1.4em;
        font-weight: normal;
}

#middle_right ul.csc-menu li{
        font-size: 12px;
        margin-left: 30px;
        line-height: 1.3em;
        color:#444444;
}

#middle_right ul.csc-menu {
        margin-bottom: 2em;
        width: 264px;
        list-style-type: square;
}


.middle_content ul li ul{
        margin-bottom: 2em;
        list-style-type: square;
	width: auto;
}

.middle_content ul {
	margin-bottom: 2em;
	width: 463px;
	list-style-type: square;
}

.middle_content ul li{
	font-size: 13px;
	margin-left: 30px;
	line-height: 1.3em;
	color:#444444;
}

.middle_content ul li strong{
	font-size: 12px;
	font-weight: bold;
	color:#444444;
}

.middle_content ul.csc-menu li {
    margin-bottom: 0px;
}

#footer {
    z-index: 10;
    float: left;
    width: 960px;
    height: 60px;
    background-color: #333333;
    padding-right: 20px;
    padding-top: 10px;
}

#footer_container {
	float: left;
	height: 75px;
	width: 980px;
	border-right: 2px solid white;
	padding: 4px 10px 0px 10px;
}


#footer p{
    color : white;
    text-align: right;
    line-height: 2em;
    font-size: 10px;
    margin-right: -8px;
}

ul#footer_menu{
    display: inline;
    position: relative;
    float: right;
    margin-top: 4px;
    margin-right: -8px;
}

ul#footer_menu li{
    display: inline;
    list-style: none;
}

ul#footer_menu li a, #footer p a{
    background: none;
    color: white;
    text-decoration: none;
    border: 1px;
    border-style: solid;
    border-color: transparent;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 10px;
}

ul#footer_menu li a:hover, #footer p a:hover{
    border-color: white;
}

.tx-srlanguagemenu-pi1 img {
	border-style: none;
	margin: 2px 4px;
	padding: 0px;
	height: 13px;
	width: 21px;
}

.tx-srlanguagemenu-pi1 {
	float: right;
	position: relative;
	margin-top: -31px;
	margin-right: 7px;
	display: block;
	background-color: #e1e1e1;
	padding: 3px;
}

.tx-srlanguagemenu-pi1 .CUR{float: left;	border: 1px;
	border-style: solid;
	border-color: #034ea2;
}



.tx-srlanguagemenu-pi1 .NO{	float: left; padding: 1px;
	border: 0px;
}

.tx-srlanguagemenu-pi1 .INACT{
	float: left;
	padding: 1px;
	border: 0px;
}

.tx-macinasearchbox-pi1 {
	background-color: #e1e1e1;
	height: 19px;
	float: right;
	margin-right: 115px;
	margin-top: -31px;
	position: relative;
	padding: 3px;
	display: block;
}

.tx-macinasearchbox-pi1 input#submit {
        margin-top: 0px !important;
        height: 17px;
        width: 20px;
}

form#mailform {
	background-color: #F4F4F4;;
	border : 1px solid lightgray;
	margin-top:20px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	width:440px;
}

select#mailformtopic {
	left:50px;
	position:relative;
	border: 1px solid lightgray;
}

.csc-mailform-field {
	margin-top:10px;
}

.csc-mailform-field label {
	vertical-align:top;
	float:left;
	font-size:12px;
	padding:3px;
	width:100px;
}

.csc-mailform-field input, .csc-mailform-field select, .csc-mailform-field textarea {
	border:1px solid lightgray;
	padding:3px;
}


.csc-mailform-field select option {
	padding: 1px;
}


.csc-mailform-field input[type="submit"] {
	background-color: #034EA2;
	color: white;
	border: none;
}

.csc-mailform-field input[type="submit"]:hover {
        background-color: #AA1710;
        color: white;
}


textarea#mailformmessage {
	margin-left: 10px;
	border: 1px solid lightgray;
}


#middle_centerWithoutSidebar table.contenttable {
	width: 740px;
}

#middle_centerWithSidebar table.contenttable {
	width: 100%;
}

table.contenttable td {
	font-size: 13px;
}

table.type_1 * {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	text-align: left;
	vertical-align: top;
	padding: 2px 5px;
}

table.type_1 {
	width: 463px;
	border-spacing: 1px;
}

table.type_1 tbody th {
	width: 205px;
}

table.type_1 tbody tr.tr-even {
	background-color: #dddccc;
}

table.type_1 tbody tr.tr-odd {
	background-color: #F2F1E2;
}

#siteTools {
	background-color:#CCCCCC;
	height:20px;
	height:25px;
	margin-bottom:2px;
	padding-left:20px;
	display: block;
}

#siteTools a {
	background: transparent url(/fileadmin/templates/standard/printerIcon.gif) no-repeat;
	margin: 4px 20px 3px 0px;
	padding-left:20px;
	padding-right:0;
	color:#034EA2;
	float: right;
	text-decoration: none;
}

#siteTools a:hover {
	text-decoration: underline;
}

.pp{
	height: 50px;
	width: 160px;
	background: transparent url(logos.png);
}

#preferredPartner #title {
	height: 30px;
}

#preferredPartner #intersky {
	background-position: 0px -50px;
}

#preferredPartner #intersky:hover{
	background-position: 160px -50px;
}

#preferredPartner #airberlin {
	background-position: 0px -100px;
}

#preferredPartner #airberlin:hover{
	background-position: 160px -100px;
}

#preferredPartner #lufthansa {
	background-position: 0px -150px;
}

#preferredPartner #lufthansa:hover{
	background-position: 160px -150px;
}

#preferredPartner #highlife {
	background-position: 0px -200px;
}

#preferredPartner #highlife:hover{
	background-position: 160px -200px;
}

#preferredPartner #hamburgInternational {
        background-position: 0px -250px;
}

#preferredPartner #hamburgInternational:hover{
        background-position: 160px -250px;
}

form.ryanairflights td {
        color:#444444;
        font-size:10px;
        font-style:normal;
        line-height:1.3em;
        margin-bottom:8px;
}

form.ryanairflights {
	border-width: 1px 0px;
	padding: 5px;
	border-color: gray;
	border-style: solid;
}

form.ryanairflights input[type="submit"] {
	bottom: 35px;
	right: 0px;
	color: white;
	padding: 3px 15px;
	background-color: #034EA2;
}

form.ryanairflights input[type="submit"]:hover {
	background-color: #AA1710;
}


form.ryanairflights select {
	border: 1px solid gray;
	padding: 2px;
	margin-bottom: 5px;
}

form.ryanairflights td.dest {
	width: 160px;
}

form.ryanairflights td.dest select {
	width: 140px;
}

form.ryanairflights td.date {
        width: 130px;
}

.tx-felogin-pi1 input {
	padding: 2px;
	border: 1px solid lightgray;
}

