/* Allgemeines {{{ */
html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
	color:#261f16;
}
a:link, a:visited, a:hover, a:active {
	cursor:pointer;
}
input, textarea {
	cursor:auto;
}
ul li {
	list-style-type:disc;
}
ol li {
	list-style-type:decimal;
}
/* }}} */

/* Layout  {{{ */
#wrapper {
	width:960px;
	position:relative;
	margin:0 auto;
}
#languages {
	margin:10px;
	height:20px;
}
#navigation {
	float:left;
	width:244px;
	height:380px;
	margin:0 20px 20px 0;
}
#left_column {
	float:left;
	width:244px;
	margin:0 40px 20px 0;
}
#start_column_left {
	float:left;
	width:244px;
	margin:0;
}
#flash_header {
	float:left;
	width:676px;
 	height:400px;
	margin-bottom:20px;
}
#content {
	padding:20px;
}
#wrapper.titel #content {
	clear:both;
}
#profilindex { margin:0; width:676px; }
#city_list {
	float:left;
}
#city_list.two {
	width:244px;
}
#city_list.countries {
	width:214px;
	margin:0 22px 20px 0;
}
#city_list.one {
	width:224px;
	padding:0 0 0 20px;
}
#text_content {
	float:left;
	width:380px;
	padding:0 20px 0 32px;
}
#text_content.content_page,
#text_content.profile_content,
#text_content.profile_overview {
	width:616px;
}
#text_content.content_page {
	padding:0 0 0 12px;
}
#text_content.profile_content {
	margin-left:-40px;
}
#text_content.profile_content.overview {
	margin-left:-20px;
}
#nav_teaser {
	width:244px;
	float:left;
}
#footer {
	clear:both;
	padding:30px 0 10px 0;
}

#topics {
	float:left;
	width:352px;
	margin-right:20px;
}
#topics_cols { }
#sidebar { }
/* }}} */

/* Klassen {{{ */
.print-info, .hidden { display:none; }
em.required { display:inline !important; font-style:normal; }
.clearer { clear:both; height:1px; line-height:1px; }
.highlight { padding:0 5px; }
/* }}} */

/* Farbwerte {{{

 farbe       verwendung     hexcode
 ----------------------------------
 dunkelgrau  schrift        #261f16
 weiß        hintegrund     #ffffff
 hellgelb    hintergrund    #fffae4
 gelb        rahmen         #ccbc88
 graugelb    hervorhebung   #867752

 }}} */
/* Rahmen, Farben und Hintergründe {{{ */
body, #wrapper, #content form.casting-js input {
	background:#fffae4;
}
#column_wrapper, #content, #navigation {
	background:#ffffff;
}

#languages a.language_deutsch {
	background:url('../img/lang_de.png') 0 50% no-repeat;
}
#languages a.language_english {
	background:url('../img/lang_en.png') 0 50% no-repeat;
}
#navigation li a {
	background:url('../img/navigation_bg.png') 0 0 no-repeat;
}
#navigation li a:hover,
#navigation li a.current {
	background:url('../img/navigation_bg_hover.png') 0 0 no-repeat;
}
#text_content h2, #text_content h3 {
	background:url('../img/heading_flower_dark.png') 0 0 no-repeat;
}
#wrapper.preview #text_content h2,
#wrapper.preview #text_content h3 {
  background:none;
}
#profilindex .profile h3, #profildaten h3 { background:url(../img/profile_index_icon.png) top left no-repeat; }
#profilindex .new h3 { background:url(../img/profile_new_icon.png) top left no-repeat; }
#profildaten p.reservenow { background:url(../img/reservation_button.png) 0 0 no-repeat; }
#city_list.countries { background:url(../img/teaserbox_01.jpg) 0 0 no-repeat; }
.bildknopf { background:url(../img/button_bg.gif) 0 0 no-repeat; }

#navigation {
	border:10px solid #ffffff;
}
.reservationsform p.error,
.reservationsform p span.error,
.castingform p.error {
	border: 1px solid #530000;
}
#profilliste p img,
#profilindex div.new img {
	border:4px solid #867752;
}
#city_list.countries,
#profilindex .profile img {
	border:4px solid #ccbc88;
}
#content form.casting-js input {
	border:1px solid #ccbc88;
}
#profilindex .profile a {
	border:0px;
}

