/*
    Under the bridge Festival
    CSS for screen and projection devices
    Handcrafted by vorderdeck. neue medien (www.vorderdeck.de)
    Powered by loud, fast and mean rock 'n' roll music
    Created: 2007-06-20
    Last modified: 2007-06-20
    By: Ingo Wagener (iw@vorderdeck.de)
*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 1em;
}

body {
	background-color: #F8A700;
	background-image: url(../bilder/layout/schnoerkel.gif);
	background-repeat: no-repeat;
}

h1 {
    width: 970px;
    height: 171px;
}

h1 a {
    display: block;
    width: 970px;
    height: 171px;
    background: url(../bilder/layout/header.gif) no-repeat 100% 0;
    text-indent: -3000px;
    font: 0px/0 sans-serif;
    text-decoration: none;
}

h2 {
    margin-bottom: .6em;
    font: 1.4em verdana, sans-serif;
}

h3 {
    margin: 1.2em 0 .3em;
    padding-bottom: 3px;
    border-bottom: 1px solid #FAC14A;
    background: url(../bilder/layout/bg-h3.gif) repeat-x 0 100%;
    font: 1.2em verdana, sans-serif;
}

h3 span {
    font-size: .8em;
    color: #D50F7A;
}

h4 {
	margin: .3em 0;
	font-family: verdana, sans-serif;
	font-size: 1em;
	font-weight: normal;
}

p {
    margin: .6em 0;
    font: .8em/1.4 verdana, sans-serif;
}

a {
	color: #D50F7A;
	text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#overall {
    width: 970px;
}

#leftRow  {
	width: 150px;
	margin-left: 60px;
	float: left;
	display: inline;
	text-decoration: none;
}

#leftRow ul {
    list-style: none;
}

#leftrow li {
    margin-bottom: .2em;
	text-decoration: none;
}

#leftrow li img {
	display: block;
}

#content {
    width: 500px;
    min-height: 520px;
    margin-left: 40px;
    padding-right: 40px;
    float: left;   
    background: url(../bilder/layout/bg-content.gif) no-repeat 100% 0;
}

#content ul {
    margin: .6em 2em;
    list-style: square;
    font: .8em/1.4 verdana, sans-serif;
}

#content a {
	color: #D50F7A;
	text-decoration: none;
	border-bottom: 1px dotted #D50F7A;
}

#content a:hover {
	border-bottom: 1px solid #D50F7A;
}

div.hr {
    margin: 2em;
    height: 75px;
    background: url(../bilder/layout/bg-hr.gif) no-repeat 50% 0;
}

div.hr hr {
    display: none;
}

#rightRow {
    width: 170px;
    padding-top: 15px;
    float: right;
}

#rightRow ul {
    list-style:  none;
    font: 1em verdana, sans-serif;
}

#rightRow li {
    margin-bottom: .4em;
}

#rightRow li.platzda {
    margin-bottom: 1em;
}

#rightRow  ul li.nav a {
    display: block;
    font-size: .9em;
    padding: 0 4px;
    line-height: 1.6;
    text-decoration: none;
    border: 1px dotted #D50F7A;
} 

#rightRow ul li.nav a:hover {
    background: #F9DC40;
}

#rightRow ul p {
    margin: .2em 0 .4em;
}

#ftOuter {
    background: url(../bilder/layout/footer-outer.gif) repeat-x 0 100%;
} 

#ftInner {
    height: 329px;
    position: relative;
    background: url(../bilder/layout/footer.gif) no-repeat;
}

#ftInner div {
    position: absolute;
    bottom: 7px;
    left: 60px;
    padding: 5px;
    background: #fff;
    border: 2px solid #EF0083;
    height: 28px;
    width: 610px;
    background: #fff;
}

#ftInner img {
    margin-left: 1em;
}

#subfooter {
    padding: 10px 60px;
    background: #d71872 url(../bilder/layout/bg-subfooter.gif) repeat-x;
}

#subfooter h4 {
    margin: 0;
    font: .7em verdana, sans-serif;
    color: #fff;
}

#subfooter ul {
    margin: .6em 0; 
    list-style: none;
    float: left;
}

#subfooter li {
    margin-right: 20px;
    float: left;
    line-height: 21px;
}

#subfooter li a {
    line-height: 21px;
}

#subfooter li a img {
    vertical-align: middle;
}

#subfooter br {
    clear: left;
}

#subfooter a {
    color: #DD719A;
    text-decoration: none;
}

#subfooter a:hover {
    text-decoration: underline;
    color: #fff;
}

a.pdf {
    padding-left: 19px;
    background-image: url(../bilder/icon-pdf.gif);
    background-repeat: no-repeat;
    background-position: 0 50%;
}

a.excel {
    padding-left: 19px;
    background-image: url(../bilder/icon-excel.gif);
    background-repeat: no-repeat;
    background-position: 0 50%;
}

a.corel {
    padding-left: 19px;
    background-image: url(../bilder/icon-corel.gif);
    background-repeat: no-repeat;
    background-position: 0 50%;
}

/* gästebuch */
form {
    display: inline;
}

fieldset.gb {
	margin: .6em 0;
	padding: 0;
}

fieldset.gb legend {
    margin-bottom: .2em;
    font: 1.1em verdana, sans-serif;
    color: #D50F7A;
}

fieldset.gb label.left {
    width: 150px;
    margin-bottom: 4px;
    display: block;
    float: left;
    font: .8em/1.4em verdana, sans-serif;
    color: #D50F7A;
}

label a {
    border-bottom: 0!important;
}

fieldset.gb br {
    clear: left;
}

fieldset.gb input.txt {
	width: 326px;
	margin-bottom: 4px;
	padding: 2px;
	border: 1px solid #D50F7A;
	background: #fff;
	font: .8em verdana, sans-serif;
}

fieldset.gb input.btn {
	margin-top: 2px;
	text-align: left;
	border: 1px solid #D50F7A;
	background: #fff;
	font-weight: normal;
	font-size: .8em;
}

fieldset.gb textarea {
    width: 330px;
    height: 200px;
    border: 1px solid #D50F7A;
	background: #fff;
	font: .8em verdana, sans-serif;
}

dl {
    margin: .6em 0;
}

dl dt {
    font: 1.1em/1.4em verdana, sans-serif;
    color: #D50F7A;
}

dl dt em {
    font-size: .8em;
    font-style: normal;
    color: #D50F7A;
}

dl dd {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #D50F7A;
}

.smilie {
    vertical-align: middle;
}.BildAbR {
	margin-right: 20px;
}

}.BildAbL {
	margin-left: 20px;
}

