@charset "utf-8";
/* was hier steht muss nicht nochmal woanders festgelegt werden */
/* nur Abweichungen davon */


body {
	/* margin: 0px; */
	font: normal 100% "Trebuchet MS", Verdana, sans-serif;
	color: #333366;
	border-color: #000000;
	background: url(../bilder/hintergrund/logohint.gif) fixed;
}

#oben {
	position: fixed;
	left:0px;
	right:0px;
	top:0px;
	height:85px;
	width:100%;
	margin-right:0px;
	margin-left:0px;
	z-index:2;
	background: url(../bilder/hintergrund/oben.png) repeat-x;
}

#linksoben {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100px;
	width: 160px;
	z-index: 4;
	background:  url(../bilder/hintergrund/linksoben.png) no-repeat;
}

#startseite {
	position:absolute;
	left:10px;
	top:10px;
	z-index:5;
	width: 74px;
	height: 64px;
}

#antonkriegergasse {
	position:absolute;
	right:10px;
	top:0px;
	z-index:5;
	width: 155px;
	height: 85px;
	padding: 0px;
}

#titel {
	position:absolute;
	top:10px;
	z-index:5;
	left: 167px;
	height: 25px;
	text-decoration: none;
	overflow: visible;
}

#titel p {
	font: bold 18px "Comic Sans MS", Verdana, sans-serif;
	color: #333366;
	text-decoration: none;
	margin: 0px;
}

#titel a {
	font: bold 18px "Comic Sans MS", Verdana, sans-serif;
	color: #333366;
	text-decoration: none;
}

#titel a:hover {
	position: relative;
	top: -0.2em;
	left: 0em;
	color: #ffff00;
	text-decoration: none;
	text-shadow: 0 2px 6px red;
}

#titel a:active {
	position: relative;
	top: 0em;
	left: 0em;
	color: #ffff00;
	text-decoration: none;
	text-shadow: 0 1px 6px red;
}

#navigation {
	position: absolute;
	left: 171px;
	top: 54px;
	height: 25px;
	z-index: 5;
	font: bold 14px "Trebuchet MS", Verdana, sans-serif;
	color: #cc0000;
	margin: 0px;
}

#navigation span.auswahl {
	color: #cc0000;
	text-decoration: underline;
}

#navigation a {
	color: #333366;
	text-decoration: none;
}

#navigation a:hover {
	color: #cc0000;
	text-decoration: underline;
}

#navigationsleiste {
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0px;
	margin-bottom: 0px;
	width: 136px;
	height: 100%;
	background: url(/bilder/hintergrund/links.png) repeat-y left;
	z-index: 3;
}

#navigationsobjekte {
	position: absolute;
	left: 0px;
	top: 100px;
	width: 136px;
	padding-left:0.5em;
	background: url(../bilder/hintergrund/links.png) repeat-y left;
	z-index: 3;
}

#navigationsobjekte span {
	display: none;
	visibility: hidden;
}

#navigationsobjekte hr {
	float:left;
	clear:both;
}

#navigationsobjekte div {
	float:left;
	clear:both;
}

#navigationsobjekte form {
	float:left;
	clear:both;
}

#navigationsobjekte a:link {
	position: relative;
	top: 0em;
	left: 0em;
	font: bold 1em/1.8em "Trebuchet MS", Verdana, sans-serif;
	color: #333366;
	text-decoration: none;
	margin-left: 1px;
	float:left;
	clear:both;
}
#navigationsobjekte a:visited {
	position: relative;
	top: 0em;
	left: 0em;
	font: bold 1em/1.8em "Trebuchet MS", Verdana, sans-serif;
	color: #333366;
	text-decoration: none;
	margin-left: 1px;
	float:left;
	clear:both;
}
#navigationsobjekte a:hover {
	position: relative;
	top: -0.2em;
	left: 0em;
	font: bold 1em/1.8em "Trebuchet MS", Verdana, sans-serif;
	color: #ffff00;
	text-decoration: none;
	text-shadow: 0 2px 6px red;
	float:left;
	clear:both;
}
#navigationsobjekte a:active {
	position: relative;
	top: 0em;
	left: 0em;
	font: bold 1em/1.8em "Trebuchet MS", Verdana, sans-serif;
	color: #ffff00;
	text-decoration: none;
	text-shadow: 0 1px 6px red;
	float:left;
	clear:both;
}

#navigationsobjekte a.login {
	font-size: 90%;
	font-weight: normal;
}
#navigationsobjekte a.login:before {content:url(../bilder/pfeilmini.gif)" "}

