﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	background-color: #f2f2f7;
	background-image: url('../images/background/regenbogen.jpg');
	
}
#container {
	width: 750px;
	margin: 10px auto;
	
}
#masthead {
	text-align: center;
	width: 750px;
}
#navigation {
	position: relative;
	float: left;
	width: 160px;
	margin-bottom: 0;
	text-align: left;
}
#content {
	color: #000000;
	float: left;
	width: 750;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content a {
	color: #FF00FF;
	text-decoration: underline;
}
#content a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#footer {
	text-align: center;
	clear: both;
	width: 750px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: blue;
}
/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #996633;
}
/* 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;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 1px solid #fff;
	font-size: medium;
}
#navigation a:hover {
	color: blue;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: white;
}
/* Inhaltsformatvorlagen */
h6 {
	color: #3d6c87;
}
h5 {
	color: #3d6c87;
}
h4 {
	color: #3d6c87;
}
h3 {
	color: #996633;
}
h2 {
	padding: 5px;
	color: #FFFFFF;
	background-color: blue;
	position: relative;
	text-align: center;
}

#M1 {
	float:left;
	position: absolute;
	left:250px;
	
	
}
#content h1 {
	color: #3d6c87;
}
#content img {
	border: 1px solid #808080; padding: 5px;

}
/* Fußzeilen-Formatvorlagen */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FF0000;
	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;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
	position: relative;
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -500px;
top: 100px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{
	/*CSS for enlarged image*/
visibility: visible;
	left: 250px; /*position where enlarged image should offset horizontally */;
	z-index: 50;
	
}