/* Eier.css, Stylesheets for Eierjagd-Website */
/* (c), Copyright 2005 Patrick Gerdsmeier     */

body {
	background-color:	white;
	margin:			100px 10px 10px 10px;
}

body, p, ul, li, a, div, input, select, form, h1, h2, h3, h4, h5 {
	font-family:		verdana, 
				arial, 
				sans-serif;
}

h1 {
	font-size:		10px;
	color:			#0080ff;
}

h2 {
	font-size:		10px;
	color:			#0080ff;
}

p, input, select, ul, li, a, td {
	font-size:		10px;
	color:			#909090;
}

p {
	margin:	0 0 5px 0;
}
a {
	color:			#ffc000;
	text-decoration:	none;
	font-weight:		bold;
}

.etitle {
	margin-bottom: 15px;
}

div#s_pop {
	position: relative;
}
div#s_pop div {
	display: none;
	position: absolute;
	background-image: url('../img/screenshot_a.jpg');
	top: -60px;
	left: -20px;
	width: 640px;
	height: 480px;
}

div#s_pop div img {
	border-style: solid;
	border-width: 1px;
	border-color: black;
}
div#s_pop:hover div {
	display: block;
}

div#bash {
	border-style: solid;
	border-width: 1px 1px 2px 1px;
	border-color:black; 
 	padding: 4px;
	background-image: url( '../img/bash.gif' );
	background-color: #ffc000;
	
}

div#bash p {
	color:	black;
}