b, strong, em.required, .highlight,
.mailtable th, h1,
.cities_list li, .city_list li, #city_list ul li,
.castingform p.error span,
a:link, a:visited, a:hover, a:focus, a:active,
#city_list a:hover, #city_list a:focus, #city_list a:active {
	color:#867752;
}
#navigation li a,
#city_list ul li ul li a,
.city_list .text,
.reservation .cities_list li {
	color:#261f16;
}
#text_content p.reservenow a,
.bildknopf {
	color:#fffae4;
}
/* }}} Farben Ende*/

/* Positionierung und Abstände {{{ */
h1 {
	float:left;
	padding:3px 0 0 10px;
}
#languages ul {
	float:right;
}
#languages li {
	float:left;
	margin-left:30px;
	list-style-type:none;
}
#languages li a {
	display:block;
	padding-left:40px;
}
#left_column #contact_information {
	padding:20px;
}

#navigation img {
	display:block;
	margin-bottom: 2px;
}
#navigation li {
	list-style-type:none;
	height:24px;
	line-height:24px;
	width:245px;
	margin-top:1px;
}
#navigation li a {
	display:block;
	padding-left:35px;
}
#city_list.countries h3 {
	padding:12px 0 6px 12px;
}
#city_list.countries ul {
	padding:0 0 7px 0;
}
#city_list.countries ul li {
	width:83px;
	float:left;
	padding: 0 0 0 27px;
	margin: 4px 0 0 0;
}
#city_list.two ul.cities_list {
	width:122px;
	float:left;
}
#city_list.countries ul {
	width:244px;
	float:left;
}
#city_list ul li {
	margin:10px 0 ;
}
#city_list ul li ul {
	margin:5px 0 0 0;
}
#city_list ul li ul li {
	margin:0;
}

#text_content h2 {
	padding:28px 0 10px 23px;
	margin-left:-23px;
}
#text_content h3 {
	padding:28px 0 10px 25px;
	margin-left:-27px;
}

/* Profilübersichtsliste {{{ */
#text_content #profilindex .profile { float:left; width:150px; margin:0 16px 18px 0; }
#text_content #profilindex .profile h3 { padding:18px 0 0 19px; margin:0 0 0 -6px; height:19px; line-height:19px; }
#text_content #profilindex .profile a { padding:6px 0 0 0; }
#text_content #profilindex .profile img { padding:0; }
/* }}} */
/* Profileinzelseite {{{ */
#text_content.profile_content h3 {
	padding:28px 0 10px 25px;
	margin-left:0;
}

#text_content.profile_content p.reservenow {
	height:30px;
	margin-right:-54px;
	padding: 8px 0 0 31px;
}
/* }}} */
/* Formulare {{{ */
fieldset label {
	display:block;
	width:150px;
}
.bildknopf {
	display:block;
	height:30px;
	width:113px;
	text-align:center;
	line-height:30px;
	border:0;
}
/* }}} */

/* }}} */

/* Typographie {{{ */
a {
	text-decoration:none;
}

h1, h2, h3, h4,
#text_content.profile_content p.reservenow {
	text-transform:uppercase;
	font-family:Times, serif;
}

h1 {
	font-size:19px;
	letter-spacing:2px;
}
h2 {
	font-size:20px;
}

h3 {
	font-size:13px;
	font-weight:bold;
}
h4 {
	font-size: 13px;
	font-weight:300;
}
p {
	margin:0 0 18px 0;
}

b, strong { font-weight:bold; }
i, em { font-style:italic; }

#content em.required {
  font-size:19px;
}

#city_list.countries h3 {
	font-size:20px;
	font-weight:300;
}
#city_list ul li {
	font-size:11px;
	list-style-type:none;
	font-weight:bold;
}
#city_list ul li ul {
	margin-left:15px;
}
#city_list ul li ul li {
	font-size:11px;
	line-height:14px;
	list-style-type:disc;
	font-weight:normal;
}

#profilindex .profile h3 { text-align:left; }

