@charset "utf-8";
/* CSS Document */

*{
padding:0px; 
margin:0px; 
border:0px; 
}

html {
font-size: 16px; 
}

body {
font-family: Geneva, Arial, Helvetica, sans-serif; 
font-size: 16px; 
background-color:#d1cfd0; 
}

div#container {
width: 960px; 
margin: 15px auto; 
border: 2px solid #FFFFFF; 
padding: 2px; 
}


div#header {
padding:5px; 
padding-right:10px; 
margin-top:10px; 
background-image: url(Bilder/austria-guides_logo_transparent130px.jpg); 
background-repeat: no-repeat;
background-position: top right; 

}


h1 {
color:#F20000; 
/*font-style:oblique; 
*/font-size: 45px; 
font-weight:bold; 
letter-spacing:15px; 
word-spacing:10px; 
margin-bottom: 20px; 
position: relative; 
top:12px; left:12px;
}

/* TITLE SHADOW */
h1 span {
color:#7C7B7C;
/*color:#e2e2e2;
*/position:absolute; 
top:2px; left:3px;
z-index:-1; 

}

/* End Title Shadow*/


h2 {
font-size: 22px; 
color:#F20000; 
letter-spacing: 5px; 
text-align:right; 
border-top:2px solid #F20000; 
padding-top:10px; 
}



div#navigationstart {
width: 900px; 
height: 50px; 
overflow:hidden; 
margin: 0 56px;  
/*padding: 5px;*/ 
}

div#navigationstart ul {
margin:0px; 
padding:0px; 
padding-left:9px; 
font-size: 26px; 
color: #FFF; 
list-style-type:none; 
}

div#navigationstart li {
display:inline; 
margin:0 auto; 
}


#navigationstart li a{
float: left;
display: block;
text-decoration: none;
margin: 0px;
padding: 3px 90px; /*padding inside each tab*/
border-right: 3px solid #d1cfd0; /*right divider between tabs*/
color: white;
background: #FF0000; /*background of tabs (default state)*/
}

#navigationstart li a:visited{
color: #535353;
}

#navigationstart li a:hover, #navigationstart li.selected a{
background: #ffffff; /*background of tabs for hover state */
color:#ff0000; 
}


div#content{
width:600px;
margin:10px auto; 
font-size:9px;
color:#d1cfd0;
 
}


div#footer p {
font-size:12px; 
color:#333333; 
margin: 30px 20px; 
padding-top:10px; 
border-top:1px dashed #fff;
text-align:right;

}



