/* CSS BoxMania Webhome Basismodell */

html {
	height: 100.1%;
	font-size: 62.5%;
}
body {
	/* text-align: center; */
	font: 1.2em/1.8em Verdana, sans-serif;
}

* {margin: 0px; padding: 0px; border: 0px;}

h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic", sans-serif; 
	margin: 0em 0em 0.5em 0em; 
	color: #002200;
}
h1 {
	font-size: 2.2em; 
	border-bottom: 1px dashed #006600;
	padding-bottom: 0.4em;
	font-weight: normal;
}
div#header h1 {border: 0px;}
h2 {font-size: 2.0em;}
h3 {font-size: 1.8em;}
h4 {font-size: 1.6em;}
h5 {font-size: 1.4em;}
h6 {font-size: 1.2em;}

a {color: #006600; text-decoration: none;}
a:link {}
a:visited {}
a:hover {}
a:active {}

div#wrapper {
	margin: 0px 40px;
	/* text-align: left; */
	background: #FAFAFA;
}

div#header {
	height: 40px;
	
	padding: 10px;
}


div#galerie {
position: relative;
height: 300px; /* So hoch wie das groesste Bild */
}
a.smallpic {display: block;} /* zwingt die Bilder untereinander */
a.smallpic img {
border: 1px solid #CCCCCC;
padding: 5px;
margin-bottom: 5px;
}
/*
a.smallpic:hover {
background-color: transparent;
}*/
a.smallpic:hover img {
background: #F0F0F0;
}

a.smallpic span {
position: absolute;
background: #CCCCCC;
padding: 10px;
left: -1000px;
border: 1px solid #CCCCCC;
visibility: hidden;
color: #006600;
text-decoration: none;
}
a.smallpic span img {
border-width: 0;
padding: 2px;
}
a.smallpic:hover span {
visibility: visible;
top: 0;
left: 130px; /* Position von links */
z-index: 50;
}