.unsichtbar {
   display: none;
}

.fett{
	font-weight: bold;
}

.klein{
	font-size: 0.8em;
}

.rechts{
	text-align:right;
}

.links{
	text-align:left;
}

.highlight, .red{
	color: red;
}

.gross{
	font-size: 1.4em;
}

.kursiv{
	font-style: italic;
}

.clear{
    clear:both;
}

.weiss{
	color: white;
}


a:link,a:focus, a:visited {
	font-weight: bold;	
	text-decoration: none;
	color: #1d326c;
}

a:visited{
	color: #9eaacb;
}

a:hover, a:active, .bbody a:hover{
	color: #1d326c;
	text-decoration: underline;
}

#fuss p{
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
}

#fuss *{
	color: white;
}

 .info, 
div.info{
	background-color: #9eaacb;
    font-weight: bold;
	color: white;
	width: 95%;
	padding: 0.4em;
	margin-left: 1em;
}

.infolight{
	border: 1px dotted #1d326c;
	padding: 4px;
}

.info a,
.info a:link,
.info a:visited,
.info a:hover{
	color: white;	
}

/* Infoblock */
.block{
	background-color: #9eaacb;
	margin-bottom: 25px;
	width: 100%;
}

.block *{
	color: White;
}

.bbody a:visited{
    color: #1d326c;
}

.bbody a:hover{
    color: white;
}

.bhead{
	background-color: #1d326c;
	padding: 5px 3px 5px 10px;
	font-weight: bold;
}

.bbody{
	color: White;
	padding: 8px 4px 8px 10px;	
}

#inhaltspalte ul li{
	list-style:square;
	padding-bottom:5px;
}

#inhaltspalte ol li{
	list-style: decimal-leading-zero;
	padding-bottom:5px;
}

* input:focus, * textarea:focus{
	background-color: #9eaacb;
	color: white;
}

* textarea, * input, * select, * option, #rightcolumn * input, #rightcolumn * select, #rightcolumn * option {
    color: #1d326c;
}

* textarea, * input, #rightcolumn * input[type=text]{
	border: 1px solid #1d326c;
}

* textarea{
    font-size: 1em;
}

* input[type=submit]{
	background-color: #9eaacb;
	color: #1d326c;
	border: 1px solid #1d326c;
	cursor: pointer;
}

#breadcrumb #thebreadcrumb *{
	color: #1d326c;
}

#breadcrumb #thebreadcrumb {
	padding-right: 5px;
	padding-top: 2px;
	color: #1d326c;
	float: right;
}

a.nounderline:link,
a.nounderline:visited,
a.nounderline {
    text-decoration: none;
}

a.nounderline:hover{
	text-decoration: underline;
}

img{
	border: 1px solid black;
}

