html, body {
	color: #fff;
	font-family: Tahoma, sans-serif;
}
strong {
	font-weight: bold;
}
a:active {
	outline: none;
}

#navi {
	font-size: 18px;
	letter-spacing: 1px;
}

#navi a {
	color: #fff;
	text-decoration: none;
}

#navi a:focus, #navi a:active {
	border: none;
	outline: none;
}

#content-wrapper hr {
	color: #3b3b3b;
	background-color: #3b3b3b;
	border-color: #3b3b3b;
}

#content-wrapper .thumb {
	display:block;
	float:left;
	margin-top:5px;
	margin-right:10px;
}

#content-wrapper h2 {
	text-transform: uppercase;
}

#content-wrapper h3 {
	font-size: 0.7em;
	text-transform: uppercase;
	color: #ccc;
}

#content-wrapper h4 {
	font-size: 11px;
	color: #f26100;
	padding: 5px 0px 5px 0;
}

#content-wrapper p {
	font-size: 11px;
	text-align: justify;
	padding-bottom: 10px;
}

#content-wrapper .picture {
	padding: 10px 0px;
}

ul#struktur-center-list, ul#energetik-center-list, ul#energetik-right-list  {
	margin-left: 15px;
	float:left;
	list-style: url('/images/icons/list_item.png');
	list-style-position: outside;
}

ul#struktur-center-list {
	width: 100px;	
}

ul#energetik-center-list {
	width: 150px;	
}

ul#energetik-right-list {
	width: 170px;	
}

#struktur-center-list li, #energetik-center-list li, #energetik-right-list li {
	font-size:11px;
	padding-bottom: 10px;
}

#seminar-right-list {
	float:left;
	font-size:11px;
	padding-bottom: 10px;
}


#content-wrapper h3.press {
	font-size:1em;
	color: #fff;
	margin-bottom: 5px;
}

#content-wrapper p.press-content {
	padding-bottom: 0px
}

#content-wrapper h2.no-h3 {
	padding-top: 5px;
	padding-bottom: 10px;
} 

#content-wrapper img.no-h3-picture, #content-wrapper h4.spacer {
	padding: 20px 0px 10px 0;
}

.orange {
	color: #f26100;
}

#content-wrapper address {
	font-size: 11px;
}

#content-wrapper .right {
	text-align: right;
}

#content-wrapper a {
	color: #f26100;
	text-decoration: underline;
}


/* FORM */
form#contact {
	margin-top: 10px;
	margin-left: 33px;
}
form#contact label {
	font-size: 11px;
}
form#contact input {
	border: 1px solid #000000;
	display: block;	
}

form#contact input[type="text"] {
	width: 200px;
	height: 16px;
	padding: 2px 5px;
	border: 2px solid #f26100;
}

form#contact textarea {
	width: 230px;
	height: 100px;
	font-size: 11px;
	display: block;
	border: 2px solid #f26100;
}

form#contact input[type="reset"] {
	margin-left: 120px;
	padding: 2px 5px;
	background-color: #f0f0f0;
	border: 2px solid #f26100;
	color: #000;
}

form#contact input[type="submit"] {
	padding: 2px 5px;
	background-color: #f0f0f0;
	border: 2px solid #f26100;
	color: #000;
}

table {
	font-size: 11px;
}

table th {
	color: #f26100;
	border-collapse: collapse;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: 5px 0;
}

table td {
	padding-top: 10px;
}

.datumT {
	width: 60px;
}

.ortT {
	width: 70px;
}

.preisT {
	width: 60px;
}
.preisFruehT {
	width: 65px;
}
.buchen {
	width: 42px;
}

td.datumT, .ortT, .preisT, .preisFruehT, .buchen {
	padding-bottom: 10px;
}



.text-left {
	float:left;
}

.text-right {
	float: right;
}

.no-margin {
	margin: 0;
}

p.no-padding {
	padding: 0;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #f26100;
	text-decoration: underline;	
}

.dialog {
	font-size: 11px;
	margin-right: 10px;
}


/*
.dialog:first-child {
	margin-top: 20px;
}
*/
.dialog h1 {
	font-size: 14px;
	font-weight: bold;
}

.dialog h2 a {
	color: #f26100;
	font-size: 11px;
	margin-top: 20px;
	margin-bottom: 5px; 
	display: block;
}

.dialog h2 a {
	padding-top: 5px;
}

.dialog h3 {
	font-weight: bold;
}

.dialog a, .dialog ul li a, .dialog p a {
	color: #f26100;
	text-decoration: underline;
}

.dialog p {
	font-size: 11px;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.dialog p.align-right {
	width: 100%;
	text-align: right; 
}

.dialog ul {
	list-style: none;
	margin-bottom: 10px;
}

.dialog ul li {
	line-height: 1.3em;
}

.dialog p.bold {
	font-weight: bold;
}


.more-space p {
	margin-top: 20px;
	margin-bottom: 20px;
}

.more-space p:last-child {
	margin-bottom: 0;
}

.error {
	color: #f26100;
}

