/******** html ********************************************************************************/
html {
	margin: 0;
	padding: 0;
}


/******** body ********************************************************************************/
body {
margin: 0px auto;
padding: 0;
background: #6d6966 url(../images/background/Background_Tile.jpg);
overflow-x: hidden; 
color: #000000;
font-size: 10px; 
font-family: Verdana, Arial; 
}


/******** links ********************************************************************************/
a:link {
color: #a2171f; 
font-weight: bold; 
font-size: 10px; 
font-family: Verdana, Arial; 
text-decoration: none 
}
a:visited {
color: #a2171f; 
font-weight: bold; 
font-size: 10px; 
font-family: Verdana, Arial; 
text-decoration: none 
}
a:hover {
color: #000000; 
font-weight: bold; 
font-size: 10px; 
font-family: Verdana, Arial; 
text-decoration: underline;
}


/******** mainbody ********************************************************************************/
#mainbody {
  width: 100%;
  height: 930px;
/*  background: #ccc8c5;*/
  margin: 0px;
  padding: 0px;
 	float: left;
  }


/******** flashcontent ********************************************************************************/
#flashcontent {
	width: 100%;
	height: 930px;
	}


/******** textarea ********************************************************************************/
textarea, table {
font-size: 10px; 
font-family: Verdana, Arial 
}


/******** images ********************************************************************************/
img {
	border: none;
}


/******** other ********************************************************************************/
.clear {
	clear: both;
}


/******** Footer ********************************************************************************/
#footer {
  margin-left:0px;
	color: #000000;
  width: 100%;
  height: 35px;
/*  background: #ffffff;*/
 	float: left;
}


/******** nenART Mediadesign ********************************************************************************/
#nmd {
position:relative;
margin-bottom: 70px;
padding: 0;
height: 35px;
list-style: none;
display: inline;
overflow: hidden;
width: 150px;
}
#nmd li {
margin: 0;
padding: 0;
list-style: none;
display: inline;
width: 150px;
height: 35px;
float: left;
}
#nmd a {
float: left;
padding: 35px 0 0;
overflow: hidden;
height: 0px !important;
background: url(nmd.jpg) 0px 0px no-repeat;
width: 150px;
}
#nmd a:hover {
background-position: 0px -35px;
}
#nmd a:active {
background-position: 0px -70px;
}