@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	background-repeat: repeat-x;
/*	background-attachment: scroll; '*/
	background-image: url('../pics/bckgrnd.png');
}
#container {
	width: 920px;
	margin: 0px auto;
	background-repeat: repeat-x;
/*	background-attachment: scroll; '*/
	background-image: url('../pics/bckgrnd.png');
}
#top_left{
/*	padding:0; background:url(../pics/bckgrnd.png) repeat-x top left; */
/*	background:url('/pics/bckgrnd.png') repeat-x; */
/*	background-image:url('/pics/bckgrnd.png'); background-repeat:repeat-x; top; right; */

}
#top_right{
/*	padding:0; background:url(../pics/bckgrnd.png) repeat-x top right; */
/*	background:url('/pics/bckgrnd.png') repeat-x; */
/*	background-image:url('/pics/bckgrnd.png'); background-repeat:repeat-x; top; left; */

}
#masthead {
/*	background:url(/pics/bckgrnd.png) repeat-x; margin: 0px; padding:0px;height:100%; */
	background:url('../pics/bckgrnd.png') repeat-x;
/*	background-image:url('/pics/bckgrnd.png'); background-repeat:repeat-x; */

}
#navigation {
	position: relative;
	float: left;
	width: 920px;
	margin-top: 3px;
	margin-bottom: 10px;
/*	line-height: normal; */
}
#content_left {
	float: left;
	width: 620px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px 10px 10px 0px;
}
#content_right {
	border: 0;
	position: relative;
	right: 10px;
	width: 260px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 10px 10px 0px;
}
#footer {
	text-align: center;
	clear: both;
	width: 920px;
	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: #DCDCDC;
}
#haftung {
	font-size:x-small;
	text-align:justify;
}
#extern {
	text-align:justify;
	font-size:x-small
}
#urheber {
	text-align:justify;
	font-size:x-small
}
#datenschutz {
	text-align:justify;
	font-size:x-small
}
#datenschutzerklaerung {
	text-align:justify;
	font-size:x-small
}
#nutzungsbedingungen {
	text-align:justify;
	font-size:x-small
}
#quelle {
	font-size:x-small
}
/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigationsformatvorlagen*/
.dropbtn {
    background-color: #004080;
    color: white;
    padding: 8px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color: #f1f1f1;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: #33627d;
}

/* Inhaltsformatvorlagen */
#content_left h1,h2,h3,h4,h5,h6 {
	color: #3d6c87;
}
#content_left img {
	padding: 5px;
	border: 1px solid #808080;
}
#content_right h1,h2,h3,h4,h5,h6 {
	color: #3d6c87;
}
#content_right img {
	padding: 5px;
	border: 1px solid #808080;
}

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

.auto-style2 {
    text-align: right;
    font-size: x-small;
}