#navigationsobjekte a.logout {
	font-size: 90%;
	font-weight: normal;
}
#navigationsobjekte a.logout:before {content:url(../bilder/pfeilminili.gif)" "}

#hauptfenster {
	position: absolute;
	left: 136px;
	top: 85px;
	right: 0px;
	/* bottom: 0px; */
	z-index: 1;
	padding: 10px 24px;
}


h1 {
	color: #cc0000;
	font: bold 1.4em "Comic Sans MS", Verdana, sans-serif;
	text-shadow: 2px 2px 5px gray;
	margin-top: 0px;
	margin-bottom: 0.3em;
}
h2 {
	color: #cc0000;
	font: bold 1.3em "Comic Sans MS", Verdana, sans-serif;
	text-shadow: 1px 1px 5px gray;
	margin-top: 1.5em;
	margin-bottom: 0.2em;
}
h1+h2 {
	margin-top:0em;
}
h3 {
	color: #333366;
	font: bold 1.2em "Comic Sans MS", Verdana, sans-serif;
	margin-top: 1em;
	margin-bottom: 0.2em;
}
h2+h3 {
	margin-top:0em;
}
h4 {
	color: #333366;
	font: bold 1.1em "Trebuchet MS", Verdana, sans-serif;
	margin-top: 1em;
	margin-bottom: 0.1em;
}	
h5 {
	color: #333366;
	font: bold 1em "Trebuchet MS", Verdana, sans-serif;
	margin-top: 0.5em;
	margin-bottom: 0.1em;
}
h6 {
	color: #333366;
	font: bold 0.9em "Trebuchet MS", Verdana, sans-serif;
	margin-top: 0.5em;
	margin-bottom: 0.1em;
}

p {
	margin-top: 0.2em;
	margin-bottom: 0.4em;
} 
ol {
	margin-top: 0.1px;
	margin-bottom: 0.1px;
}
ul {
	margin-top: 0.1px;
	margin-bottom: 0.1px;
}
li {margin-bottom: 0.4em}

blockquote {
	font-size: 100%;
}

blockquote blockquote {
	font-size: 100%;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
}

th {
	font: bold 110% "Trebuchet MS", Verdana, "Avant Garde", sans-serif;
	color: #333366;
	background: #ffffee;
	text-align: center;
	vertical-align: middle;
}
dt {
	font: bold 110% "Trebuchet MS", Verdana, "Avant Garde", sans-serif;
	color: #333366;
	margin-top: 1em;
}

kbd, code, pre {
	font: 300 normal 110% "Courier New", Courier, Monaco, monospace;
	color: #000000;
}

acronym {
	border-bottom: 1px dotted #666666;
	cursor: help;
}
abbr {
	border-bottom: 1px dotted #666666;
	cursor: help;
}

form {
	margin: 1px;
	padding: 1px;
}

fieldset {
	padding: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	background: #ffffee;
	font-size: 120%;
	font-weight: bold;
	color: #cc0000;
	width: auto;
}
fieldset p {
	font-size: 84%;
}
fieldset label {
	font-weight: bold;
	font-size: 84%;
	color: #000000;
}
fieldset p label {
	font-size: 100%;
}
fieldset ul {
	font-size: 84%;
}

img {
	border-style: none;
}

div.termine {
	clear: right;
	float: right;
	position:relative;
	top:1em;
	left:-1.4em;
}

a:link {
	color: #333366;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #cc0000;
	background: transparent;
	text-decoration: underline;
}
a:active {	text-decoration: none;
	color: #cccc00;
	background: transparent;
	text-decoration: underline;
}

.hidden {
	display: none;
	visibility: hidden;
}

.formtopic {
	font-size: 100%;
	font-weight: bold;
	color: #333366;
	margin: 4px;
}

