
@import url("navi.css");

* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff url(../img/bg.gif) 50% 100% fixed no-repeat;
	color: #444;
	cursor: default;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.25em;
}

body.gala {
	background-color: #700300;
	background-image: url(../img/bg_gala.gif);
	color: #ddd;
}

body.gala * {
	color: #ddd;
}

#main {
	margin-top: 30px;
	overflow: auto;
	width: 100%;
}
#bottom {
	min-height: 80px;
	overflow: visible;
	padding-bottom: 25px;
	width: 100%;
}

ul {
	list-style: none;
}

.navi, .content, .add {
	float: left;
}
.navi {
	width: 300px;
}
.content {
	width: 380px;
}
.add {
	width: 240px;
}

#main .content {
	margin-top: 125px;
	padding-left: 15px;
}
#bottom .navi {
	margin-top: 15px;
}

h1 {
	color: #932828;
	font-size: 16px;
	line-height: 1.25em;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h2 {
	color: #932828;
	font-size: 12px;
	margin-bottom: 20px;
	margin-top: -10px;
}

h3 {
	color: #444;
	font-size: 12px;
	margin-bottom: 0;
}

h5 {
	margin-bottom: 1.5em;
	margin-top: -10px;
}

a {
	color: #932828;
}

a img {
	border: none;
}

.content p {
	clear: both;
	margin-bottom: 1em;
}

.content ul {
	margin-bottom: 1em;
	margin-top: -1em;
}

.content li {
	margin-left: 2em;
}

.content p.bubbled-text {
	overflow: auto;
	padding-top: 15px;
}
.content p.bubbled-text img {
	float: left;
	margin-right: 10px;
	margin-top: -15px;
}

.content p.bubbled-text-right {
	overflow: auto;
	padding-top: 15px;
	text-align: right;
}
.content p.bubbled-text-right img {
	float: right;
	margin-left: 10px;
	margin-top: -15px;
}

img.ref-foto {
	float: right;
	margin-left: 10px;
}

hr{
	border: 0;
	border-top: 1px solid #888;
	margin: 15px 0;
}

.page-header {
	float: right;
	margin-right: 5px;
	margin-top: -215px;
}

dl.programm dt {
	float: left;
	width: 7.5em;
}

dl.programm dd {
	margin-left: 7.5em;
}

dl.programm dt, dl.programm dd {
	line-height: 1.5em;
	margin-bottom: 5px;
}

dl.programm ul, dl.programm li {
	margin: 0;
	padding: 0;
}

ul.programm_addon {
	margin: 0;
}

ul.programm_addon li {
	margin: 0;
	margin-top: 10px;
	padding: 0;
}

ul.dotted {
	list-style-type: disc;
}
ul.dotted ul {
	list-style-type: none;
	margin-top: 0;
}
ul.red-dotted {
	list-style-image: url(../img/reddot.gif);
}
ul.image-list {
	margin-top: 0;
}
ul.image-list li {
	margin-top: 2em;
}
ul.image-list li img {
	display: block;
	margin: 0 auto;
}

p.galery img {
	margin-bottom: 10px;
	width: 330px;
}

dl.vita dt {
	float: left;
	width: 10em;
}

dl.vita dd {
	margin-left: 10em;
}

dl.vita dt, dl.vita dd {
	line-height: 1.5em;
	margin-bottom: 5px;
}

