/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
background-color: #762C3B;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
color:#fff;
padding:0px;
margin:0px;
}
a {color: #B0D3FF;}

a:visited {
	color:#B0D3FF;
}
a:hover {
	color: #F8D37E;
}
a:active { color:#fff;}

h1 {
	font-size: 10px;
	text-transform:uppercase;
	margin:0px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	height: 15px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	vertical-align: middle;
}

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

h3 {
	font-size: 13px;
	font-weight: 600;
	color: #FFFFFF;
	padding:0px 15px;
	margin:0px;
}
h4 {
	font-size:17px;
	font-weight: bold;
	padding: 5px 10px;
	margin:0px;
}


img.download {vertical-align:middle;}

/* ----------container zentriert das layout-------------- */
#container {
	width: 1261px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

/* ----------banner for logo-------------- */
#banner {
background-color: #762C3B;
padding: 0px;
margin: 0px;
}
#banner img {padding:10px 0px;} 

/* -----------------Inhalt--------------------- */
#content {
	width: 750px;
	padding: 0px;
	margin-left: 250px;
	margin-right: 0px;
}
div#content {
	min-height:400px;


height:expression(this.scrollHeight > 400 ? "auto":"400px"); 
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* -------------- 1. navigavtion------------- */
#navi1 {
margin-top:25px;
font-size:24px;
line-height:50px;
text-align:center;
color:#FFF;
}

#navi1 a {
color:#FFF;
text-decoration:none;
padding: 3px 15px 3px 15px;
}

#navi1 a:hover {
color:#84a4d7;
text-decoration:none;
padding: 3px 15px 3px 15px;
}

#navi1 .current {
color: #84a4d7;
text-decoration: none;
padding: 3px 15px 3px 15px;

}

/* -------------- 2. navigavtion------------- */
#navi2 {
font-size:18px;
line-height:30px;
text-align:center;
color:#FFF;
}

#navi2 a {
color:#FFF;
text-decoration:none;
padding: 3px 15px 3px 15px;
}

#navi2 a:hover {
color:#fae264;
text-decoration:none;
padding: 3px 15px 3px 15px;
}

#navi2 .current {
color: #fae264;
text-decoration: none;
padding: 3px 15px 3px 15px;

}

/*-------------   Credits: Dynamic Drive CSS Library ---------------*/
/*-------------   URL: http://www.dynamicdrive.com/style/ ------------- */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
	border: 1px solid #BAEBFE;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #EAF3FF;
	padding: 15px;
	left: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	max-width: 540px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: -425px;
	left: 33px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	right: 33px;
}


/* -----------footer--------------------------- */
#footer {
	clear: both;
	text-align: center;
	margin-top: 10px;
	margin-right: 165px;
	margin-bottom: 10px;
	margin-left: 165px;
	padding: 0px;
}
