/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

p {
padding: 10px 0px 0px 0px;
}




/* Allgemein */

a:link,a:visited,a:active {
color:#ff00ab;
text-decoration:underline;
font-weight:400;
}

a:hover {
color:#08ddff;
text-decoration:none;
font-weight:400;
}

img {
border:0;
vertical-align:top;
}

body,html {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
line-height:16px;
color:#ffffff;
text-align:center;
margin:0;
padding:0;
background: #000000;
}

textarea,input {
color: #ffffff;
border: 1px solid #3b306a;
background: #190163;
vertical-align: middle;
margin: 1px;
padding: 4px;
}

hr {
height: 1px;
border: 0px;
background-color: transparent;
color: #000000;
border-color: #3b306a;
}

div {
vertical-align:top;
text-align:left;
}

.clear {
clear:both;
font-size:0;
}




/* Formatierung */

#wrapper {
background: url(images/background.jpg) repeat-y center;
width: 880px;
margin-left: auto;
margin-right: auto;
position: relative;
}

#footer {
background: url(images/footer.jpg) no-repeat bottom center;
}

#header {
background: url(images/header.jpg) no-repeat top center;
text-align: center;
}




/* Navigation */

.button {
position: absolute;
}

#home {
top: 82px;
left: 50px;
width: 99px;
height: 20px;
}

#programm {
top: 28px;
left: 160px;
width: 102px;
height: 36px;
}

#fotos {
top: 114px;
left: 273px;
width: 104px;
height: 15px;
}

#gaestebuch {
top: 120px;
left: 619px;
width: 102px;
height: 21px;
}

#kontakt {
top: 17px;
left: 732px;
width: 98px;
height: 37px;
}




/* Logo / Branding */

#logo {
top: 161px;
left: 132px;
width: 153px;
height: 64px;
}

#indiqo {
bottom: 17px;
right: 71px;
width: 146px;
height: 38px;
}




/* Inhalt */

#content {
padding: 305px 91px 91px 91px;
}

#content_background {
background: url(images/content_background.jpg) repeat-y top right;
}

#content_footer {
background: url(images/content_footer.jpg) no-repeat bottom right;
}

#content_header {
background: url(images/content_header.jpg) no-repeat top right;

}

.column_left, .column_right {
min-height: 350px;
height: auto;
}

#column_left {
width: 190px;
float: left;
}

.column_left {
padding: 20px 0px 20px 0px;
}

#column_right {
width: 496px;
float: right;
}

.column_right {
padding: 20px;
}

h1 {
font-size: 16px;
margin-bottom: 10px;
}
