/* @override http://www.iconauten.com/style.css */



/*

Author URI: http://www.saschakurz.net

*/



/* body
--------------------------------------------------*/

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

}

body {
	font: 10px/1.6em Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	margin: 0;
	border-left:  10px solid white;
	border-right:  10px solid white;
	height: 100%;
	padding: 0;
	background-image: url(img/raster.gif);

}

* {
	margin:0;
	padding:0;
}


/* 
--------------------------------------------------*/

#wrap {
	height: 100%;
	margin: 0 auto;
	text-align: center;
	background: url(img/iconauten.gif) no-repeat center center;
}

#content {
	border-top:  10px solid white;
	width: 100%;
	height: 400px;

}


#footer {
	width: 100%;
	height: 90px;
	background: #ffffff;
	text-align:	left;
	bottom: 0px;
	left:  0px;
	right: 0px;
	position: absolute;

}




#allinkl {
	height: 90px;
	position: absolute;
	margin: 0;
	right: 0px;
	bottom: 0px;
	background: #ffffff;
	
}

img.allink {
	position: relative;
	margin: 0;
	right: 10px;
	background: #ffffff;
	padding-top: 10px;
	
}



/* 
--------------------------------------------------*/

h1 {

	font: 10px/1.6em Verdana, Arial, Helvetica, sans-serif;
	color:#151a17;
	margin-left:10px;
	margin-top: 10px;
		
}

h2 {

	font: 10px/1.6em Verdana, Arial, Helvetica, sans-serif;
	color:#151a17;
	margin-left:10px;
		
}

/* links
--------------------------------------------------*/

a {
	color:#85938a;
	text-decoration:none;
}

a:hover {
	color:#85938a;
	text-decoration:none;
}


