/* CSS Document */
body{
	background-color: #666666;
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
	font-size: 14px;
	font-weight: 300;
}

#lefttop {
  height: 68px;
  width: 200px;
  margin: 0px;
}

#lefttop2 {
  position: absolute;
  top: 68px;
  left: 0px;
  height: 17px;
  width: 200px;
  margin: 0px;
}

#logotop {
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0px;
  right: 0px;
  height: 68px;
  margin: 0px;
  background-color: #999999;
}

#logobottom {
  position: absolute;
  top: 68px;
  left: 200px;
  right: 0px;
  height: 17px;
  margin: 0px;
}

#links {
  position: absolute;
  top: 85px;
  left: 0px;
  width: 200px;
  height: 300px;
}

#foto {
  position: absolute;
  top: 410px;
  left: 0px;
  width: 200px;
  height: 175px;
}

#linksspace {
  position: absolute;
  top: 85px;
  left: 200px;
  width: 17px;
  height: 300px;
}

#inhalt {
  position: absolute;
  width: 783px;
  top: 85px;
  left: 217px;
  margin: 0px;
}

#shortnews {
  position: absolute;
  width: 390px;
  top: 385px;
  left: 380px;
  margin: 0px;
}

#shortcalendar {
  position: absolute;
  width: 390px;
  top: 385px;
  left: 0px;
  margin: 0px;
}

a:link {
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}

a:active {
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #CC6600;
	font-weight: bold;
	text-decoration: none;
}

table        { 	font-family: Verdana;
				font-size: 14px;
				font-weight: 300;
                border-style: none;
                border-width: 0; 
			    border-collapse: collapse; 
				margin: 0;
				padding: 0; }

td {            border-style: none;
                border-width: 0; 
			    border-collapse: collapse; 
				margin: 0;
				padding: 0; }

tr {            border-style: none;
                border-width: 0; 
			    border-collapse: collapse; 
				margin: 0;
				padding: 0; }

h1
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: 600;
	color:#CC6600;
}


 input, select, textarea
{ font-size:7.5pt; font-family: Verdana, Arial, Helvetica, sans-serif; color:#000000;}

 .Button
{ background-color:#FFFFFF; color:#000000; width:200px; border:1px solid #003366; }
			
