
/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #FFF3;}
a:hover {color: #AA3;}

body {
	background: #FFF url(img/bg_blau.jpg) repeat-x;
	color: #DDD;
		}
p,code,ul {padding-bottom: 1.2em;}


/* --------------------------------------- */

h1 {

	margin-bottom: 4px;
}

h2 {background: url(img/stripes.gif) repeat-x left bottom; color: #CCC;  margin-bottom: 8px; padding-bottom: 11px; letter-spacing: 1px;}

blockquote {
	color: #CCA;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}
h1,h2 {padding-top: 6px;}


/* --------------------------------------- */

/* misc */
.clearer {
	clear: both;
	font-size: 0;
}
.left {float: left;}
.right {float: right;}

/* structure */
.wrapper {
/* 	font-size: 1.3em; */
	margin: 0 auto;
	width: 850px;
	white-space: wrap; 
}

/* --------------------------------------- */

/* /* sub navigation rechts*/
.sidenav {
	padding-top: 226px;
	float: right;
	width: 345px;
	font-family:andbasr; src: url('AndBasR.ttf') format('truetype'); line-height: 1.20em; font-size:12.5pt; 
	
	
}

.sidenav h2 {
	color: #9A3;
	font-size: 1.6em;
	line-height: 30px;
	margin: 0;
}
.sidenav ul {padding: 0.5em 0 0 0.5em;}
.sidenav li {list-style: none;}
.sidenav li a {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #777;
	text-decoration: none;
}

/* --------------------------------------- */

/* content Inhalt Links*/
.content {
	text-align: justify;
	float:left;
	margin: 20px 0;
	padding-top: 55px;
	width: 445px;	
	font-family:andbasr; src: url('AndBasR.ttf') format('truetype'); line-height: 1.20em; font-size:12.5pt;"; 
	/* <p style="width: 455px; color:#2313a3; line-height: 1.05em; font-size: 1.1em; "> */
	
}

/* --------------------------------------- */

/* footer */

.
}