/*
Theme Name: Simon Sidler
Theme URI: http://wordpress.org/
Version: 1.0
Author: Arto Steiner
Author URI: http://web.arto.ch

*/

html {
	background-color: #FFFFFF;
	background-image: url(images/logostein.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}

p {
	margin-top: 0.5em;
}

a	{
	color: #4F7253;
}

h1 {
	margin: 12px 0 2px 0;
	padding:0 0 0.3em 0;
	background-color: #003691;
	color: White;
	text-transform: lowercase;
	letter-spacing: 0.2em;
	font-size: 2.4em;
	font-weight: 400;
}

h1 span {
	position: relative;
	top: -0.12em;
}

h1 span a	{
	text-decoration:none;
	color:white;
}

h2 {
	/*font-style: italic;*/
	text-transform: lowercase;
	margin-bottom: 0.3em;
}

h3 {
	/*font-style: italic;*/
	text-transform: lowercase;
	margin-bottom: 0.3em;;
}

#navlist
{
list-style: none;
margin: 0 50px;
padding: 0;
text-align: left;
text-transform: lowercase;
}

#navlist li
{
padding: 0 0.2em 0 0.5em;
display: inline;
border-left: 1px solid #8CAADD;
white-space: nowrap;
}

#navlist li:first-child
{
border-left: 0;
padding-left: 0;
}

/*Win IE fix \*/
* html #navlist { height: 1%; }
* html #navlist li { margin: 0 0.5em 0 -0.5em; }

/*End Win IE fix*/

#navlist a{
	font-weight: bold;
	text-decoration: none;
	color: #003691;
}

#active {
	font-style: italic;
	font-weight: bold;
}

#content {
	margin: 0 250px 0 50px;
	text-align: left;
}

#content ul{
	list-style: square;
}

#content ul#fragen{
	list-style: none;
	margin:0;
	padding:0;
}

img.alignright {
	border: 1px solid #4F7253;
	margin: 1em;
	float:right;
}

img.aligncenter {
	border: 1px solid #4F7253;
	margin: 1em;
	float:right;
}

#content #lagegross{
	border: 1px solid #4F7253;
	margin: 0;
	float: none;
}

table {
	border-collapse:	collapse;
	margin: 1em 0;
}

td, th{
	padding: 0.2em;
	border: 1px solid #4F7253;
}

#numbers, #numbers td {
	border: none;
	padding: 0;
}

.col1 {
	width: 2em;
}

#footer {
	font-size: 0.7em;
	text-align: left;
	margin: 50px;
	clear:both;
}

#footer a{
	text-decoration: overline;
}

