body
{
	font-size: 62.5%;
	margin: 0px;
	padding 0px;
	text-align: left;
	background-image: url(../pics/background.jpg);
	background-attachment: fixed;
}

a, a:visited , a:active			{color: #FF0099;text-decoration: none;}
a:hover, a:visited:hover, a:active:visited:hover {color: #FFF; text-decoration: none; background: #FF0099;}

h2
{
	color: #444;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font: bold 1em/1.5em verdana, arial, sans-serif;
}

#container	{}
#content	{width:450px;margin: 0 0 0 100px;}

.doku
{
	background-image: url(pics/white_grid.gif);
	padding: 0px 5px 30px 5px;
	color: #444;
	text-align: left;
	font: normal 1.1em/1.2em Courier New;
}

#header
{
	
	width: 450px;
	background: #fff;
   	background-image: url(../pics/logo.jpg);
	background-repeat: repeat;
}

.menu
{
	height:15px;
	width: 450px;
	background:#000;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font: normal 1em/1.5em arial, sans-serif;
	text-align: center;
}

.white_bg {background: #ffffff;}
.white_bg2 {background: #ffffff; padding: 5px 5px 5px 5px;}
.menuitem {padding:0 3px 0 3px;}
.end {margin: 0 0 700px 0;}

/* --- form stuff  ---*/

form { 
	padding: 0px; 
}

input {
	background-color: #fff;
	color: #444;
	font-family:  Courier New;
	font-size: 1em;
}

.texta { 
	font-size: 10px; 
	background-color: #CCCCCC; 
	margin:0 5px 0 0;
}
