/*allgemeine Einstellungen*/
* {
margin: 0;
padding: 0;
}
html {
	color: #4a2a0f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background-color: #fcf5ca;
	background-image: url(style_FILES/bg_liedertafel.gif);
	background-repeat: repeat-x;
}
#all {
	width: 1020px;
	overflow: hidden;
}

/*Header*/
#header {
	background-image: url(style_FILES/logo_header.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 111px;
	width: 707px;
	overflow: hidden;
	text-indent: -999px;
	left: 0px;
	top: 0px;
	background-position: left top;
}

/*Link Home ueber Logo*/
#linkHome {
	z-index: 9999;
	left: 20px;
	top: 20px;
	position: absolute;
}
#linkHome a {
	display: block;
	width: 150px;
	height: 80px;
	text-indent: -9999px;
}

/*trailer*/
#trailer {
	position: absolute;
	left: 702px;
	top: 1px;
	height: 254px;
	width: 253px;
	overflow: hidden;
}

/*Breadcrumb Navi*/
#breadcrumb {
	position: absolute;
	left: 200px;
	top: 102px;
	width: 300px;
	padding: 0 0 5px 0;
	font-size: 100%;
}
#breadcrumb a {
	text-decoration: none;
}

/*Suche*/
#searchbox {
	position: absolute;
	left: 20px;
	top: 117px;
	height: 25px;
	width: 160px;
	text-align: right;
}
#searchbox p {
	display: inline;
}
#searchbox .searchlabel {
	font-size: 0.8em;
	color: #333333;
	margin: 0 5px 0 0;
}
#searchbox .searchbox {
	font-size: 1em;
	border: 1px solid #333333;
}
#searchbox .searchbutton {
	font-size: 1em;
	margin: 0 0 0 5px;
	background-color:#fff;
	border: 1px solid #333333;
	height: 1.5em;
}

/*Printversion*/
#printversion {
	position: absolute;
	left: 585px;
	top: 121px;
	width: 207px;
	font-size: 85%;
}
#printversion a {
	text-decoration: none;
}

/*nav*/
#nav1 {
	position: absolute;
	left: 20px;
	top: 160px;
	width: 192px;
}

#nav1 {
     	background: url(style_FILES/nav-top.gif) top left no-repeat;
    	padding: 33px 0 5px;
	margin-bottom: 15px;
	width: 160px;
}

#nav1 ul {
    background: url(style_FILES/nav_bottom.gif) bottom left no-repeat;
    list-style-type: none;
    margin: 0;
    padding: 5px 0;
}

#nav1 ul li a:link,
#nav1 ul li a:visited,
#nav1 ul li span,
#nav1 ul.allmenu li {
    display: block;
    width: 140px;
    margin: 0;
    padding: 5px 8px;
    text-decoration: none;
}

#nav1 ul li {
    background: url(style_FILES/nav-back.gif) 0 0 no-repeat;
}

#nav1 li a.act {
    background: url(style_FILES/nav-back.gif) -400px 0 no-repeat;
}

#nav1 ul li a:hover,
#nav1 ul li a:active,
#nav1 ul li.error {
    background: url(style_FILES/nav-back.gif) -200px 0 no-repeat;
}

#nav1 ul li.indented {
    text-indent: 1em;
}

/*content*/
#content {
	position: absolute;
	width: 800px;
	left: 205px;
	top: 170px;
	overflow: hidden;
}

/*mittlere Spalte*/
#normal {
	float: left;
	width: 515px;
	overflow: hidden;
}
#normal li {
	font-size: 11px;
	margin: 0 0 0.5em 1.2em;
	line-height: 120%;
	letter-spacing: 0.03em;
}

/*rechte Spalte*/
#right {
	display: inline;
	float: left;
	width: 200px;
	margin: 100px 0 0 20px;
}

/*IE clearing*/
#ieclearing {
	clear: both;
}

/*footer*/

#footer {
	font-size: 90%;
	display: inline; /*behebt double margin bug im ie*/
	clear: both;
	float: left;
	width: 515px;
	height: 20px;
	margin: 20px 0;
	padding: 4px 0;
	background-image: url(style_FILES/bg_down.gif);
	background-repeat: repeat-x;
}
#footer a {
	font-weight: normal;
	text-decoration: none;
}
#footerLeft {
	float: left;
}
#footerRight {
	float: right;
}

/*Tabellen*/

.contenttable {
	width: 100%;
}

.contenttable p {
	margin: 0;
}

.contenttable td {
	font-size: 12px;
	margin: 3px;
	padding: 3px;
	text-align: left;
	vertical-align: 1px;
}

.contenttable .tr-odd {
	background-color: #f8eeae;
}

.contenttable .tr-0 {

	font-weight: bold;
}

/*Formular*/
.formu {
width:94%;
padding-top:10px;
padding-bottom:10px;
padding-left:10px;
border: 1px solid #4a2a0f;
}
.mf-radio {
border:0px;
}

.mf-text {
color: #000000;
border: 1px solid #4a2a0f;
margin-bottom: 0;
margin-left: 0px;
}

.mf-check {
border: 0px;
}
.mf-select {
border:0px;
}

.mf-input {
border: 1px solid #4a2a0f;
margin-bottom: 5px;
}

.mf-submit {
color: #ffffff;
background-color: #4a2a0f;
border: 0px;
margin-top: 20px;
}

