body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
	width: 98%;
	word-wrap: break-word;
}
.td{
	border: 1px solid Navy;
	margin: 5px;
	padding: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}

#container
{
	max-width: 1200px;
	min-width: 1024px;
	vertical-align: middle;
	height: 100%;
	margin:10px;
	padding: 5px;
	background-color: transparent;
	line-height: 130%;
	border: 1px solid Navy;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}

#header {
	background: transparent;
}


#outer1 {
	float: left;
	width: 18%;
	margin: 5px;
	background: transparent;
	border: 1px solid Navy;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}
#outer2 {
	float: left;
	width: 60%;
	margin: 5px;
	background: transparent;
	border: 1px solid Navy;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}

#outer3 {
	float: right;
	width: 18%;
	margin: 5px;
	background: transparent;
	border: 1px solid Navy;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}



#outer1, #outer2, #outer3 {padding-bottom:32767px; margin-bottom:-32767px; height: auto;}

#wrapper {
	overflow: hidden;
	background: transparent;
}


#footer {
	clear: both;
	background: Navy;
	}

h1 {font-size:20px; margin:0; padding:10px 0; color:#fff;}
h3 {font-size:18px; margin:0; padding:8px 0;}
.content {padding:5px;}
p {font-size:12px; line-height:1.5em; margin:0; padding:5px 0;}
#footer p,
#header p {color:#fff;}
#footer a {color:#fff;}
#footer a:hover {
text-decoration:none;
border: 1px solid Navy;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}

</style>

<!--[if lte IE 7]>
<style type="text/css">
body {word-wrap:break-word;}
#outer2 {
	float: left;
	width: 59.8%;
	background: transparent;
}

/* for IE6 */
* html #wrapper {display:inline-block;}
</style>
<![endif]-->

 /* calender layout */
 .wday {
 	background: #ADD8E6;
	color: Black;
 }
.satday {
	background: #87CEEB;
	color: Blue;
}
.sunday {
	background: #87CEEB;
	color: Blue;
}
.today {
	background: Red;
	color: Black;
}
.ntoday {
	background: #DCDCDC;
	color: Black;
}
.nday {
	background: Green;
	color: Blue;
}
.rest6 {
	color: Blue;
}
.rest0 {
	color: Blue;
}
/* Calender Layout ende */

/* Customise the login Box */
.searchform {
	margin: 0;
	background: transparent;
	width: 80%;
	font-size: smaller;
}

.searchbox {
	background: #DCDCDC;
	border: 1px solid #b0b0b0;
	margin: 0 4px 0 5px;
	width: 100px;
	color: Navy;
	font-size: smaller;
}

.passwort {
	background: #DCDCDC;
	border: 1px solid #b0b0b0;
	margin: 0 4px 0 5px;
	width: 100px;
	color: Navy;
	font-size: smaller;
}
.searchbutton {
	background: #DCDCDC;
	border: 1px solid #b0b0b0;
	margin-left: 5px;
	color: Navy;
	font-size: smaller;
}
/* Customise the login Box ende*/

