﻿@import url("layout.css");
body {
	/*font-family:Calibri;*/
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 101%;
;
	/*background-color: #43aeda;*/
	background-color: #fff;
	background-image: url("../images/background.gif");
	background-repeat:repeat-x;
	background-attachment: fixed;
	background-position:top center;
}
#container {
	width: 700px;
	margin: 10px auto;
}
#deepzoomcontainer {
	width: 100%;
	background-color: Black;
}

#silverlightcontainer{
	/*test
    position: absolute;
    top: 25%;
    /*test*/
    height: 100%;
    width: 500px;
    text-align:center;
}

#masthead {
	/*Test!
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	/*Test!*/
	text-align: left;
	width: 698px;
	border-bottom: 10px solid #fff;
	/*
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	*/
	background-color: #fff;
	z-index: auto;
}
#navigation {
	font-size: 80%; /*Test!
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	/*Test!*/;
	position: relative;
	float: left;
	min-height: 600px;
	width: 148px; /*
	margin-top: 10px;
	margin-bottom: 10px;
	*/;
	padding: 10px;
/*
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;*/background-color: #fff;
	z-index: auto;
	height: auto;
}
#content {
	font-size: 75%;

	/*Test!
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	/*Test!*/
	float: left;
	min-height:600px;
	width: 500px;
	/*
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	*/
	padding: 10px;
	border-right: 10px solid #fff;
	/*
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	*/
	background-color: #fff;
	z-index: auto;
}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}
/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigationsformatvorlagen*/
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation li:first-child{
	color:#ff0000;
	font-weight:bold;
}
#navigation a {
	color: #3d6c87;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
/* Inhaltsformatvorlagen */
#content h1,h2,h3,h4,h5,h6 {
	color: #3d6c87;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
	text-align: center;
}
#content p {
	text-align: justify;
	display: block;
}
#content a:link {color:#0000ff;}
#content a:visited {color:#dddddd;}
#content a:hover {color:#ff0000;}
#content a:active {color:#ff0000;}

#content a.navi:link
 {
  text-decoration:underline; font-weight:bold;
  color:#0000aa;
 }
#content a.navi:visited
 {
  text-decoration:underline; font-weight:bold;
  color:#000066;
 }
#content a.navi:hover
 {
  text-decoration:underline; font-weight:bold;
  color:#ff0000;
 }
#content a.navi:active
 {
  text-decoration:underline; font-weight:bold;
  color:#ff0000;
 }


/* Fußzeilen-Formatvorlagen */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
