/*
Theme Name: Marketing Deluxe
Theme URI: http://wordpress.org/
Author: Hannes Treichl
Author URI: http://www.hannestreichl.com/

*/

/* Farben

Fuchsia: #b06fa9;
Fuchsia dunkel: #78306f;
Helles grau: #eee;

*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Tahoma, Verdana, 'Lucida Grande', Arial, Sans-Serif;
	background: #fff /*url('images/bg.jpg') top center repeat-y*/;
	color: #333;
	text-align: center;
    margin: 0 0 10px 0;
	}

#page {
	background-color: transparent;
	text-align: left;
        width: 1000px;
        padding: 0;
        margin: 0 auto;
	}

#header {
	background: transparent url('images/logo.jpg') no-repeat top center;
	margin: 0;
	width: 1024px;
	padding: 0;
	height: 200px;
    text-align:center;
	}

/*** FORMATE STARTSEITE ***/

#menu {
		margin-top: -20px;
	}

#menu h2, #stickyboxheader h2 {
        margin: 0 0 5px 0;
        padding: 0;
		text-transform: none!important;
		font-size:1.1em;
	}
	
#menu h2 {margin-left: 635px;}

#menu img, #menu img a {
       margin-bottom: 4px;
       opacity:0.90; 
       filter: alpha(opacity=90);
}

#menu img {box-shadow: 4px 4px 6px #aaa;}

#menu img:hover {
       opacity:1.0; 
       filter: alpha(opacity=100);
}

#teaser {
        width: 900px;
        font-size: 0.9em;
        line-height: 1.5em;
        margin: 0;
        padding: 0;
        /*border-top: 1px dotted #333;
        border-bottom: 1px dotted #333;*/
	}

#teaser ul {
        text-align: left;
        list-style: none;
        margin-left: -40px;
	}

#teaser ul li {
        float: left;
        width: 214px;
        height: 285px;
        padding: 0 7px 0 0;
        border-right: 1px dotted #ccc;
        margin: 0 7px 10px 0;
	}

#teaser .last {
        margin-right: 0!important;
        padding: 0!important;
        border-right: none!important;
        margin: 0 -40px 0 0!important;
	}

#teaser ul li h3 {
        background: #eee;
        padding: 10px 15px 0 15px;
        font-size: 1.2em;
        margin: 0;
        height: 40px;
		line-height:1.3em!important;
	}

#teaser ul li img {
        border: 1px solid #eee;
        float: left;
        margin-right: 4px;
        padding:2px;
	}
	
#navigation_top {
        float: left;
		width: 900px;
        font-size: 1.1em;
        text-transform: uppercase;
		letter-spacing: 0.07em;
        margin: 0 50px 40px 50px;
        background: #b06fa9;
        border-top: 1px solid #e4abde;
        border-bottom: 1px solid #e4abde;
		box-shadow: 4px 4px 4px #ddd;
}

#navigation_top a {
	        border-right: 1px solid #e4abde;
}

#navigation_top a:active, #navigation_top .current_page_item a, navigation_top .current-menu-item a, #home .on {
       background: #78306f;
       color: #fff;
        border-left: 1px solid #e4abde;
        border-right: 1px solid #e4abde;
}

#navigation_top a:hover {
       background: #78306f;
       color: #fff;
       text-decoration:none;
}

#navigation_top ul {
        margin: 0;
        padding: 0;
}

#navigation_top li, #navigation_top li a {
        list-style-type: none;
	float: left;
        margin:0;
        color: #fff;
}

#navigation_top li a {
       padding: 3px 15px 3px 15px;
}

#navigation_topafter {
        border-bottom: 1px dotted #333;
        margin: 5px 50px 10px 50px;
	}

#sticky {
		/*background: #eee;*/
		background: #f9f9f9;
		border:2px solid #f3f3f3;
		box-shadow: 4px 4px 6px #aaa;
        padding: 45px 25px 8px 25px;
        float: left;
		width: 539px;
        font-size: 0.9em;
        line-height: 1.5em;
        text-align: justify;
        margin-right: 40px;
		height:207px;
	}
	
#sticky:hover {background: #fff;}

#sticky h2 {
        font-size: 1.5em;
        margin: 0 0 12px 0;
		text-shadow: 3px 3px 6px #ccc;
		line-height: 1.3em!important;
		text-align: left!important;
	}
		

#sticky h3 {
        font-size: 1em;
        color: #333!important;
        margin: 15px 0 3px 0;
        line-height:1em;
	}

#sticky .date {
        font-size: 0.9em;
        line-height:1em;
	}

#sticky img {
        border: 1px solid #fff;
        padding: 0;
		margin: 0 25px 0 0;
		border: 1px solid #f8f8f8;
		box-shadow: 4px 4px 6px #ddd;
		float: left;}
		
#stickyexcerpt {width: 95%;}

#content {
	font-size: 1.2em;
        margin-left: 50px;
        width: 640px;
        float: left;
        padding-right: 10px;
        
	}

#content img {
        border: 1px solid #eee;
        padding: 2px;
	}

