/*********************************************************************************
Webtech AG
Lehnplatz 10, 6460 Altdorf
/********************************************************************************/ 



/****PAGE GRUNDBEREICH***********************************************************/   
/* Für alle ein margin und padding 0 setzen */
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: White;
	background-image: url('../img/bg1.jpg');
	background-repeat: repeat;
	color: #000000; 
   font-size: 100.00%;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	margin: 0; 
	padding: 35px 0px 35px 0px;
	text-align: center;  		/* Zentrierung im Internet Explorer */
	overflow:-moz-scrollbars-vertical;
}

/* mit korrekte Reihenfolge der A-Tags  */
a:link    { color: red }     /* noch nicht besuchter Link  */
a:visited { color: blue }    /* schon besuchter Link  */   
a:hover   { color: lime} 	  /* Benutzer 'hovert' */    
a:active  { color: lime }    /* Link wird ausgewählt  */
/********************************************************************************/ 





/****PAGE BLOCK******************************************************************/ 
#page {
	z-index: 2;
	position: relative;
	width: 940px;
	border: solid 7px #FFFFFF;
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;    		/* Seiteninhalt wieder links ausrichten */
}

#background {
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 275px;
	background-color: #FFFFFF;
	background-image: url('../img/bg2.jpg');
	background-repeat: repeat-x;
}
/********************************************************************************/





/****HEADER BLOCK****************************************************************/  
#header {
	position: relative;
	width: 100%;
	height: 190px;
	background-color: #FFFFFF;
	background-image: url('../img/header-logo2.jpg');
	background-repeat: no-repeat;
	margin-bottom: 2px;
}

#headerTitle {
	position: absolute;
	bottom: 15px;
	padding: 0px 0px 0px 26px;
}

#headerTitle h1 {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 23px;
	/* color: #E62C3C; */
	color: #9E0E0A;
	font-size: 2.2em;
	_font-size: 2.15em; /*für IE 5.5*/
}

#headerTitle h2 {
	font-size: 1px;
	display: none;
	font-weight: normal;
	color: #FFFFFF;
}
/********************************************************************************/





/****NAVIGATIONS BLOCK***********************************************************/ 
#nav {
	position: relative;
	background-color: #9E0E0A;
	height: 45px;
	padding: 0px 30px 0px 25px;
	margin-bottom: 2px;
}

#nav ul {
	position: absolute;
	top: 15px;
}

#nav ul li {
	position: relative;
	display: inline;			/*Damit IE keine Abstand mehr macht!!! */ 
}

#nav ul li a {
	padding: 10px 8px 10px 8px;
	color: #FFFFFF;
	font-size: 0.8em;
	text-decoration: none;
}

#nav ul li a:hover {
	background-color: #9E0E0A;
	background-image: url('../img/menuactive.gif');
	background-repeat: repeat-x;
	background-position: top left;
}

#nav ul li a.active {
	font-weight: bold;
	background-color: #9E0E0A;
	background-image: url('../img/menuactive.gif');
	background-repeat: repeat-x;
	background-position: top left;
}

#navBottom {
	background-color: #FFFFFF;
	background-image: url('../img/border1.gif');
	background-repeat: repeat-x;
	height: 14px;
	margin-bottom: 25px;
}
/********************************************************************************/





/****CONTENT BLOCK***************************************************************/ 
#content {
	padding: 0px 30px 0px 30px;
	font-size: 0.8em;
}

#content h1 {
	font-size: 1.8em;
	padding-bottom: 20px;
	color: #2A2A2A;
}

#content h2 {
	font-size: 1.2em;
	padding-bottom: 5px;
	color: #2A2A2A;
}

#content p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin-bottom: 15px;
	color: #2A2A2A;
}

#content ul, #content ol {
	padding-left: 30px;
	margin-bottom: 15px;
	color: #2A2A2A;
}

#content a {
	/*color: #B96D00;*/
	color: #9E0E0A;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	color: #B96D00;
	text-decoration: underline;
	font-weight: bold;
}

#content a.active:link, #content a.active:visited {
	color: #B96D00;
	font-weight: bold;
	text-decoration: none;
}

#content img {
border: solid 1px #B96D00;
}

#content img.left {
	position: relative;
	float: left;
	margin: 0px 12px 12px 0px;
}

#content img.right {
	position: relative;
	float: right;
	margin: 0px 0px 12px 12px;
}

#content img.right2 {
	float: right;
	clear: both;
	margin: 0px 0px 12px 12px;
}
/********************************************************************************/





/****FOOTER BLOCK****************************************************************/
#footer {
	position: relative;
	height: 30px;
	clear: both;
	padding-top: 50px;
	background-color: #FFFFFF;
	background-image: url('../img/border2.gif');
	background-repeat: repeat-x;
	background-position:  0px 25px;
	font-size: 0.7em;
}

#footer .left {
	position: absolute;
	left: 30px;
	bottom: 10px;
}

#footer .right {
	position: absolute;
	right: 30px;;
	bottom: 10px;
}

#footer p {
	font-size: 1.0em;
	color: #505050;
}

#footer a {
	color: #505050;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

#footer a.active:link, #footer a.active:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
/********************************************************************************/



/* pdf-icon ***************************************************************************/
.pdfIcon {
	background-image: url(../img/iconpdf.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
}
/* pdf-icon end ***********************************************************************/



/****SPEZIAL BEREICH*************************************************************/
.clear {
	clear: both;
	font-size: 1px;
}

.hide { 
	display: none; 
}

.divider1 {
	position: relative;
	background-color: #FFFFFF;
	background-image: url('../img/border2.gif');
	background-repeat: repeat-x;
	height: 14px;
	margin: 30px 0px 15px 0px;
	clear: both;
}

.divider2 {
	position: relative;
	height: 1px;
	border-bottom: solid 1px #EAEAEA;
	margin: 30px 0px 30px 0px;
}
/********************************************************************************/