/* Global settings */

/* userstyle "Kein Stil" */
.no_style{
}

/* userstyle "Überschrift 3" */
h3 {
	border-bottom: 1px solid #DAD4D4;
	color: #AB0000;
	font-size: 15px;
	padding-bottom: 2px;
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 8px;
}

* {
	margin: 0; 
	padding: 0;
}

html, body {
height: 100%;
}

#page {
  height: 90%;
}

.mceContentBody {
        background-color: #FFF;
        background-image: none;
}

.mceContentBody p,
.mceContentBody ul {
        padding-bottom: 10px;
}

.mceContentBody li {
        list-style-type: square;
        list-style-position: inside;
}

p, a, li, h1, h2, h3, input {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	text-decoration:none;
}

ul, li {
	list-style-type: none;
}

h1 {
	color: #AB0000;
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	padding-bottom: 18px;
	font-weight: normal;
}

h2 {
	border-bottom: 1px solid #DAD4D4;
	font-size: 10px;
	text-transform: uppercase;
	padding-bottom: 2px;
}

h3 {
	border-bottom: 1px solid #DAD4D4;
	color: #AB0000;
	font-size: 15px;
	padding-bottom: 2px;
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 8px;
}

img {
	border:none;
}

body {
	background: #690000 url(../_resources/static/background.jpg) no-repeat scroll 0 0;
}

#webtailor_ecke {
	float: right;
}

#flower_left {
	position: absolute;
	bottom: 0;
        left: 0;
	height: 300px;
	width: 390px;
	z-index: -6;
	background: url(../_resources/static/deko_links.png) no-repeat 0 0;
}

* html #flower_left {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src="http://78.46.97.199/generation4_3_var/resources/unser-westend.de/static/deko_links.png");
}

#flower_right {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 101px;
	width: 88px;
	z-index: -6;
	background: url(../_resources/static/deko_rechts.png) no-repeat 0 0;
}

* html #flower_right {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src="http://78.46.97.199/generation4_3_var/resources/unser-westend.de/static/deko_rechts.png");
}

.clear {
	clear:both;
	line-height:0px;
	font-size:0px;
}

#page {
	width: 855px;
	margin: 0 auto;
}

/** Navigation **/

#navigation {
	width: 195px;
	padding-right: 30px;
	text-align: right;
	float: left;
}

#navigation #logo {
	padding-bottom: 15px;
}

#navigation ul {
	padding-bottom: 22px;
}

#navigation ul li a {
	color: #FFF;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 14px;
	line-height: 1.35;
}

#navigation ul li a span {
	color: #E19898;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
}

#navigation ul li a:hover {
	text-decoration: underline;
}

#navigation #search p {
	display: inline;
	padding: 0;
}

#navigation #search input.submit {
	padding-right: 6px;
}

#navigation #search input.text {
	border: 1px solid #9A9A9A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 90px;
}

/** Content **/

#content {
	width: 490px;
	background-color: #FFF;
	float: left;
	padding: 55px 25px 0px 55px;
	height: 90%;
        overflow: auto;
        position: relative;
        top: 0;
        left: 0;
}

#breadcrumbs {
	border-bottom: 1px solid #DAD4D4;
	margin: 0 0 20px;
	line-height: 17px;
}

#breadcrumbs p {
	color: #6D5B5B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background-color: #FFF;
	display: inline;
	position: relative;
	top: 5px;
	padding-right: 3px;
}

#content p {
	line-height: 17px;
        padding-bottom: 15px;
}

#content a {
	color: #AB0000;
}

#content a:hover {
	text-decoration: underline;
}

#content .first {
	padding-right: 30px;
}

#content .teaser_group {
	padding-top: 30px;
	width: 221px;
	float: left;
}

#content .teaser_group .teaser {
	padding-bottom: 20px;
}

#content .download {
	padding: 8px 0 0 23px;
	display: block;
	background: url(../_resources/static/pdf.gif) no-repeat 0 7px;
}

/** Overview **/
#content .overview {
	margin-top: 25px;
}

#content .overview .capital,
#content .overview .list {
	float: left;
}

#content .overview .capital {
	width: 85px;
}

#content .overview .capital p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1;
}

#content .overview .list {
	line-height: 1.4;
	width: 380px;
}

#content .overview .list ul li a span {
	color: #B8B1B4;
}

/** Detail **/
#content .detail {
	margin-top: 25px;
}

#content .detail img,
#content .detail .text {

	float: left;
}

#content .detail img {
	width: 200px;
	padding-right: 20px;
}


#content .detail .text {
	width: 245px;
}

#content .detail .text p {
	padding-bottom: 5px;
}

/** News **/
#content .news {
	margin-top: 25px;
}

#content .news p {
	padding-bottom: 5px;
}

/** Footer **/
#footer {
	border-top: 1px solid #DAD4D4;
	text-align: right;
	padding: 2px 0 30px 0;
	margin-top: 60px;
}

#content #footer p,
#content #footer p a {
	color: #6D5B5B;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 0.1em;
}

table#adress td {
  width: 224px;
}

.event h1 {
        padding-bottom:  0;
}

.show_event {
        cursor: pointer;
        padding-bottom:  15px;
}

#list_overview li {
        padding-bottom: 15px;
}

img.new_opening_detail,
.new_opening_text {
  float: left;
}

.new_opening_text {
  width: 200px;
}

img.new_opening_detail{
  padding: 4px 15px 15px 0;
}