/* CSS Document */

body{
	font-style:italic;
	font-family: Helvetica,Arial,sans-serif;
	background-image:url(images/ostsee.gif);
	background-attachment:fixed;
         font-weight: normal;
	height:100%;
	min-width:500px;
}

p a		{
         font-style:italic;
	font-family: Helvetica,Arial,sans-serif;
         font-weight: normal;
	}


div#Window	{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid ;
	border-right:1px solid;
	border-top:1px solid;
	background:white;
	}

div#Header	{
	color:black;
	margin:0;
	text-align:center;
	}

div#Header_bottom	{
	}

div#Main		{
         width:750px;
         margin-top:20px;
         margin-left:auto;
	margin-right:auto;
	border-left:0px solid black;
	border-right:0px solid black;
	background:white;
         }

div#Foot	{
	color:white;
	background:#a8a8a8;
	padding:0;
	margin:0;
	border-top:2px solid black;
	text-align:right;
	}

div#Navi {
	width:100%;
	background-image:url(images/filler-1.gif);
	background-repeat:repeat-x;
	float:left;
	text-align:center;
	}

#Navi ul {
	list-style:none;
	text-align:center;
	}

#Navi li {
	padding-bottom:12px;
	float:left;
	}

#Navi a 	{
	text-decoration:none;
	color:black;
	font-family:'Times New Roman',Times,serif;
	font-size:130%;
	padding-left:10px;
	padding-right:10px;
/*	border-left:1px solid;
	border-color:#D1EEEE;*/
	}

#Navi a:hover	{
	text-decoration:underline;
	color:red;
	}
#now a	{
	text-decoration:underline;
	color:red;
	}

#Kopf {
	background-color: rgb(51, 204, 255);

	}

#SpalteLinks	{
	background-color: rgb(234, 234, 187);
	}

#SpalteRechts	{
	background-color: rgb(234, 234, 187);
	text-align:center;
	}

.Spalte	{
	border:1px solid;
	border-color:#9a9a9a;
	width:19px;
	}
#today	{
	background-color:red;
	}
#WE	{
	background-color:#ffa75f;
	}
#Zwischen	{
	background-color:rgb(51, 204, 255);
	}
#Zwischen_wechsel-vor	{
	background-color:yellow;
	background-image:url(images/we-bl.gif);
	background-repeat:no-repeat;
	}
#Zwischen_wechsel-nach	{
	background-color:yellow;
	background-image:url(images/bl-we.gif);
	background-repeat:no-repeat;
	}
#Vor	{
	background-color:rgb(255, 153, 255);
	}
#Vor_wechsel-vor	{
	background-color:yellow;
	background-image:url(images/we-li.gif);
	background-repeat:no-repeat;
	}
#Vor_wechsel-nach	{
	background-color:yellow;
	background-image:url(images/li-we.gif);
	background-repeat:no-repeat;
	}
#Vor_wechsel-nach-Haupt	{
	background-color:yellow;
	background-image:url(images/li-gr.gif);
	background-repeat:no-repeat;
	}
#Haupt	{
	background-color:rgb(51, 255, 51);
	}
#Haupt_wechsel-vor	{
	background-color:yellow;
	background-image:url(images/li-gr.gif);
	background-repeat:no-repeat;
	}
#Haupt_wechsel-nach	{
	background-color:yellow;
	background-image:url(images/gr-li.gif);
	background-repeat:no-repeat;
	}