@charset "UTF-8";

/* Die verwendete Schriftart stammt von Jos Buivenga (exljbris) -> www.exljbris.com */

@font-face {
	font-family: Delicious;
	src: url('Delicious-Roman.eot');
	src: local('Delicious-Roman'), url('Delicious-Roman.ttf') format('truetype');
}
@font-face {
	font-family: Delicious;
	font-weight: bold;
	src: url('Delicious-Bold.eot');
	src: local('Delicious-Bold'), url('Delicious-Bold.ttf') format('truetype');
}
@font-face {
	font-family: Delicious;
	font-style: italic;
	src: url('Delicious-Italic.eot');
	src: local('Delicious-Italic'), url('Delicious-Italic.ttf') format('truetype');
}
@font-face {
	font-family: Delicious;
	font-weight: bold;
	font-style: italic;
	src: url('Delicious-BoldItalic.eot');
	src: local('Delicious-BoldItalic'), url('Delicious-BoldItalic.ttf') format('truetype');
}


/* RESET */
html, body, div, ul, ol, p, form, img, a, p, h1, h2, h3, li {
	padding: 0;
	margin: 0;
	border: 0;
	text-indent: 0;
	font-family: Delicious, Tahoma, Arial, Segoe, sans-serif;
	font-size: inherit;
	line-height: 1.333em;
	text-decoration: none;
	color: #333;
	background: transparent;
}
html {
	overflow-x: hidden;
	overflow-y: scroll;
}
div {
	overflow: hidden;
}
ul, ol {
	list-style: none;
}
.strike {
	text-decoration: line-through;
}


/* LAYOUT */
body {
	background-color: #FFF;
	font-size: 14px;
}
#header {
	background-image: url("../images/back.png");
	width: 100%;
	height: 60px;
	padding: 20px 0;
}
#header div {
	width: 780px;
	margin: auto;
}
#header div div {
	float: left;
	width: 555px;
	padding-right: 50px;
	text-align: right;
}
#header div div#logo {
	padding: 0;
	width: 175px;
	text-align: center;
}
#wrapper {
	width: 780px;
	margin: 5px auto;
}
#navi {
	float: left;
	width: 155px;
	border: 10px solid #EFEFEF;
	padding-bottom: 70px;
	background-color: #ddd;
}
#navi li {
	text-align: center;
	margin: 15px 0;
}
#navi li a {
	font-style: italic;
	text-decoration: none;
}
ul.freunde {
	margin-top: 15px;
}

#main {
	width: 580px;
	background-color: #EFEFEF;
	padding: 10px;
	margin-left: 5px;
	padding-bottom: 40px;
	float: left;
}
#main img {
	border: 1px solid #FFF;
	margin-bottom: 20px;
}

#squaredance {
	overflow: hidden;
	width: 578px;
	padding: 1px;
	height: 400px;
	background: #FFF;
}
.square {
	float: left;
	width: 374px;
	height: 200px;
	margin: 1px;
	background: rgb(40,5,4);
}
.square ul {
	height: 200px;
	display: table-cell;
	vertical-align: middle;
}
.square li {
	width: 374px;
	text-align: center;
	margin: 5px;
	color: rgb(226,207,163);
	font-style: italic;
	font-size: 12pt;
}
.quad {
	float: left;
	width: 200px;
	height: 200px;
	margin: 1px;
	background: url(../images/herbst.jpg) center;
}
.quad p {
	color: #CC9;
}

fieldset {
	padding: 19px;
	border: 1px solid #633;
	margin: 20px 0;
}
fieldset input, fieldset textarea {
	outline: none;
	display: block;
	margin-right: 10px;
	float: left;
	width: 390px;
}
fieldset input:focus, fieldset textarea:focus {
	background: #CABE85;
}
label {
	font-size: 12px;
	color: #633;
}

#footer {
	font-size: 10px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: #DDD;
}
#footer div {
	width: 780px;
	margin: 5px auto;
	text-align: right;
}



h1, h2, h3 {
	color: #300;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	line-height: 1em;
	margin: 10px 0 5px 0;
	font-size: 16px;
}
h1 {
	font-size: 24px;
}
p {
	margin: 5px 0;
}

#admin {
	margin: 25px;
	border: 2px solid #FFF;
}

#admin div {
	padding: 10px;
	background-color: #DDD;
	border-bottom: 2px solid #EFEFEF;
}

#admin div:hover {
	background-color: bisque;
}

input, textarea {
	background-color: #FFF;
	border: 1px solid #ccc;
	padding: 5px;
	display: block;
}

#admin textarea {
	width: 700px;
	height: 350px;
}

html, body {
	background-color: #FFF;
}
#login {
	padding: 50px;
	text-align: center;
}
p {
	margin-top: 1.5em;
}
a:hover {
	color: #633;
	text-decoration: underline;
}