body 
{
	background-color:#e2fadc /*C0C0C0*/;
	text-align:center;
}

body, div, table
{
	font-family:Arial;
	font-size:10pt;
}

td
{
	background-color:#ffffff;
	text-align:center;
}

a:link, a:visited, a:hover, a:active
{
	text-decoration:underline;
	font-weight:normal;
	background-color:inherit;
	color:#636363;
}
a:visited { color:#B37455; }
a:hover { color:#ff0000; }
a:active { color:#ff0000; }

a.menu:link, a.menu:visited, a.menu:hover, a.menu:active
{
	text-decoration:none;
	font-weight:normal;
	background-color:inherit;
	color:#000000;
}

a.skip:link, a.skip:visited, a.skip:hover, a.skip:active
{
	text-decoration:underline;
	font-weight:normal;
	background-color:inherit;
	color:#000000;
}

a.skip:visited { color:#000000; }
a.skip:hover { color:#0000ff; }
a.skip:active { color:#000000; }


/*ALL CSS IDS*/
/*===========*/
#calendar
{
	width:95%;
	margin: 20px 5px 20px 15px;
	
}

#center
{
	width:760px;
	margin:0px auto;
	background-color:transparent;
	text-align:left;
}

#content
{
	border: 1px solid;
	position:absolute;
	margin-top:10px;
	margin-left:130px;
 	border:1px #fe845a solid;
	background-color:#ffffff;
	width:510px;
	z-index:1;
}

#frame
{
	margin: 20px 10px 20px 20px;
	background-color:#ffffff;
	font-size:9pt;
}

#head
{
	height:58px;
	border-bottom:1px solid #000000;
	text-align:left;
	vertical-align:bottom;
}

#logo
{
/*	border:1px solid;*/
	width:200px;
	margin-left:300px;
	height:38px;
	text-align:center;
	vertical-align:top;
}

#ltext
{	
	width:300px;
	margin-left:250px;
	height:20px;
	text-align:center;
	vertical-alig:bottom;
	font-family:Times New Roman;
	font-size:12pt;
	font-weight:light;
}

#menu
{
  text-align:center;
	position:absolute;
	float:right;
	width:140px;
	z-index:2;
}
#post
{
	margin: 20px 10px 20px 20px;
	background-color:#ffffff;
}

#pic
{
	margin-left:660px;
	position:absolute;
	float:right;
	width:90px;
}

#skip
{
	margin-top:10px;
	margin-left:15px;
	margin-bottom:10px
	background-color:#ffffff;
	font-size:8pt;
	font-weight:bold;
}

#where
{
	font-size:10pt;
	font-style:italic;
	margin-top:38px;
	float:left;
}
/*ALL CSS CLASSES*/
/*===============*/

.s8
{
  font-size:7pt;
}
.s12
{
  font-size:12pt;
}

.big
{
  font-weight:bold;
}

.content
{
	background-color:#ffffff;
	text-align:left;
}

.head
{
	margin:0px 2px 0px;
	border-bottom: #000000 1px solid;
	font-size:10pt;
	font-weight:bold;
}

.navih
{
  text-align:left;
	padding:2px;
	background-color:#ffc0aa;
	border:#fe845a 1px solid;
	border-bottom:#000000 1px solid;
	-moz-border-radius:5px 5px 0px 0px;
	margin-top:20px;
	font-weight:bold;
}

.naviin
{
  text-align:left;
	padding:2px;
	background-color:#ffc0aa; /*siehe navih for old*/
	border-bottom:1px #fe845a solid;
	border-left:1px #fe845a solid;
	border-right:1px #fe845a solid;
	-moz-border-radius:0px 0px 5px 5px;
}

.pic 
{
	background-color:transparent;
/*	width:120px*/
	height:140px;
	margin-top:10px;
	text-align:center;
	font-size:8pt;
}

.huge
{
  font-family:inherit;
	font-size:11pt;
	/*font-weight:bold;*/
}

.uber
{
  font-family:inherit;
	font-size:12pt;
	font-weight:bold;
}

.roman
{
	font-family:Times New Roman;
  font-size:10pt;
}
