color: #000000;
font-family: "Arial";
font-size: 12pt;
margin-left: 0.2cm;
margin-right:0.6cm;
margin-top: 0.2cm;
h1,h2,h3,h4,h5,h6,pre {font-family:arial,sans-serif; font-size:13px; font-weight: bold; font-style: normal; color:#000; margin-top: 0em; margin-bottom: 0em;}
h2 {font-family:arial,sans-serif; font-size:13px; color:#fff; margin-top: 0em; margin-bottom: 0em; font-weight: bold;}
body,td,a,p,.h {font-family:arial,sans-serif; font-size:12px ;align="left"}
a { font-size:10pt; font-weight:100; color:#0000bb; font-style:bold;
    text-decoration:none;
    font-family:Helvetica,Arial;}
a:hover { font-size:10pt; font-weight:100; color:#ffffff; font-style:normal;
    background-color:#354A99;
    text-decoration:none;
    font-family:Helvetica,Arial;}
    td { font-size:10pt; font-weight:100; color:#000000; font-style:bold;
    text-decoration:none;
    font-family:Helvetica,Arial; }
    BODY
div.menue { width:100%; }
    div.menue a {display:block; text-decoration:none; font-size:13px; font-family:Arial, Helvetica, sans-serif;color: white;}
    div.menue a:link {text-decoration:none; font-size:13px; font-family:Arial, Helvetica, sans-serif;color: white;} , div.menue a:visited
    div.menue a:hover {text-decoration:none; font-size:13px; font-family:Arial, Helvetica, sans-serif;color: white;}
    div.menue a:active {text-decoration:none; font-size:13px; font-family:Arial, Helvetica, sans-serif;color: white;}
div.menue2 { width:100%; }
    div.menue2 a {display:block; text-decoration:none; font-size:12px; font-family:Arial, Helvetica, sans-serif;color: black; font-size:0.9em}
    div.menue2 a:link {text-decoration:none; font-size:12px; font-family:Arial, Helvetica, sans-serif;color: black; font-size:0.9em}, div.menue a:visited
    div.menue2 a:hover {text-decoration:none; font-size:12px; font-family:Arial, Helvetica, sans-serif;color: black; font-size:0.9em;}
    div.menue2 a:active {text-decoration:none; font-size:12px; font-family:Arial, Helvetica, sans-serif;color: black; font-size:0.9em}

.navigation2 { width:110; }
.navigation2 a {display:block; text-decoration:none; font-size:18px; font-family:Arial, Helvetica, sans-serif;color: white}
.navigation2 a:link {text-decoration:none; font-size:18px; font-family:Arial, Helvetica, sans-serif;color: white}, div.menue a:visited
.navigation2 a:hover {text-decoration:none; font-size:18px; font-family:Arial, Helvetica, sans-serif;color: white}
.navigation2 a:active {text-decoration:none; font-size:18px; font-family:Arial, Helvetica, sans-serif;color: white}

.normaltext { width:200; }
.normaltext a {display:block; font-size:12px; font-weight:bold; font-family:Arial, Helvetica, sans-serif;color: white}
.normaltext a:link {font-size:12px; font-weight:bold; font-family:Arial, Helvetica, sans-serif;color: white}, div.normaltext a:visited
.normaltext a:hover {font-size:12px; font-weight:bold; font-family:Arial, Helvetica, sans-serif;color: white}
.normaltext a:active {font-size:12px; font-weight:bold; font-family:Arial, Helvetica, sans-serif;color: white}


/*---------- left aligned button ----------*/
.btn { display: block; position: relative; background: #aaa; padding: 5px; width: 120px; margin: 0px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url('images/btn2.png'); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

.btn.blue { background: #2ae; }
.btn.green { background: #9d4; }
.btn.lime { background: #bbce00; }
.btn.pink { background: #e1a; }
.btn:hover { background-color: #FF9900; color: #fff; }
.btn:active { background-color: #444; color: #fff; }
.btn[class] {  background-image: url('images/btn.png'); background-position: bottom; }

* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: #9d4; }
* html .btn.lime { border-color: #bbce00; }
* html .btn.pink { border-color: #e1a; }
* html .btn:hover { border-color: #a00; }

/*---------- centered button ----------*/
.btnC { display: block; position: relative; background: #aaa; padding: 5px; width: 120px; margin: 0px auto; color: #fff; text-decoration: none; cursor: pointer; text-align: center; }
.btnC * { font-style: normal; background-image: url('images/btn2.png'); background-repeat: no-repeat; display: block; position: relative; }
.btnC i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btnC span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btnC span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btnC span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btnC span,
* html .btnC i { width: 120px; text-align: center; padding: 0px; display: block; margin: 0px auto; background-image: none; cursor: pointer; }

.btnC.blue { background: #2ae; }
.btnC.blau { background: #2ae; }
.btnC.green { background: #9d4; }
.btnC.lime { background: #bbce00; }
.btnC.pink { background: #e1a; }
.btnC:hover { background-color: #a00; color: #fff; }
.btnC:active { background-color: #444; color: #fff; }
.btnC[class] {  background-image: url('images/btn.png'); background-position: bottom; }

* html .btnC { border: 3px double #aaa; }
* html .btnC.blue { border-color: #2ae; }
* html .btnC.green { border-color: #9d4; }
* html .btnC.lime { border-color: #bbce00; }
* html .btnC.pink { border-color: #e1a; }
* html .btnC:hover { border-color: #a00; }

/*---------- centered button ----------*/
.btnC2 { display: block; position: relative; background: #aaa; padding: 5px; margin: 0px auto; min-width: 100px; max-width: 490px; color: #fff; text-decoration: none; cursor: pointer; text-align: center; }
.btnC2 * { font-style: normal; background-image: url('images/btn2.png'); background-repeat: no-repeat; display: block; position: relative; text-align: center; }
.btnC2 i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btnC2 span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btnC2 span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btnC2 span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btnC2 span,
* html .btnC2 i { width: auto; text-align: center; padding: 0px; margin: 0px auto; background-image: none; cursor: pointer; }

.btnC2.blue { background: #2ae; }
.btnC.blau { background: #0066FF; }
.btnC2.green { background: #9d4; }
.btnC2.lime { background: #bbce00; }
.btnC2.pink { background: #e1a; }
.btnC2:hover { background-color: #a00; color: #fff; }
.btnC2:active { background-color: #444; color: #fff; }
.btnC2[class] {  background-image: url('images/btn.png'); background-position: bottom; }

* html .btnC2 { border: 3px double #aaa; }
* html .btnC2.blau { border-color: #00CCFF; }
* html .btnC2.blue { border-color: #2ae; }
* html .btnC2.green { border-color: #9d4; }
* html .btnC2.lime { border-color: #bbce00; }
* html .btnC2.pink { border-color: #e1a; }
* html .btnC2:hover { border-color: #a00; }

/*---------- right aligned button ----------*/
.btnR { display: block; position: relative; background: #aaa; padding: 5px; float: right; color: #fff; text-decoration: none; cursor: pointer; }
.btnR * { font-style: normal; background-image: url('images/btn2.png'); background-repeat: no-repeat; display: block; position: relative; }
.btnR i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btnR span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btnR span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btnR span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btnR span,
* html .btnR i { float: right; width: auto; background-image: none; cursor: pointer; }

.btnR.blue { background: #2ae; }
.btnR.blau { background: #0066FF; }
.btnR.green { background: #9d4; }
.btnR.lime { background: #bbce00; }
.btnR.pink { background: #e1a; }
.btnR:hover { background-color: #a00; color: #fff; }
.btnR:active { background-color: #444; color: #fff; }
.btnR[class] {  background-image: url('images/btn.png'); background-position: bottom; }

* html .btnR { border: 3px double #aaa; }
* html .btnR.blau { border-color: #0066FF; }
* html .btnR.blue { border-color: #2ae; }
* html .btnR.green { border-color: #9d4; }
* html .btnR.lime { border-color: #bbce00; }
* html .btnR.pink { border-color: #e1a; }
* html .btnR:hover { border-color: #a00; }

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 200px;
	height: 45px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}

/* background images are entirely optional */
#kwick_fluege { 
	background-color: #0040e5;
	background-image: url('images/fluege-online-buchen.png');
}
#kwick_autovermietung {
	background-color: #0000cc;
	background-image: url('images/autovermietung-navigation.png');
}
#kwick_hotels {
	background-color: #1a0099;
	background-image: url('images/hotel-buchen-reservieren.png');
}
#kwick_staedtereisen { 
	background-color: #0d408c;
	background-image: url('images/staedtereisen-suchen-buchen.png');
}
#kwick_fernreisen-erlebnisreisen { 
	background-color: #000099;
	background-image: url('images/fernreisen-suchen-buchen.png');
}
#kwick_formeleins { 
	background-color: #000099;
	background-image: url('images/formel-eins-hotels.png');
}
#kwick_wohnmobil {
	background-color: #0066ab;
	background-image: url('images/campervan-wohnmobil-mieten.png');
}
#kwick_lastminute {
	background-color: #009999;
	background-image: url('images/pauschalreisen-suchen.png');
}
#kwick_wellness-fahrrad-reisen { 
	background-color: #000099;
	background-image: url('images/wellness-hotels-reisen.png');
}
#kwick_kreuzfahrt-reisen { 
	background-color: #006699;
	background-image: url('images/kreuzfahrt-schiffsreisen.png');
}
#kwick_sprachreisen { 
	background-color: #4000ff;
	background-image: url('images/sprachreisen-reservieren-buchen.png');
}
.kwicks.horizontal #kwick_reiseinformationen { 
	background-color: #bf7cc7;
	background-image: url('images/informationen-reisen.png');
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_reiseinformationen { 
	background-color: #bf7cc7;
	background-image: url('images/informationen-reisen.png');
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}

