/* Standart-CSS fUer Webdesign */




/* Grundeinstellungen fuer den Body */
 body {
	color: black;
	font-family: Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 0 0;
	text-align: center;  /* Zentrierung im Internet Explorer */
	background-image: url(pics/bk_gn_gradient.gif);
  }
  div#bgscroll {
	background-image:url(pics/bk_Rontal_Gugger_Logo_Fledermaus.gif);
	background-repeat:no-repeat;
	background-attachment:scroll;
	height: 500px;
	}
  
  div#top_Adv{
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;	  
	width: 350px;
	padding: 0;
	margin: 0 0 0 0;
	position: relative;
	left: 60%;
	}
	/*, #top_Adv a:link, #top_Adv a:visited, #top_Adv a:active*/
#top_Adv a , #top_Adv a:link, #top_Adv a:visited, #top_Adv a:active
	{
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	display:block;
	white-space:nowrap;
	color:#FFFFFF
	}
	

  div#Seite {
	text-align: left;      /* standardkonforme horizontale Zentrierung */
	width: 1100px;
	padding: 0;
	background: #ffffff;
	position: relative;
	margin-left: 12%;
	margin-top: 7%;
	}

  h1 {
    font-size: 1.5em;
    margin: 0; padding: 0.3em;
    text-align: center;
    border-bottom: 1px solid silver;
  }
  div#Nav {
	padding: 0;
	border:medium solid #FFFFFF;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	position: relative;
	margin-left: 320px;
  }

  div#Inhalt {
	padding: 0;
	text-align: left;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	height: 510px;
	float: right;
  }
  
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
    color: navy;
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }

  
  div#LogoSpace {
	margin: 0;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 1em;
	float: left;
  }
    div#teeth {
	border-top-width: 0pt;
	border-right-width: 0pt;
	border-bottom-width: 0pt;
	border-left-width: 0pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 340px;

  }


  div#Fusszeile {
	clear: both;
	font-size: 0.6em;
	padding: 0em;
	text-align: center;
	background-color: #FFFFFF;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 1;
  }

