body {
	background-repeat: repeat;
	background-image: url(images/streifen.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: white;
	font-size: 16px;
	text-align: left;
	color: black;
}

p {
	margin: 5px;
}

a {
	color: black;
	text-decoration: none;
}

h1 {
	padding-top: 2px;
	margin-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

input {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	width: 220px;
	margin: 5px;
}
#askbuttondiv {
	width: 240px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#askbutton {
	padding: 4px;
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
}

#searchbutton {
	padding: 4px;
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
}

#ask {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 5px;
	vertical-align: middle;
	width: 240px;
	background-color: #f2f2f2;
	position: absolute;
	top: 40px;
	left: 10px;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
	z-index: 1000;
}

#main {
	position: absolute;
	width: 80%;
	max-width: 500px;
	vertical-align: middle;
	margin: 0px;
	padding: 10px;
	font-size: 72px;
	font-weight: bold;
	z-index: -1;
}

#leftword {
	width: 100%;
	text-align: left;
}

#rightword {
	width: 100%;
	text-align: right;
}

#oder {
	width: 100%;
	text-align: center;
	font-size: 16px;
}

#result {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 100%;
	text-align: right;
	z-index: 1;
}


#quser {
	text-align: center;
	font-size: 16px;

}

#keycontrols {
	position:absolute;
	bottom:20px;
	right:10px;
	text-align: right;
	width:500px;
	height:20px;
}

#ponyfleisch {
	position: absolute;
	bottom: 10px;
	left: 10px;
	height: 10px;
	text-align: left;
}

#facebooklike {
	position:absolute;
	bottom: 20px;
	left: 10px;
}

.clickable {
	cursor: crosshair;
}

#searchresults {
	border-style: solid;
	border-color: #000100;
	border-width: 1px;
	width: 575px;
}

#searchscroll {
	margin-top: 5px;
	border-style: none;
	width: 600px;
	max-height: 225px;
	overflow: auto;
}

#searchdiv {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 5px;
	vertical-align: top;
	background-color: #f2f2f2;
	position: absolute;
	top: 40px;
	width: 600px;
	/* overflow: hidden; */
	left: 280px;
	border-color: #000100;
	border-width: 2px;
	border-style: solid;
}

#searchinfo {
	padding-top: 10px;
	padding-bottom: 10px;
}


#searchmore {
	width: 600px;
	text-align: right;
}

#navigation {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 5;
}

#asktext {
	text-align: justify;
}

search {
	margin-left: 0px;
}

#message {
	background-color: white;
	width: 500px;
	text-align: center;
	color: #ff2600;
	font-size: 48px;
	position: absolute;
	border-width: 2px;
	border-color: black;
	border-style: solid;
}

#closeask {
	text-align: right;
	width: 100%;
}

#closesearch {
	text-align: right;
	width: 100%;
}
