/*
Theme Name: Nordschule
Theme URI: http://bwiechering.com/
Description: Speziell für die Grundschule Nordenham Nord angefertigt.
Version: 1.0
Author: Bernd Wiechering
Author URI: http://bwiechering.com/
Tags: wood, warm, white, 2-column, modern, blog

*/


/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
body {
	background: #000 url(images/floor_bg1.jpg);
	color: #fff;
}
#seite {
	background: #000 url(images/floor_bg1.jpg) repeat;
	margin: 0 auto;
	font-family:"Lucida Grande", arial, sans-serif; 
}
#pencil {
	width: 100px;
	height: 286px;
	background: transparent url(images/pencil_bg.png) no-repeat;
	position: absolute;
	top: 100px;
	left: 843px;
}
#content {
	width: 851px;
	margin: 0 auto;
	position: relative;
}
#kopf {
	position: relative;
	height: 150px;
}
#kopf h1 {
	position: absolute;
	width: 467px;
	height: 45px;
	background: transparent url(images/schriftzug.png) no-repeat;
	top: 20px;
}
#kopf h1 span {
	position: absolute;
	left: -9999px;
}
#kopf #suche {
    position: absolute;
    right: 10px;
	width: 225px;
	height: 67px;
	background: transparent url(images/searchbox_bg.png) no-repeat;
}
#kopf #suche form {
    padding: 8px 8px 0 10px;
}
#metanavigation {  
	position: absolute;
	top: 80px;
	left: 6px;
    margin:0;  
    padding:0;  
}  
  
#metanavigation li {  
    width:100px;  
    height:40px;  
    float:left;  
    color:#191919;  
    text-align:center;  
    overflow:hidden;
	list-style: none;
}  
   
#metanavigation a {  
    color:#FFF;  
    text-decoration:none;  
}  
   
#metanavigation p {  
    padding:10px 5px;  
}  
   
#metanavigation .subtext {  
    padding-top:15px;  
	font-size: 0.8em;
}  

/*Menu Color Classes*/  
.green{background: #6AA63B url(images/menu1_bg_green.jpg) no-repeat;}  
.yellow{background:#FBC700 url(images/menu2_bg_yellow.jpg) no-repeat;}  
.red{background:#D52100 url(images/menu3_bg_red.jpg) no-repeat;}  
.blue{background:#3399CC url(images/menu4_bg_blue.jpg) no-repeat;}  


#hauptteil_top {
	width: 851px;
	height: 35px;
	background: transparent url(images/hauptteil_top.png) no-repeat;
}
#hauptteil {
	width: 851px;
	background: transparent url(images/hauptteil.png) repeat-y;
	color: #000;
}
#hauptteil_bottom {
	width: 851px;
	height: 35px;
	margin-left: 1px;
	background: transparent url(images/hauptteil_bottom.png) no-repeat;
}
#eintraege {
    padding: 0 30px 0 30px;
}
#eintraege ul, ol {
    padding-bottom: 20px;
}
#eintraege li {
	/*list-style: none;*/
    margin-left: 50px;
}
#eintraege li ul, #eintraege li ol{
	padding-bottom: 10px;
}
#eintraege li li {
	list-style: circle;
	margin-left: 30px;
	padding-bottom: 5px;
	font-weight: bold;
}
#eintraege table {
	padding-bottom: 20px;
	margin-top: -10px;
}
#eintraege img a {
	border: none;
}
#adresse {
	font-size: 1.2em;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing: 3px;
}
#eintraege table .uneven {
	background-color:#dff0f8;
}
#eintraege table .even {
	background-color:#fff;
}
#eintraege table .tab {
	padding-left: 40px;
}
#navigation #littlelogo {
	padding: 0 0 20px 40px;
}
#littlelogo p {
	height: 69px;
	width: 130px;
	background: #fff url(images/littlelogo.jpg) no-repeat;
}
#navigation {
	font-family: Georgia, serif;
	float: left;
	width: 200px;
	background: transparent url(images/bg_left_col.gif) right top no-repeat;
}
#navigation h2 {
	font-size: 0.8em;
	padding: 0 0 0 40px;
	text-transform: uppercase;
}
#navigation ul {
	padding: 10px 10px 10px 20px;
}
#navigation li {
	width: 140px;
	list-style: none;
	border-top: 1px solid #ddd;
	padding: 10px 0 10px 20px;
}
#navigation a {
	font-size: 0.6em;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	color: #3399CC;
}
#navigation a:hover {
	color: #6AA63B;
}
#einleitung {
	padding: 0 30px 0 20px;
}
#bildshow {
	position: relative;
	width: 600px;
	height: 346px;
	background: #fff url(images/paper_bg.png) no-repeat;
}
#bildshow object {  /* picture-size: 490x280 */
	position: absolute;
	top: 30px;
	left: 70px;
}
#inhalt {
	float: left;
	width: 650px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 0.2px;
	line-height: 1.5em;
}
#inhalt p {
	padding-bottom: 15px;
}
#inhalt h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1.4em;
	padding: 20px 0 10px 0;
}
#inhalt a {
	color: #3399CC;
	text-decoration: none;
}
#inhalt a:hover {
	color: #6AA63B;;
}
.metainfo {
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding: 0px 0 20px 0;
}
.metainfo dt, .metainfo dd {
	float: left;
	color: #aaa;
}
.metainfo dd {
	padding-right: 20px;
}
.metainfo dt {
	padding-right: 5px;
}
#commentform #comment {
    width: 500px;
}
#bilder {
    padding: 20px 0 0 20px;
	width: 781px;
	margin: 0 auto;
}
#bilder h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1.4em;
}
#bilder a {
	color: #3399CC;
	text-decoration: none;
}
/*#bilder ul {
	height: 140px;
}
#bilder ul li {
	list-style: none;
	float: left;
	padding: 20px 20px 20px 0;
}
#bilder ul li p {
	width: 106px;
	height: 106px;
	background: #fff;
	border: 2px solid #ccc;
}
#bilder ul img {
	/* padding: 5px; 
    margin: 0px 20px 20px 0;
}*/
#bilder img {
    margin: 0 20px 20px 0;
}
#bilder #morePics {
    text-align: right;
}
#fuss {
    position: relative;
	width: 900px;
	color: #fff;
	margin: 0 auto;
}
#fuss_top {
	width: 900px;
	height: 71px;
	background: transparent url(images/fuss_top.png) no-repeat;
}
#fuss_main {
	width: 900px;
	height: 150px;
	background: transparent url(images/fuss_main.png) repeat-y;
}
#fuss address {
	font-size: 80%;
	font-style: normal;
	float: left;
	text-align: left;
	padding-left: 60px;
	
}
#fuss p {
	font-size: 80%;
	text-align: right;
	padding-right: 60px;
}
#fuss a {
	text-decoration: none;
	color: #3399CC;
}
#fuss a:hover {
	color: #fff;
}
#fuss #anschrift {
    position: absolute;
    top: 70px;
    left: 280px;
    width: 420px;
    height: 140px;
    background: transparent url(images/footer_adress.png) no-repeat;
}
#fuss #anschrift span {
    position: absolute;
	left: -9999px;
}
.clear {
	border: 0;
	clear: both;
	width: 781px;
	height: 1px;
	margin: 0 auto;
	background-color: #ddd;
}