#startseite {
        width: 1000px;
        text-align: left;
		margin-left: 104px;
	}

#deluxehotels {
	text-align: center;
        width: 900px;
        margin: 20px 0 20px 0;
	}

/**** ENDE STARTSEITE ***/

.entry p {
	font-size: 1.05em;
	}

.entry {
	line-height: 1.4em;
	}


.postmetadata {
	font-size: 0.9em!important;
	padding:0;
	margin: 20px 0 0 0;
	border-top: 1px solid #ccc;
	}

#postdivide {
	/*background: #fff url('images/mdx.jpg') top center no-repeat;*/
	clear:left;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom: 1px solid #ccc;
	}
	
.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white; 
} 
.depth-1 {
	border: 1px solid #ddd;
} 

.even, .alt {
	border-left: 1px solid #ddd; 
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Century Gothic', Tahoma, Verdana, Arial, Sans-Serif;
	font-weight: normal;
        text-transform: uppercase;
		line-height: 1em!important;
	}

h1 {
	font-size: 4em;
	text-align: center;
        visibility: hidden;
	}

.description {
	font-size: 1.2em;
	text-align: center;
        visibility: hidden;
	}

h2 {
	font-size: 1.6em;
        color: #b06fa9;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Century Gothic', Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	margin: 0 0 8px 0!important;
	}

h3 {
	font-size: 1.3em;
        margin-bottom: 0px;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #b06fa9;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b06fa9;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Tahoma, Verdana, Arial, Sans-Serif;
	}

.commentlist li ul li {
	font-size: 1em;
} 

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Tahoma, Verdana, Arial, Sans-Serif;
        width: 240px;
        margin-right: 0px;
        float: left;
		border-left: 1px solid #fff;
		margin-left: 10px;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 35px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}
	
#sidebar .select {
	width: 130px;}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
        border-bottom:1px dotted #eee;
	}
	

#sidebar form {
	margin: 0;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: #333;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #b06fa9;
	text-decoration: none!important;
	}

a:hover {
	color: #78306f;
	text-decoration: underline;
	}

/* End Typography & Colors */



/* Begin Structure */


.post {
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.post {
	margin: 0;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

.clearleft {clear:left;}

#footer {
	padding: 0;
	margin: 40px auto;
	width: 900px;
	clear: both;
    text-align:center;
        /*border-top: 1px dotted #333;*/
	}

#footer p {
	margin: 0;
	padding: 20px 0 0 0;
	}

#footer ul {
	list-style: none;
	}

#footer li {
	float: left;
    margin-right: 10px;
	}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	padding: 0 0 0 10px;
	list-style: none;
	text-indent: 0px;
	}

html>body .entry li {
	margin: 7px 0 0 10px;
	}

/*
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/
	
.entry ul li {
        list-style:square;
        list-style-position:outside;
        margin: 0 0 0 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 150px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

/*select {
	width: 130px;
	}*/
	
#content .select {width: 250px!important;}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 15px 10px;
	padding-left: 20px;
	color: #777;
	font-size:1.2em;
	line-height:1.2em;
	font-style: italic;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
        display:none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.navigationafter {
	clear:both;
	}
	
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#tagcloud {
	margin-top: 25px;
	text-transform: lowercase;
}

#tagcloud ul {margin: 0 25px 0 25px;}

#tagcloud a {margin-right: 8px;}

#tagcloud a:hover {color: #78306f!important; text-decoration:none!important;}

#linkespalte {width: 300px; float: left;}
#linkespalte h3, #rechtespalte h3 {margin-top:-15px!important; font-size:1.2em;}
#rechtespalte {float: left; margin-left: 25px; width: 300px;}

#linkespalte ul, #rechtespalte ul {padding: 30px 0 0 0; margin: 0; list-style-type:none; height: 200px; border-top: 1px solid #b06fa9;}

/* End captions */

#newsroom h2 a {color: #000!important;}

#newsroomleft ul, #newsroomright ul {margin:0!important;padding:0!important;}
#newsroomleft ul li, #newsroomright ul li {line-height:1.2em;list-style:none;}
#smart-archives-list ul{margin:0 0 12px 0!important;padding:0!important;}
#smart-archives-list ul li{margin:8px 0 0 0!important;padding:0!important;}

ul#smart-archives-block {margin:10px 0 25px 0!important;}

#smart-archives-list h2 {font-size: 1em;color:#000!important;}

.multimedia {float:left;margin-top:0;margin-right: 6px;border:none!important;}
.h2rss {float:left;margin: -2px 4px 0 -4px;}

h2 img, h2 img a {border:none!important;}

#newsroomleft {float: left; width: 310px; font-size:0.9em!important;margin-right: 10px;}
#newsroomright {float: left; width: 300px; font-size: 0.9em!important;border-left: 1px dotted #000;padding-left: 12px;}
#newsroomleft h2, #newsroomright h2, #flickrstream h2 {margin-top:0; padding-top:0;text-transform:none!important; font-size:1.5em; color: #000;}

