html {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #A49872 url('/images/background.jpg') center repeat-y;
}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div#mainBody {
	width: 710px;
	height: 100%;
	margin: 0 auto;
	padding: 0 10px;
	text-align: center;
}

img#logo {
	margin: 0 75px 5px 75px;
}

ul#navigation {
	clear: both;
	margin: 0 80px 20px 80px;
	background: url('/images/bg.png');
	border: 1px #ebd9ab solid;
	width: 550px;
	height: 50px;
}

ul#navigation li {
	display: inline;
	padding: 5px 0;
	float: left;
	width: 90px;
	text-align: center;
}

ul#navigation li a {
	color: #fefd03;
	font-weight: bold;
	font-size: 13px;
}

div#notificationBody {
	margin: 20px 82px;
	color: #000;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	border: 2px #ff0 dotted;
}

div#contentBody {
	margin: 25px 82px;
	text-align: left;
}

a {
	color: #000;
	text-decoration: none;
}

a.imgLink {
	outline: none;
}

a img {
	border: 0;
}

a.textLink {
	font-weight: bold;
}

a.textLink:hover {
	text-decoration: underline;
}

hr {
	border: 0px;
	border-bottom: 1px #ff0 dotted;
	margin: 30px 0;
}

hr.thin {
	margin: 5px 0;
}

.greyNote {
	color: #8F6D11;
	font-style: italic;
}

img#startup {
	margin-top: 200px;
}

h2 {
	color: #ff0;
	font-weight: bold;
	font-size: 14px;
}

h3 {
	color: #000;
	font-size: 12px;
	margin: 5px 0;
	font-weight: bold;
	display: block;
}

div.pager {
	margin: 20px 0;
	text-align: center;
	font-weight: bold;
}

div.pager a {
	color: #000;
	text-decoration: none;
}

div.pager .current {
	color: #ff0;
}

div.pager a:hover {
	text-decoration: underline;
}

input[type=text],
textarea {
	width: 230px;
	background: transparent none repeat scroll 0 0;
	border: 1px solid #A49872;
}

input[type=button],
input[type=submit] {
	background-color: #ddd;
}

/* -- KONTAKT --------------------------------------------------------------- */

.kontakt {
	text-align: center;
}

.kontakt .greyNote {
	display: block;
	margin-top: 3px;
}

.kontakt div.column {
	float: left;
	width: 180px;
	text-align: center;
}

