/* grundlegende Seiteneinstellungen*/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #F1EDCF;
	margin:5%;
}

h1,h2,h3 {
	font-family: "Times New Roman", "Trebuchet MS", Georgia, serif;
	font-weight:normal;
	color:#667553;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 150%;
	margin-bottom:1em;
}

h3 {
	font-size: 125%;
	margin-bottom:1em;
}
/* hier beginnt das fr die Box relevante CSS  */
div {
	margin:0;
}

.ro {
	background:  url("./bilder/roundedbox_ro.gif") top right no-repeat;
}

.lo {
	background:  url("./bilder/roundedbox_lo.gif") top left no-repeat;
}

.ru {
	background:  url("./bilder/roundedbox_ru.gif") bottom right no-repeat;
}

.lu {
	background:  url("./bilder/roundedbox_lu.gif") bottom left no-repeat;
}

.inhalt {
	margin:0;
	padding:0.5em 2.5em 3.5em 2.5em;
}

.inhalt p {
	margin:0;
	padding:0;
}

/* Navigation */


#nav a:link, #nav a:visited {
  display:block;
  margin:10px 0;
  padding:10px 10px 10px 20px;
  background-color:#DAD4A6;
  border:2px solid #DAD4A6;
  /* die Höhenangabe ist für den IE, damit die gesamte FLäche des Links klickbar ist */
  height:1em;
  }

html>body #nav a:link, html>body #nav a:visited  {
  height:auto;
}

#nav a:hover {
  border:2px solid #AFBCA0;
}

#telefonsex-home #navHome a,
#telefonsex-impresso #navImpresso a
{
	background-color: #e4cb00;
	border-color: #c9453c;
	cursor: default;
}

#nav {
  background:url(./bilder/onepx_line.gif) 80% 0% repeat-y;
  position:absolute;
  width:20%;
  margin:20px 0 0 0;
  padding:30px 0;
}