@import url(standard.css);/* die Formatierungen in standard.css gelten 
sowohl für das CMS und die Anzeige im Editor, als auch für das Webfrontend */
/*

Rot (RGB-Modus): R 184 / G 39 / B 76 : #B8274C
Blau (RGB-Modus): R 23 / G 71 / B 158 : #174797
Hintergrund dunkelbeige: #FFFFFF
XML-Button-Orange: #ff6600

Reihenfolge Link-Deklaration: :link, :visited, :focus, :hover, :active - immer alle deklarieren
- Immer, wenn color gesetzt wird auch background-color setzen
- alle Klassen und IDs in Kleinschreibung, um Fehlersuche zu erleichtern

Standard-Linkfarben :link = #0000EE 
					     :visited = #551A8B
                    :focus, :hover, :active = #EE0000 besser Logo-rot: #174797			
*/

/* -----------------Initialisierung ------------------------------*/
html, body, div, p, h1, h2, h3, h4, h5, h6, ul, ol,
span, a, table, td, form, img, li {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, sans-serif;
}
html, body {
  font-size: 100.01%;
  color: #333;
}
img {
	border:0;
}
.displaced	{
	left: -3000px;
	position: absolute;
}
.fixfloat {
	float: none;
	clear: both;
	width: 1px;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
	height: 1px;
}

hr	{
	background-color:#999999; /* Mozilla 1.4 */
	color:#999999; /* IE 6 */
	border: #999999; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}
td {
	font-size: 0.8em;
}

/* Textauszeichnung */
h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #B8274C;
	font-family: Verdana, Arial, sans-serif;
	margin-bottom: 1em;
} 
h2 {
	font-size: 1em;
	font-weight: bold;
	color: #B8274C;
	font-family: Verdana, Arial, sans-serif;
	margin-bottom: 0.5em;
	}
h3, h4, h5, h6 {
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	color: #B8274C;
	font-family: Verdana, Arial, sans-serif;
	margin-bottom: 0.5em;
}

/* Links */
a:link	{
	color: #0000EE;
	background: transparent; 
}
a:visited	{
	color: #551A8B;
	background: transparent;
}
a:focus, a:hover, a:active	{
	color: #174797;
	background: #FFFF99;
	background-color: #FFFF99;
}

/* Positionierung */
body	{
	background: #BCBCBC;
}
#page	{
	text-align: center;
	margin: 20px auto 0 auto;
	width:95%;
}
#pagefloat	{
	float: left;
	display: inline;
	text-align: left;
	background: #FFFFFF;
	background-color: #FFFFFF;
	width: 100%;/* width wird hier für Mozilla benötigt */
}
#masthead	{
	width: 100%;
	height: 6em;
	background: #174797;
}
#masthead p	{
	font-size: 0.7em;
}
#headtoolbox	{
	float: left;
	display: inline;
	width: 20%;
	height: 6em;
	background: #FFFFFF;
	background-color: #FFFFFF;
}
#fontsizer	{
	margin: 0.5em 0 0.5em 1em;
}
#fontsizer a:link, #fontsizer a:visited	{
	color: #333;
	background: #FFFFFF;
	text-decoration: underline;
	background-color: #FFFFFF;
} 
#fontsizer a:focus, #fontsizer a:hover, #fontsizer a:active	{
	color: #333;
	background: #FFFF99;
	text-decoration: underline;
	background-color: #FFFF99;
}
#time	{
	margin: 0.5em 0 0.5em 1em;
}
#headnavbox	{
	float: right;
	display: inline;
	text-align: right;
	width: 80%;
	height: 6em;
/*	background: url(images/theme/collage_kopf.jpg) no-repeat right; */
	background: url(images/theme/kopfcollage_fogera.jpg) no-repeat right;
}
#headnav	{
	color: #FFF;
	background: transparent; 
	margin: 0.5em;
	font-weight: bold;
}
#headnav a:link, #headnav a:visited	{
	color: #FFF;
	background: #174797;
	text-decoration: underline;
}
#headnav a:focus, #headnav a:hover, #headnav a:active	{
	color: #FFF;
	background: #FFFF99;
	text-decoration: underline;
	background-color: #FFFF99;
}	
#searchbox	{
	margin: 0.5em;
	white-space: nowrap;
}
#mainnavcol	{
	clear: both;
	float: left;
	display: inline; 
	text-align: center;
	width: 20%;
	background: #FFFFFF;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
#logo	{
	margin: 0 0 40px 0;
}
#contentcol	{
	float: right;
	display: inline;
	width: 80%;
	background: #F5F5F5;
	margin: 0;
	padding: 0;
}
#contentcol p	{
	line-height: 150%;
}
#clickpath	{
	padding-left:20px;
	font-size: 0.7em;
	padding-bottom: 20px;
}
#clickpath p	{
	margin-top: 0.5em;
}
#clickpath a:link, #clickpath a:visited	{
	color: #333;
	background: #FCF6E7;
	text-decoration: underline;
} 
#clickpath a:focus, #clickpath a:hover, #clickpath a:active	{
	color: #333;
	background: #FFFF99;
	text-decoration: underline;
	background-color: #FFFF99;
}
#article	{
	padding: 0 10% 20px 20px;
}
#article ol, #article ul	{
	margin-left: 1.5em;
} 
#article p, #article li	{
	margin-bottom: 0.5em;
	font-size: 0.8em;
}

