body
{
	background: #f8e5c4;
	font-family: helvetica,sans-serif;
	font-size: 12px;
	text-align: justify;
}
a, a:visited, a:active
{
	color: #314600;
}
a:hover
{
   color:#5b7627;
}
#container
{
	background-color:#4559ca;
	width: 900px;
	height: 420px;
	position:absolute;
	left: 50%;
	top: 50%;
	margin-top: -250px;
	margin-left: -450px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	background-repeat: no-repeat;
	background-position: right center;
	background-image:url(images/linzguides.jpg);
}
#imgheader
{
	height: 48px;
	width: 585px;
	border-right: 0px solid black;
	background-color:#4559ca;
	background:url(images/guideslinz.png);
}
#imgheader a, a:visited, a:active {
   color:#fff7fa;
   text-decoration:none;
}
#imgheader a:hover {
   color:#efdec0;
}
#navigation
{
	height: 20px;
	text-align: center;
	padding-top: 4px;
	width: 585px;
	top: 50px;
	font-size: 14px;
	font-weight: bold;
	color:#efdec0;
	letter-spacing: -0.3px;
	border-bottom: 1px solid #000000;
	border-right: 0px solid #000000;
	background:url(images/austriaguides.png);
}
#navigation a
{
	text-decoration: none;
	color:#efdec0;
}
#navigation a:visited, a:active
{
	text-decoration: none;
}
#navigation a:hover
{
   text-decoration: underline;
}
#navigation h1
{
   text-decoration:none;
   color:#efdec0;
}
#content
{
	width: 585px;
	top: 60px;
	height: 348px;
	overflow: auto;
	border-right: 0px solid black;
	margin-bottom: -1px;
	background-color:#fff7fa;
}
#content a:visited
{
   color:#333333;
   text-decoration:underline;
}
#webdesign
{
   width: 900px;
   height: 35px;
   background:#0080C0;
   color:#efdec0;
   line-height: 31px;
   overflow: hidden;
   text-align: center;
   padding: 0;
   background-image:url(images/linz.png);
   background-repeat: x;
   background-position: center;
   border-left: 1px solid black;
   border-bottom: 1px solid black;
   border-right: 1px solid black;
   border-top: 0px solid black;
   margin-left: -1px;
   font-weight: bold;
}
#webdesign img
{
   vertical-align: bottom;
}
#webdesign a
{
   text-decoration: none;
   font-weight: bold;
   font-size: 12px;
   color:#efdec0;
}
h1
{
   text-align:center;
   text-decoration:none;
   font-size:30px;
   margin:0 0 0 0;
}

h2
{
	margin:0px;
	background-color: #9c9092;
	color: #efdec0;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
}
p
{
	padding: 0px 10px 10px 10px;
}
li
{
   padding-right: 10px;
}
.links
{
float: left;
}
.rechts
{
float: right;
}
#werbung
{
   float:right;
   width:150px;
   height:90px;
   background-color:#FF0080;
   margin-right:10px;
   margin-top:10px;
}


