/********************************************************************************
Webtech AG
Lehnplatz 10, 6460 Altdorf

Info: In diesem CSS sind nur die Änderungen der Start-Seite definiert.
********************************************************************************/





/****PAGE GRUNDBEREICH**********************************************************/   
body {
	background-image: url(/img/background-home.jpg);
	background-repeat: repeat;
  }

#page {
	margin-top: 28px;
	width: 980px;
  }
/********************************************************************************/ 





/****LOGO BLOCK******************************************************************/  
#logo {
	float: left;
	width: 222px;
	height: 370px;
	background-color: #666666;
	background-image: url(/img/logo-home.jpg);
	background-repeat: no-repeat;
}
/********************************************************************************/





/****HEADER BLOCK****************************************************************/  
#header {
	width: 750px;
	height: 210px;
	background-image: url(/img/header-home.jpg);
	background-repeat: no-repeat;
}
/********************************************************************************/



/****INFOBOX*********************************************************************/
#infobox {
	/* float: right;
	height: 50px; */
	position: relative;
	top: 30px;
	left: 520px;
	margin-top: -20px;
	padding-top: 0px;
	font-size: 0.8em;
}

#infobox p{
	padding: 0;
	margin: 0;
}

#infobox ul{
	padding: 0;
	margin: 0;
	padding-top: 5px;
	padding-left: 20px;
}
/********************************************************************************/



/****NAVIGATIONS BLOCK***********************************************************/ 
#navHome {
	float: left;
	/*margin-top: 175px;*/
	margin-top: 130px;
	padding-left: 15px;
	height: 20px;
}

/*Grundlayout-Definition Level 1. Navigation als horizontale Liste*/
#navHome ul {
	 margin: 0px;
	 padding: 0px;
	 font-size: 0.7em;
	 color: #666666;
}

#navHome li {
	 list-style: none;
	 display: inline;  /*Damit IE keine Abstand mehr macht*/ 
}

#navHome a {
    display: inline;
	 padding-top: 2px;
	 padding-bottom: 2px;
	 text-decoration: none;
	 height: 100%;
}

#navHome ul li a:link, #navHome ul li a:visited {
    color: #666666; 
	 background: transparent;
}

#navHome ul li a:hover {
    color: #000000; 
	 text-decoration: underline;
}

#navHome ul li a.active:link, #navHome ul li a.active:visited {
	 color: #000000; 
	 text-decoration: underline;
}
/********************************************************************************/





/****CONTENT BLOCK***************************************************************/  
/* Ganzer Content-Bereich ist speziell auf der Home seite */
#contentArea {
	float: left;
	margin-bottom: 20px;
	width: 635px; /* Effektiv 638px aber wegen IE bug etwas wengier */
	background-color: #666666;
	border: 0px;
}

#content {
	float: left;
	width: 525px; /* Etwas weniger da so margin-right entfällt rechts ist einfach der Rest*/
	padding-left: 15px;
	padding-top: 20px;
	background-color: #666666;
	color: #FFFFFF;
	font-size: 0.8em;
}

#content h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	font-size: 1.4em;
}

#content h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
}

#content p {
	margin-top: 0px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-size: 1em;
}

#content a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
/********************************************************************************/





/****SPEZIAL BEREICH*************************************************************/
.clear {
	clear: both;
	font-size: 1px;
}
.hide { 
	display: none; 
}
/********************************************************************************/ 

