/* -----------------------------------------------------------------------------------------
   25.06.2009 19:48 GMZ, Rolf Hauzirek

   Internet Warehouse
   http://www.iwh.de

   Copyright (c) 2009 iwh -Internet Warehouse 
   -----------------------------------------------------------------------------------------
	CSS Daten sind für private Projekte frei verfügbar.
	Kommerzielle Projekte bitte kurz via Mail anfragen.
	Genehmigungen werden prinzipiell erteilt.
	Dieser Hinweis darf gelöscht werden.
	Copyright-Hinweis im Top-Bereich bitte nicht entfernen.	
   ---------------------------------------------------------------------------------------*/

/* Allgemeine Einstellungen */

*{
	margin: 0;
	padding: 0;
}

body{
	background: #dfe0e2 url(../images/bg_body.jpg) repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #fabf4c;
}

img{
	border: none;
}

a:link{
	text-decoration: none;
	color: #F0E797;
}

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





/* ----------------- Klassen ------------------------*/

.clear{
	clear:both
}

.hotspot1{
	background: transparent url(../images/bg_creat.jpg) no-repeat;
	width: 210px;
	color: #542F16;
	font-size: .7em;
	padding: 110px 20px 5px 20px;
	float: left;
}

.hotspot2{
	background: transparent url(../images/bg_net.jpg) no-repeat;
	width: 210px;
	color: #542F16;
	font-size: .7em;
	padding: 110px 20px 5px 20px;
	float: left;	
}

.hotspot3{
	background: transparent url(../images/bg_print.jpg) no-repeat;
	width: 210px;
	color: #542F16;
	font-size: .7em;
	padding: 110px 20px 5px 20px;
	float: right;
}
