/*  01. BASICS ################################################ */
/*  02. LAYOUT ################################################ */
/*  03. METANAVIGATION ######################################## */
/*  04. MAINNAVIGATION ######################################## */

/*  01. BASICS ################################################ */

* {
	padding: 0; 
	margin: 0;
}

body {
	font-size: 70%; 
	background: #e3e3e3 url(../images/pageBg.jpg) repeat-x; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	/* => 0.7em bzw. 11px; http://www.reeddesign.co.uk/test/points-pixels.html */ 
}

/*  02. LAYOUT ################################################ */

#container {
	position: relative;
	top: 0px;
	left: 50%;
	width: 820px;
	height: 56em;
	margin: 0 0 0 -410px;
	padding-left: -410px;
	background: #FFF;
	border: 2px solid #c0c0c0;
	border-top: none;
}

#branding {
	height: 96px;
	width: 820px;
	background: url(../images/logo.jpg) no-repeat;
}

#search {
	width: 21.5em;
	position: absolute;
	top: 1em;
	right: 0em;	
}

#search #searchtext {
	height: 1.1em;
	border: 2px solid #364497;
}

#search #search-submit {
	color: #FFF;
	font-weight: bold;
}

#contentMain #homeContent h2 {
	font-size: 14px;
	line-height: 18px;
	color: #364497;
	font-weight: bold;
	padding: 10px 10px 10px 12px;
}

#contentMain #homeContent p {
	line-height: 1.25em;
	margin-bottom: 10px;
	padding: 0 15px 0 12px;
}

#contentMain #homeContent {
	width: 444px;
	height: 295px;
	margin: 0 0 0 3em; 
	background: url(../images/homeTextBg.jpg) no-repeat;
}



/*  03. METANAVIGATION ######################################## */

#naviMeta ul {
	list-style:none;
	text-align: right;
	margin: 1em 2.6em 1em 1em;
}

#naviMeta ul li {
	display: inline;
}

#naviMeta a {
	color: #364497;
	font-weight: bold;
}

/*  04. MAINNAVIGATION ######################################## */


#naviMain ul {
	list-style: none;
	z-index: 1000;
}

#naviMain li a {
	display: block;
	position: relative;
	width: 142px;
	height: 142px;
}

#naviMain li a span {
	display: block;
	position: absolute;
	height: 1px;
	width: 1px;
	top: -1px;
	left: -1px;
	overflow: hidden;
}

#naviMain #uid31 {
	position: absolute;
	right: 16em;
	top: 13em;
	background: url(../images/mathematik.jpg) no-repeat;
}

#naviMain #uid31 a:hover {
	background: url(../images/mathematikHover.gif) no-repeat;
}

#naviMain #uid161 {
	position: absolute;
	right: 16em;
	top: 26.5em;
	background: url(../images/it.jpg) no-repeat;
}

#naviMain #uid161 a:hover {
	background: url(../images/itHover.gif) no-repeat;
}

#naviMain #uid123 {
	position: absolute;
	right: 16em;
	top: 40em;
	background: url(../images/naturwissenschaften.jpg) no-repeat;
}

#naviMain #uid123 a:hover {
	background: url(../images/naturwissenschaftenHover.jpg) no-repeat;
}

#naviMain #uid238 {
	position: absolute;
	right: 29.5em;
	top: 26.5em;
	background: url(../images/politik.jpg) no-repeat;
}

#naviMain #uid238 a:hover {
	background: url(../images/politikHover.gif) no-repeat;
}

#naviMain #uid151 {
	position: absolute;
	right: 29.5em;
	top: 40em;
	background: url(../images/deutsch.jpg) no-repeat;
}

#naviMain #uid151 a:hover {
	background: url(../images/deutschHover.gif) no-repeat;
}

#naviMain #uid50 {
	position: absolute;
	right: 43em;
	top: 40em;
	background: url(../images/neueSprachen.jpg) no-repeat;
}

#naviMain #uid50 a:hover {
	background: url(../images/neueSprachenHover.gif) no-repeat;
}

#naviMain #uid579 {
	position: absolute;
	right: 2.5em;
	top: 40em;
	background: url(../images/edcl.jpg) no-repeat;
}

#naviMain #uid579 a:hover {
	background: url(../images/edcl_hover.jpg) no-repeat;
}


#naviMain #uid496 {
	position: absolute;
	right: 2.5em;
	top: 26.5em;
	background: url(../images/bildungsstandards.jpg) no-repeat;
}

#naviMain #uid496 a:hover {
	background: url(../images/bildungsstandardsHover.jpg) no-repeat;
}

#naviMain #uid470 {
	position: absolute;
	right: 56.5em;
	top: 40em;
	background: url(../images/musik.jpg) no-repeat;
}

#naviMain #uid470 a:hover {
	background: url(../images/musikHover.gif) no-repeat;
}


/* ADDITIONAL CONTENT STYLING */

#homeNews {
	width: 143px;
	height: 143px;
        position: absolute;
        top: 146px;
        right: 16px;
        padding: 0.5em;
        background: url(../images/homeNewsBg.gif) no-repeat;
}

#homeNews h3,
#homeNews h4 {
	margin: 4px 0 2px 4px;
	color: #364497;
	font-weight: bold;
}

#homeNews h3 {
	margin-bottom: 4px;
	font-size: 14px;
}
#homeNews a {
	color: #364497;
	line-height: 14px;
}
#homeNews a:hover {
	border-bottom: 1px dotted #364497;
}
#homeNews h4 {
	width: 120px;
	font-weight: normal;
	line-height: 17px:
}

#homeNews p.news-latest-date {
	margin: 4px 0 8px 4px;
	font-size: 10px;
}

#homeNews div.news-latest-gotoarchive {
	position: absolute;
	bottom: 20px;
	right: 24px;
}

#container #branding #searchformsword {
	margin: 0 0 0 5px;
}

