body {
	background: #ffff99;
	font:12px Arial, Helvetica, sans-serif;
	color: #000000;
}
div {
	border: 0;
}
a {
	color: #666666;
	background: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
td {
	vertical-align: top;
	text-align: left;
}
#main {
	margin: auto;
	width: 760px;
	height: auto;	
	border: #7a0000 medium double;
}
#menu a {
	color: #FFFF99;
	background: none;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
	list-style-type: disc;
}
#menu {
	background: url(../images/menu.gif) no-repeat left top;
	color: #ffff99;
	height: 300px;
	width: 150px;
	float: left;
	font-weight: bold;	
	padding-top: 30px;
	line-height: 20px;
}
#menu ul {
	list-style-type: none;
	margin-left: 20px;
}
#menu ul li.selectedItem{
	list-style-type: circle;
	list-style-position: inside;
}
#menu > ul {
	margin-left: -15px;
}
#topBar {
	height: 191px;
	width: 760px;
	background: url(../images/topBar.gif) no-repeat left top;	
	color: #000000;
}
#topBar h1 {
	display: none;
}
.content {
	height: auto;
	width: 600px;
	min-height: 220px;
	margin-left: 150px;
  color: inherit;
	background: url(../images/contentBottom.gif) no-repeat left bottom;
	margin-bottom: 10px;
	border: 1px solid  #ffff99; /*Bug? in FF */
}
.content h1{
	text-align: center;
	background: url(../images/contentTop.gif) no-repeat left top;
	color: inherit;
	padding-top: 25px;
	font-size: 24px;
	margin-top: 0px;
	margin-left: -1px;
}
.content h2{
	text-decoration:underline;
	margin-top: -10px;
}

.content .links{
	background: url(../images/contentLeft.gif) repeat-y left top;	
	color: inherit;
	padding-top: 0px;
	margin-top: -30px;
	margin-left: -5px;
	margin-bottom: 43px;
	width: 606px;	
	min-height: inherit;
}
.content .rechts {
	background: url(../images/contentRight.gif) repeat-y right top;
	color: inherit;
	padding: 25px 25px 0px;
	min-height: inherit
}
.content img {
	border-top: thin solid #999999;
	border-right: medium solid #333333;
	border-bottom: medium solid #333333;
	border-left: thin solid #666666;
}
#google, #designBy {
	text-align: center;	
}
#google hr{
	border-top: thin solid #660000;
	width: 730px;
}
#google a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.content table {
	border-top: thin solid #999999;
	border-right: medium solid #333333;
	border-bottom: medium solid #333333;
	border-left: thin solid #666666;
}
.content table td {
	border: thin solid #660000;
}
.content table th {
	color: #ffff99;
	background: #660000;
}
label {
	font-weight: bold;
	vertical-align: top;
}
#formSendMail table td {
	border: none;
	padding: 0px 10px;
}
#formSendMail table {
	border: thin solid #660000;
}
.urls {
	line-height: 20px;
	font-size: 12px;
}
ul.urls a {
	font-weight: normal;
	font-variant: normal;
	color: #990000;
}
table#noBorder {
	border:0;
}
table#noBorder td{
	border:0;
}

