/* ---- Normale Links auf der Seite ----- */
a:link, a:visited	{
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-weight: bold;
	font-size: 12px;
	TEXT-DECORATION: none
}

a:hover, a.linkweiss:active, a.linkweiss:hover	{
	color: #6D6665;
}

.linkweiss, a.linkweiss:link, a.linkweiss:visited	{
	color: #fff;
}

.sublink 	      { color: #6D6665; font-size: 12px; font-weight: normal; font-family: Arial, Helvetica, san-serif; TEXT-DECORATION: none; cursor: default;}
a.sublink:link     { color: #6D6665; font-size: 12px; font-weight: normal; TEXT-DECORATION: none}
a.sublink:active   { color: #6D6665; font-size: 12px; font-weight: normal; TEXT-DECORATION: none}
a.sublink:visited  { color: #6D6665; font-size: 12px; font-weight: normal; TEXT-DECORATION: none}
a.sublink:hover    { color: #6D6665; font-size: 12px; font-weight: normal; TEXT-DECORATION: none}

/* ---- Standardformatierungen ----- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	font-weight: normal;
	background-color: #6D6665;
	color: #6D6665;
	margin: 0;
	padding: 0;

	}

h1 {
	font-size: 18px;
}

h2 {
    font-size: 14px;
	display: inline;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	display: inline;
}

#template {
	position: absolute;
   left: 50%;
	top: 30px;
	margin-left: -425px;
	width: 849px;
	background-color: #eee;
	background-image: url(images/natascha.jpg);
	background-repeat: no-repeat;
	background-position: 0 115px;
}

#gain21 {
 position: absolute;
 left: 50%;
 top: 5px;
 margin-left: -425px;
 width: 849px;
 text-align: right;
 color: #989492;
}

#inhalt {
 	width: 460px;
	margin: 80px 0 0 255px;
}


/* - - - - - - - leiste unten - - - - - - */

#footer {
 width: 849px;
 margin: 30px 0 0 0;
 background-color: #FF9900;
 padding: 10px 0 0 0;
 border-top: 1px solid  #EAD5AB;
 border-bottom: 40px solid #6D6665;
 color: #fff;
 height: 60px;
 font-size: 11px;
}

#blockleer {
 float: left;
 width:25px;
 height: 70px;
}


#block {
 float: left;
 padding-right: 7px;
 padding-left: 7px;
 border-right: 1px solid #FFCF5F;
}

#blockunten {
 font-weight: bold;
 margin: 10px 0 10px  0;
}

/* - - - - - - - leiste unten ende - - - - - - */
