/* @override http://localhost:8888/wopla/wopla_style.css */

/*
	Wopla CSS Stylesheet for www.wopla.ch

	by Fabian Meyer (nospam at noinfo.de)
*/

/*******************************************************/
	body {
	margin: 20px;
	background: #a6cad9 url(../img/wopla_kreide_gross_neu.jpg) repeat;
	font-family: "Trebuchet MS",Verdana,Arial;
	font-size: 1em;
	line-height: 1.4em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #699ec4;
}

/*******************************************************/
p{
	text-align: justify;
}

p.links {
	text-align: left;
}

p.rechts {
	text-align: right;
}

p.leiste {
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 12px;
}

img {
	border: 1px solid #699ec4;
	margin: 10px;
}

img.leiste {
	border: 1px solid #07223c;
	margin: 0;
}

img.logo {
	border: 0px;
	margin-top: 14px;
	margin-left: 12px;	
}

ul.menu {
	margin-top: 51px;
}

p.fuss {
	padding-top: 0px;
	padding-left: 630px;
	margin-top: 7px;
	margin-right: 5px;
}

ul{
	padding: 1em;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	list-style-position: inside;
}

h1, h2, h3, h4 {
	color: #80c0ef;
}

div.menucontent {
	margin-top: 36px;
	text-indent: 15px;
}

a:hover  {
	text-decoration: none;
	border-bottom: 1px dashed;
	color: #80c0ef;
}

a{
	text-decoration: none;
	color: #80c0ef;
}

a:visited{
	color: #afd8ff;
}

a.main_link, a.menu:visited{
	border-bottom: 0px;
	text-decoration: none;
}
a.main_link:hover{
	border-bottom: 1px dashed;
}

a.img, a.img:hover {
	border-bottom: 0px;
}

div.aus {
	display: none;
}	
div.an {
	display: block;
}

td{
	margin: 2px;
	font-size: smaller;
}

tr.ungerade{
	background-color: #1c3853;
}