.standardschriftblau { font: normal 100% "Trebuchet MS", Verdana, sans-serif; color: #333366}
.rot {color: #cc0000}
.gruen {color: #007700}
.blau {color: #0000ff}
.magenta {color: #ff00ff}
.dunkelgruen {color: #003300}
.dunkelgelb {color: #666600}
.braun {color: #663300}
.grau {color: #999999}

.auswahl {
	font: bold 14px "Trebuchet MS", Verdana, sans-serif;
	color: #cc0000;
	text-decoration: underline;
	margin: 0px;
}


.wichtig {font: bold normal 1.1em "Trebuchet MS", Verdana, sans-serif; color: #cc0000}
.wichtigbox {
	color: #cc0000;
	background: #ffffee;
	border: 1px groove #000066;
	padding: 1px 2px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.topic {  font: bold normal 1.2em "Trebuchet MS", Verdana, sans-serif; color: #333366}
.abstract {
	font-weight: normal;
	font-size: 1em;
	color: #222244;
	background: #ffffee;
	padding: 0.5em;
	border: 1px dotted;
	text-align: justify;
}
.unterstrichen {  text-decoration: underline}
.nichtunterstrichen {text-decoration: none;}
.fett {font-weight: bold}
.rotfett {font-weight: bold; color: #cc0000}
.blaufett {font-weight: bold; color: #000066}
.gesperrt {
	font-weight: normal; 
	color: #999999; 
	text-decoration: none;
}
.gesperrtklein {
	font-weight: normal; 
	font-size: 85%; 
	color: #999999; 
	text-decoration: none;
}
.rotgelb {
	color: #cc0000;
	background: #ffffee;
	font-weight: bold;
}

.klein {
	font-size: 90%;
}
.kleiner {
	font-size: 80%;
}
.winzig {
	font-size: 70%;
}
.gross {
	font-size: 110%;
}
.groesser {
	font-size: 120%;
}
.text12px {
	font-size: 12px;
}


.links {text-align: left}
.rechts {text-align: right}
.mitte {text-align: center}

.keinrandoben {
	margin-top:0px;
}

.randoben1 {
	margin-top:1em;
}

.einrueckung1 {
  margin-left: 1em;
}
.einrueckung2 {
	margin-left: 2em;
}
.einrueckung3 {
  margin-left: 3em;
}
.einrueckung4 {
	margin-left: 4em;
}

.zitat1 {
  margin-left: 1em;
	color: #007700;
}
.zitat2 {
	margin-left: 2em;
	color: #0000ff;
}

.textbox {
	clear: both;
	color: #000066; 
	font-weight: bold; 
	font-size: 110%; 
	background: #ffffee; 
	border: solid 2px; 
	border-color: #000066; 
	padding: 0.5em; 
	text-align: justify;
}

.textboxlinks {
	width: 38%; 
	float: left; 
	clear: left;
	color: #000066; 
	font-weight: bold; 
	font-size: 1.1em; 
	background: #ffffee; 
	border: solid 2px; 
	border-color: #000066; 
	padding: 0.5em; 
	margin: 4px 8px 4px 0px;
	text-align: justify;
}

.textboxrechts {
	width: 38%; 
	float: right; 
	clear: right;
	color: #000066; 
	font-weight: bold; 
	font-size: 1.1em; 
	background: #ffffee; 
	border: solid 2px; 
	border-color: #000066; 
	padding: 0.5em; 
	margin: 4px 0px 4px 8px;
	text-align: justify;
}

.bildlinks {
	float: left;
	clear: left;
	font-size: 90%; 
	text-align: center;
	margin: 0.3em 1em 0.3em 0px;
}

.bildrechts {
	float: right;
	clear: right;
	font-size: 90%; 
	text-align: center;
	margin: 0.3em 0px 0.3em 1em;
}

.bildkatalog {
	font: bold normal 100% "Trebuchet MS", Verdana, "Avant Garde", sans-serif;
	color: #cc0000;
	border: 1px solid #333366;
	padding: 4px;
	background: #ffffee;
	margin: 1px;
	float: left;
	text-align: center;
	width: 166px;
	height: 270px;
}

.bildkatalog2 {
	font: bold normal 100% "Trebuchet MS", Verdana, "Avant Garde", sans-serif;
	color: #cc0000;
	background: #ffffee; 
	border: 1px solid #333366;
	padding: 8px;
	margin: 1px;
	float: left;
	text-align: center;
	width: 158px;
	height: 158px;
}

span.bildkatalog img {
	margin:0px auto;
}

span.bildkatalog2 img {
	margin:0px auto;
}

span.bildtitel {
	position: absolute;
	height: 16px;
	overflow: hidden;
	z-index: 2;
	color: #ffffee;
	background: #333366;
	font-size: 14px;
	font-weight: bold;
	padding: 1px;
}

.spaltelinks {
	width: 45%;
	margin: 4px 8px 4px 0px;
	padding: 1em;
	float: left;
}
.spalterechts {
	width: 45%;
	margin: 4px 0px 4px 8px;
	padding: 1em;
	float: right;
}
.untenweiter {
	clear: both;
}

.copyright {
	text-align: right;
	font-size: 80%;
}

.autor {
	text-align: right;
	font-size: 90%;
	font-style: italic;
}

.extern {
	background: #ffffdd;
}

.help {
	cursor: help;
}