#footer * {
	text-align:center;
	font-size:11px;
}
#footer p {
	margin:0 0 3px 0;
}

/* Links {{{ */
#text_content a, #footer a {
	font-weight:bold;
}
#text_content.profile_content p.reservenow a {
	font-weight:normal;
	letter-spacing:1px;
}
#footer #contact_mail {
  font-size:13px;
}
/* }}} */
/* Formulare {{{ */
fieldset label {
	font-weight:bold;
}
/* }}} */
/* }}} */

/* Spezielles */
/* Unterthemen (auskommentiert) {{{
#topics { margin:0 0 0 -18px; }
#topics h3 { background:url(../img/topic_oben.gif) left top no-repeat; padding:5px 0 10px 47px; height:58px; }
#topics p { background:url(../img/topic_inhalt.gif) 29px top repeat-y; padding:9px 9px 18px 45px; margin:-18px 0 18px 0; }
#topics .topic { background:url(../img/topic_unten.gif) 29px bottom no-repeat; padding:0 0 36px 0; }

#topics_cols { margin:0 0 0 -38px; width:614px;}
#topics_cols h3 { background:url(../img/topic_cols_oben.gif) left top no-repeat; padding:5px 29px 10px 47px; height:58px; margin:0 -29px 0 0; }
#topics_cols p, #topics_cols .reservation, #topics_cols h4 {
background:url(../img/topic_cols_inhalt.gif) 29px top repeat-y; padding:0 14px 18px 38px; margin:-18px -29px 18px 0; }
#topics_cols .topic { float:left; width:265px; background:url(../img/topic_cols_unten.gif) 29px bottom no-repeat; padding:0 41px 36px 0px;  }
/* }}} */
#topics_cols .topic { float:left; width:265px; padding:0 41px 0px 0px;  }

/* Staedteliste {{{ */
#content #city_list h3 {
	background-image:none;
}
/* }}} */


/* Profildarstellung {{{ */
#text_content.profile_content h3 {
	display:block;
	float:none;
	clear:left;
}
#profilbilder { float:left; width:400px; margin-bottom:18px; }
#profilbilder td { vertical-align:top;  margin:0; padding:0; }
#profilbilder img { border:1px solid #530000; margin:0 0 24px 9px; padding:0; }
#profilbilder #bigimage { border:1px solid #530000; border-width:1px; padding:0; margin:0px;  }

#profilbilder_quer { float:left; width:400px; margin-bottom:18px;}
#profilbilder_quer td { vertical-align:top; margin:0; padding:0; width:400px; }
#profilbilder_quer img { border:1px solid #530000; margin:20px 20px 0 0; }
#profilbilder_quer img.drei { margin:20px 0 0 0; }
#profilbilder_quer #bigimage { border:1px solid #530000; padding:0; margin:0;  }

#profildaten { float:right; padding:0 20px 0 0; width:190px; }
#profildaten p { margin:0; font-weight:300; letter-spacing:0; }
#profildaten h3 { margin:18px 0 0 27px; }
#text_content.profile_content #profildaten h3 { padding:22px 0 10px 20px; }
#profildaten ul.city_list li { margin:0 0 0 20px; }
/* }}} */

/* Reservation {{{ */
.reservationsform { clear:both; }
.reservationsform p { clear:left; margin:0 0 18px 0; padding:0; }
.reservationsform p span { display:none; }
.reservationsform p.error span { display:block; margin-left:-20px; }
.reservationsform p.error { padding:5px 0;}
.reservationsform p span.error { padding:5px; font-weight:bold; display:block; }
.reservationsform legend { display:none; }
.reservationsform label { float:left; width:350px; margin:0 0 0 -27px; padding:0 9px 0 0; text-align:right;  }
.reservationsform input, .reservationsform textarea { margin:0; padding:0; font-weight:normal; }
.reservationsform input.text, .reservationsform textarea { width:230px; }
.reservationsform .buttons { margin:0 0 0 332px; padding:0 0 18px 0; }
#content .reservationsform .buttons img.knopf { margin:0; padding:0; }
#content .reservationsform .buttons img { margin:0 9px 2px 47px; padding:0; }

