body {
	margin:0;
	padding:0;
	color:#333333;
	background-color: #FFFFFF;
}


#page {
	width:960px;
	align: center;
	font-family: Arial,Times,serif;
}

#header {
	height:110px;
	width:960px;
	background: #8888FF;
	background-image:url(../graphics/cp.jpg);
	background-repeat:no-repeat;
	background-position:right center;
	color: #FFFFFF;
	font-size: 150%;
	text-align: center;
	margin:0 0 0px 0;
	border-left:thin solid #CCCCFF;
  	border-right:thin solid #CCCCFF;
  	border-top:thin solid #CCCCFF;
  	padding-top:20px;
}



#navi {
	width:951px;
	height: 30px;
	background:#FFFFFF;
	position:absolute;
	left:auto;
	top: 75px;
	font:bold 12px verdana,arial,sans-serif;
	line-height:30px;
	padding:0px;
	margin:5px;
	border-left:thin solid #CCCCFF;
  	border-right:thin solid #CCCCFF;
}


#navi span {
	padding: 10px;
	background:#DDDDFF;
}


#navi span a {
	padding: 10px;
	text-align: center;
    text-decoration:none;
}
#navi span a:link    { color:#000000; background-color:transparent; }
#navi span a:visited { color:#000000; background-color:transparent; }
#navi span a:hover   { color:#000000; background-color:#FFFFFF; }
#navi span a:active  { color:#ff0; background-color:#000000; }

#content {
  background:#FFFFFF;
  width:960px;
  padding: 0px;
  border-left:thin solid #CCCCFF;
  border-right:thin solid #CCCCFF;
}

#mitte {
  float: left;
  background:#FFFFFF;
  width:920px;
  margin: 0px;
  padding: 20px;
  font-size: 15px;
  font-style: normal;
}

#mitte h1 {
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
}

#mitte p {
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
}

#mitte a, a:link, a:visited, a:hover , a:active  {
	text-decoration: underlined;
	padding: 3px;
	font-weight: bold;
	color:#5E7585;
}

#mitte li {
	padding: 10px;
}


#mitte table {
	padding: 0px;
	border: 0px;
	spacing: 0px;
}

#mitte th {
	text-align: center;
	background:#AA0055;
	padding: 10px;
	color: #FFFFFF;
}

#mitte th a {
	background-color: transparent;
	color: #333333;
}

#mitte td {
	text-align: left;
	padding: 10px;
}

#footer {
  float:bottom;
  background: #8888FF;
  text-align: right;
  width: 960px;
  border-left:thin solid #CCCCFF;
  border-right:thin solid #CCCCFF;
  border-bottom:thin solid #CCCCFF;
}

#footer span {
	align: right;
	padding: 2px;
}


#footer span a {
	padding: 5px;
	text-align: center;
    text-decoration:none;
    font-size: 70%;

}
#footer span a:link    { color:#000000; background-color:transparent; }
#footer span a:visited { color:#000000; background-color:transparent; }
#footer span a:hover   { color:#000000; background-color:#FFFFFF; }
#footer span a:active  { color:#ff0; background-color: #000000; }

#tag {
  float:right;
  background:transparent;
  align: center;
  width: 960px;
}



