
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font: 75% "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

body {
	color: #444;
	background-color: #fff;
}

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

a:hover, a:focus {
	text-decoration: underline;
}

h1, h2, h3 {
	color: #A80101;
}

h1 {
	font-size: 1.5em;
	line-height: 1em;
	margin: 1em 0 0 0;
	font-weight: normal;
}

.subline {
	font-family: Georgia, serif;
	font-style: italic;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	margin-left: 1.5em;
	padding-left: 1.5em;
	background: url(../img/h1-subline-bg.png) no-repeat left 0.55em;
	color: #545454;
	display: block;
	line-height: 1.2;
}

body.startseite h1.subline {
	line-height: 1.5em;
	background: url(../img/h1-subline-startseite-bg.png) no-repeat left 0.75em;
	color: #A80101;
}

h2 {
	font-size: 1.166em;
	line-height: 1.286em;
	margin: 1.286em 0;
	font-weight: bold;
}

p {
	text-align: left;
	line-height: 1.75em;
	margin-top: 1.5em;	
}

ul {
	list-style-type: none;
	margin: 1.5em 0;
	margin-left: 1.5em;
}

ul li {
	padding-left: 1em;
	background: url(../img/nav-li-bg.png) no-repeat left 0.55em;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

/* Formulare */

.failures,
.success {
	margin-top: 1.5em;
	padding: 1em;
	border: 1px #555 solid;
}

.failures {
	background-color: #ff9999;
}

.success {
	background-color: #99ff99;
}

.row {
	padding-bottom: 1em;
}

input,
textarea {
	border: 1px solid #AAA;
	padding: 1px;
}

input[type="text"],
textarea {
	width: 250px;
}

textarea {
	height: 80px;
}

input[type="submit"],
button {
	padding: 5px;
	border: 1px outset #444;
}

/* lightbox */

.ui-dialog-titlebar {
	background: #EEE;
	padding-top: 1em;
}

.ui-dialog-titlebar-close {
	margin-left: 11px;
	color: #ED7320;
	padding-left: 8px;
	text-decoration: none;
}

.ui-dialog-title {
	padding-left: 12px;
	font-weight: bolder;
}

.ui-dialog-content {
	background: white;
	border: 10px solid #EEE;
	overflow-y: auto;
}

.ui-dialog-buttonset {
	background: #EEE;
	padding: 0 10px 10px 10px;
}

