/* @override http://www.slamgallen.ch/style.css */

/*
www.slamgallen.ch
2008 Edition
© trilogic.ch
*/

/* Reset all */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

/* Allgemeines */

html{
	margin:0;
	padding:0;
}

body{
	font-family: "Lucida Sans", "Lucida Sans Unicode", verdana, arial, helvetica;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
    background-position: center top;
	background-repeat: no-repeat;
	background-image: url(images/bkgd.jpg);
	background-color: #000;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 981px;
}

#kopf {
	margin-top: 115px;
	height: 55px;
	margin-left: 0;
	padding-left: 360px;
	padding-top: 0;
}

#inhalt {
	text-align: left;
	margin-top: 30px;
	margin-left: 1px;
	background: #f5f5f5 url(images/bkgd_inhalt.jpg) no-repeat;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#fotos {
	float:right;
	padding-left: 10px;
}

#fusszeile {
	height: 60px;
	background: #555 url(images/fusszeile.jpg) no-repeat 0 -10px;
	padding: 0;
	margin: 0;
	color: #989013;
}

h1 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 5px;
}

h2 {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 5px;	
}

p {
	font-size: 12px;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#hauptnav ul {
	padding: 0;
	list-style-type: none;
}

#hauptnav li {
	list-style-type: none;
	float: left;
	margin-right: 20px;
	color: white;
	font: 16px Verdana, Arial, Geneva, sans-serif;
	padding-bottom: 6px;
	margin-top: 20px;
}

#hauptnav li a {
	text-decoration: none;
	color: white;
}

#hauptnav li a:hover {
	text-decoration: none;
	color: white;
	text-shadow: black 2px 3px 2px;
}



select {
	float: left;
	border: 1px solid #000000;
	color: black;
	padding: 0;
	margin: 2px 0 10px 5px;
}

select.selectsmall {
	width: 150px;
}

input {
	padding: 2px;
	margin: 0px 0px 10px;
	border: 1px solid black;
	color: black;
}

input.inputbig {
	width: 330px;
}

input.inputsmall {
	width: 150px;
	float: left;
}

input.submit-button {
	width: 150px;
	margin-left: 30px;
	border: 2px outset #e47b19;
	color: black;
	background-color: orange;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	padding-top: 3px;
	width: 100px;
}

.clear {
	clear:both;
}



#accordion {
	margin-right: 20px;
	width: 530px;
}

h2.toggler {
	cursor: pointer;
	font-size: 14px;
	background: #333333 none no-repeat;
	color: white;
	margin-bottom: 0;
	margin-top: 10px;
	padding: 5px 5px 0 20px;
	height: 24px;
}

h2.toggler:hover {
	color: #ff9900;
}

div.element {
	background-color: white;
	margin-left: 0;
	padding-left: 15px;
	line-height: 1.4;
	border-left: 5px solid #444;
	margin-top: 0;
}

div.element td {
	border-bottom: 1px solid silver;
}