/* Alle Abstaende auf 0 */
* {
	padding:0px;
	margin:0px;
}

/* Grundlegendes */
body {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFF9;
}

/* Rahmen um alles */
#wrap {
	width:750px;
	margin-left:auto;
	margin-right:auto;
	border-style:none;
}

/* Kopfbereich - inc-header.php*/
#logo {
	width:100%;
	height:199px;
	background-image:url(../img/header.gif);
	background-position:left top;
	background-repeat:no-repeat;
	vertical-align:top;
}

#logo h3{
	font-size:20px;
	color:#FFFFFF;
	text-align:right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-decoration:none;
}

#logo h3 a{
	color:#FFFFFF;
	text-decoration:none;
}

#logo h3 a:hover {
	color:#D6F1FE;
	text-decoration:none;
}

#logo h2{
	font-size:16px;
	color:#FFFFFF;
	text-align:right;
	padding-right:10px;
}

/* Rahmen Links */
#rlinks {
	width:23px;
	background-image:url(../img/rlinks.gif);
	background-position:left top;
	background-repeat:repeat-y;
}

/* Rahmen Rechts */
#rrechts{
	width:23px;
	background-image:url(../img/rrechts.gif);
	background-position:left top;
	background-repeat:repeat-y;
}


/* Inhaltsbereich */
#content {
	width:704px;
	background-image:url(../img/content.gif);
	background-position:left top;
	background-repeat:repeat;
}

#content h4{
	width:100%;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	background-color:#336699;
	font-size:12px;
}

#content h5{
	font-size:12px;
	font-weight:bold;
}


#content p{
	margin-bottom:15px;
}

#content p a{
	color:#000000;
	text-decoration:underline;
}

#content p a:hover{
	color:#000000;
	text-decoration:none;
}

#content blockquote{
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #33CCFF;
	font-style: italic;
	text-decoration: none;
	margin-bottom:15px;
	margin-left: 10px;
	padding-left: 5px;
}


/* Menue - inc-sidebar.php */
#sidebar {
	width:160px;
	vertical-align:top;
	text-align:left;
}

#sidebar ul li{
	list-style:none;
	font-size:12px;
}

#sidebar ul li a {
	color:#003366;
	text-decoration:none;
}

#sidebar ul li a:hover {
	color:#33CCFF;
	text-decoration:underline;
}

/* Eigentlicher Content der Seiten */
#text {
	vertical-align:top;
	text-align:left;
	width:534px;
	padding-left:10px;
}

/* Fussbereich - inc-footer.php */
#footer {
	width:544px;
	height:98px;
	background-image:url(../img/footer.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#footer p {
	padding-top:78px;
	font-size:9px;
}

#footer a{
	color:#FFFFFF;
	text-decoration:none;
	padding-bottom:10px;
	padding-left:10px;
}

#footer a:hover{
	color:#336699;
	text-decoration:none;
}

/* Benoetigte Klassen */
.navueb{
	width:160px;;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	background-color:#003366;
	list-style:none;
}

/* Quellenangaben unter den Zitaten */
.quelle {
	font-size:9px;
}

.quelle a{
	color:#000000;
}

.quelle a:hover{
	color:#000000;
	text-decoration:none;
}