/* www.grossglocknerappartement.at */


/* General Format */

html, body, div, p, h1, h2, h3, ul, ol,
span, a, table, td, form, img, li {
 margin: 0;
 padding: 0;
}

body {
 margin: 0;
 cursor: default;
}

body, table td, td {
 font-size: 12px;
 font-family: verdana, lucida, arial, helvetica, sans-serif;
 font-weight: normal;
}

#header, #header #logo {
 margin: 0 0 30px 0;
}

h1 {
 font-size: 14px;
 font-weight: bold;
}

h2 {
 font-size: 12px;
 font-weight: bold;
}

#content p {
 margin: 20px 0 0 0;
}

img {
 border: 0;
}

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

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

.tborder {
 margin: 0 0 0 1px;
}

.tborder td, .tborder th {
 border: 1px solid #000;
 padding: 2px;
}

table {
 border-collapse: collapse;
}

th {
 font-weight: bold;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* Layout */

#left, #right, #menu, #footer #squares, #footer #navi {
 display: none;
}

#footer p {
 border: 1px solid #000;
 border-width: 1px 0 0 0;
 padding: 5px 0 0 0;
 margin: 25px 0 0 0;
}

.sitemap_box {
 float: left; 
 width: 130px;
 height: 150px;

 padding: 2px;
 margin: 0 1px 0 0;
}

.sitemap_box h2 {
 font-size: 1em;
 font-weight: bold;
 color: #000;

 padding: 2px;
 margin: -2px -2px 2px -2px;
}

#container #content ul {
 margin: 0 0 0 16px;
}