html { 
  padding:0px;
  margin:0px;
}

body{
background : #F5DEB3;
	background-image: url(pics/bild_hinter1.jpg);
	background-attachment: fixed;
	background-repeat : no-repeat;
	background-position : center;
	
}

a{
	color: #F5DEB3;
	background:transparent;
	font: bold medium arial, verdana, helvetica, sans-serif;
	text-decoration:underline;
}

a:visited{
	color: #CD9B1D;
	background:transparent;
}

a:hover, a:active, a:focus{
	color: #FFCC66;
	background:transparent;
}

h1 {
	font-size: 11px;
	text-transform:uppercase;
	background-color: Maroon;
	padding:5px 15px;
	margin:0px;
	color:#F5DEB3;
}

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}
/*----------- die Liste unter Termine und Preise ---------------*/
#list{
	list-style-type : disc;
}
#listcon{
	text-align: justify;
}

/* ----------container zentriert das layout-------------- */
#container {
	/*min-height: 600px;
	
	align:center;
	margin-left:50px;*/
	width: 953px;
	margin-top: 10px;
	border-left: 2px solid Maroon;
	border-right: 2px solid Maroon;
	border-top: 2px solid Maroon;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	background-attachment : fixed;
	background: transparent;
	/*background : #3399FF no-repeat center;
	*/
}

/* ----------banner for logo-------------- */
#banner {
	background-color: transparent;
	text-align: right;
	padding: 0px;
	margin: 0px;
}

/* -----------------Inhalt--------------------- */
/*
iframe{
	height: 700px;
	min-height: 700px;
	float: right;
	width: 80%;
	margin:0px;
	border-left: 1px solid #0000C2;
	text-align: center;
	vertical-align: middle;
	color : #0000C2;

	
}*/

p, pre{
padding: 5px 30px;
margin:0px;
}

/* --------------left navigavtion------------- */
#left {
		position:relative;
	top:50px;
	float: left;
	width: 120px;
	margin: 0px;
	padding: 0px;
	color: #0000C2;
	
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: right; }

/*--------------schriften----------------*/
.schr{
	font-family : cursive;
	font-size : large;
	color : Maroon;
}

.schrsm{
	font-family : cursive;
	font-size : xx-large;
	color : Maroon;
}
.schrun{
	font-family : cursive;
	font-size : medium;
	color : Maroon;
}
.schrif{
	color: #F5DEB3;
	font : bolder large cursive;
}
.schrunder{
	font-family : cursive;
	font-size : medium;
	color : Maroon;
	text-decoration : underline;
}
.schrcol{
		color: #FFCC66;
	text-decoration : underline;
}
.schrblue{
		font-family : cursive;
	font-size : bold;
	color : #3333FF;
}

