/*
Site:			www.adwmainz.de
Author:			Torsten Schrade
Created:		09.06.2006
Modified:		26.07.2006
Editor:			Torsten Schrade
Usage:			Main stylesheet

property order:
################
** display
** visibility
** list-style-type
** position
** top/right/bottom/left
** z-index
** float
** clear
** width
** height
** overflow
** margin
** border
** padding
** color
** background
** font
** font-family
** font-size
** font-style
** font-variant
** line-height
** letter-spacing
** text-align
** vertical-align
** text-decoration
** white-space
** other text styles (e.g. text-indent)
** cursor
** content

table of contents
#################
- basic elements
	- html / body
	- container
	- header
	- main
	- columns
	- footer
- menus
	- naviMain
	- naviSub
	- naviMeta
	- naviRootline
	- naviLang
*/

/* ####################### BASICS ############################ */

body {
	margin: 0;
	padding: 0;
	background: #C3C7D8 url(../images/body_bg.gif) 0px 35px repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	#font-size: 76%; /* => 0.7em bzw. 11px; http://www.reeddesign.co.uk/test/points-pixels.html*/	
	font-size: 13px;
}

#container {
	min-width: none;
	max-width: none;
	margin: 0;
	padding: 0;
	background: url(../images/container_bg.gif) 0% 100% repeat-x;
	width: 100%;
}

#page {
	width: 76em;
	margin: 0 auto;
	background: transparent;
}

/* class for hiding elements */
.skip {
	position: absolute;
	left: -1000em; 
}


/* HEADER */

#header {
	z-index: 2;
	height: 165px;
}


#logo {
	position: absolute;
	top: 4px;
	right: 30px;
	z-index: 10;
	width: 155px;
	height: 155px;
	background: url(../images/logo.png) 0px 0px no-repeat;
}

#logo a {
	display: block;
	width: 155px;
	height: 155px;
	z-index: 20;
}

#banner {
	position: absolute;
	top: 35px;
	left: 0;
	width: 100%;
	height: 93px;
}

#banner #schriftzug {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;	
	width: 349px;
	height: 91px;
	border: 1xp solid white;
	background: url(../images/banner_bg1.gif) -3px 1px no-repeat;
}

#banner img {
	position: absolute;
	z-index: 5;
	top: 15px;
	right: 0;
}


/* MAIN */

#main {
	margin: 0;
	padding: 0 0 3em 0;

}


/* LEFT COLUMN */

#content-01-wrap {
	position: relative;
	width: 220px;
	/*overflow: hidden;*/
}

#content-01 {
	float: left;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #C3C7D8;
	border: 1px solid #2F3F78;
	border-bottom: none;
}


/* RIGHT COLUMN */

#content-02-wrap {
	width: 16em;
}

#content-02 {
	margin: 0 0 0 1.5em;
	padding: 0;	
}


/* CENTER COLUMN */

#content-03-wrap {
	margin: 0 17em 0 220px;
}

#content-03 {
	margin: 0;
	padding: 0 1.9em 0 2.2em;		
}

/* Help IE to get this column straight */
* html #content-03 {
	height: 1%;
}


/* FOOTER */

#footer {
	height: 44px;
	text-align: center;
}


/*####################### MENUS ############################*/


/* NAVI SUCHE 
siehe auch immer content.css - Änderungen nach adw-281 Suche */

#suchemain {
	margin-bottom: 2em;
}

#suchemain fieldset {
	width: 222px;
	background: #B5BFDF;
	font-size: 0.87em;
}

#suchemain legend {
	position: absolute;
	left: -9999px;             /* wegen Safari */
	margin-bottom: -1.2em;
	text-indent: -9999px;      /* wegen allen anderen Browsern */
}

#suchemain label {
	display: block;
	padding: 3px 15px;
	border-bottom: 1px solid white;
	color: #fff;
	background: #2f3f78;
	font-weight: bold;
	line-height: 1.5em; 
}

