/* [C]ascading[S]tyle[S]heet */
/* G R U N D E L E M E N T E */
html {
	height:100%;
	width:100%;
}
body {
	background:url(http://www500.ws17.inname.net/img/2spy.de/img/bg.png) top left repeat-x  #fff;
	font-family:MS Sans Serif;
	font-size:12px;
	color:#333;
	margin:0px;
	padding:1px;
	cursor:default;
}
* {
	border:0px;
	padding:0px;
}
p { size:14px; }
br { size:12px; }
/* H E A D L I N E S */
h1 { font-size:30px; }
h2 { font-size:26px; }
h3 { font-size:22px; }
h4 { font-size:18px; }
h5 { font-size:14px; }
h6 { font-size:12px; }
/* A N K E R */
a:link {
	font-size:12px;
	color:#e5e5e5;
	text-decoration:none;
}
a:visited {
	font-size:12px;
	color:#e5e5e5;
	text-decoration:none;
}
a:hover {
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}
a:active {
	font-size:12px;
	color:#e5e5e5;
	text-decoration:none;
}
a:focus {
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}
/* H E A D E R */
.header {
	background:url(http://www500.ws17.inname.net/img/2spy.de/img/icon.png) no-repeat top left;
	min-width:500px;
	height:35px;
	text-align:left;
	padding-left:55px;
	padding-top:20px;
	font-size:14px;
	font-weight:bold;
	color:#FF5500;
}
/* E I N T R A E G E - D I V */
.inhalt { background-color:#09f; }
.inhalt dt {
	background-color:09f;
	padding:4px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	border-bottom:1px groove #f2f2f2;
}
.inhalt dd {
	font-size:12px;
	padding-left:5px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:10px;
	margin-left:0px;
	background-color:#A6DCFF;
	border-bottom:1px groove #f2f2f2;
}
.navi {
	font-size:12px;
	background-color:#09F;
}