#flickrstream {font-size:0.9em;}
.flickrgallery {font-size:0.9em!important;}

#blogexcerpt {
	}
		
#blogexcerpt h2 {
	line-height:1.4em!important;
	font-size:1.3em;
	}
	
#blogexcerpt .text {
	float:left;
	width: 460px;
	}
	
#blogexcerpt .date {
	font-size:0.8em;
	margin-top:15px;
	color: #777;
	}
	
#blogexcerpt .date a {
	color: #777!important;
	}
	
#leistungen {
        width: 900px;
        margin: 40px 0 0 0;
        padding: 0;
		}
		
#leistungen h2 {
	font-size: 14px;
	padding: 12px;
	line-height: 1.3em!important;
	letter-spacing: 0.07em;
}

#leistungen ul {
        text-align: left;
        list-style: none;
        margin-left: -40px;
	}

#leistungen ul li {
        float:left;
        padding: 0;
        margin: 0 18px 10px 0;
		background: #f3f3f3;
		box-shadow: 4px 4px 6px #aaa;
		width: 211px;
		height: 125px;
		border-top: 2px solid #b06fa9;
		border-bottom: 2px solid #b06fa9;
	}
	
#leistungen ul li:hover {
	background: #f9f9f9;
	
	}
	


#leistungen .last {
        margin-right: 0!important;
        padding: 0!important;
        border-right: none!important;
        margin: 0 -40px 0 2px!important;
	}
	   
/*Menü Seite Leistungen */

#leistungenmenu {
        margin: 0 0 40px 0;
        padding: 0;
		text-transform: uppercase;
		letter-spacing: 0.07em;
		font-size: .9em;
		}
		
#leistungenmenu ul, #leistungen ul li {
	list-style-type: none;
}

#leistungenmenu ul {
	margin: 0;
	padding: 0;
}

#leistungenmenu ul li {
	float: left; 
	width: 120px;
	margin-right: 16px;
	padding: 12px;
	box-shadow: 4px 4px 6px #aaa;
	height: 120px;
	background: #f3f3f3;
	border-top: 2px solid #b06fa9;
	border-bottom: 2px solid #b06fa9;}
	
#leistungenmenu ul li:hover, #leistungenmenu ul li.current-menu-item, #leistungenmenu ul li.current_page_item {
	background: #b06fa9!important;
	color: #fff!important;
}

#leistungenmenu ul li.current_page_item a, #leistungenmenu a:hover {
	color: #fff!important;
		text-decoration: none!important;
	
}

#leistungenmenu ul li {
	background: none!important;}

#leistungenmenu ul li:hover a {
	background: transparent!important;
	border: none!important;
	color: #fff!important;
}
	

#margin-item-5225 {
	margin-right: 0!important;
}
		
	   
.flickr-collection-title {
	font-size: 1.4em;
	font-family: 'Century Gothic', Tahoma, Arial;
	}
	
.flickr-collection-description {
	font-family: Tahoma, Arial;
	font-color: #333;
	font-size: 0.9em;
	}
	
.ui-widget-header {
background:#b06fa9!important;
border:1px solid #78306f!important;
}

.ui-widget-content {
border:1px solid #78306f;
}

#contentfb {width:666px;}
	
a.lipdf {
    padding: 12px 0 0 50px;
	margin-top: 20px;
	background: #fff url('./images/pdf.jpg') top left no-repeat;
	font-weight: bold!important;
	display: block;
	height: 45px;}
	
a.liflickr {
    padding: 12px 0 0 50px;
	margin-top: 0;
	background: #fff url('./images/flickr.png') top left no-repeat;
	font-weight: bold!important;
	display: block;
	height: 45px;}

.fblikebox {float: right; margin: 0 0 8px 18px; width: 90px;}	

#fbfanboxheader {margin: 0; height: 90px;overflow:visible!important; text-align: center;}

#presscat ul, #presscat ul li {
	list-style:none;
	padding: 0;
	margin: 0;
}

#presscat {margin: -20px 0 55px 0;}

#presscat ul li {
	float: left;
	margin-right: 25px;}
	
/* NEUE STARTSEITE */

#startseite ul, #startseite ul li {
	list-style: none;}
	
#startseite ul {
	padding: 0;
	margin: 0;
	
}

#startseite ul li {
	margin: 0 25px 25px 0;
	padding: 12px;
	width: 230px;
	height: 130px;
	border: 1px solid #ccc;
	float: left;
	box-shadow: 4px 4px 8px #ccc;
}

#startseite ul li.color {
	background: #f9f9f9;}

#startseite ul li.white {
	background: #fff;
}


#startseite h2 {
	font-size: 1.4em;
	line-height: 1.4em!important;
	text-align: center;
	padding-top: 45px;
}

#startseite ul li:hover{
	background: #b06fa9;
	border: 1px solid #78306f;
	color: #fff!important;}
	
#startseite ul li:hover h2, #startseite h2 a:hover, #startseite h2:hover, #startseite ul li:hover a  {
	color:#fff!important;
}
	

	


