body {
		width: 100%;
		text-align: left;
		margin: 0;
		padding: 0;
		font: 12pt Arial, Helvetica, sans-serif;
		color: #000;
		background: #fff;
		background-image: none;
	}
	
h1, h2, h3, h4, h5, h6 {
		font-weight: 700;
		margin: .75em 0 .5em;
		text-align: left;
		page-break-after: avoid;
	}

h1 {
		font-size: 24pt;
		text-align: center;
		padding: 0 0 .5em;
		border-bottom: 1px solid #ccc;
	}

p {
		margin: .5em;
		font-stretch: expanded;
	}

h2 {
	font-size: 20pt;
}

h3 { 
	font-size: 18pt; 
} 

h4 { 
	font-size: 16pt; 
} 

h5 {
	font-size: 14pt;
	margin-bottom: 0;
}

h6 {
	font-size: 12pt;
	margin-bottom: 0;
	font-weight: bold;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea, select {
	font-size: 12pt;
}

blockquote {
	background: none;
	border-left: 4px solid #000;
	font-size: 14pt;
	font-style: italic;
	margin-bottom: 20px;
	padding: 10px 20px;
	quotes: none; 
}


#header	img{
	width: 90%;
}

#logo-nav-container {
	display: none;
}

#logo-big-wrapper {
		display: none;

}

#logo-small-wrapper {
	position: relative;
}

#logo {
	margin: 0;
}

#logo a, #logo a:hover {
	color: #000;
}

#logo img {
	vertical-align: middle;
}


nav {
	background-image: url(none);
	background: #fff;
	border: none;
}


#nav-button-main, .nav-mobile, #nav-select  {
	display: none;
}

nav ul.nav-standard {
	margin: 0;
}



nav ul.nav-standard li:first-child {
	background-image: none;
}

nav ul.nav-standard li:hover {
	visibility: inherit;
}





nav ul.nav-standard a {
	padding: 10px 19px 10px 21px;
}

nav  ul a {
	display: block;
}

.nav-arrow-down {
	display: none;
}

.nav-arrow-right {
		display: none;

}

.five columns omega textured-area textured-area-top-right,
.textured-area-content  {
	display: none;
}


.layout-boxed .container .textured-area-top-full-width, .layout-boxed .container .textured-area-middle-full-width, .layout-boxed .container .textured-area-bottom-full-width {
    display: none;
}

body a.palace-button, input[type="submit"], input#searchsubmit {
	font-size: 12px;
	color: #000;
}



.wp-caption p.wp-caption-text, .gallery-caption {
	font-size: 12px;
	color: #000;
}

a {
		color: #000;
}

/* Seitenleisten-Hintergrund ausblenden */
.widget-area-top-container, #widget-area-top-container {
	display: none;
}

/* Verlinkung als Webadresse im Ausdruck anzeigen */
.layout-boxed #main-container a[href]:after {
 content:" <"attr(href)">";
 color:#888;
 background-color:inherit;
 font-style:italic;
 size:80%;
} 

/* Bildbeschreibung mittels Alt-Attribut unter das Bild setzen */
 img[alt]:after {
 content:"\A ("attr(alt)")";
} 