/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 105%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
html{
	height:100%;
	width:100%;
}
body {
	line-height: 1;
	color: black;
	background: #C96;
	background-attachment:fixed;
	background-repeat: repeat;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	text-align:center;
	vertical-align:middle;
	width:100%;
	}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
center {
	height:100%;
	width:100%;
	background-image: url(../img/noten.gif);
	background-position:center;
	background-repeat:no-repeat;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clear {
	clear:both;
	background-color:#FFF;
}
/* ------ Basics ------ */
a{
	color:#3399FF;
	text-decoration:none;
}
a:hover{
	color:#3399FF;
	text-decoration:underline;
}
h1 {
	font-size:17px;
	color:#3366CC;
	width:425px;
	background-color:#FFFFFF;
	margin:-5px 0 0 20px;
	padding:10px 10px 5px 10px;
	
}
h2 {
	font-size:15px;
	color:#3399FF;
	margin:-5px 0 0 20px;
	padding:10px 10px 5px 10px;
}
h3 {
	font-size:11px;
	color:#999;
	font-weight:bold;
	padding:8px 10px 0 15px;
	float:left;
}
p {
	padding:5px 10px 10px 10px;
	color:#333333;
	margin:0 0 0 20px;
}
/* ------ Containers ------ */
/* Noten */
#wrapper {
	width:100%;
	height:100%;

	}
/* Buch */
#book {
	margin:0 0 0 -10px;
	padding:0 0 1px 0;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	background-image:url(../img/bg_cont_spiral.png);
	background-repeat:repeat-y;
	color:#666666;
	width:760px;
	min-height:150px;
	height:auto;
}

/* Navi */
#navi {
	margin:10px 0 -5px 0;
	padding:0 0 1px 0;
	font-style:normal;
	font-weight:normal;
	vertical-align:middle;
	text-align:center;
	width:750px;
	height:30px;
}
#navi ul {
	padding:0;
	font-size:13px;
	color:#000099;
	margin:0;
}
#navi ul li {
	margin:0 2px 0 0;
	line-height:15px;
	border:1px solid #fff;
	font-weight:normal;
	float:left;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
}
#navi ul li a {
	margin:0 0 0 0;
	padding:5px;
	line-height:15px;
	font-weight:bold;
	background-color:#FFCC00;
	color:#000;
	font-weight:normal;
	float:left;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
}
#navi ul li a:hover {
	margin:0 0 0 0;
	padding:5px;
	line-height:15px;
	background-color:#009;
	color:#fff;
	font-weight:normal;
	float:left;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
}
/* Subnavi */
#logo {
	border:0;
	margin:-5px 0 0 0;
	padding:0;
	background-color:#FFF;
	height: auto;
	border-bottom:#FFF solid 25px;
}
#subnavi {
	margin:5px 0 0 0;
	width:555px;
	height:auto;
	left:13px;
	background-color: #FFF;
	text-align:left;
	float:left;

}
#subnavi ul {
	margin:0 0 25px 0;
	line-height:auto;
	padding:5px 0 0 30px;;
}
#subnavi li {
	padding:0 3px 0 0;
	line-height:15px;
	list-style-image:url(../img/liststyle-note.jpg);
}
/* Content */
#content {
	width:715px;
	min-height: 500px;
	margin:5px 0 0 30px;
	text-align:left;
	background-color: #FFF;
}
#inhalt {
	width:715px;
	height:auto;
	left:13px;
	text-align:left;
	float:left;
	background-color:#FFF;
}
/* Footer */
#footer {
	margin:0 0 0 -1px;
	padding:0 0 1px 0;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#666666;
	width:750px;
	background-color:#FFF;
	height:30px;
	border-bottom:2px solid #999;
	border-top:1px solid #999;
	border-right:1px solid #999;
	border-left:1px solid #999;
}
#footer ul {
	padding:8px 10px 0 5px;
	float:left;
	border-right:solid 1px #999999;
}
#footer li {
	padding:2px 0 2px 0;
	float:none;
	list-style:none;
}

.pics {
	margin: 0 0 0 30px;
}
.block {
	width: 45%;
	float: left;
}
.spacer {
	clear: both;
	height: 1px;
}
.pics img {
	margin: 0 10px 10px 0;
	float: left;
	padding: 2px;
	background-color: #FFF;
	border: 1px solid #E2E2E2;
}
.pics small {
	color: #999;
	font-size: 10px;
}

/*****************************************************************
Fehler / Success Box
*****************************************************************/
.success {
	margin: 0 0 20px 0;
	background: url(../images/icons/accept.png) 10px 9px no-repeat #D8FFCE;
	padding: 10px 10px 10px 35px !important;
	color: #006600;
	font-size: 11px;
	font-weight: bold;
	border: 1px dotted #7AE36F;
	margin-right: 30px;
	margin-left: 30px;
}
.error {
	margin: 0 0 20px 0;
	background: url(../images/icons/exclamation.png) 10px 9px no-repeat #FDDFDF;
	padding: 10px 10px 10px 35px !important;
	color: #660000;
	font-size: 11px;
	font-weight: bold;
	border: 1px dotted #C00;
	margin-right: 30px;
	margin-left: 30px;
}
.information {
	margin: 0 0 20px 0;
	background: url(../images/icons/information.png) 10px 9px no-repeat #CED5FF;
	padding: 10px 10px 10px 35px !important;
	color: #000066;
	font-size: 11px;
	font-weight: bold;
	border: 1px dotted #000066;
	margin-right: 30px;
	margin-left: 30px;
}


div.entry {
	margin: 10px 30px 20px 30px;
	border: 1px solid #3366CC;
}
div.entry p {
	margin: 0;
}
p.title{
	background-color: #3366CC;
	color: #FFFFFF;
	padding: 2px 5px;
}
p.text {
	padding: 5px;
}
a {
	font-size: 12px;
}
.add {
	margin: 5px 0 0 0;
}

