/* CSS dokument */


/*------------------------------------------*/
/*											*/
/* 		Stylesheet	Herzfassen				*/
/*		2011								*/
/*											*/
/*		  									*/
/*		www.monikahoinkis.de					*/
/*											*/
/*------------------------------------------*/


body {
	font-size: 9px;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-color:#333;
	color: #d0d0d1;
	text-align: left;
	margin: 0px;
	padding: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#main {
	width:1400px;
	height:1200px; 
	margin:0px 0 0 0; 
	padding:0px 0 0 0; 
}

img {
	padding: 0 0 20 0px;
}

a:link {
	color: #d0d0d1;
	text-decoration:underline
}

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

a:visited {
	color: #d0d0d1;
	text-decoration:underline
}

a:active {
	color: #000;
	text-decoration:underline
}
