/***********************************************/
/* Allgemein                                    */
/***********************************************/

div#head img {
	display: block;
}

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


body {
	background-color: white; /*#fff1de; */
	font-family: Verdana, Sans-Serif;
	font-size: small;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

hr {	
	padding: 0px;
	margin: 5px;	
	border-style:solid;
	border-color: #FFE78E;
	border-width: 1px;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}


h1 {
	color: black;
	font-size: 1.2em;
	/*font-variant: small-caps;*/
	font-weight: bold;
	margin: 5px 0px 12px 0px;
	vertical-align: top;
}

h2 {
	color: black;
	font-size: 1.1em;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

h3 {
	color: black;
	font-size: 1em;
	font-weight: bold;
	margin: 8px 0 5px 0;
}

h4 {
	color: black;
	font-size: 1em;
	font-weight: bold;
	margin: 10px 0 3px 0;
}


p {
	margin: 0px;
	margin-top: 8px;
	padding: 0px;
	text-align: left;
}


table {
	border: none;
	
	text-align: left;
	border-spacing: 0px;
	border-collapse: collapse;
}

td {
	vertical-align: top;
	
}

th {
	vertical-align: top;
	font-weight: bold;
}

ol {
	padding-left: 20px;
}

ul {
  margin:0px;
	padding-left: 20px;
	margin-left: 6px;
	list-style-image: url(../pics/layout/circ_li.png);
}

tr.invert{
  background-color: white;
}

table.costs{
  width: 100%; /*Yellow*/
}

tr.costs_title{
  background-color: #ffcd30; /*Yellow*/
}

tr.costs_title th{
}

table.spot{
  width: 100%; /*Yellow*/
}

tr.spot_title{
}

tr.spot_text{

}

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

a:link 		{ color: black; text-decoration: underline; }
a:visited { color: black; text-decoration: underline; }
a:active 	{ color: black; text-decoration: underline; }
a:hover 	{ color: black; text-decoration: none; }

div#menu_top a:link { color:#6d3d12; text-decoration: none; }
div#menu_top a:visited 	{ color: #6d3d12; text-decoration: none; }
div#menu_top a:active 	{ color: #ffcd30; text-decoration: none; }
div#menu_top a:hover 	{ color: #ffcd30; text-decoration: none; }

div.menu_item a:link { color: #:#6d3d12; text-decoration: none; }
div.menu_item a:visited 	{ color: #:#6d3d12; text-decoration: none; }
div.menu_item a:active 	{ color: #:#6d3d12; text-decoration: none; }
div.menu_item a:hover 	{ color: #dc7d28; text-decoration: none; }




/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/*oben rechts unten links*/

div#head{
	background-image:url(../pics/layout/b.jpg);
	width: 880px;
	height: 107px;
	margin: 0px auto;
	padding: 0px;
	border: none;
	/*border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #5a001e;	*/
}

div#content{

	width: 722px;
	padding: 10px 10px 20px 14px;
	/*float: left;*/
	overflow: auto;
	background-color: #fff9e4;
	text-align: left;
}

div#menu_top{

	background-image:url(../pics/layout/menu.png);
	width: 880px;
	height: 19px;
	border: none;	
	margin: auto;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 13px;
	color: white;
	
}

div#menu_left{

	
	background-color: white; /* #fff9e4; /
	width: 135px;
	/* height: 160px; */
	border: none;	
	float: left;
	padding: 0px;
	margin-top: 0px;
}

div.menu_item{
	background-color: white;
	width: 135px;
	height: 18px;
	border: none;	
	padding:0px;
	margin-top: 1px;
	text-align: left;
	color: #2e6258;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
}

div.menu_item img {
   margin: 0px;
   padding: 0px;
   height: 18px; 
   width: 135px; 
   display:block;
}

div.menu_item p {
   margin: 0px;
   padding: 0px;
   margin-left:3px; 
   padding-top:1px;   
}

div#box{

	width: 881px;
	margin: 5px auto;
	border: none;	
	padding: 0px;
        background-color: white;  /* #fff9e4; */
}

div#boxRand{
  	border-left: none;  /* 1px solid #ffe78e; */
  	border-right: none; /* 1px solid #ffe78e; */
  	margin:0px;
  	padding:0px;
}

div#bottom{

	background-color: #ffcd30; /*#8bbab3; */
	width: 880px;
	height: 13px;
	padding: 0px;
	margin: auto;
	text-align: center;	
	border: none;	
	font-size: 9px;
	color: #6d3d12;
	
}


/***********************************************/
/* Formulare                                   */
/***********************************************/

input {

  width:  150px;
  border: 1px solid #3E6D65;
}

textarea {
  border: 1px solid #3E6D65;
}

.btn {
  background-color: #ffcd30;
  width: 150px;
}


/***********************************************/
/* Gallery                                     */
/***********************************************/

div#gallery a:link { color:#6d3d12; text-decoration: none; }
div#gallery a:visited 	{ color: #6d3d12; text-decoration: none; }
div#gallery a:active 	{ color: #ffcd30; text-decoration: none; }
div#gallery a:hover 	{ color: #ffcd30; text-decoration: none; }

#prev, #next {
display: block;
position: absolute;
top: 0pt;
outline-color: -moz-use-text-color;
outline-style: none;
outline-width: medium;
}

#prev  {
right: 50%;
margin-right: 20px;
}

#next {
left: 50%;
margin-left: 20px;
}

#divgal a img {
visibility: hidden;
}

#divgal a:hover img {
visibility: visible;
}
