@charset "UTF-8";
@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');
}
/* Die verwendete Schriftart stammt von Jos Buivenga (exljbris) -> www.exljbris.com */

/* 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;
}

/* LAYOUT */
body {
	background: #F3E7DF url("back.png") repeat-x;
	font-size: 14px;
}
#header {
	background-image: url("logo.png");
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 140px;
}
#header p {
	display: none;
}
#wrapper {
	background: #FFF;
	width: 750px;
	padding: 14px;
	margin: 9px auto;
	border: 1px solid #E1D5CF;
}
#nav {
	float: left;
	width: 190px;
	margin-right: 10px;
	line-height: 1em;
}
#nav li {
	font-style: italic;
	text-align: right;
	padding: 5px 15px 5px 0;
}
#nav li a {
	text-decoration: none;
	color: #666;
}
#nav li a:hover {
	color: #968E8B;
}
#nav li:hover {
	background: #EFEFEF;
}

#article {
	width: 550px;
	padding-bottom: 25px;
	float: left;
	text-align: justify;
}
#article img {
	width: 540px;
	padding: 4px;
	border: 1px solid #F3E7DF;
}
#article .ce_gallery img {
	width: 260px;
	margin-right: 10px;
}
.ce_gallery tr:hover {
	background: none;
}

#squaredance {
	overflow: hidden;
	width: 540px;
	height: 330px;
	padding: 3px;
	border: 1px solid #F3E7DF;
}
.square {
	float: left;
	width: 373px;
	height: 163px;
	margin: 1px;
	background: rgb(40,5,4);
}
.square ul {
	height: 163px;
	display: table-cell;
	vertical-align: middle;
}
.square li {
	width: 373px;
	text-align: center;
	margin: 5px;
	color: rgb(226,207,163);
	font-style: italic;
	font-size: 12pt;
}
.quad {
	float: left;
	width: 163px;
	height: 163px;
	margin: 1px;
	background: url(../images/herbst.jpg) center;
}
#article .quad img {
	width: 164px;
	padding: 0;
	border: 0;
}

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: 12px;
	text-align: center;
	margin-bottom: 15px;
}
#footer a {
	color: #DCD0CB;
	text-decoration: none;
}



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

table {
	width: 100%;
	margin-bottom: 1em;
}
td.col_last {
	text-align: right;
}
tr:hover {
	background: #EFEFEF;
}

input, textarea {
	background-color: #FFF;
	border: 1px solid #ccc;
	padding: 5px;
	display: block;
}
p {
	margin: 0.615em 0;
}
a:hover {
	color: #633;
	text-decoration: underline;
}
#footer #impressum {
	color: #966;
}
