/* CSS Document */

#nav {
	list-style-type: none;
	position: absolute;
	right: 7px;
	top: 0;
	z-index: 2;
	width: 396px;
	display: block;
	height: 113px;
}

#nav li a {
	position: relative;
	float: left;
	display: block;
	height: 113px;
	background-repeat: no-repeat;
	top: 0;
}

#nav li a span {
	display: none;
}

#nav li#nav_home a {
	width: 72px;
	background-image: url(img/menue_home.jpg);
}
#nav li#nav_home a:hover {
	background-image: url(img/menue_home_hover.jpg);
}

#nav li#nav_gilde a {
	width: 87px;
	background-image: url(img/menue_gilde.jpg);
}
#nav li#nav_gilde a:hover {
	background-image: url(img/menue_gilde_hover.jpg);
}

#nav li#nav_forum a {
	width: 68px;
	background-image: url(img/menue_forum.jpg)
}
#nav li#nav_forum a:hover {
	background-image: url(img/menue_forum_hover.jpg);
}

#nav li#nav_raidplaner a {
	width: 94px;
	background-image: url(img/menue_raidplaner.jpg);
}
#nav li#nav_raidplaner a:hover {
	background-image: url(img/menue_raidplaner_hover.jpg);
}

#nav li#nav_links a {
	width: 75px;
	background-image: url(img/menue_links.jpg);
}
#nav li#nav_links a:hover {
	background-image: url(img/menue_links_hover.jpg);
}
/*
#nav {
	list-style-type: none;
	position: absolute;
	right: 7px;
	top: 0px;
	z-index: 2;
}

#nav li {
	float: left;
	margin-right: 20px;
}

#nav li a {
	font-size: 12px;
}

#nav li a:hover {
	color: #fff;
	background-color: #9BA1C8;
}*/

/*********************/

#nav_sub {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	right: 0px;
	margin-top: 25px;
	line-height: 90%;
	width: 210px;
	height: 130px;
	background-color: #F1F7F2;
	padding-right: 0px;
	padding-left: 5px;
	background-image: url(img/unternav_rundung.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#nav_sub li {
	text-align: right;
	margin-right: 25px;
}

#nav_sub li a {
	font-size: 11px;
}

#nav_sub li a:hover {
	color: #fff;
	background-color: #9BA1C8;
}

#nav_sub h3 {
	position: absolute;
	left: 0px;
	top: 3px;
	color: #D9DCEF;
	font-size: 24px;
}


/*********************/

#extra_div_baumgruppe {
	position: absolute;
	display: block;
	width: 151px;
	height: 52px;
	background-image: url(img/baumgruppe_gruen.gif);
	background-repeat: no-repeat;
	bottom: 0px;
	left: 250px;
	z-index: 0;
}

/*********************/

#intro {
	position: relative;
	width: 355px;
	z-index: 1;
}

#intro h1 {
	font-family: Georgia, "Century Old Style Std", "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	padding: 10px 0 20px 20px;
}

#intro h1 strong {
	font-family: Georgia, "Century Old Style Std", "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
}

#intro p {
	font-size: 12px;
	color: #666;
	padding-left: 20px;
	text-align: justify;
}