/*************************************************************************************
Projekt: Inserateservice.ch

Webtech AG
Lehnplatz 10, 6460 Altdorf, Schweiz
Tel. +41 (0)41 874 30 30, E-Mail mail[at]webtech[dot]ch
All rights reserved, all graphics copyrighted.
**************************************************************************************/



/* Main ******************************************************************************/
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center; /* Zentrierung für IE */
	font-size: 100.00%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ECECE9;
	overflow:-moz-scrollbars-vertical; /* Seitwärtsverschiebung im Firefox verhindern */
	background-image: url(img/bg.gif);
	background-repeat: repeat;
}

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   */
/* Main end **************************************************************************/ 



/* Page area **************************************************************************/
#page {
	width: 801px;
	height: 652px;
	margin: 0 auto;		/* Horizontale Zentrierung */
	text-align: left;		/* Seiteninhalt wieder links ausrichten */
	background-image: url(img/inserateservice.gif);
	background-repeat: no-repeat;
	margin-top: 30px;
}
/* Page area end **********************************************************************/



/* Header *****************************************************************************/
#header {
	float: left;
	width: 801px;
	height: 230px;
}
/* Header end *************************************************************************/



/* Site *******************************************************************************/
#site {
	float: left;
	width: 907px;
}
/* Site end ***************************************************************************/



/* SiteLeft ***************************************************************************/
#siteLeft {
	float: left;
	width: 229px;
}
/* siteLeft end ***********************************************************************/



/* Address ***************************************************************************/
#address {
	color: #787979;
	float: left;
	width: 210px;
	font-size: 0.7em;
	text-align: right;
	line-height: 15px; 
	margin-top: 240px;
}

#address a {
	color: #787979;
	text-decoration: none;
	font-weight: bold;
}

#address a:hover {
	color: #E46709;
	text-decoration: underline;
	font-weight: bold;
}

#address a.active:link, #content a.active:visited {
	color: #E46709;
	text-decoration: underline;
	font-weight: bold;
}
/* Address end ************************************************************************/



/* siteRight **************************************************************************/
#siteRight {
	float: left;
	width: 550px;
}
/* siteRight end **********************************************************************/



/* Content ****************************************************************************/
#content {
	float: left;
	width: 522px;
	margin-top: 15px;
	padding-left: 20px; /* für den IE, da margin nicht geht */
	padding-bottom: 0px; /* für den IE, da margin nicht geht */
	font-size: 0.8em;
}

#content h1 {
	color: #787979;
	font-family: Arial;
	margin-bottom: 12px;
	font-size: 1.9em;
}

#content h2 {
	color: #787979;
	margin-top: 10px;
	padding-bottom: 5px;
	font-size: 1.1em;
	font-weight: bold;
}

#content p {
	color: #787979;
	font-size: 1em;
	line-height: 1.4em;
	padding-bottom: 10px;
}

#content ul, #content ol {
	padding-left: 30px;
	margin-bottom: 15px;
	color: #58595A;
}

#content ul li {
	padding-bottom: 4px;
}

#content a {
	color: #787979;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	color: #E46709;
	text-decoration: underline;
	font-weight: bold;
}

#content a.active:link, #content a.active:visited {
	color: #787979;
	text-decoration: underline;
	font-weight: bold;
}

#content img {
	margin-bottom: 15px;
	border: 6px solid #E7E7E7;
	text-decoration: none;
}
/* Content end ************************************************************************/



/* Footer *****************************************************************************/
#footer {
	color: #787979;
	font-size: 0.7em;
	float: left;
	width: 555px;
	padding-top: 8px;
	padding-left: 20px;
}

#footer a {
	color: #787979;
	text-decoration: underline;
}

#footer a:hover {
	color: #E46709;
	text-decoration: underline;
}

#footerlinks {
	float: left;
	width: 555px;
	padding-top: 7px;
}

#uw {
	/*background-color: Aqua;*/
	float: left;
	width: 190px;
	height: 25px;
	margin-left: -4px;
}

#uriplus {
	/*background-color: Fuchsia;*/
	float: left;
	width: 80px;
	height: 40px;
}

#uristier {
	/*background-color: Green;*/
	float: left;
	width: 150px;
	height: 25px;
}

#powerkombi {
	/*background-color: Lime;*/
	float: left;
	width: 100px;
	height: 35px;
}

#tarif {
	float: left;
	width: 555px;
	padding-top: 0px;
	text-align: center;
}

#uw_tarif {
	float: left;
	width: 182px;
}

#uriplus_tarif {
	float: left;
	width: 80px;
}

#uristier_tarif{
	float: left;
	width: 150px;
}

#powerkombi_tarif {
	float: left;
	width: 100px;
}

#agb {
	float: left;
	width: 499px;
	padding-top: 7px;
	text-align: right;
}
/* Footer end *************************************************************************/



/* Special ****************************************************************************/
.clear {
	clear: both;
}

.hide { 
	display: none; 
}
/* Special end ************************************************************************/