/*
----------------------------------------------
Gastof Maurer, Gloggnitz
Martin Eckbauer
Erstellung: Februar 2009
www.gasthofmaurer.at
info@gashofmaurer.at
----------------------------------------------
*/
@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
.floatright {
	float: right;
}



body {
	font-family: "Lucida Calligraphy";
	font-size: 80%;
	line-height: 120%;
	background-image: url(../Images/BodyBackdrop.jpg);
	background-repeat: repeat;
	text-align: center;
	color: #340002;
}
#Container {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	background-color: #cc9966;
	margin-top: 10px;
	padding: 5px;
}


#header {
	height: 180px;
	background-image: url(../Images/Header_Banner.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 10px;
}

#header h1 {
	visibility: hidden;
}
#language {
	margin-top: -15px;
	color: #340002;
}

#language a {
	color: #340002;
}

#language a:hover {
	color: #340002;
	text-decoration: none;
}


#Navigation {
	height: 23px;
}



#MainContant {
	height: 400px;
	background-color: #FFFFEC;
}

#MainContant h2 {
	border-bottom-width: 1px;
	border-bottom-color: #340002;
	text-align: right;
	margin-bottom: 8px;
	padding-right: 35px;
	padding-top: 20px;
	border-bottom-style: solid;
	margin-right: 180px;
	line-height: 200%;
	font-size: 150%;
}
#pdf   {
	width: 120px;
	font-size: 75%;
	text-align: center;
	float: right;
	margin-top: -5px;
	margin-right: 7px;
	color: #340002;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
#pdf a {
	font-size: 75%;
	text-align: center;
	float: right;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

#pdf a:hover {
	color: #340002;
	text-decoration: underline;
}


#Text {
	margin-top: 15px;
	margin-left: 22px;
	overflow: auto;
	height: 300px;
	width: 540px;
	line-height: 130%;
	font-size: 93%;

}
#Text  h3 {
	margin-bottom: 2px;
	margin-top: 16px;
	font-size: 110%;
	line-height: 130%;
}
#Text h4 {
	font-weight: bold;
	text-decoration: underline;
	margin-top: 10px;
}

#Text  p {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 100%;
}
#Text  a {
	color: #340002;
	text-decoration: none;
}
#Text a:hover {
	color: #340002;
	text-decoration: underline;
	font-weight: bold;
}
#Text table {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

#Text  #pics {
	border: 1px solid #340002;
	margin: 5px;
}


#Sidebar {
	right: 0px;
	float: right;
	clear: right;
	top: 0px;
	height: 335px;
	width: 150px;
	padding-top: 40px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #340002;
	text-decoration: none;
}
#Sidebar a {
	color: #340002;
	text-decoration: none;
}
#Sidebar a:hover {
	color: #340002;
	text-decoration: underline;
	font-weight: bold;
}



#Sidebar ul {
	list-style-type: none;
	text-align: center;
}
#Sidebar li {
	line-height: 40px;
	font-size: 100%;
	text-decoration: none;
}




#Footer {
	font-size: 75%;
	padding-top: 9px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;

}
#Footer ul {
	list-style-type: none;
	text-align: center;
}
#Footer li {
	list-style-type: none;
	display: inline;
}
#Footer a {
	margin-left: 20px;
	color: #340002;
	text-decoration: none;

}
#Footer a:hover {
	color: #340002;
	text-decoration: underline;
	font-weight: bold;
}
#Footer #non {
	text-decoration: none;
	font-weight: normal;
}
#Text h5 {
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 110%;
	line-height: 130%;
	text-align: right;
	margin-right: 10px;
}
