body {
	margin:0px;
	padding:0px;
	background-color:#00ffff;
	font-family: arial,verdana,no-serif;
	font-size:16px;
	background:url('image/blauerhintergrund.jpg');
	background-repeat:repeat;
	background-position:right top;
	color: rgb(23, 73, 168);
}

h1 {
	text-align:center;
}
h2 {
	text-align:center;
}
.maintable	{
	border: 1px solid #006400;
	width:800px;
	/*float:right;*/
	margin:0 0 0 80px;
		}

#palmsTable {
	width:100%;
	border-spacing:0;
}

#palmsCenter {
	width:70%;
}

/*der Container zentriert den content*/
/*#container {
	width:80%;
	max-width:1000px;
	min-width:800px;
	min-height:800px;
	border:1px black solid;
	margin:0 auto;
	background-color:#eee;
}*/

/*dieser container beschraenkt die breite*/
#container {
	width:99.9%;
	max-width:1200px;
	min-width:800px;
	min-height:800px;
	border:1px black solid;
	border-radius: 25px 25px 25px 25px;
	margin: 20px 0;
	background-color:rgba(224, 255, 255,0.90); 
}
/*#toc  {
	min-width:400px;
}*/

#logo {
	background:url('image/banner_01.jpg');
	background-repeat:no-repeat;
	border-radius: 25px 25px 0px 0px;
	
	width:100%;
	height:200px;
	
	color:black;
	font-family:arial, verdana,times new roman,no-serif;
	font-size:58px;
	text-align:right;
}

#logoTitle {
	margin-left:auto;
	padding-right:30px;
	padding-top:10px;
	text-decoration:none;
}
/*
#side_house_left {
	background:url('image/blauerhintergrund.jpg');
	background-repeat:no-repeat;
	background-position:right top;
}

#side_house_right {
	background:url('image/blauerhintergrund.jpg');
	background-repeat:no-repeat;
	background-position:left top;
}
*/

/* Menue code*/
#menu {
	float:left;
	border:0px red solid;
	width:200px;
	height: 480px;
	
}

#menu ul{
	padding-left:10px;
	padding-right:10px;
}

#menu ul li {
	display:block;
	
	margin:3px;
	
	background-color:#48d1cc;
	border: 1px solid #aaa;
	text-align:center;
}

#menu ul li:hover {
	background-color:#eee;
}

#menu ul li a {
	display:block;
	color:#333;
	text-decoration:none;
}
/* Menue ende*/




#content {
	margin-left:100px;
	margin-right:80px;
	width:auto;
	/*text-align:justify;*/
	border: 0px solid red;
}

.rightAd {
	float:right;
	width:160px;
	border:0px solid blue;
	text-align:right;
}

.block {
	clear:both;
}

#footer {
	margin:0 auto;
	background:url('image/blauerhintergrund.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	border-radius: 0px 0px 25px 25px;
	padding-bottom:15px;
	
	max-width:1200px;
	width:100%;
	height:120px;
}
img {
  border-radius: 20px;
}

img.floatLeft {
	float:left;
	margin:10px;
}

img.floatRight {
	float:right;
	margin:10px;
}

/*a img {
	border-style: none;
}*/
		/* Menue code*/
#menue {
margin-top:20px;

padding: 0 20px;
/*float: left;*/
border:0px solid red;
} 
#menue li {
  display:inline;
/*float: left;*/
width: 480px;
list-style-type: none;
} 
#menue li {
  display:inline;
position: relative;
}
/* Menue ende*/
.buton {
	float:left;		/*diese 3 Reihen sind der Trick*/
	width:60%;		/*diese 3 Reihen sind der Trick*/
	height: 160px; 		/*diese 3 Reihen sind der Trick*/
	margin:8px;
	border:3px rgb(23, 73, 168) solid;
	height: 140px;
	width: 140px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-decoration:none;
}			
.buton a {
        /* position:absolute; relative fixed static */
	/*left:10px; top:220px; width:160px; height:160px;*/
  	margin:0 auto;
	margin:0 0 0 0;


	text-decoration:none;
} 
.buton a p {
  	height: 140px;
	width: 140px;
	
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin:0 0 0 0;
	color: rgb(23, 73, 168);
	text-decoration:none;
	text-align:center;
	font-size: 26px;
	font-weight: 900;
}

.buton a p:hover {
	background-color:#90ee90;
	color:orange;
	       z-index:1;
       /* These three lines are for transparency in all browsers. */
       -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
       filter: alpha(opacity=50);
       opacity:.7;
		}	
		
.buton2 {
  background-image:url('image/72-06.jpg');
  background-repeat:no-repeat;
  -moz-border-radius: 20px;
  border-radius: 22px;
}
.buton2 a {
        /* position:absolute; relative fixed static */
	/*left:10px; top:220px; width:160px; height:160px;*/
  	margin:0 auto;
	margin:0 0 0 0;


	text-decoration:none;
} 
.buton2 a p {
  	height: 140px;
	width: 280px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin:0 0 0 0;
	color:	#006400;
	text-decoration:none;
	text-align:center;
	font-size: 26px;
	font-weight: 900;border: 2px solid #006400;
}
.buton2 a p:hover {
	background-color:#90ee90;
	color:orange;
	       z-index:1;
       /* These three lines are for transparency in all browsers. */
       -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
       filter: alpha(opacity=50);
       opacity:.7;
		}
	
/* Kontakt htm */

#kontaktf {
	/*border: 2px solid #14266c ;*/	
	/*background-color:#ddd;*/
}
#map_canvas {
	width:300px; 
	height:363px; 
	float:right; 
	border:1px solid #aaa ;
}
#kontaktf input {
	border: 1px solid #aaa ;
	background-color:#fff;	
}
#kontaktf select {
	border: 1px solid #aaa ;
	background-color:#fff;	
}
#kontaktf textarea {
	border: 1px solid #aaa ;
	background-color:#fff;	
}
/* end Kontakt htm */
.11{
  border:4px #006400 solid;
}
.tomswebdesignimg{
    float:left;
    margin:7px;
}
.tomswebdesign{
    width: 390px;
    border-radius:15px;
    margin: 0 auto;
    margin:15px auto;
    text-align: center;
    background:rgba(255,255,255,0.79);
    border: 1px rgba(60, 99, 145,0.99) solid;
    }
.tomswebdesign a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 900;
    color: rgb(46, 46, 46);
    text-shadow:2px 2px 6px rgba(57, 255, 247,0.90);
    }
.tomswebdesign :hover{
    color: rgb(0, 135, 152);
    text-shadow:2px 2px 6px navy;
  
}
