/* CSS Document */

body {	
	font:Courier, serif;
	font-family:Courier, serif;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:100%;
	letter-spacing:0pt;
	text-decoration:none;
}

#div1 {
	width:800px;
	height:800px;
	margin:0px auto;
	text-align:center;
	background-image:url(../images/templ.png);
	background-repeat:no-repeat;
}

.menu {
	width:150px;
	float:left;
	height:800px;
	position:relative;
	top:120px;
	/*background-color:#33FFCC;*/
	padding:27px;
	text-align:left;
}

.content {
	width:520px;
	margin:0px 1%;
	float:left;
	height:800px;
	position:relative;
	top:125px;
	/*background-color:#CCCCCC;*/
	padding:27px;
	font-size:11px;
	line-height:15px;
	text-align:left;
}

.titel {
	font-size:16px;
	font-weight:bold;
	text-align:left;
}

a.navi:link  {
	text-decoration:none;
	width:150px;
	height:20px;
	background-color:#FFFFFF;
	color:#000000;
	font-weight:bold;
	font-size: 14px;
	display:block;
	padding:8px 0px 0px 20px;
}

a.navi:visited  {
	text-decoration:none;
	width:150px;
	height:20px;
	background-color:#FFFFFF;
	color:#000000;
	font-weight:bold;
	font-size: 14px;
	display:block;
	padding:8px 0px 0px 20px;
}

a.navi:hover {
	text-decoration:none;
	border-bottom:#000000;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-top:#000000;
	border-top-style:solid;
	border-top-width:thin;
	width:150px;
	height:18px;
	color:#000000;
	font-weight:bold;
	font-size: 14px;
	display:block;
	padding:8px 0px 0px 20px;
}

a.navi:active {
	text-decoration:none;
	width:150px;
	height:20px;
	background-color:#000000;
	color:#ffffff;
	font-weight:bold;
	font-size: 14px;
	display:block;
	padding:8px 0px 0px 20px;
}

.place {
	text-decoration:none;
	width:150px;
	height:20px;
	background-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 14px;
	display:block;
	padding:8px 0px 0px 20px;
}

a:link {
  color:#000000;
  font-weight:bold;
  text-decoration:underline;
}

a:visited {
  color:#999999;
  font-weight:bold;
  text-decoration:underline;
}

a:hover {
  color:#CCCCCC;
  font-weight:bold;
  text-decoration:underline;
}

a:active {
  color:#FFFFFF;
  font-weight:bold;
  text-decoration:underline;
}

