
@font-face {
  font-family: 'Lilita+One';
  font-style: normal;
  font-weight: 400;
  src: local('Lilita One'), local('Lilita One Regular'), local('LilitaOne-Regular'), url(/page/fonts/LilitaOne-Regular.ttf) format('ttf');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Ropa+Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Ropa Sans'), local('Ropa Sans Regular'), local('RopaSans-Regular'), url(/page/fonts/RopaSans-Regular.ttf) format('ttf');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Open+Sans"; 
  src: url("/site/templates/fonts/OpenSans-Regular.ttf"); 
  src: url("/site/templates/fonts/OpenSans-Bold.ttf"); 
}
@font-face {
  font-family: "Merriweather"; 
  src: url("/site/templates/fonts/Merriweather-Regular.ttf"); 
}

* {
	margin: 0 auto;
	padding: 0;
}
.clear {
	line-height: 2px;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background : url(images/hg.png) 50% 0 no-repeat fixed transparent;
	font-family: 'Ropa Sans', sans-serif;
	width: 100%;
}

#kopf {
	width: 990px;
	height: 112px;
	margin: 0 auto;
	background: none #f0f0f0;
}

#pageimage {
	width: 100%;
	background: none #777;
	height: 200px;
	margin: 0;
}

#login {
	margin: 0;
	font-size: 13px;
	color: #575656;
}
#login a {
	color: #c9252d;
}

#login h2.part,
#search h2.part {
	font-size: 18px;
	margin-bottom: 3px;
}

#login input, 
#search input, 
#cont1 input,
#cont1 textarea {
	border: 0;
	background: none white;
	border-radius: 5px;
	margin: 1px 0;
	font-family: 'Ropa Sans', sans-serif;
	color: #575656;
	font-size: 14px;
	padding: 4px;
}
#cont1 input[type="text"] {
	width: 300px;
}
#login input[type="submit"], 
#search input[type="submit"],
#cont1 input[type="submit"] {
	background: none #c9252d;
	color: white;
}
#cont1 input[type="submit"] {
	width: auto;
}

#container {
	width: 990px;
	background: none #f0f0f0;
	margin: 0 auto;
}

#menutop {
	margin: 72px 25px 0 7px;
	float: right;
	width: 670px;
}

#kopf .logo {
	margin: 24px 0 0 53px;
	float: right;
}

#nav {
	height: 32px;
	padding: 1px 33px 5px 35px;
	text-align: center;
	background: url(images/nav.gif) 0 0 no-repeat transparent;
}

#cont1 {
	width: 634px;
	float: left;
	padding: 20px 38px 20px 68px;
}

#cont2 {
	float: left;
	padding: 20px 20px 20px 0px;
}

#fuss {
	width: 990px;
	background: none #7c7b7b;
	min-height: 100px;
}

#fuss p {
	margin: 35px 15px 0 35px;
	padding: 0 15px 0px 15px;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	border-left: 1px dotted #fff;
	float: left;
}

#fuss p strong {
	text-transform: uppercase;
}

#fuss p a {
	color: #fff;
}

#fuss .sitemap {
	width: 910px;
	padding: 20px 40px 45px 40px;
	font-size: 12px;
	color: white;
}
#fuss .sitemap table {
	width: 100%;
}
#fuss .sitemap th {
	font-weight: bold;
	text-align: left;
}

#fuss .sitemap td {
	font-weight: normal;
	vertical-align: top;
}


#adresse {
	position: fixed;
	bottom: 0;
	width: 990px;
	height: 15px;
	background: none #575656;
	text-align: center;
	padding: 5px 0;
}
#adresse p {
	font-size: 12px;
	color: white;
}
#adresse p a {
	color: white;
}