body {
	margin:0px;
	padding:0px;
	font-family:verdana,arial,helvetica,sans-serif;
	text-align:center;
	background-color: #D9DAEC;
	color: #262C7D;
}
#inhalt {
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	width:980px;
	padding:0px;
}
#footer {
	clear: both;
	width: 100%;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	background-color: #C6C9E7;
	font-size: 11px;
	font-weight: bold;
	font-family: verdana,arial,helvetica,sans-serif;
	color: #262C7D;
	text-align: center;
	border-top: 1px solid #0D146C;
	border-bottom: 1px solid #0D146C;
}
#header {
	clear: both;
	width: 100%;
	padding: 1px 0px 1px 0px;
	margin: 0px;
	background-color: #C6C9E7;
	text-align: center;
	border-top: 1px solid #0D146C;
	border-bottom: 1px solid #0D146C;
}

/* linke Spalte - Menü */
#links {
	float: left;
	width: 160px;
	padding: 5px;
	margin: 10px 10px 10px 10px;
	background-color: #C6C9E7;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	color: #262C7D;
	border: 1px solid #0D146C;
}

/* rechte Spalte - Inhalt */
#content {
	float: right;
	width: 980px;
	padding: 5px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	text-align: justify;
	font-family: verdana,arial,helvetica,sans-serif;
	color: #262C7D;
}
#text {
	float: left;
	width: 600px;
	padding: 3px;
	margin: 0px;
	background-color: #C6C9E7;
	font-size:12px;
	text-align: justify;
	font-family: verdana,arial,helvetica,sans-serif;
	color: #262C7D;
	border: 1px solid #0D146C;
}


/* ------------------------- */
#text2 {
	float: left;
	width: 600px;
}
.menuBlock {
	display: inline;
	padding: 4px;
	margin: 0px;
	background-color: #C6C9E7;
	font-size: 12px;
	text-align: justify;
	font-family: verdana,arial,helvetica,sans-serif;
	color: #262C7D;
	border: 1px solid #0D146C;
	text-decoration: none;
}
.menuBlock:hover {
	display: inline;
	padding: 4px;
	margin: 0px;
	background-color: #262C7D;
	font-size: 12px;
	text-align: justify;
	font-family: verdana,arial,helvetica,sans-serif;
	color: #C6C9E7;
	border: 1px solid #C6C9E7;
	text-decoration: none;
}
#text3 {
	float: left;
	width: 600px;
	padding: 3px;
	margin: 0px;
	background-color: #C6C9E7;
	font-size:12px;
	text-align: justify;
	font-family: verdana,arial,helvetica,sans-serif;
	color: #262C7D;
	border: 1px solid #0D146C;
}
/* ------------------------- */

#rechts {
	float: right;
	width: 160px;
	text-align: center;
}

/* Links */
a:link		{color: #000652; text-decoration: none;}
a:visited	{color: #000652; text-decoration: none;}
a:hover		{color: #262C7D; text-decoration: underline;}
a:active	{color: #000652; text-decoration: none;}

/* sonstiges */
img.linie {
	width: 95%;
	height: 1px;
	text-align: center;
}
h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000652;
	display: inline;
}

/* Buch-Ansicht */
.testos {
	float: left;
	margin: 10px;	
}

div.feld {
	border: 1px dotted #3366CC;
	background-color: #D2DDF2;
	padding-left: 5px;
	margin: 5px;
}

/* Forum */
div.forumTitle {
	border: 1px dotted #3366CC;
	background-color: #D2DDF2;
	font-weight: bold;
	padding: 3px;
	margin: 5px;
}
div.forumText {
	border: 1px dotted #3366CC;
	background-color: #D2DDF2;
	padding: 4px;
	margin: 5px;
}

/* Fehlermeldung */
div.fehlerFeld {
	border: 1px dotted #FF0000;
	background-color: #FFC7C7;
	padding-left: 5px;
	margin: 5px;
}

div.headSchrift {
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #000652;
	padding-bottom: 2px;
	margin: 5px;
	font-size: 16px;
}
div.punkt {
	font-size: 14px;
	margin: 5px;
}