@charset "utf-8";
/*********************************************************
 * NaaN Grafix - We rock the web                         *
 * Projekt: Andreas Powisch                              *
 * Style: Screen                                         *
 *********************************************************/


body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000;
	background: #f6f308 url(../img/layout/bg_body.gif) repeat top left;
}

#containerSite {
	width: 747px;
	background: url(../img/layout/bg_containerSite.jpg) repeat-y left;
}

#containerMainNav {
	position: absolute;
	top: 166px;
	left: 0;
	width: 267px;
}

#containerMainNav #mainNav {
	width: 187px;
	height: 576px;
	background: url(../img/layout/bg_mainNav.jpg) no-repeat top left;
	padding: 50px 30px 0 50px;
}
#containerMainNav #mainNav a {
	display: block;
	color: #000;
	text-decoration: none;
}
#containerMainNav #mainNav a.mainNavLink,
#containerMainNav #mainNav a.mainNavLinkActive {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
	padding-bottom: 5px;
}
#containerMainNav #mainNav a.mainNavLinkActive,
#containerMainNav #mainNav a.mainNavLink:hover {
	border-bottom: 1px dashed #000;
	padding-bottom: 4px;
}

#containerMainNav #mainNav a.subNavLink,
#containerMainNav #mainNav a.subNavLinkActive {
	margin: 1px 0 1px 15px;
	padding: 1px 2px;
	font-weight: bold;
}
#containerMainNav #mainNav a.subNavLinkActive,
#containerMainNav #mainNav a.subNavLink:hover {
	background: #000;
	color: #ff0;
}

#containerMainNav #mainNav a.subSubNavLink,
#containerMainNav #mainNav a.subSubNavLinkActive {
	margin: 1px 0 1px 25px;
	font-weight: normal;
}
#containerMainNav #mainNav a.subSubNavLinkActive,
#containerMainNav #mainNav a.subSubNavLink:hover {
	text-decoration: underline;
}

#containerHeader {
	height: 166px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}


#containerContent {
	background: url(../img/layout/bg_containerContent.gif) no-repeat bottom right;
	padding: 0px 23px 420px 287px;
}

#content {
	background: #fff url(../img/layout/bg_content.jpg) repeat-x top left;
	padding: 40px 0px 40px 0px;
	min-height: 800px;
	height: auto !important;
	height: 800px;
}

#content h1 {
	font-size: 10px;
	/*font-size: 14px;*/
	color: #000;
	font-weight: bold;
	padding: 0 0 0 10px;
	margin: 0 10px 15px 10px;
	background: url(../img/layout/bg_h1_corner.gif) no-repeat 0px 1px;
}
#content h1 span {
	background: url(../img/layout/bg_h1.gif) no-repeat top right;
	line-height: 16px;
	padding: 1px 37px 6px 2px;
}
	
	#content h1.headlineBig {
		font-size: 14px;
		color: #000;
		font-weight: bold;
		padding: 1px 0 0 10px;
		margin: 0 10px 15px 10px;
		background: url(../img/layout/bg_h1Big_corner.gif) no-repeat top left;
	}
	#content h1.headlineBig span {
		background: url(../img/layout/bg_h1Big.gif) no-repeat top right;
		line-height: 16px;
		padding: 1px 37px 6px 2px;
	}

#content h2 {
	font-size: 10px;
	color: #000;
	font-weight: bold;
	margin: 0 10px 10px 10px;
}
#content h2 span {
	padding: 1px 7px 2px 10px;
	background: url(../img/layout/bg_h2.gif) no-repeat top left;
}

#content a {
	color: #000;
}
#content a:hover {
	text-decoration: none;
}

#content div.contYellowLink,
#content div.newsMoreLink {
	background: url(../img/layout/bg_h1_corner.gif) no-repeat top left;
	padding: 0 0 0 7px;
	margin: 0 10px;
}
#content div.contYellowLink a.yellowLink,
#content div.newsMoreLink a {
	padding: 1px 7px 1px 0px;
	background: #ff0;
	color: #000;
	font-weight: normal;
}

#content div.topLink {
	margin: 0 10px;
}
#content div.topLink a {
	font-weight: bold;
	text-decoration: none;
	font-weight: bold !important;
	background: url(../img/layout/bg_toTop_pas.gif) no-repeat top left !important;
	background-color: none !important;
	color: #000;
	padding: 0 7px;
}
#content div.topLink a:hover {
	text-decoration: none;
	font-weight: bold !important;
	background: url(../img/layout/bg_toTop_akt.gif) no-repeat top left !important;
	background-color: none !important;
	color: #ff0;
	padding-left: 7px;
}

#content p {
	margin: 0px 25px 15px 20px;
}

