/********************************************************************************
Webtech AG
Lehnplatz 10, 6460 Altdorf
********************************************************************************/





/****PAGE GRUNDBEREICH**********************************************************/   
#page {
	background-image: url(/prog/img/background-home.jpg);
	background-repeat: repeat-y;
  }
/********************************************************************************/ 





/****HEADER BLOCK****************************************************************/   
#header {
	background-image: url(/prog/img/header-2011.jpg);
	background-repeat: no-repeat;
}
/********************************************************************************/ 





/****CONTENT-SPACER BLOCK********************************************************/   
#contentSpacer {
	width: 625px;
}
/********************************************************************************/ 
 




/****CONTENT BLOCK**************************************************************/   
#content {
	width: 365px;
}
/*******************************************************************************/ 





/****NEWS BLOCK*****************************************************************/   
#news {
   float: right;
	width: 170px; /* IE braucht da 10px Luft... */
	padding-top: 10px;
}

#news h1 {
	color: #6D6E71;
	font-size: 1.0em;
	text-transform: uppercase;
	padding-right: 25px;
	margin-bottom: 15px;
}

#news h2 {
	color: #6D6E71;
	font-size: 0.75em;
	font-weight: bold;
	padding-right: 25px;
	margin-top: 0px;
	margin-bottom: 4px;
}

#news p {
	color: #6D6E71;
	font-size: 0.7em;
	margin-top: 0px;
	padding-right: 25px;
}

#news a {
	color: #EFB400;
	text-decoration: none;
	font-weight: bold;
}

#news a:hover {
	color: #6D6E71;
	text-decoration: none;
}
/******************************************************************************/





/****KURS BLOCK***************************************************************/   
#kurse {
   float: left;
	margin-left: 20px;
	width: 400px;
}

#tabKurse{
	border: 0px;
	background-image: url(/prog/img/tabelle-hintergrund.gif);
	background-repeat: no-repeat;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}

#kurse h1 {
	color: #FAA61A;
	font-weight: bold;
	font-size: 0.65em;
	padding-left: 6px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#kurse p {
	color: #6D6E71;
	margin-top: 0px;
	padding-left: 6px;
	padding-right: 4px;
	font-size: 0.7em;
}

#kurse a {
	color: #EFB400;
	text-decoration: none;
	font-weight: bold;
}

#kurse a:hover {
	color: #6D6E71;
	text-decoration: none;
}
/********************************************************************************/





/****SCHATTEN-UNTEN BLOCK********************************************************/   
#schattenUnten {
	background-image: url(/prog/img/schatten-unten.jpg);
	background-repeat: no-repeat;
}
/********************************************************************************/ 





/****SPEZIAL BEREICH*************************************************************/
.clear {
	clear: both;
	font-size: 1px;
}
.hide { 
	display: none; 
}
/********************************************************************************/ 

