* {
	margin: 0;
	padding: 0;
}

body {
background: #000080;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 15px;
color: #333;
}

a {
text-decoration: none;
color: #000080;
}
a:hover {
text-decoration: underline;
color: #111;
}

img {
float: left;
margin: 0 10px 0 0;
}

#tirol {
margin: 20px auto;
width: 700px;
background: #FFFF99;
border: 2px dotted #000080;
}

#tours {
margin: 10px auto;
width: 680px;
background: #fff;
border: 2px solid #333;
}

#header {
height: 65px;
text-align: right;
padding: 10px 10px 10px 0;
}
#header h1 { 
text-align: left;
font-size: 24px;
letter-spacing: +2px;
padding: 10px 0 4px 20px;
color: #111;
}
#header h1 a { 
color: #111;
font-weight: 900;
letter-spacing: +9px;
}
#header h1 a:hover {
color: #111;
text-decoration: none;
}
#header h2 {
text-align: left;
font-size: 17px;
color: #990000;
padding: 5px 0 0 20px;
font-weight: 100;
}
#header img {
float: right;
padding: 10px 0 0 10px;
}

#menu {
height: 30px;
line-height: 30px;
background: #FFFF99;
border-bottom: 1px solid #333;
text-align: left;
font-size: 14px;
letter-spacing: -1.5px;
font-weight: 100;
padding: 0 10px 10px 10px;
}
#menu a:hover {
color: #111;
text-decoration: none;
}
#menu img {
float: left;
padding: 1px 0 0 0;
margin: 0 10px 0 -10px;
}

#content {
padding: 0 20px 20px 20px;
}

.partnerlink {
padding: 2px 2px 2px 2px;
border: 1px dotted #333;
background: #FFFF99;
}

.left {
float: left;
width: 380px;
text-align: justify;
}
.left h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
color: #000;
}
.left h2 a {
text-decoration: none;
}
.left h2 a:hover {
color: #111;
}
.left ul {
padding: 10px 0 7px 40px;
list-style-type: disc;
}
.left ol {
padding: 10px 0 7px 40px;
}

.right {
float: right;
width: 220px;
padding-top: 10px;
text-align: right;
}
.right h2 {
margin: 5px 0 0 0;
padding-left: 10px;
height: 28px;
line-height: 28px;
background: #FFFF99;
color: #111;
font-size: 13px;
}
.right ul {
padding: 10px 0 15px 10px;
list-style-type: none;
}
.right ul li a {
color: #000080;
text-decoration: none;
font-size: 12px;
font-weight: 100;
}
.right ul li a:hover {
color: #111;
}
.right img {
float: right;
padding: 0 0 0 0;
margin: 0 0 0 0;
}

.adleft {
float: left;
height: 40px;
width:200px;
border: 2px solid #990000;
font-size: 18px;
color: #aaa;
text-align: center;
}
.adright {
float: right;
height: 40px;
width: 200px;
border: 2px solid #990000;
font-size: 18px;
color: #aaa;
text-align: center;
}

#footer {
padding: 5px 0 0 0;
height: 20px;
line-height: 20px;
background: #FFFF99;
text-align: center;
font-size: 10px;
}






