/*Layout für Homepage*/

.body  {
		background-color:#EAEAEA;
		font-family:Verdana, Arial, sans-serif;
	  }

.content
              {
		margin-left:auto; 
		margin-right:auto; 
		width:1230px; 
		border:0px solid yellow; 
		background-color:#EFEFEF;
	   }			 
.divleft  {
		float:left; 
		border:1px solid; 
		width:230px; 
		height:800px;
		/*min-height:800px;*/
		/*margin-left:5px;*/
	    }	  
.divRight{
		float:right;
		border:1px solid;
		width:997px; 
		height:800px; 
		/*min-height:800px;*/
		border-left:0px solid;
        }
		
.divLogo  {
		border:0px solid black; 
		margin:5px;
		 } 
		 
img  { 
		border: 0px; 
	/*	border:2px solid #000;*/
	}
/*
.divMenu {
		border:0px solid black; 
		height:200px; 
		margin:5px;
		vertical-align: text-top;
		vertical-align: top;		
		  }*/
.divMenuLink {
		margin:5px;
		margin-top:4px;
			 }		  
.divCopyright   {
		border:0px solid black; 
		margin-left:5px;
		font-size:8px;
			}
.divFooter {
		border:1px solid black;
		   }
.divHeader {
		border:1px solid black; 
		border-top:0px solid; 
		border-left:0px solid; 
		border-right:0px solid;
		   }
.divHeaderLink {
		border:0px solid black; 
		text-align:right; 
		margin-left:5px; 
		margin-right:5px;
		   }
.divContent  {
		margin-left:auto; 
		margin-right:auto;
		margin-top:10px;
		margin-bottom:10px;
			}
.divTime {
		margin:5px;
		margin-top:20px;
        color:#565656;
        background-color:#EFEFEF;
        width:200px;
        padding:7px;
        font-size:14px;
        font-family:Verdana, Arial, sans-serif;
        font-weight:bold;
        text-align:center;
        border:2px solid #000;
		 }
.divTime:hover 	{
		color:black;
		background-color:#D9D9D9;
		width:200px; 
			    }
		 
/* Layout für Tables*/
.divPReise {
        color:#565656;
        background-color:#EFEFEF;
        padding:7px;
        font-size:14px;
        font-family:Verdana, Arial, sans-serif;
        font-weight:bold;
        text-align:left;
        border:2px solid #000;
		width:700px;
		margin-left:auto; 
		margin-right:auto;		
		   }
.divPReise:hover 	{
		color:black;
		background-color:#D9D9D9;
		width:700px;
		margin-left:auto; 
		margin-right:auto;		
			         }		   
.tableTitel {
        color:#565656;
        background-color:#EFEFEF;
        padding:7px;
        font-size:14px;
        font-family:Verdana, Arial, sans-serif;
        font-weight:bold;
        text-align:center;
        border:2px solid #000;
		width:700px;
			}
			
.tableContent {
	/*	border:1px solid black;
		background-color:#D9D9D9;
		width:700px;*/
        color:#565656;
        background-color:#EFEFEF;
        padding:7px;
        font-size:14px;
        font-family:Verdana, Arial, sans-serif;
        font-weight:bold;
        text-align:left;
        border:2px solid #000;
		width:700px;		
			  }	
.tableContent:hover 	{
		color:black;
		background-color:#D9D9D9;
		width:700px;
			         }			  
/*Layout für Titel*/
h2.time {
		height:5px;
       }
			  
/*Layout für Button Links*/
   a.button {
      display:block;
      color:#EFEFEF;
      background-color:#EFEFEF;
      width:200px;
      padding:7px;
      font-size:14px;
      font-family:Verdana, Arial, sans-serif;
      font-weight:bold;
      text-decoration:none;
      text-align:center;
     /* margin:10px;*/
      border:2px solid #000;
  /*    background-image:url(images/hinter.gif);*/
      }
   a.button:hover {
      display:block;
      color:black;
      background-color:#D9D9D9;
	  width:200px;
 /*     background-image:url(hinter_on.gif);*/
      }
			  
/*Layout für Link*/
a:link { 
		font-weight:bold; 
		color:#565656; 
		text-decoration:none; 
	  }
a:visited { 
		font-weight:bold; 
		color:#0A0A0A; 
		text-decoration:none; 
		 }
a:focus { 
		font-weight:bold; 
		color:#0A0A0A; 
		text-decoration:none; 
	   }
a:hover { 
		font-weight:bold; 
		color:#0A0A0A; 
		text-decoration:none; 
	   }
a:active { 
		font-weight:bold; 
		color:#0A0A0A; 
		text-decoration:none;	
		}
