/* CSS Document "InterEquus" */

/*----------------------------------

1. Kalibrierung und allgemeine Seite

------------------------------------*/

*{padding: 0; margin: 0;}

a {text-decoration: none; 
	outline:none;
}
a: link {color:#FFF;}
a: visited {color:#0F0;}
a: hover, a: focus {border-bottom:1px solid #000}
a: active {color:#FFF; background-color:#F00;}

.skiplink {
	position:absolute;
	top:-2000px;
	left:-3000px;
	width:0px;
	height:opx;
	overflow:hidden;
	display:inline;
}

#textbereich a {border-bottom:1px dotted #0FF;}
#textbereich a:hover,
#textbereich a:focus {border-bottom:1px solid #C03;} 
kein ahnung

/*Abstand nach unten*/
h2, p, ul, ol {margin-bottom: 1em; }

/* Verschachtelte Listen ohne Abstand */
ul ul {margin-bottom:0;}

/* Abstand links */
li { margin-left:2em; }

/*allgemeine Selektoren*/
html { height:101%;} /*erzwingen der Scrollbar in Firefox*/

body {/* Gestalte das HTML-Element mit dem Namen body*/
	color:#FFF; /* Schriftfarbe */
	background-color:#FFF; /* Hintergrundfarbe*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	background-image:url(newback8.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


/*----------------------------------

2. Styles für die Layoutbereiche

------------------------------------*/


#wrapper {/* Gestalte das HTML-Element mit id="wrapper"*/
		color:#000; /*Textfarbe */
		background-color:#FFF;
		width: 900px; /*Breite des Inhaltsbereichs, felxibel */
		height:500px;
		margin-left:auto; /* Abstand nach rechts zum zentrieren */
		margin-right:auto; /* Abstand nach links zum zentrieren */
		margin-top: 11px; /* Abstand vom oberen Rand */
		margin-bottom: 10px;  /* Abstand vom unteren Rand */
		
}

#kopfbereich {
		color:#FFF; /* weiß */
		background-color:#FFF; /*schwarz*/
		background-image:url(bild18.jpg);
		height:240px;
		padding-top: 10px;
		padding-right: 20px;
		padding-bottom: 0;
		padding-left: 20px;
		font-size:24px;
}

#kopfbereich p {
	padding: 5px 0 5px 0;
	margin-bottom: 0;
}

#navibereich {
		text-align: right; /*text rechtsbündig*/
		color:#FFF;
		background-color:#360; /*grüne Navigatur*/
		padding: 15px 10px 4px 10px;
		border-bottom: 0.2px solid #FFF;
}

#navibereich ul { margin-bottom:0; }
#navibereich li {
		display: inline; /*links nebeneinander angezeigt*/
		list-style-type: none; /* ohne Aufzählungspunkte */
		margin: 0;
}

#navibereich a { 
		color:#FFF;
		background-color:#360;
		padding: 4px 8px 4px 8px;
		border: 0.2px solid #FFF;
}

#navibereich a:hover,
#navibereich a:focus { 
		color:#666; /*taxtfarbe mouseover*/
		background-color:#FFF; /*Hintergrundfarbe Kästchen*/
		border-bottom-color:#FFF; /*Rahmenlinie weiß*/
}


#navibereich a:active {
	color:#FFF;
	background-color:#666;
}

#textbereich { 
		background-image:url(pferd.o.jpg);
		background-repeat: no-repeat;
		float:left;
		margin-right:20px;
		height:500px;
		padding-top: 20px;
		padding-right: 10px;
		padding-bottom: 20px;
		padding-left: 20px;
		width: 500px;
}

#logo {/* Gestalte das HTML-Element mit id="logo"*/
		color:#FFF;
		background-color:#FFF;
		padding: 5px; /* Rahmen um das Bild */
		border: 5px #360; /* Rahmenfarbe */
	}
	

#fussbereich {
	padding-top: 10px; /*unterhalb Rahmenlinie */
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-top: 1.5px solid #000; /*Rahmenlinie oben */
	margin-top: 20px; /*Außenabstand oben, oberhalb Rahmenlinie*/
}

h1{ font-size:150%;}
h2{ font-size:130%;}

address {
	text-align:center;
	font-size:10px;
	font-style:normal; /* nicht kursiv */
	letter-spacing:1px; /* Anstand zwischen den Buchstaben */
	line-height:1.5em; /* Abstand zwischen den Zeilen */
}



/*----------------------------------

2. Styles für die Layoutbereiche

------------------------------------*/
/* Das Kontaktformular */
form {
	background-color:#CCC;
	width:370px; /* Breite des Formulars */
	padding:20px; 
	border:1px solid #000;
}

label { /* Beschriftung auf eigener Zeile */
	display: block;
	cursor: pointer; /*Mauszeiger wird zur Hand*/
}
input#absender,
textarea {
	width:300px;
	border:1px solid #000;
	margin-bottom:1em;
}
textarea {
	height:7em;
}
input#absender:focus,
textarea:focus {
	background-color:#CCC;
}



 .examplediv
 {
  background-color:#FFF;
  border-style:solid #000000 0px;
 }
#divid
{
	width:890px; height:580px;
 	overflow:scroll;
}
</style>

<body>

  <div id="divid" class="examplediv">

