/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset { 
  margin: 0;
  padding: 0;
}

body { 
    background-color: #F6F6F6;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image:url(../images/body_bg.gif);
	background-repeat:repeat-x;
}
* {
	margin: 0px;
	padding: 0px;
}
.clearer {clear: both;}

/* Normal link */
a { 
  color: #3399CC;
  text-decoration: none;
}

a:hover, a:active, a:focus { 
  color: #0064A1;
  text-decoration: underline;
}
/* Heading */

ul { 
  list-style: none;
}

a img { 
  border: none;
}

b {
	color: #990000;
	font-size: 100%;
}
h1{    font-family: "Trebuchet MS";
	font-size: 130%;
	color: #AD6E0F;
}
h2{font-size: 150%;
font-family:"Trebuchet MS";
font-weight: normal;
letter-spacing: 1px;}
h4{
	font-size: 12px;
	background-color: #FFFFFF;
	display: block;
	width: 177px;
	height: 23px;
	line-height: 25px;
	padding-left: 10px;
	border: solid 1px #b7b09c;
	font-weight: bold;
}

#wrapper {	margin: 0 auto;}
#content {
	width: 940px;
	height: auto;
	margin: 0 auto;
}
#topnavi {
	background-image: url(../images/topnav.jpg);
	background-repeat: no-repeat;
	width: 550px;
	height: 50px;
	float: left;
	padding-top: 75px;
	padding-left: 390px;
}

#nav{
	text-align: right;
	margin: 0;
	padding: 0;
	float: right;
	width: 250px;
	height: 16px;
	padding-top: 25px;
	padding-right: 20px;
}
.date_ptop {
	float: left;
	display: block;
}
#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 23px;
	width: 250px;
	float: right;
}
#menu li {
	float: right;
	margin: 0;
	padding: 0;
	font-size: 85%;
	line-height: 16px;
}
#menu a {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 2px 8px;
	color: #33210B;
	text-decoration: none;
}
#menu a:hover {
	color: #990000;
}
#header1 {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 920px;
	height: 159px;
	float: left;
	padding-left: 19px;
}
#contingent {
	width: 940px;
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat-y;
	height: auto;
	float: left;
}
#navigation {
	width: 165px;
	float: left;
	padding-left: 30px;
}
#navigation ul{}
#navigation ul li{
	list-style: none;
	border-top: solid 1px #F6F6F6;
	border-bottom: solid 1px #A77C43;
	background-color: #efe9d9;
	border-bottom-color: #D3C498;
}
#navigation ul li a{
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	line-height: 18px;
	display: block;
	padding: 6px 0px 6px 25px;
}
#navigation ul li a:hover{
	background-image: url(../images/hover_nav.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #EBE3CF;
	color: #DF0013;
}
.active {background-image: url(../images/navigation_hover.jpg);
	color: #FF9900;
	background-repeat: no-repeat;
	background-position: left;}
#inhalt {
	width: 494px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
#inhalt h5{
	font-size: 120%;
	color: #37210C;
	font-weight: normal;
	display: block;
	width: 470px;
	padding: 10px;
	margin-top: 40px;
	background-color: #DFD5B0;
       float: left;
}
#inhalt h5 a{
	color: #990000;
}

#inhalt h1{
	font-size: 135%;
	color: #AD6E0F;
	font-family: "Trebuchet MS";
	letter-spacing: 1px;
	margin-bottom: 5px;
	margin-top: 10px;
}
#inhalt a{
}
#inhalt a:hover{
	color: #FF6633;
}
#right_columne{
	float: right;
	width: 215px;
	margin-right: 6px;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	width: 940px;
	height: 28px;
	float: left;
	padding-top: 105px;
	text-align: center;
	font-size: 9px;
	color: #000000;
}
#footer a{
	color: #4C4942;
	text-decoration: none;
}
#footer a:hover{
	color: #FFCC00;
}
#news_flash{
	width: 182px;
	border-right: solid 1px #b7b09c;
	border-left: solid 1px #b7b09c;
	padding-top: 5px;
	padding-left: 5px;
	border-bottom: solid 1px #b7b09c;
	font-size: 10px;
}
#news_flash h3 {
	width: 165px;
	padding: 2px 5px;
	font-weight: bold;
	font-size: 110%;
	display: block;
	color: #302D23;
}
.date-news {
       color: #990000;
	font-size: 100%;
       font-weight: bold;
}
.top{
	width: 50px;
	background-image: url(../images/nachoben.gif);
	background-repeat: no-repeat;
	float: left;
	line-height: 18px;
	padding-left: 4px;
}
#up_button{
}
#up_button a{
	font-size: 9px;
	color: #FF0033;
	text-decoration:none;
}
textfeld {}
.width25 {
	width: 150px;
}
/**************************************************************
   Form Elements
 **************************************************************/

