/* Startseite.css */

body
{
	padding: 		  0;
	margin: 			  0;
	font-size: 		  11px;
	font-family:	  Arial, Helvetica, sans-serif;
	color: 	      	  #000000;  
	line-height: 1.5;
	/*letter-spacing: 0.05em;*/
	text-align: left;
	background-color: #6B030E;
}

/*
*{
	padding: 		  0;
	margin: 			  0;
}*/


/*td
{text-align: left;}
*/


table
{text-align: left;}

/* Headline */
h1, h2, h3 
{
	margin: 0;
	padding: 0;
	color: #800E3F;
}


.lila
{ 
color: #800E3F;
}

span
{
	/*letter-spacing: 0.15em;*/
}


p
{
	margin: 0 0 2em 0;
	line-height: 26px;
	list-style: none;
}


/* Links */ 
a:link       {text-decoration: none; color: #800E3F;}
a:hover   {text-decoration: none;	color: #800E3F;}
a:hover   {text-decoration: none;	color: #800E3F;}
a:visited  {text-decoration: none; color: #800E3F;}


#mycontent
{
	width: 990px;
	text-align: left;
	background-color: #F6F5F3;
	margin-bottom: 30px;
}


#header
{
 height: 172px;
}


.oben-nav
{
width: 990px;
height: 33px; 
}



.left
{
width: 145px; 
float: left;
}

.right
{
width: 210px;
float: left;
}

div#inhalt
{
 width: 635px;
 float: left;
 /*overflow: auto;*/
 margin-bottom: 15px;
 text-align: left;
}


div#footer
{
 margin-top: 20px;
 width: 990px;
 /*margin-bottom: 30px;*/
}




div.box-reisen
{
 float: left;
 width: 206px;
 margin-right: 3px;
}


div.box
{
width: 189px; /* 205 */
background-color: #FFFFFF;
padding: 8px;
border: 1px solid #cccccc;
}


div.round
{
 border: 1px solid #cccccc;
 background-color: #FFFFFF;
}



div.oben-nav-element
{
 background-repeat: repeat-x;
 float: left;
 width: 160px;
 font-size: 13px;
 line-height: 25px;
 background-image: url(../images/startseite/hg_menu.jpg);
 background-color: #ffffff;
 margin-right: 3px;
 text-align: center;
 font-weight: bold;
}

div.oben-nav-element-active
{
 background-image: url(../images/startseite/hg_menu_active.jpg);
}



div.nav-element
{
 font-size: 12px;
 border-bottom: 1px solid #dddedf;
 line-height: 20px;
}





/* Skalierender HG */
/*
html { height:100%; overflow:hidden; overflow-y:hidden; overflow-x:hidden; }
body { height:100%; overflow:hidden; overflow-y:hidden; overflow-x:hidden; }
*/