#topics_cols .reservation ul { background:none; padding:0; margin:18px; }
#topics_cols .reservation .cities_list { display:block; margin:4px 0 0 0; }
.reservation .cities_list li { list-style-type:none; clear:left; padding:10px 0; line-height: 36px; }
#topics_cols .reservation .cities_list li ul { padding:0px; margin:0px; }
.reservation .cities_list li ul li { float:left; clear:none; width:105px; padding:0 9px 0 18px; font-weight:300; list-style-type:none; line-height:18px; }

#profilliste { clear:both; padding:0px; width:248px; float:left; }
#profilliste h3 { padding:25px 0 0 23px; line-height:20px; height:20px; margin:0 0 0 -6px;}
#profilliste p { float:left; margin:0; padding:0 9px 0 0; }
#profilliste p a { border:0; }
#profilliste p img { width:139px; margin:0; padding:0; }
#profilliste ul { width:115px; float:left; margin:-250px 0 0 160px; height:250px; overflow:auto; }
#profilliste ul li { list-style-type:none; width:90px; margin:0; }
#profilliste ul li input { float:left; margin:2px 6px 1px 0; clear:left; }
#profilliste ul li label { float:none; width:auto; text-align:left; margin:0; padding:0 0 0 4px; line-height:20px; }
#profilliste ul li label a { font-weight:bold; line-height:20px;  }

.reservationsform #topics_cols { margin:0 0 0 280px; width:285px; }
.reservationsform #topics_cols .topic { margin-bottom:18px; }

.mailtable { margin:0 0 18px 27px; }
.mailtable th { font-weight:bold; padding:3px 18px 3px 0; vertical-align:top; }
.mailtable td { font-weight:bold; padding:3px 0px; vertical-align:top; }
/* }}} */

/* Preview-Popup {{{ */
#wrapper.preview { width:auto; }
#wrapper.preview #profilbilder img { margin: 0 0 20px 9px; }
#wrapper.preview #profildaten { margin:0px; padding:0px; }
#wrapper.preview #text_content { width: 600px; overflow:hidden; }
#wrapper.preview #text_content.profile_content p.reservenow { width:175px; }
#wrapper.preview #text_content h2 {}
#wrapper.preview #text_content h3 { padding-left:0px; }
/* }}} */

/* Casting {{{ */
#content form.casting-js { padding:0 0 18px 27px; }
#content form.casting-js input { width:555px; padding:5px 0; }

.castingform { float:left; width:265px; padding:0 41px 36px 0px;  }
.castingform.step2 { float:left; width:612px; padding:0; }
.castingform.step3 { float:none; width:612px; padding:0; }
.castingform form { margin:0; }
.castingform h3 { padding:5px 0 18px 27px; }
.castingform legend { display:none; }
.castingform fieldset { margin:0; }
.castingform p span { display:none; }
.castingform p.error { padding:0; }
.castingform p.error span { display:block; padding-top:3px; }
.castingform p label { display:block; width:230px; }
.castingform input.text, .castingform textarea { width:230px; }
.castingform #groesse, .castingform #gewicht, .castingform #bh_groesse, .castingform.step2 p select,
.castingform p.half select, .castingform p.half input.text { width:115px; }
.castingform p.free input.text,
.castingform #jahr, .castingform #monat, .castingform #tag { width:auto; }
.castingform.step3 input.file { width:auto; }
.castingform .column { float:left; width:265px; }
.castingform.step2 .buttons { margin-top:145px; }
.castingform.step3 fieldset h3 { padding:0 0 9px 27px; }

#step1, #step2, #step3 { border-bottom:1px solid #530000; margin:18px 18px 9px 27px; height:15px; }
#content .castingform.step3 p img { padding:0 9px 0 0; }

#content .castingform .buttons input.bildknopf { margin-left:66px; }
#content .castingform.step1 .buttons input.bildknopf { margin-left:154px; }
#content .castingform .buttons img.knopf { margin:0; padding:0; }
/* }}} */

/* Linkseite {{{ */
#linkbannerbilder img { margin:0 0 0px -27px; }
#linkbannerbilder p { margin:0 0 18px 0; }
/* }}} */

/*
vim:fdm=marker
 */