form {
	width: 172px;
	height: 19px;
}

label {
  width: 8em;
  padding-right: 1em;
  
}

input,
textarea,
select {
  padding: 2px;
  font: 400 1em arial, sans-serif;
  background: #FFF;
  border-width: 1px;
  border-style: solid;
  border-color: #ae8b73 #efddd0 #efddd0 #ae8b73;  
}
input:focus,
textarea:focus,
select:focus {
	color: #42210B;
	background-color: #fffdcd;
}

input.button {
	padding: 1px 5px;
	font: 1em arial, sans-serif;
	cursor: pointer;
	color: #000000;
	background-color: #EFE9D9;
	border-width: 1px;
	border-style: solid;
	border-color: #AA6442;
	margin-top: 5px;
}
/**************************************************************
   Form Elements Ende
 **************************************************************/


/* *****Sponoren logos*** */
#sponsoren{
	width: 420px;
	float: left;
	padding: 20px 10px 50px 10px;
	border-bottom: dashed 1px #C5AB5C;
}
.ueberschrift {
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-top: 40px;
}
.ueberschrift2 {
	float: left;
	font-size: 12px;
	font-weight: bold;
	width: 300px;
}
.sponsorenlogo {
	float: right;
}
.sponsorenlogo2 {
	float: left;
	margin-top: 40px;
}
/* *****Sponoren logos Ende*** */

/* *************************** */
/* *** Galerie *************** */
/* *************************** */

#next {
	float: right;
	margin-bottom: 50px;
	margin-top: 15px;
	height: auto;
	clear: both;
	width: auto;
}
#next a {
	margin: 0 0 0 6px;
	padding: 8px 35px;
	text-decoration: none;
}

/* *************************** */
/* *** Galerie Ende ********** */
/* *************************** */


/* ********************************** */
/* ********************************** */
/* *******NEWSTICKER***************** */
/* ********************************** */
/* ********************************** */
/* Sample 2*/
#slideshow {
	width: 896px;
}
.sample{
	padding:4px 4px;
	border:1px solid #e1e1e1;
	font-size: 10px;
	background-color: #FFFFFF;
}
#box2{
	position:absolute;
	width: 468px;
	height: 18px;
}
#box2 span{
	display:block;
	float:left;
	width: 481px;
}

/* ********************************** */

.mask2{
	position:relative;
	width:476px;
	overflow:hidden;
	height: 18px;
	line-height: 20px;
}

span img{
	display:block;
	border:none;
}

/*************************/
/* Suchergebnisse Design */
/*************************/

#suchergebnis {
	width: 484px;
	float: left;
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: dotted #CCC 1px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}
#suchergebnis a {
	font-size: 10px;
}
#suchergebnis a:hover {}

.pic-sucherg {
	float: left;
	margin-right: 15px;
}

.spalte_01 {
	float: left;
	width: 27%;
	font-size: 11px;
	padding-left: 10px;
	padding-top: 5px;
}
.spalte_02 {
	padding-top: 15px;
}
.spalte_03 {
	float: left;
	width: 65%;
	font-size: 11px;
	padding-top: 5px;
	border-left: solid 1px #EFE9D9;
	padding-left: 10px;
}
.spalte_04 {
	float: right;
	width: 24%;
	padding: 0px 5px;
}

.date {
	display: block;
	font-weight: normal;
	font-size: 10px;
	padding-top: 2px;
}
.clock {
	display: block;
	font-size: 10px;
	padding-top: 3px;
}
.day {
	display: block;
	font-weight: bold;
}
/*************************/
/* Suchergebnisse Ende   */
/*************************/
#ticker-area{
	border: solid 1px #b7b09c;
	padding: 5px 0;
	font-size: 10px;
	font-weight: normal;
	color: #4F3C1C;
	background-color: #FFFFFF;
}
.codeblock{
 background: #EEE;
 color: #030;
 line-height: 1.3em;
 padding: 1em;
 border: 1px solid #CCC
}
.code{
 font-family: "Courier New", Courier, monospace;
}
.highlight{
	font-weight: bold;
}
.littlelink{
  float: right;
	font-size: small;
}