#article a:link, #article a:visited 	{
	color: #174797;
}
#article a:visited	{
	color: #666;
}
#article a.contenttool:link,#article a.contenttool:visited	{
	color: #333;
	background: #FCF6E7;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
} 
#article a.contenttool:focus, #article a.contenttool:hover, #article a.contenttool:active	{
	color: #333;
	background: #FFFF99;
	text-decoration: underline;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #FFFF99;
}
#infoboxcol	{
	float: right;
	display: inline;
	width: 20%;
	/* background: #FCF6E7 url(images/theme/bg-infoboxcol.gif) repeat-y; */
	background: #FFFFFF url(images/theme/bg-infoboxcol.gif) repeat-y;
}
.datum {
	text-align: right;
}
.blocktext	{
	background: #F6E7D2;
	margin: 0.5em 0 1.5em 0.5em;
	padding: 0.5em; 
}

#infoboxcol p	{
	font-size: 0.8em;
	line-height: 150%;
	margin-bottom: 0.5em;
}
#blockrechts	{
	padding: 0 0.5em 0 0.5em;
}
.blocktitel, .bereichenavtitel {
	font-size: 1em;
	font-weight: bold;
	color: #174797;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background-color: #FFFFFF;
	background: #FFFFFF;
}
/* #nrwlogo	{
	margin: 15px 0 102px 0.5em;
} */

#footer	{
	float: left;
	display: inline;
	text-align: center;
	padding: 2px;
	width: 100%;
	background: #B8274C;
}
#footer p	{
	font-size: 0.8em;
	color: #FFFFFF;
}
#footer a:link, #footer a:visited	{
	color: #FFFFFF;
}
#footer a:focus, #footer a:hover, #footer a:active	{
	color: #174797;
	background: #FFFF99;
	background-color: #FFFF99;
}

/* Navigation   */
#mainnavcol div	{
	margin: 0 0 5px 0;
}
.navigation, .navigation1	{
	color: #174797;
	background: #fff;
	margin: 0 1em 0 1em;
	display: list-item;
	text-align: left;
	list-style: none;
	padding: 0.2em 0.2em 0.2em 0.4em;
	font-size: 0.8em;
	line-height: 130%;
	font-weight: bold;
}
a.navigation:link, a.navigation:visited	{
	color: #174797;
	background: #fff;
	text-decoration: none;
	}
a.navigation1:link, a.navigation1:visited	{
	color: #FFF;
	background: #174797;
	text-decoration: none;
	background-color: #174797;
}
a.navigation:focus, a.navigation:hover, a.navigation:active	{
	color: #FFFFFF;
	background: #B8274C;
	text-decoration: underline;
}
	
a.navigation1:focus, a.navigation1:hover, a.navigation1:active	{
	color: #FFF;
	background: #174797;
	text-decoration: none;
}
.subnavigation, .subnavigation1	{
	margin: 0 1em 0.4em 1.2em;
	display: list-item;
	text-align: left;
	list-style: none;
	padding: 0.1em 0.1em 0.1em 10px;
	font-size: 0.8em;
	line-height: 110%;
}
a.subnavigation:link, a.subnavigation:visited {
	color: #174797;
	background: #FFFFFF;
	text-decoration: none;
}
a.subnavigation1:link, a.subnavigation1:visited {
	color: #FFFFFF;
	background: #174797;
	text-decoration: none;
	font-weight: bold;
}
a.subnavigation:focus, a.subnavigation:hover, a.subnavigation:active	{
	color: #FFFFFF;
	background: #B8274C;
	text-decoration: underline;
	font-weight: normal;
}
a.subnavigation1:focus, a.subnavigation1:hover, a.subnavigation1:active	{
	color: #FFFFFF;
	background: #174797;
	text-decoration: none;
	font-weight: bold;
}

/* Bereichsnavigation */
.bereichenav	{
	margin: 0 1em 0.4em 0;
	display: list-item;
	text-align: left;
	list-style: none;
	padding: 0 0 0 0.2em;
	font-size: 0.8em;
	line-height: 110%;
}

a.bereichenav:link, a.bereichenav:visited	{
	color: #174797;
	background: #F6E7D2;
	text-decoration: none;
} 
a.bereichenav:focus, a.bereichenav:hover, a.bereichenav:active	{
	color: #174797;
	background: #F6E7D2;
	text-decoration: underline;
	font-weight: normal;
}

/* Formulare */
input {
	
}
input#submit {
	
}
textarea {
	
}
legend	{
	font-size: 0.8em;
	font-weight: bold;
	color: #174797;
}
label {
	color: #B8274C;
}

/* Admin */
#loggedin, #loggedintext	{
	text-align: left;
	padding-left: 1em;
	font-size: 0.8em;
}

