/* @override http://www.lastfuture.de/neeew/default.css */

* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	font: normal 1em "Trebuchet MS",Verdana,sans-serif;
}
body {
	background: #FFF url(img/bg.png) repeat-x;
	color: #333;
	line-height: 1.2;
	max-width: 1000px;
	min-width: 820px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div.nav {
	float: left;
	margin-top: -12px;
}

div.right {
	float: none;
}

ul {
	font-size: 1em;
}
div.nav ul {
	margin-top: -22px;
	border-top: 6px solid #d225b8;
}

h1,h2,h3,h4 {
	font: normal 1em "Trebuchet MS",Verdana,sans-serif;
	color: #41565E;
}

div.header {
	border-bottom: 6px solid #d225b8;
	height: 43px;
	margin-top: 40px;
	margin-left: -65px;
	padding-left: 60px;
}

div.header span {
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
	opacity: .5;
}

h1 {
	font-size: 2.9em;
	color: #00bf9b;
	letter-spacing: .05em;
	text-shadow: #fff 0 0 6px;
}

blockquote,ul {
	margin-left: 15px;
}
li {
	list-style: none;
}

li.active {
	background: url(img/bgshaded.gif);
}

blockquote {
	background: url(img/bgquote.gif);
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	width: 80%;
	display: block;
	margin-bottom: 12px;
	margin-top: -6px;
	padding: 12px;
	padding-left: 26px;
}
blockquote div p {
	color: #666;
	font: italic 1.1em Georgia,"Times New Roman",Times,serif;
	font-size: 1.1em;
	text-indent: 13px;
	overflow: visible;
	padding: 2px 0 0 0;
	margin: 0 0 0 8px;
}
blockquote div {
	background: url(img/quote.gif) 0 0 no-repeat;
	margin: 0 0 0 -8px;
}

.clearer {
	clear: both;
}

/* @group left bar */

.nav {
	left: 25px;
	text-align: center;
	width: 135px;
}

.nav ul {
	margin-left: 0;
	margin-right: -10px;
	padding-left: 15px;
}
.nav li {
	border-bottom: 1px solid #d225b8;
}
.nav li a {
	color: #d225b8;
	text-transform: lowercase;
	font: 1.2em "Trebuchet MS",Verdana,sans-serif;
	letter-spacing: .1em;
}
.nav li.active a {
	color: #c400b2;
	text-shadow: #fff 0 0 7px;
}
.nav li a:hover {
	color: #fff;
	text-shadow: #d225b8 0 0 3px;
}

/* @end */

/* @group center content */

.left {
	margin: 0 23% 20px 190px;
}

.content .descr {
	color: #7fdfcd;
	font: .9em "Trebuchet MS",Verdana,sans-serif;
	border-left: 1px dotted #8675ea;
	padding-top: .4em;
	padding-bottom: .4em;
	padding-left: 1.2em;
}
.content .descr2 {
	color: #ff1beb;
	font: .8em "Trebuchet MS",Verdana,sans-serif;
	margin-left: -.4em;
}
.content .text {
	padding-top: .1em;
	padding-bottom: .1em;
	margin-bottom: .5em;
	padding-left: 1em;
	border-left: 1px solid #1e00cf;
	word-spacing: .1em;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content a {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #00bf9b;
}
.descr2 a {
	opacity: .5;
	text-decoration: none;
	color: #fe00e9;
	font-family: "Trebuchet MS",Verdana,sans-serif;
}
.content a:hover {
	opacity: .6;
}
.descr2 a:hover {
	opacity: 1;
}

.content h2 {
	font-size: 1.3em;
	margin-top: 36px;
	margin-bottom: 4px;
	margin-left: -11px;
}
.content h2 span {
	color: #fff;
	background: #8fa0ff url(img/bgtitle.gif);
	padding: 2px 11px 2px 9px;
	text-shadow: #005dbc 0 0 5px;
	font-weight: bold;
}

/* @end */

/* @group right bar */

.right {
	background: url(img/bgquote.gif);
	right: 2%;
	width: 18%;
	margin-top: 65px;
	max-width: 230px;
	position: absolute;
	top: 18px;
}

.subnav {
	padding: 0 12px;
}
.subnav h1 {
	font-size: 1.2em;
	margin-left: 8px;
	margin-bottom: 4px;
}
.subnav ul {
	margin: 0 0 16px;
	padding: 0;
}
.subnav li { 
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #79f2db;
}
.subnav li a {
	opacity: .7;
	color: #0037eb;
	display: block;
	font-size: .9em;
	padding: 3px 6px 3px 8px;
	text-decoration: none;
}
.subnav li a:hover {
	opacity: 1;
}

/* @end */

/* @group round corners */

.roundtl,.roundtr,.roundbl,.roundbr {
	background: url(img/round.gif);
	height: 16px;
	width: 14px;
}
.roundtl,.roundbl {
	float: left;
}
.roundtr,.roundbr {
	float: right;
}
.roundtr {
	background-position: right top;
}
.roundbr {
	background-position: right bottom;
}
.roundbl {
	background-position: left bottom;
}

/* @end */

.footer {
	color: #666;
	border-top: 1px solid #EEE;
	font: normal 0.7em Verdana,sans-serif;
	margin: 0 2%;
	padding: 8px 6px;
}

.content p {
	margin-top: .5em;
	margin-bottom: .5em;
}
