	body {
font-family: Arial, Verdana;
font-size: 16px;
font-weight: normal;
text-decoration: none;
background-color :#ffffff;
color: #000000;
margin:15px; 
margin-top:10px; 
margin-left:20px;
}

input { font-weight:bold; font-size:16px; padding:8px; }

.infos { font-size:12px; line-height:100%; }

p { line-height:125%; }
h2 { margin-top:8px; }

.button {
    padding: 5px 10px;
    display: inline;
    background: #777 url(button.png) repeat-x bottom;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: 1px 1px #666;
    }
.button:hover {
    background-position: 0 -48px;
    }
.button:active {
    background-position: 0 top;
    position: relative;
    top: 1px;
    padding: 6px 10px 4px;
    }

.button.green { background-color: #924e07; }
.button.green:hover { background-color: #000000; }
.button.small { font-size: 70%; padding: 5px 5px; height:30px;}
.button.small:hover { background-position: 0 -50px; background-color:black; }
.button.small:active { padding: 4px 7px 2px; background-position: 0 top; }
.button.large { font-size: 125%; padding: 7px 12px; }
.button.large:hover { background-position: 0 -35px; }
.button.large:active { padding: 8px 12px 6px; background-position: 0 top; }

.minilink { float:left; }

.infos2 { color:#efefef; font-size:6px; width:5px; height:5px; overflow:hidden; }

.frage { padding-top:10px; font-weight:bold; font-size:13px; }
.frageop { font-size:13px;  }
.fragepo { font-size:13px; color:#808080; }
.radiob { margin-top:0px; margin-bottom:0px; padding-top:2px; padding-bottom:2px; }

#showlayer { 
	position:absolute;
	left:600px;
	top:60px;
	background-color:white; 
	color:black; 
	font-size:12px; 
	border-width:3px;
  border-style:solid;
  border-color:#924e07;
  padding:2.5em;
  text-align:justify;
}

#likesxx {
margin-top:0px; margin-bottom:0px; padding-bottom:0px; height:21px; width:350px; overflow:hidden;
}
