/*  ***************************************
uta-dingel.de - Standard-Stylesheet
Datei: std.css
Media: screen, projection 

Datum: August 2009
Autor: Michael Raith
Mail:  info@raith.it
Web:   http://www.raith.it                                



*************************************** */

/**************************/
/** RESET                **/
/**************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
}

*************************************** */

html, body {
	height: 100%;
}


a, a:visited, a:hover, a:active  {
	text-decoration: none;	
	color: #346633;
}

a img {
	border: none;
}

/* remove firefox (active) link outline */  
a:focus { 
	outline: none;
}  

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #c7dba6;
}

h1 {
	color: #ffffe5;
	margin-top: 30px;
	margin-left: 20px;
}

#container {
	position: absolute;
	top: 80px;
	left:0;
	width: 995px;	
	height: 600px;		
}

#contact {
	position: absolute;
	top: 43px;
	left: 270px;
	color: #ffffe5;
	font-size: 11px;
}

#copyright {
	position: absolute;
	top: 700px;
	left: 20px;
	color: #ffffe5;
	font-size: 11px;
}
	
	
	
	
	