#content div.contImgFull {
	text-align: center;
	overflow: hidden;
	margin: 0px 0px 15px 0px;
}

/*#content p i {
	font-style: normal;
	color: #0da2ff;
	font-weight: bold;
}
#content p b i {
	font-style: italic;
	color: #000;
}*/

#content p i a {
	font-style: normal;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#content p i a:hover {
	font-style: normal;
	color: #0da2ff;
	font-weight: bold;
}
#content div.hr {
	border: none;
	background: url(../img/layout/bg_hr.gif) repeat-x top;
	height: 8px;
	margin: 0px 0px 50px 0px;
}
#content div.strichliert {
	border: none;
	background: url(../img/layout/bg_hr_strichliert.gif) repeat-x top;
	height: 1px;
	margin: 25px 24px;
}
#content ul,
#content li {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 25px;
}
#content ul {
	margin-top: -15px;
}
#content ul li {
	list-style-image: url(../img/layout/bullet_list_first.gif);
}

#content ul li ul,
#content ul li ul li {
	margin: 0;
	padding: 0;
}
#content ul li ul {
	margin-left: 15px;
}

#content ul li ul li {
	list-style-image: url(../img/layout/bullet_list_second.gif);
}


#containerBgRight {
	position: absolute;
	width: 260px;
	height: 388px;
	background: url(../img/layout/bg_right.gif) no-repeat top left;
	top: 0px;
	left: 724px;
}

#containerBgRand {
	position: absolute;
	width: 23px;
	height: 440px;
	background: url(../img/layout/bg_contentRand.gif) no-repeat top right;
	top: 166px;
	left: 701px;
}

#containerBgSiteRight {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 96px;
	height: 876px;
	background: url(../img/layout/bg_siteRight.gif) no-repeat -3px 1px;
}

#containerBgRightBottom {
	position: relative;
	width: 132px;
	height: 150px;
	margin: -150px 0 -150px 0;
	background: url(../img/layout/bg_rightBottom.gif) no-repeat bottom left;
}





body div.darkPage #containerBgRand {
	background-image: none;
}

body div.darkPage #containerContent {
	background-image: url(../img/layout/bg_containerContent_black.gif);
}

body div.darkPage #content {
	background: #000 url(../img/layout/bg_content_black.gif) no-repeat top right;
	color: #ff0;
	padding: 40px 35px 40px 20px;
	min-height: 800px;
	height: auto !important;
	height: 800px;
}

body div.darkPage #content a {
	color: #ff0;
}
body div.darkPage #content a:hover {
	text-decoration: none;
}
body div.darkPage #content div.hr {
	background: transparent url(../img/layout/bg_hr_black.gif) repeat-x top right;
	height: 15px;
	margin: 15px 10px;
}


body div.darkPage #content h1 {
	font-size: 10px;
	color: #000;
	font-weight: bold;
	padding: 0;
	margin: 0 0 20px 0;
	background-image: none;
}
body div.darkPage #content h1 span {
	padding: 1px 10px 2px 7px;
	background: url(../img/layout/bg_h1_black.gif) no-repeat top right;
}

body div.darkPage #content h2 {
	font-size: 10px;
	color: #ff0;
	font-weight: bold;
	margin: 0 0 10px 0;
}
body div.darkPage #content h2 span {
	background: url(../img/layout/bg_link_black.gif) repeat-x bottom left;
	padding-bottom: 4px;
}

body div.darkPage #content div.contYellowLink,
body div.darkPage #content div.newsMoreLink,  {
	background: url(../img/layout/bg_yellowLink_black.gif) no-repeat top left;
	padding: 0 0 0 7px;
}

body div.darkPage #content p,
body div.darkPage #content div.hr {
	margin-left: 0px;
	margin-right: 0px;
}

#content .contImgFull a,
#content .contImgFull a img {
	border: none !important;
}

/*#page_13 #content {
	padding-top: 100px;
}*/
#page_3 #content a:hover {
	color: #0da2ff;
}
#page_24 #content {
	line-height: 12px;
}

#wrap_gateImg img {
	display: block;
	margin-bottom: 30px;
}
#wrap_gateImg div.hr {
	margin-bottom: 30px;
	margin-top: 0;
}



#page_13 #content h1,
#page_12 #content h1 {
	font-size: 10px;
	color: #000;
	font-weight: normal;
	width: 355px;
	padding: 0 0 0 10px;
	margin: 0 10px 15px 10px;
	background: url(../img/layout/bg_h1_corner_wide.gif) no-repeat 0px 1px;
}
#page_13 #content h1 span,
#page_12 #content h1 span {
	background: none;
	line-height: 16px;
	padding: 1px 5px 6px 2px;
}


#page_6 #content i {
	color: #000;
	font-style: italic;
	font-weight: normal;
	font-family: Arial;
}