#suchemain input {
	width: 130px;
	margin: 10px 5px 10px 15px;
	padding: 3px;
	border: 1px solid #2f3f78;	
}

#suchemain #msearchformsubmit {
	width: 35px;
	margin: 10px 0;
	padding: 2px;
	color: #fff;
	background: #2f3f78;
	font-weight: bold;
}


/* NAVI */

#content-01 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

#content-01 li {
	float: left;
	clear: left;
	width: 222px;
	margin: 0;
	padding-top: 7px;
	background-image: url(../images/lo.gif);
	background-repeat: no-repeat;
	background-position: 12px 10px;
}

#content-01 li.act {
	background-image: url(../images/hi_w.gif);
}

#content-01 a {
	position: relative;
	bottom: 3px;
	color: black;
	text-decoration: none;
	/*padding-right: 0.5em;*/	
}

#content-01 li.act a {
	color: #fff;
}

#content-01 ul.level2 li a {
	color: black;
}

#content-01 a.act {
	font-weight: bold;
}

#content-01 a:hover {
	text-decoration: underline;
}

/* FONTS */

#content-01 ul.level1 {
	font-size: 0.87em;
}

#content-01 ul.level2 {
	font-size: 0.93em;
}

#content-01 ul.level3 {
	font-size: 0.97em;
}

#content-01 ul.level4 {
	font-size: 1.02em;
}


/* BORDERS */

#content-01 ul.level1 li {
	width: 202px;
	padding-left: 20px;
	border-top: solid 1px #3F4D7F;
}

#content-01 ul.level1 li.first {
	border-top: none;
}

#content-01 ul.level2 li,
#content-01 ul.level3 li,
#content-01 ul.level4 li {
	border-top: solid 1px #FFF;
}

#content-01 ul.level1 li.last {
	border-bottom: solid 1px #3F4D7F;
}

#content-01 ul.level2 li.last,
#content-01 ul.level3 li.last,
#content-01 ul.level4 li.last {
	border-bottom: none;
}

/* PADDINGS / MARGINS - SOLUTION 1 (with linebreak)*/

#content-01 ul.level2 li {
	width: 192px;
	padding-left: 30px;
}

#content-01 ul.level3 li {
	width: 182px;
	padding-left: 40px;
}

#content-01 ul.level4 li {
	width: 172px;
	padding-left: 50px;
}

#content-01 ul.level2 {
	margin-left: -20px;
}

#content-01 ul.level3 {
	margin-left: -30px;
}

#content-01 ul.level4 {
	margin-left: -40px;
}

/* PADDINGS / MARGINS - SOLUTION 2 (without linebreak)
#content-01 ul.level1 li a {
	margin-left: 20px;
}

#content-01 ul.level2 li a {
	margin-left: 30px;
}

#content-01 ul.level3 li a {
	margin-left: 40px;
}

#content-01 ul.level4 li a {
	margin-left: 50px;
}
*/

/* BACKGROUNDS */

#content-01 ul.level2 li {
	background-position: 22px 9px;
}

#content-01 ul.level3 li {
	background-position: 32px 9px;
}

#content-01 ul.level4 li {
	background-position: 42px 9px;
}

/* COLORS */

#content-01 ul.level1 li.act {
	/*background-color: #838CAF;*/
	background-color: #2f3f78;
}

#content-01 ul.level1 li.act ul.level2 li {
	/*background-color: #9BA3BF;*/
	background-color: #B5BFDF;
}

#content-01 ul.level1 li.act ul.level2 li ul.level3 li {
	/*background-color: #A8B1CF;*/
	background-color: #B5BFDF;
}

#content-01 ul.level1 li.act ul.level2 li ul.level3 li ul.level4 li {
	background-color: #B5BFDF;
}


/* NAVISERVICE */

.directory ul {
	position: relative;
	top: 8px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.87em;
}

.directory ul li {
	display: inline;
	padding: 0 1.7em;
}

.directory ul li a:link,
.directory ul li a:visited {
	color: white;
}