
html {
    height: 100%;
    margin: 0px;
  }



body {
    font-family:Arial, "Sans Serif";
    font-size:12px;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
   padding-right: 0px;
    color: #340f07;
    height: 100%;
    background-color: #e6ebf1;
  }
  	

p{
    font-family:Arial, "Sans Serif";
    font-size:12px;
	color: #fff;;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 1.4;
	padding-left: 3px;
	padding-right:3px;
	text-align: left;
}

 a:link, a:visited, a:hover{
    color: #ffffff;
    text-decoration: none;
}

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

#start{
	width: 798px;
	background-color: #40608f;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
}

.main{
	border: solid 1px #fff;
}

#head1{
	height: 53px;
	background-image: url('../images/top.gif');
	background-repeat: repeat-x;
	border-bottom: solid 0px #838c9b;
}

#head2{
	height: 140px;
}

#main2{
	width: 790px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: solid 0px #838c9b;
}

#left{
	float:left;
	width: 142px;
	margin-left: 20px;
	margin-bottom: 100px;
	background-image: url('../images/left_bg.gif');
	background-repeat: repeat-y;
	border: solid 1px #51709e;
	padding: 14px;
}

#left hr{
	border-top: 1px solid #819ac2;
	border-bottom: none;
	border-right: none;
	border-left: none;
}

.counter{
	font-size: 11px;
	padding-top: 20px;
	padding-left: 3px;
}

.right{
	width: 8px;
	background-image: url('../images/right.gif');
	background-repeat: repeat-y;
}

#content{
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 0px;
	padding-bottom: 20px;
	margin: 0px;
	border: solid 0px #fff;
	width: 540px;
	float: right;
}

#footer{
	margin-left: auto;
	margin-right: auto;
	width: 799px;
	height: 9px;
	background-image: url('../images/footer.gif');
	background-repeat: no-repeat;
}


#left ul {
	list-style-image: url('../images/button.gif');
	margin:0px;
	margin-left: 8px;
	padding: 0px;
	padding-left: 8px;
}


#left ul li {
	margin:0 0 2px;
	border-bottom: solid 0px #a7b8c6;
}

#left ul li a {
	display:block;
    line-height:23px;
	text-decoration:none;
}


#left ul li.active a:link,#left ul li.active a:visited {
	font-weight: bold;
}

div.buchung{margin:20px 0 30px 0;}
div.buchung button{border-radius:5px;padding:8px 20px;color:#344e73;font-weight:400;font-size:14px;background-color:#ffffff;}
div.buchung button:hover{background-color:#dddddd;}

h1{
	text-align: right;
	font-size: 16px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 16px;
}

input.antispam {
	display: none;
}
