/************************
PARASOL NEUN PUNKT CSS Styles
author:   Katrin Bauer
version:  2008/06

http://parasol9pt.net
************************/


html { height: 100%; margin-bottom: 1px; }

body {
	margin: 10;
	padding: 0;
	font: 62.5%/1.6em Courier New, Courier, mono;
	color: #666;
	background: #FFCCCC url("http://www.parasol9pt.net/content/img/bg1.gif");
	background-attachment:fixed;
}

body * {
	margin: 0;
	padding: 0;
}


div {
	background-color: #FFF; 
	padding: 8px;
	display: table;
	width: auto;
}
div img {
	border: 0;
}
img {
	border: 8px solid #FFF;
}

h1 {
	padding: 5px 2px 8px 2px;
	font-size: 3.2em; 
	text-transform: uppercase;
	font-weight: bold; 
	color: #CC0033;
	letter-spacing: -0.06em;
}
h2 {
	padding: 6px 2px 2px 2px;
	font-size: 1.2em; 
	text-transform: uppercase;
	font-weight: bold; 
	border-top: 1px dotted #919F98;
}
h3 {
	overflow:hidden;
	line-height: 1.8em;
	background-color: #fff;
	padding: 3px 10px 3px 10px;
	font-size: 1.8em; 
	display: inline;
	text-transform: uppercase;
	font-weight: bold; 
}

hr {
	margin : 2px 0 2px 0; 
	height: 1px; 
	border: 1px dotted #ccc;
}

a, a:visited { 
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #CC0033;
	text-decoration: underline;
}

p, span { 
	padding: 3px 8px 2px 8px;
	color:#FFFFFF;
	background-color: #CC0033;
	display:inline;
	font-size: 1.1em; 
}
span { 
	font-size: 1.3em; 
	font-weight: bold;
}
.go { 
	padding-left: 22px;
	background: transparent url("http://www.parasol9pt.net/content/img/arrow.gif") no-repeat 4px 4px;
}
