html { 
  padding:0px;
  margin:0px;
  height:100%;
}

body {
  background-color: #000000;
  margin-top:0px;
  margin-left: 50%;
  background-image: url(../../images/website/made_in.PNG);
  background-position: right bottom;
  background-repeat: no-repeat;
}

/* class */

img.border {
  border:1px solid #FFFFFF;
}

img.news {
  border: 1px solid #FFFFFF;
  margin-top: 3px;
}

table {
  margin: auto;
}

.Code {
  background: #EFEFEF url(../../images/cms/icons/code.PNG) no-repeat 5px 4px;
  background-color: #EFEFEF;
  border-bottom: 1px solid #999999;
  border-top: 1px solid #999999;
  min-height: 1.25em;
  padding: 0.25em 0.5em 0.25em 2.5em;
}

.date {
  background: abc507;
  color: gray;
  font-size: 0.9em;
  text-align: right;
}

.mainContentBodyText {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF; 
}

div.errorMessage {
  background: #ffcccc url(../../images/cms/icons/error.PNG) no-repeat 5px 4px;
  border-bottom: 1px solid #c00;
  border-top: 1px solid #c00;
  color: #900;
  font-weight: bold;
  min-height: 1.25em;
  padding: 0.25em 0.5em 0.25em 2.5em;
}

.headline {
	
	
}

.newsLink {
	
}

.login {
  width: 28px;
  height: 26px;
  margin: 0;
  padding: 0;
  border: 0px;
  background: transparent url("../../images/website/misc/cmslogin.PNG") no-repeat center top;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

.theInput {
  border:0px;
  border-bottom: 1px solid gray;
  color: #3E4249;
  font-family: Courier New, Courier, Georgia, Times new Roman, sans-serif;
  font-size: 12px;
}

/* class end */

/* div */

#content {
	position: relative;
	width: 800px;
	left: -400px;
	padding: 0px;
	margin: 0px;
}

#top	{
	position: absolute;
	width: 800px;
	height: 323px;
	top: 0px;
}

#navigate {
	position: absolute;
	width: 800px;
	height: 25px;
	top : 323px;
}

#navigate p {
	text-align: center;
}

#body {
	width: 700px;
	margin-left: 50px;
	position: absolute;
	top: 348px;
	border-top: 1px solid #333333;
	background-image: url(../../images/website/bike.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#nav_bottom {
	position: absolute;
	width: 700px;
	height: 11px;
	border-top: 1px solid #333333;
}

#nav_bottom p {
	text-align: center;
}

#copyright {
	width: 700px;
	position: absolute;
	background-image: url(../../images/website/logo.PNG);
	background-position: right;
	background-repeat: no-repeat;
}

#copyright p {
	text-align: center;
}

/* div end */

/* antrastes */

p {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
}

h2 {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
}

a {
  background-color: #000000;
  color: #E90DC7;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 11px;
}

a:hover {
  color: #D5D5D5;
  text-decoration: underline;
}

hr {
  border: 0;
  width: 80%;
  height: 1px;
  color: #E90DC7;
  background-color: #E90DC7;
}

/* antrastes end */