/* Standard-CSS für www.anneniehaus.de */

/* Wichtige Farben
Name Farbe 1 		= #828229
Name Farbe 2		= #a32a11
*/

/* Hier werden alle html-Tags auf "Null" gesetzt und eine Standard-Schriftart vergeben */
* {
   margin: 0;
   padding: 0;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Hier allgemeingültige Formatierungen */
a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}

html {
	width:100%;
	height: 100%;
}

body {
	font-size: 11px;
	font-family: Helvetica, Arial, Verdana;
	color: #828229;
	width:100%;
	height: 100%;
	line-height: 15px;
}

h1 {
	font-size: 18px;
	font-family: Helvetica, Arial, Verdana;
	font-weight: normal;
	color: #828229;
	margin-bottom: 2px;
}

h2 {
	font-size: 9px;
	color: #828229;
	margin-bottom: 6px;
	font-family: Helvetica, Arial, Verdana;
}

#huelle {
	background-color: #FFFFFF;
	height: 46px;
	width: 227px;
	position: relative;
	background-image: none;
	margin: auto;
	z-index: 100;
}

#navi1{
	left: 33px;
	top: 63px;
	position: absolute;
	height: 60px;
	width: 224px;
	font-family: Helvetica, Arial, Verdana;
}
#navi1 li{
	display: inline;
	margin-right: 30px;
	list-style-type: none;
}
#navi1 a {
	font-family: Helvetica, Arial, Verdana;
	color: #828229;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
}
#navi1 a:hover {
	color: #a32a11;
}
#navi2 {
	position: absolute;
	left: 700px;
	top: 500px;
	width: 60px;
	font-family: Helvetica, Arial, Verdana;
	z-index: 900;
	color: #d1c844;
}
#navi2 li {
	display: inline;
}
#navi2 a {
	text-decoration: none;
	color: #828229;
}
#navi2 a:hover {
	color: #a32a11;
}
#navi3 {
	left: 50px;
	position: absolute;
	top: 494px;
}
#navi3 li {
	float: left;
	margin-right: 5px;
}
#navi3 li a {
	display: block;
	text-indent: -6000px;
	height: 12px;
	width: 12px;
	background-image:url(../image/navi.gif);
	background-repeat:no-repeat;
}
#content1 {
	height: 314px;
	width: 320px;
	position: absolute;
	left: 50px;
	top: 170px;
	text-decoration: none;
}
#content2 {
	height: 320px;
	width: 390px;
	position: absolute;
	left: 400px;
	top: 170px;
	text-decoration: none;
}

.border3px {
	border: 3px solid #FFFFFF;
	}
