@charset "utf-8";

/*---- info.homoland.net ----*/
/*---- master stylesheet ---*/


/* Basic Definitions */
html {
  height: 100%;
  margin-bottom: 1px;
  font-size: 100.01%;
}

body {
  font-size: 83%;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  padding: 0;
  margin: 0;
  text-align: center;
  background: #990099;
}

img {
  border: none;
}

ul, li {
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  border: none;
  text-decoration: none;
  color: #0f0;
}
a:link {
	text-decoration: none;
	color: #3e3e3e;
	border-bottom: 1px solid #3e3e3e;
}

a:visited {
	color: #6c6c6c;
	border-bottom: 1px dotted #6c6c6c;
	text-decoration: none;
}

a:hover {
	background-color: #3e3e3e;
	color: #fff;
	text-decoration: none;
	border-bottom: none;
}

/* Layout */
#pagemargin {
  min-width: 740px;
  max-width: 70em;
  margin: 20px auto 20px auto;
  background: #fff;
}

#page {  
  text-align: left;
  margin: 0;
  padding: 0px;
  background: #fff;
}

#main {
  padding: 0.5em 0.7em 0.5em 0.7em;
  background: url(../img/background_stern.gif) center 35px no-repeat fixed;
  color: #000;
}

.floatbox_left {
  float: left;
  margin: 0 1em 0.7em 0;
}

.floatbox_right {
  float: right;
  margin: 0 0 1em 0.7em;
}


/* Link - Auszeichnung */
#logohead a,
.floatbox_left a,
.floatbox_right a {
	text-decoration: none;
	border-bottom: none;

}

#disclaimer p.hlwsite {
	text-align: right;
}

#disclaimer p.imgdown {
	text-align: center;
}

.hlwsite a:link, .hlwsite a:visited,
.imgdown a:link, .imgdown a:visited {
	border-bottom: none;
}

.hlwsite img {
	vertical-align: bottom;
	background: transparent;
}

 #logohead a:hover img,
 .hlwsite a:hover img,
 .imgdown a:hover img {
	background-color: #3e3e3e;
}

 .imgdown a img {
	border: 3px solid #fff;
}
 
 .imgdown a:hover img {
	border: 3px solid #3e3e3e;
}

/* Content */
#main h2 {
  text-align: center;
  font-size: 160%;
  text-decoration: none;
  font-weight: bold;
}

#main p {
  
}

#main p.foottext {
  padding-top: 0.5em;
  text-align: center;
  font-size: 140%;
  font-weight: bold;
}

#disclaimer {
  font-size: 85%;
}

#main p.licence {
  font-size: 82%; /*70% */
}