/* Firefox Scrollbar Hack - Do not remove */
html { 
  margin-bottom: 1px;
  height: auto;
}

/*---------Künstler Anfang ----------*/
#kuenstler {
	float: left;
	width: 494px;
	display: block;
	margin: 20px 0;
	border-bottom: solid #402E1A 2px;
	padding-bottom: 40px;
	font-size: 90%;
}
#kuenstler a {
	text-align: center;
	font-size: 85%;
}
#kuenstler a:hover {}
#kuenstler h1 {
	font-size: 130%;
	color: #AD6E0F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
}
#kuenstler h2 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
}
#kuenstler h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	width: 120px;
	line-height: 21px;
	text-align: left;
}
#kuenstler p {}
#kuenstler span {
	color: #808080;
	font-size: x-small;
}
.l-ktr-foto {
	float: left;
	display: block;
	width: 31%;
}
.ktr-foto {
	border-color: #d9e0e6 #c8cdd2 #c8cdd2 #d9e0e6;
	border-style: solid;
	border-width: 1px;
	padding: 4px;
	background-color: #FFFFFF;
	float: left;
	margin-bottom: 15px;
}
.ktr-info {
	float: right;
	padding: 0 15px;
	width: 62%;
}


/*---------Künstler Ende ------------*/

/*---------Eventliste----------------*/

#eventliste {
	float: left;
	width: 490px;
	display: block;
	margin: 0 0 20px 0;
	background-color: #EFE9D9;
	border-top: solid 2px #34220C;
}
#eventliste a {
	line-height: 18px;
}
#eventliste a:hover {}
#eventliste h1 {
	font-size: 120%;
	color: #AD6E0F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	font-weight: bold;
}
#eventliste h2 {
	font-size: 85%;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #41361B;
	letter-spacing: 0px;
}
#eventliste span {
	color: #808080;
	font-size: x-small;
}
#eventliste p {
	color: #282828;
	font-size: 12px;
	text-align: left;
}
#rechte-eventseite {
	float: left;
	width: 124px;
	padding: 10px 0;
}
#rechte-eventseite h3{
	font-size: 85%;
	display: block;
	width: 100px;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #F8F4ED;
}
#rechte-eventseite p {
	color: #282828;
	font-size: 11px;
	text-align: left;
}
.sponsor-logo {
	display: block;
	text-align: center;
	padding: 10px 12px;
	width: 100px;
	margin-top: 60px;
}
.sp-logo {
	border-color: #C9B781;
	border-style: solid;
	border-width: 1px;
	padding: 4px;
	margin-top: 5px;
	margin-bottom: 15px;
	display: block;
	float: left;
}
.event-date {
	display: block;
	padding: 0 0 0 8px;
	background-color: #EFE9D9;
	width: 124px;
}
.event-date a {}
.event-info {
	float: right;
	padding: 10px 16px;
	width: 320px;
	background-color: #FCFBF8;
	border-left: dashed 1px #B5783C;
}


/*---------Eventliste Ende-----------*/

/*---------Suchbox-------------------*/

#suchbox {
	margin-bottom: 45px;
	padding-top: 20px;
}
#suchbox table {
	border-color: #efddd0;
	border-width: 1px;
	border-style: solid;
	font-size: 90%;
	font-weight: normal;
}
#suchbox h3 {
	width: 300px;
	color: #88733C;
	font-size: 14px;
}
/*--------Suchbox Ende---------------*/
/*-------Suchergebins----------------*/

#ergebnisbox {
	margin-bottom: 45px;
	padding-top: 20px;
}
#ergebnisbox a {
	color: #DF011A;
	font-weight: bold;
}
#ergebnisbox a:hover {
	font-weight: bold;
	color: #FF6600;
}
.such-ergebnis {
	margin: 15px;
	display: block;
	width: 440px;
	float: left;
	background-color: #EFE9D9;
	padding: 8px;
	border-bottom: solid 2px #564;
}
.suche-nix {
	color: #FF6633;
	font-style: italic;
	padding-left: 10px;
	border: solid #C0C0C0 1px;
	display: block;
	width: 440px;
	line-height: 21px;
	background-color: #FFFFFF;
	margin-left: 25px;
	font-size: 90%;
	float: left;
}

/*-------Ende Suchergebins-----------*/