.kontakt p.big {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

.kontakt td.label {
	width: 150px;
}

.kontakt form {
	display: block;
	margin: 30px 0px;
}

/* -- STECKBRIEF ------------------------------------------------------------ */

.steckbrief td {
	padding-bottom: 4px;
	vertical-align: top;
}

.steckbrief td.label {
	color: #ff0;
	width: 120px;
}

.steckbrief div.aboutme {
	text-align: justify;
}

.steckbrief .moveDown {
	margin-top: 40px;
}

/* -- TERMINE --------------------------------------------------------------- */

.termine h3 {
	margin-top: 20px;
	border-bottom: 1px #ff0 solid;
	padding-bottom: 5px;
}

.termine .entry {
	padding: 5px 0 5px 15px;
	border-bottom: 1px #ff0 dotted;
}

.termine .entry div {
	overflow: hidden;
	float: left;
}

.termine .privateEntry {
	color: #f00;
}

.termine .date,
.termine .time {
	width: 70px;
}

.termine .name {
	font-weight: bold;
	width: 150px;
}

.termine .place {
	width: 190px;
}

.termine .label {
	width: 75px;
}

.termine input {
	width: 250px;
}

/* -- MUSIK ----------------------------------------------------------------- */

.musik .entry {
	padding: 5px 0 5px 15px;
	border-bottom: 1px #ff0 dotted;
}

.musik .entry div {
	overflow: hidden;
	float: left;
}

.musik .name {
	width: 250px;
	font-weight: bold;
}

.musik .interpret {
	width: 250px;
}

.musik .label {
	width: 75px;
}

/* -- GAESTEBUCH ------------------------------------------------------------ */

.gaestebuch td.label {
	width: 150px;
	vertical-align: top;
	font-weight: bold;
}

.gaestebuch input.small {
	width: 70px;
}

.gaestebuch form {
	display: block;
	margin: 30px 0 0 15px;
}

.gaestebuch .captcha {
	border: 1px dotted #A49872;
	display: block;
	margin: 5px 0;
}

.gaestebuch .line {
	height: 10px;
	border-bottom: 1px #ff0 dotted;
}

.gaestebuch li.entry {
	padding: 5px 0 5px 15px;
	border-bottom: 1px #ff0 dotted;
}

.gaestebuch li.entry .name {
	font-weight: bold;
	float: left;
	padding-right: 5px;
}

.gaestebuch li.entry .date {
	float: left;
	font-style: italic;
}

.gaestebuch li.entry .edit {
	float: right;
}

.gaestebuch li.entry .text {
	float: none;
	clear: both;
	padding: 10px 0 0 10px;
}

/* -- FOTO - UEBERSICHT ----------------------------------------------------- */

.foto_overview li.entry {
	padding: 5px 0 5px 15px;
	border-bottom: 1px #ff0 dotted;
}

.foto_overview li.entry .container {
	float: left;
	width: 250px;
}

.foto_overview li.entry .smallContainer {
	float: left;
	width: 15px;
}

.foto_overview li.entry .smallContainer img {
	margin: 5px 0;
}

.foto_overview li.entry .name {
	font-weight: bold;
}

.foto_overview li.entry .info {
	font-style: italic;
}

.foto_overview .fotopreview img {
	margin-right: 5px;
}

.foto_overview .label {
	width: 75px;
}


/* -- FOTO - ALBUM ---------------------------------------------------------- */

.foto_album ul {
	margin: 20px 0;
}

.foto_album li {
	float: left;
	width: 125px;
	height: 125px;
	text-align: center;
}

/* -- HOERPROBEN ------------------------------------------------------------ */

#hoerproben p a {
	text-decoration: underline;
}

#hoerproben h3 {
	margin-top: 20px;
	color: #f8f311;
}

/* -- SHOP ------------------------------------------------------------------ */


dl#shopitems dd {
	float: left;
	margin: 0px;
	width: 175px;
	height: 200px;
}

dl#shopitems dt {
	float: left;
	width: 325px;
	height: 200px;
	text-align: center;
}

dl#shopitems h3 {
	font-size: 14px;
	margin-top: 25px;
}

dl#shopitems li.price {
	color: #f8f311;
	font-weight: bold;
	display: block;
	margin: 10px auto;
	font-size: 14px;
	border: 1px #ebd9ab;
	background: url('/images/bg.png');
	padding: 5px;
	width: 100px;
}

.shopform td.label {
	color: #ff0;
	width: 120px;
	vertical-align: top;
}

.shopform .red {
	color: #f00;
}

/* -- NEUES - BEREICH ------------------------------------------------------- */

#newslist h3.floatLeft {
	width: 440px;
	font-size: 14px;
	margin: 0px;
}

#newslist p {
	margin: 0px;
}

#newslist .header {
	margin-bottom: 10px;
}

#newslist hr {
	margin-bottom: 20px;
}

#newslist .info a {
	margin-right: 10px;
}

#newseditform label {
	margin-top: 10px;
	display: block;
}

#newslist input {
	width: 400px;
	margin: 0 0 10px 75px;
}

#newseditform textarea,
#newseditform input {
	width: 500px;
	display: block;
	margin: 10px 0 0 100px;
}

#newseditform textarea {
	height: 300px;
}

div.error,
div.success {
	font-size: 10pt;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
}

div.error {
	color: #cf1719;
}

/************************************************************
 CLEARFLOAT DEFINITION
 IN ORDER TO REMOVE LEFT/RIGHT FLOATING IN CONTAINERS
 MANY THX 2 FACEBOOK :*
 ************************************************************/


.clearfloat:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfloat {
	display: inline-block;
}

html[xmlns] .clearfloat {
	display: block;
}

* html .clearfloat {
	height: 1%;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}
