/* Standard-CSS für www.niluefer-yurdalan.com */

/* Wichtige Farben
Name Farbe 1 		= #504F4F
Name Farbe 2		= #C5D740
*/

/* 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 */
body {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/allgemein/bg_body.jpg);
	background-repeat: repeat-x;
}

h1 {
	font-weight: bold;
}
#h1 {
	font-weight: bolder;
	color: #504F4F;
	font-size: 12px;
	padding-top: 90px;
	padding-left: 22px;
	position: absolute;
	height: 10px;
	width: 1px;
}


h2 {
	font-size: 18em;
}

ul {
}


/* Sektionsweite Formatierungen */

#huelle {
	height: 549px;
	width: 960px;
	margin: auto;
	position: relative;
	background-image: url(../images/allgemein/hintergrund_weiss.jpg);
	background-repeat: no-repeat;
}
#logo {
	text-align:right;
	font-size:18px;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-left: 0px;
	color: #000000;
	padding-bottom: 4px;
	background-position: right;
	width: 960px;
}
#logo a {
	color: #000000;
	text-decoration: none;
}
#nav1 {
	position: absolute;
	top: 47px;
	right: 17px;
	width: 727px;
	height: 22px;
	left: 223px;
	z-index: 999;
}

#logo a:hover {
	color: #FFFFFF;
}

#nav1 ul {
	background-color:#FFFFFF;
	position: absolute;
	line-height: 13px;
	width: 725px;
	left: -1px;
	top: 0px;
}
#nav1 li {
	display: inline;
	padding-right: 43px;
	left: 221px;
}
#nav1 li a {
	line-height: 13px;
	color: #504F4F;
	font-weight: bold;
	text-decoration: none;
}
#nav1 li a:hover {
	color: #C5D740;
}

#nav2 {
	position: absolute;
	font-size: 12px;
	left: 19px;
	top: 70px;
	font-weight: bold;
	width:170px;
	z-index: 1;
}

#nav2 ul {
	list-style-type: none;
	margin-left:20px;
}

#nav2 li {
	padding-bottom:10px;

}
#nav2 li a {
	color: #504F4F;
	text-decoration: none;
}

#nav2 li a:hover {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#nav3 {
	position: absolute;
	left: 221px;
	top: 439px;
	width: 248px;
}

#nav3 li {
	margin-right: 10px;
	list-style-type: none;
	left: 221px;
	float: left;
}

#nav3 li a {
	text-indent: -6000px;
	display: block;
	height: 10px;
	width: 10px;
	background-color: #999999;
	text-decoration: none;
}


#nav3 li a:hover {
	background-color: #C5D740;
	height: 8px;
	width: 8px;
	border:solid 1px #333333;
}


#contentimage {
	position: absolute;
	left: 27px;
	top:  90px;
}

#contenttext {
	font-size: 10px;
	position: absolute;
	color: #333333;
	/*font-weight: bold;*/
	font-style: normal;
	left: 592px;
	top: 72px;
}
#contenttext p {
	line-height: 20px;
	font-size: 10px;
}
#contenttext a {
	color: #666666;
}
