/*
	Stylesheet fuer www.montessori-schule-wiesbaden.de,
	Layout: Ralf Biller und das Monti-CI-Team,
	Umsetzung: Gunnar Schmid, www.gunnar-schmid.de
*/

  body {
    color: black; 
    background-color: white;
    font-size: 12px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    line-height: 18px;
  }

	a, a:link, a:visited {
		text-decoration: none;
		border-bottom: none;
		color: rgb(0, 135, 23);
	}	
	a:focus, a:hover, a:active {
		text-decoration: none;
		border-bottom: dotted 1px;
		color: rgb(233, 204, 0);
	}
	a[name] {
		color: rgb(0, 135, 23);
		border-bottom: none;
	}
	a img, a:link img, a:visited img, a:focus img, a:hover img, a:active img, a.no_underline {
		border-style: none;
		border-bottom: none;
		text-decoration: none;
	}
	
  a[href ^="http:"] {
	  background: url(../pix/extLink.gif) center right no-repeat;
		padding-right: 16px;
	}
/*	
  a[href ^="mailto:"] {
	  background: url(img/mail_icon.gif) center right no-repeat;
	  padding-right: 18px; 
  }
*/
	td {
		vertical-align: top;
		font-size: 12px;
	}
	
	th {
		font-size: 12px;
		text-align: left;
		color: rgb(0, 135, 23);
	}
	
	tr.schulfrei {
		color: rgb(0, 135, 23);
	}
	
	hr {
		border-style: dotted;
		color: rgb(0, 135, 23);
	}

  div#body {
		margin-left: auto;
		margin-right: auto;
		position: relative;
  	width: 960px;
  }  

	div#home {
		height: 32px;
	}

	div#header {
    height: 88px;
  }
  div#header img#logo {
  	left: 20px;
  	position: relative;
  	width: 154px;
  	height: 88px;
  }

  div#header img#headerimage {
  	width: 480px;
  	height: 80px;
  	position: relative;
  	left: 32px;
/*  	top: 8px; */
  }
 
 div#header img#headerlogo 
  {
  	width: 282px;
  	height: 80px;
  	position: relative;
  	left: 32px;
/*  	top: 8px; */
  }
  
div#middle 
{
  	margin-top: 60px;
    clear: both;
    min-height: 440px;
  }

div#menu 
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 16px;
/*    font-weight: bold; */
    line-height: 36px;
    float: left;
    width: 308px;
    top: 36px;
    position: relative;
  }
	
div#menu ul 
{
    text-align: right;
    width: 172px;
    margin: 0;
    padding: 0;
}
	
div#menu ul li
{
    list-style: none;
    position: relative;
}
  
div#menu li ul 
{
    padding-left: 16px;
    font-size: 10px;
    line-height: 14px;
    width: 136px;
    font-weight: normal;
    text-align: left;
		position: absolute;
		left: 101%;
		top: 11px;
		background-image:url(../pix/zeiger.png);
		background-repeat: no-repeat;
		background-position: 3px 2px;
}

/*Hack IE 7*/
*+html div#menu ul li ul 
{
		top: 2px;
}

/* Das ist der Hack */
* html div#menu ul li { height: 1%; }
	

.selected_cat 
{
	/* color: rgb(233, 204, 0); */
	color: rgb(0, 135, 23);
	font-weight: bold;
}

  .selected_page {
		/* color: rgb(233, 204, 0); */

		color: rgb(0, 135, 23);
		font-weight: bold;
  }

  div#content {
		display: block;
    float: left;
		position: relative;
    width: 480px;
    padding-left: 32px;
  }
  div#content h1 {
    font-size: 22px;
    font-weight: normal;
		color: rgb(0, 135, 23);
    line-height: 26px;
    margin-top: 0;
  }
  div#content h2 {
    font-size: 12px;
    font-weight: bold;
		color: rgb(0, 135, 23);
  }
  div#content p {
	/*
    font-size: 1em;
    margin: 1em 0;
    */
  }
  div#content ul {
    list-style: none;
	}
	div#content ul.bulletpoints {
    list-style-type: disc;
	}	
/*
	div#content ul.addlink {
    margin-left: 0;
    padding-left: 0;
	}	
*/

	div#content img {
		float: right;
		margin-left: 16px;
	}

  div#info {
    float: left;
		width: 140px;
    padding-left: 16px;
	}
  div#info h2 {
    font-size: 1.33em;
    margin: 0.2em 0.5em;
  }
  div#info p {
    font-size: 1em;
    margin: 0.5em;
  }

  div#footer {
    clear: both;
    font-size: 8px;
    font-weight: bold;
    height: 16px;
    width: 790px;
    position: relative;
    left: 170px;
  }

	div#searchbox {
		margin-left: 5px;
		float: left;
	}
	
	div#footermenu {
		float: right;
	}

	div#footermenu ul {
		list-style-type: none;
	}

	div#footermenu li {
		display: inline;
	}

  div#footermenu a, div#footermenu a:link, div#footermenu a:visited  {
		color: black;	
  }
  
  /* ergaenzung log-in */
  #login_container {
  	width: 110px;
	float: left;
	margin-left: 30px;
	margin-top: 30px;
  }
  
  #login_container h2 {
    font-size: 12px;
    font-weight: bold;
		color: rgb(0, 135, 23);
  }
  
  .input {
  	width: 100px;
	margin-bottom: 10px;
  }
  
  .submit {
  	margin-top: 10px;
	width: 105px;
  }
  

