@font-face {
    font-family: 'PT Sans Narrow';
    src: url(/fonts/PT_Sans-Narrow-Web-Regular.ttf);
    font-weight: normal;
}
@font-face {
    font-family: 'PT Sans Narrow';
    src: url(/fonts/PT_Sans-Narrow-Web-Bold.ttf);
    font-weight: bold;
}

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

html {
	height: 100%;
	overflow-y:scroll;
}

body {
	height: 100%;
	font-family: 'PT Sans Narrow', sans-serif;
	width: 100%;
	background: none #ddd;
}

#kopf {
	width: 990px;
	height: 92px;
	margin: 0 auto;
	background: none #ffffff;
}

#pageimage {
	width: 100%;
	background: url("images/balken.png") #777;
	height: 250px;
	margin: 0;
}

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

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

#login input, 
#search input, 
#contnewsletter input,
#cont1 input,
#contnewsletter textarea,
#cont1 textarea {
	border: 1px solid #3b9ace;
	background: none white;
	border-radius: 5px;
	margin: 1px 0;
	color: #3b9ace;
	font-size: 14px;
	padding: 4px;
}
#cont1 input[type="text"],
#contnewsletter input[type="text"], {
	width: 300px;
}
#login input[type="submit"], 
#search input[type="submit"],
#cont1 input[type="submit"],
#contnewsletter input[type="submit"] {
	background: none #3b9ace;
	color: white;
}
#cont1 input[type="submit"],
#contnewsletter input[type="submit"] {
	width: auto;
}

#container {
	position: relative;
	width: 990px;
	background: none white;
	margin: 0 auto 30px auto;
}

#menutop {
    float: left;
    margin: 0 25px 0 15px;
    width: 670px;
}

#kopf .logo {    
	left: 109px;
    margin: 15px 0 0;
    position: relative;
}

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

#cont0 {
	width: 950px;
	padding: 20px 20px 20px 20px;
}

#cont1 {
	width: 690px;
	float: left;
	padding: 20px 40px 20px 10px;
}

#contnewsletter {
	width: 500px;
	float: left;
	padding: 20px 40px 20px 10px;
	margin: 0 0 0 190px;
}

#cont1_ajax {
	width: 930px;
	padding: 20px 20px;
}

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

#cont3 {
	width: 990px;
}

#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 {    
	background: none repeat scroll 0 0 #3b9ace;
    bottom: 0;
    height: 26px;
    padding: 2px 0 0;
    position: fixed;
    text-align: center;
    width: 100%;
}
#adresse p {
	font-size: 16px;
	color: white;
}
#adresse p a {
	color: white;
}

.singlearticle {
	margin: 0 0 15px 0;
}

#cont1 .search {
	margin: 0 0 0 230px;
}

#weihnachten {
	width: 748px;
	background: none #325188;
	margin: 0 auto 0 auto;
}