@import url(default.css);

@media all {


}


@media screen,projection
{
body { 
margin: 0 auto; 
font-family: Arial, Helvetica, sans-serif;
font-size: 76%;
background: #e1efe1 url(../images/body-bg.jpg) repeat-x top;
padding: 0;
}

a:link {
color: #6BA842;
text-decoration: underline;
}

a:visited {
color: #030;
text-decoration: underline;
}

a:hover {
color: #000;
text-decoration: none;
}

a:active {
color: #000;
text-decoration: underline;
}

#header {
margin: 1em auto 0 auto;
background: url(../images/head-bg.png) no-repeat center;
width:1004px;
height: 462px;
padding: 0px;
}

#navi {
background: url(../images/navi-bg.png) no-repeat center top;
margin: 0 auto;
width:1004px;
clear: left;
}

#tools {
padding: 10px 35px;
float: right;
width: 150px;
height: 16px;
}


#tools a {
text-decoration: none;
}

#language {
float: right;
width: 80px;
border-left: 1px solid #FFF;
}

#title {
padding: 0 10px 0 20px;
float: left;
width: 450px;
}

#title h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 2.5em;
font-weight: normal;
color: #FFF;
}

#title p {
font-size: 1em;
font-weight: bold;
margin-bottom: 1em;
}

.frontimage {
border: 4px solid #FFF;
}

#logo {
padding: 30px 0 0 20px;
}

#headerimages {
border: 4px solid #FFF;
width: 670px;
margin: -140px 0px 20px 300px;
}

#headerimages #rotator {
margin: 0;
padding: 0;
}

#headerimages #rotator li {
margin: 0;
padding: 0;
}

#schnellanfrage {
float: left;
width: 180px;
padding: 0 0 0 20px;
}

#schnellanfrage ol {
margin: 0;
padding: 0;
list-style-type: none;
}

#schnellanfrage li {
margin: 0;
padding: 0.1em 0;
}


#schnellanfrage label {
display: block;
color: #030;
}

#schnellanfrage input, #schnellanfrage select {
background: #fff url(../images/input-bg.gif) repeat-x top;
padding: 2px;
color: #030;
border: 1px solid #777;
}

#schnellanfrage h3 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.7em;
font-weight: normal;
color: #FFF;
}

#shortcuts {
float: left;
width: 251px;
padding: 0 0px 0 40px;
}

#mainlevel {
margin: 0 0 0 71px;
padding: 0;
list-style-type: none;
text-align: center;
min-height: 37px;
}

#mainlevel li {
float: left;
margin: 0;
padding: 0;

}

#mainlevel li a {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 21px;
text-decoration: none;
color: #FFF;
display: block;
line-height: 1.3;
padding: 7px 20px 20px 19px;
background: url(../images/nav-li-bg.gif) no-repeat 100% 8px;
}

#content {
margin: 0 auto;
width:944px;
color: #030;
padding: 0 30px;
}

#footer {
margin: 0 auto;
background: #b6d5a7 url(../images/footer-bg.jpg) center top no-repeat;
}

#footer div {
margin: 0 auto;
width:952px;
padding: 16px 0;
}


#footer div div#partner {
float: right;
margin-top: -0.5em;
padding: 0;
width: 210px;
text-align:right;
}

#footer div div#partner img {
padding-left: 1em;
vertical-align: middle;
}

.shorties {
margin: 5px 0 0 0;
padding: 0;
list-style-type: none;
color:#FFF;

}

.shorties li {
padding:  10px 0 5px 50px;
border-bottom: 2px dotted #a9d58c;
}

.sheader { font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.7em; line-height: 1.2;}
.sheader a:link, 
.sheader a:visited, 
.sheader a:hover, 
.sheader a:active { color: #FFF; text-decoration: none;}
.sheader a:hover { text-decoration: underline;}





.sskype { background: url(../images/skype-logo.gif) no-repeat 0 7px;}
.wetter { background:url(../images/sun.gif) no-repeat 0 7px; border-top:  2px dotted #a9d58c; }
.ssuedtirol { background: url(../images/info.gif) no-repeat 0 7px;}
.callback { background: url(../images/tel.gif) no-repeat 0 7px;}

.contentpaneopen td {
padding-right: 1em;

}

.contentpaneopen td p {
margin-bottom: 1em;
}

td.contentheading, .componentheading {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.5em;
padding: 1em 0 0.4em 0;
}

.moduletablerandomimage  div {
text-align:left;
}
.moduletablerandomimage  div img {
border: 4px solid #FFF;
}

#footer h6 {
margin: 0;
padding: 0;
}

#footer .moduletable {
margin-top: -1.5em;
padding: 0;
}

ul#mainlevelbuttom  {
list-style-type: none;
margin-left: -1em;
padding: 0;
font-size: 0.9em;
}

ul#mainlevelbuttom li {
float: left;
margin: 0;

}

ul#mainlevelbuttom li a {
padding: 0 1em;
border-right: 1px solid #030;
}

#pricetable td {padding: 5px;}
#pricetable th {text-align: center; padding: 5px 15px;}

.error {
color:#F00; font-weight: bold;
}

}


@media print {
* { background: #fff; color: #000; }
html { font: 100%/1.5 georgia, serif; }

}