div.gb_paginator{
    text-align: center;
    line-height: 1.5em;
}

div.gb_paginator a{
    padding: 0 5px;
}

div.gb_paginator a.aktiv{
    font-weight: bold;
    color: Black
}

body{
	background-attachment: fixed;
	background-color: #961734;
	/* background-image: url(../gfx/hintergrund.jpg); */
	background-image: url(../gfx/outline_hg.jpg);
	background-repeat: repeat;
	background-position: top center;
	margin: 0;
	padding: 0;
}

div.clear{
    clear: both;
}

ul.articlelist{
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

ul.articlelist li{
    margin: 0;
    padding: 0;
}

div.MORELINK hr{
    display: none;
}

p.bildrahmen{
	font-size: 10px;
	line-height: 12px;
	margin: 0;
	padding: 0;

}

p.bildrahmen img{
	border: 1px solid #FFB400;
	display: block;
}

img.bildrahmen{
	border: 1px solid #FFB400;
}

p.infobox{
	border-left: 2px solid #FFB400;
	font-size: 11px;
	padding-left: 5px;
}

p.teaser{
	color: #95162B;
	font-size: 12px;
	font-weight: bold;
}

#content{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	padding: 25px 0 0 20px;
	width: 640px;
}

dl.specials{
	margin: 0;
	padding: 0;
}

dl.specials dt{
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid #95152C;
	padding: 3px;
}

dl.faq dt{
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #95162B;
	font-family: Arial, Helvetica, sans-serif;
}
dl.faq dd{
	margin: 0 0 5px 0;
	padding: 0;
}

dl.specials dd{
	margin: 0 0 20px 0;
}

dl.specials p,
dl.specials ol,
dl.specials ul{
	margin-top: 0;
	margin-bottom: 5px;
}

#content h1, #content h2, #content h3, #content h4{
	color: #95162B;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0 5px 0;
	padding: 0;
	text-shadow: 1px 1px 1px #aaa;
}

#content h1{
	font-size: 30px;
	line-height: 25px;
}

#content h2{
	font-size: 22px;
	line-height: 25px;
	margin-bottom: 15px;
}

#content h3{
	font-size: 16px;
	line-height: 20px;
	margin-top: 20px;
}

#content h4{
	font-size: 14px;
	line-height: 20px;
}

#content{
	line-height: 22px;
}

#content p{
    margin: 5px 0;
}

#cssintro{
	display: none;
}

#footer{
	background-image: url(../gfx/footer.gif);
	background-position: 0 10px;
	background-repeat: no-repeat;
	clear: both;
	height: 43px;
	margin: 20px 0 0 0;
	padding: 12px 0 0 20px;
	width: 630px;
}

#footer hr{
	display: none;
}

#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	margin: 0;
}

#navigation{
	margin: 40px auto 10px auto;
	width: 780px;
}

#navigation ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li{
	display: inline;
	margin: 0;
	padding: 0;
}

#navigation ul li a:link,
#navigation ul li a:visited{
	/*
	color: #FFB600;
	text-shadow: 1px 1px 2px black;
	*/
	color: #990000;
	text-shadow: 1px 1px 2px #ccc;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding: 0 30px 0 0;
	text-decoration: none;
}

#navigation ul li a:hover,
body#start #navigation a.start:link,
body#start #navigation a.start:visited,
body#specials #navigation a.specials:link,
body#specials #navigation a.specials:visited,
body#produkte #navigation a.produkte:link,
body#produkte #navigation a.produkte:visited,
body#faq #navigation a.faq:link,
body#faq #navigation a.faq:visited,
body#team #navigation a.team:link,
body#team #navigation a.team:visited,
body#kontakt #navigation a.kontakt:link,
body#kontakt #navigation a.kontakt:visited,
body#gaestebuch #navigation a.gaestebuch:link,
body#gaestebuch #navigation a.gaestebuch:visited {
	color: Orange;
}

#outline{
	background-color: #4ba536;
	background-attachment: scroll;
	background-image: url(../gfx/ecke.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
	border: none;
	margin: 0 auto 40px auto;
	padding: 15px;
	width: 780px;
	-moz-box-shadow: 0 5px 10px black;
	-webkit-box-shadow: 0 2px 5px black;
}

#outline1{
	background-attachment: fixed;
	background-color: #FFF6D9;
	background-image: url(../gfx/outline_hg.jpg);
	background-position: 0 0;
}

#outline2{
	background-attachment: scroll;
	background-image: url(../gfx/sidebar_hg.gif);
	background-position: 100% 80px;
	background-repeat: no-repeat;
}

#outline3{
	background-attachment: scroll;
	background-image: url(../gfx/sidebar.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

div.section{
    padding-right: 20px;
}

/* Formular */
div.gb_formular{
	margin: 0;
	text-align: left;
	padding: 30px;
}

div.gb_formular div.gb_formrow{
	padding: 4px;
}

div.gb_formular div.gb_formrow label{
	width: 120px;
	display: block;
	float: left;
	cursor: pointer;
}

div.gb_formular textarea{
    width: 300px;
    height: 200px;
}

/* Einträge */
div.gb_eintrag{
	width: 450px;
	text-align: left;
	margin: 0 auto 50px auto;
}

div.gb_eintrag h4{
font-size: 12px !important;
background-color: #FFB400;
border-left: 20px solid #94152A;
height: 20px;
white-space : nowrap;
padding-left: 10px !important; }

div.gb_eintrag p{ 
	margin: 5px 0 0 0;
}

#footer a:link,
#footer a:visited{
	color: black;
	text-decoration: underline;
}

#footer a:hover{
	text-decoration: none;
}

#content a:link{
	color: #006699;
	text-decoration: underline;
}

#content a:visited{
	color: Maroon;
	text-decoration: underline;
}

#content a:hover{
	color: #003366;
	text-decoration: none;
}

/* **********************************************************
 * KForm
  ********************************************************** */


fieldset.formular{
  border:none;
  padding: 0;
  margin: 0;
}

fieldset.formular legend{
  display: none;
}

fieldset.formular div.row{
  clear:left;
  padding: 5px 5px;
}

fieldset.formular label{
  width: 140px;
  text-align:right;
  float:left;
  margin: 2px 20px 0 0;
  font-size:0.9em;
}

fieldset.formular span.foreign{
    font-size: 0.9em;
    font-weight: normal;
    color: #666;
}

span.pflicht{
  color:#c00;
}

fieldset.formular textarea{
  width: 350px;
  height: 180px;
}


div.image{
    margin-bottom: 15px;
}

div.image img{
    border: 1px solid #CCC;
    padding: 4px;
}

div.image span.title{
    font-size: 0.88em;
    color: #444;
    display: block;
    line-height: 1em;
    padding: 3px 0 0 5px;
}

div.image a{
    margin: 0;
    padding: 0;
}

div.image a:hover img{
    border-color: Orange;
}

div.image.links{
    float: left;
    margin-right: 15px;
}

div.image.rechts{
    float: right;
    margin-left: 15px;
    margin-right: 10px;
}
