html
{
   text-align:center;
}
body
{
	background: #e2001a;
	font-family: helvetica,sans-serif;
	font-size: 12px;
	text-align: justify;
}
a, a:hover, a:visited, a:active
{
	color: #000000;
}
#container
{
   background:#e4d088;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
}
#werbung {
   width:200px;
   min-width:60px;
   margin-left:10px;
   position:absolute;
   right:0px;
   top:70px;
   bottom:100px;
   background: #e4d088;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image:url(images/thomas-koeberle.png);
}
#imgheader
{
	height: 48px;
	width: 100%;
	background-image:url(images/austria.jpg);
	background-position: top left;
	background-repeat:x;
	text-align:center;
}
#imgheader a
{
   text-decoration:none;
}
#imgheader h1
{
   padding-top: 5px;
   font-family:Tahoma,Arial,sans serif;
}
#imgheader a:hover
{
   color:#e2001a;
}
#navigation
{
	height: 20px;
	text-align: center;
	width: 100%;
	top: 50px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.3px;
   border-top: 1px solid black;
   border-bottom: 1px solid black;
   background: url(images/austria-guides.jpg);
   background-repeat:x;
   background-position: top left;
}
#navigation a
{
	text-decoration: none;
}
#navigation a:visited, a:active
{
	text-decoration: none;
}
#navigation a:hover
{
   text-decoration: underline;
}
#navigation h1
{
   text-decoration:none;
}
#content
{
	position:absolute;
	background:#FCFBF7;
	top:70px;
	bottom:100px;
	width: 75%;
	overflow-y: scroll;
	border-right: 1px solid black;
	margin-bottom: -1px;
}

#webdesign
{
   width: 100%;
   height: 35px;
   line-height: 31px;
   position:absolute;
   bottom:0px;
   overflow: hidden;
   text-align: left;
   padding: 0;
   background: #e4d088;
}
#webdesign img
{
   vertical-align: bottom;
}
#webdesign a
{
   text-decoration: none;
   font-size: 10px;
}
#austria
{
   width:100%;
   height:65px;
   position:absolute;
   bottom:35px;
   overflow:hidden;
   text-align: left;
   padding: 0;
   background: #e4d088;
   background-image:url(images/austria-guide.gif);
   background-position:top left;
   background-repeat:x;
}
h1
{
   text-align:center;
   text-decoration:none;
   font-size:30px;
   margin:0 0 0 0;
   padding:0 0 10px 0;
}

h2
{
	margin:0px;
	color: #111111;
	padding: 10px 5px 0 10px;
	font-size: 18px;
}
p
{
	padding: 0px 10px 10px 10px;
}
.spacer
{
   padding: 0 0 0 0;
}
li
{
   padding: 5px 10px 0 0;
   margin-left: 20px;
}
.links
{
float: left;
}
.rechts
{
float: right;
}

