@import url(editor.css);/* die Formatierungen in standard.css gelten 
sowohl für das CMS und die Anzeige im Editor, als auch für das Webfrontend */
/*
BeB Logo dunkelblau: #009999
BeB Logo tuerkis: #3B91E0
BeB sonstiges blau: #BCBCBC
Hintergrund dunkelbeige: #F6E7D2
Hintergrund hellbeige: #FCF6E7
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 = #006B6B 
					:visited = #551A8B
                    :focus, :hover, :active = #EE0000 besser Logo-rot: #009999			
*/

/* -----------------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:#CCCCCC; /* Mozilla 1.4 */
	color:#CCCCCC; /* Opera 7.11 */
	height: 2px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	border-top: #666666;
	border-right: #666666;
	border-bottom: #666666;
	border-left: #666666;
}
td {
	font-size: 0.8em;
}

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

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

/* Positionierung */
body	{
	background: #FFFFCC;
}
#page	{
	text-align: center;
	margin: 10px auto 0 auto;
	width: 95%;
}
#pagefloat	{
	float: left;
	display: inline;
	text-align: left;
	/* background: #FCF6E7; */
	background: #FFF;
	width: 100%;/* width wird hier für Mozilla benötigt */
}
#masthead	{
	width: 100%;
	height: 105px;
	/* Hintergrund KOpfbereich insgesamt*/
	background: #CC3333;
	padding: 0;
	margin: 0;
}
#masthead p	{
	font-size: 0.7em;
}
#headtoolbox	{
	float: left;
	display: inline;
	width: 20%;
	height: 115px; 
	/* Hintergrund Schriftgroesse */
	background: #CC3333;
	/* background-color: #FFFFFF; */
	padding: 0;
	margin: 0;
}
#fontsizer	{
	color: #000000;
	margin: 0.5em 0 0.5em 1em;
}
#fontsizer a:link, #fontsizer a:visited	{
	color: #FF9F9F;
	/* background: #FFFFFF; */
	text-decoration: underline;
	/* background-color: #FFFFFF; */
} 
#fontsizer a:focus, #fontsizer a:hover, #fontsizer a:active	{
	color: #FF9F9F;
	/* 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: 115px;
	/* Filmstreifen / Dias */
	background: #000000 url(../images/theme/collage_dias.jpg) repeat-x left;
}
#headnav	{
	/* weiß */
	color: #FFFFFF;
	background: transparent;
	font-weight: bold;
	margin-top: 3px;
	margin-right: 5px;
}
#headnav a:link, #headnav a:visited	{
	/* dunkles Rasengrün */
	color: #FFFFFF;
	/* background: #009999; */
	text-decoration: underline;
}
#headnav a:focus, #headnav a:hover, #headnav a:active	{
	color: #FFFF66;
	background: #FFFF99;
	text-decoration: underline;
	/* background-color: #FFFF99; */
}	
#searchbox	{
	margin: 0.5em;
	white-space: nowrap;
}
#mainnavcol	{
	clear: both;
	float: left;
	display: inline;
	width: 20%;
	/* background: #CC3333; */
	/* background-color: #9999FF; */
	/* padding-top: 1em; */
	border-top-color: #BCBCBC;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #BCBCBC;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #BCBCBC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 0;
	padding: 0;
}
#logo	{
	margin: 0 0 40px 0;
}
#contentcol	{
	float: left;
	display: inline;
	width: 55%;
	background: #FFF;
	/* background: #FCF6E7; */
}
#contentcol p	{
	line-height: 150%;
}
#clickpath	{
	padding-left:10px;
/*	height: 143px; */
	font-size: 0.7em;
}
#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: 20px 1em 20px 10px;
}
#article ol, #article ul	{
	margin-left: 2.5em; 
	margin-bottom: 0.5em;
} 
#article p {
	margin-bottom: 0.5em;
	font-size: 0.8em;
}
#article li	{
	font-size: 0.8em;
}


#article a:link, #article a:visited 	{
	color: #CC3333;
}
#article a:visited	{
	color: #666;
}
#article a.contenttool:link,#article a.contenttool:visited	{
	color: #333;
	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;
}

.articlebottom	{
}
#infoboxcol	{
	float: right;
	width: 20%;
/*	background: #FFFFFF url(images/theme/bg-infoboxcol.gif) repeat-y; */
	background: #FFFFFF;
	border-bottom-color: #BCBCBC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #BCBCBC;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #BCBCBC;
	border-top-style: solid;
	border-top-width: 1px;
}
.datum {
	text-align: right;
}
.blocktext	{
	margin: 0.5em 0.5em 1.5em 0.5em;
	padding: 0.5em;
	border: 1px outset #CCCCCC;
	background-color: #FFFFCC;
}

#infoboxcol p	{
	font-size: 0.8em;
	line-height: 150%;
	margin-bottom: 0.5em;
	line-height: 1.3em;
}
#blockrechts	{
	padding: 0.5em 0.5em 0 0.5em;
}
.blocktitel, .bereichenavtitel {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background: #8F2424;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-top: 0.5em;
	padding: 0.2em;
	border: 1px outset #CCCCCC;
}

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

/* Navigation   */
/* Block Links wurde zu nah angedockt */

/* #mainnavcol div	{
	margin: 0 0 0 0;
} */

#mainnavcol p	{
	font-size: 0.8em;
	line-height: 150%;
	margin-bottom: 0.5em;
}

/* Bereichsnavigation */
.bereichenav	{
	margin: 0em 0.5em;
	padding: 0.5em;
	border: 1px outset #CCCCCC;
	display: list-item;
	text-align: left;
	list-style: none;
	font-size: 0.8em;
	line-height: 110%;
}

a.bereichenav:link, a.bereichenav:visited	{
	color: #FFFFFF;
	background: #CC3333;
	text-decoration: none;
} 
a.bereichenav:focus, a.bereichenav:hover, a.bereichenav:active	{
	color: #FF9F9F;
	background: #8F2424;
	text-decoration: underline;
	font-weight: normal;
}

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

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

