/*----- allgemein ------*/
body {
	background: url(../img/body.gif) repeat top center;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	color: #ce4339;
}

a {
	color: #000000;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

#content_second, #content_feature {
	margin-top: 4.5em;
}

/*----- Artikel ------*/
.entry {
	margin-bottom: 3em;
}

.box .entry:last-child, .box .entry:last-child p:last-child {
	margin-bottom: 0;
}

.entry-meta a {
	color: inherit;
	text-decoration: none;
}

.entry-meta a:hover {
	text-decoration: underline;
}

.entry .quiet {
	margin: 0;
}

.entry .quiet img {
	float: none;
	margin: 0;
	vertical-align: middle;
}

.box .entry .entry-meta {
	float: right;
	margin-bottom: 0;
	margin-left: 1em;
}

.newer {
  text-align: right;
}

/* Aktuelle Veröffentlichungen auf der Neues-Seite  */
.latest_articles .entry {
  margin-bottom: 1.5em;
}

.latest_articles .entry h4 {
  margin-bottom: 0;
}


/*
body#autoren #content_second h3 {
	margin-bottom: 0;
}
*/

body#autoren #content_second .box h3 {
	margin-bottom: 1em;
}

#autoren_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#autoren_list ul li {
	display: inline;
}

#autoren_list ul li a {
	display: block;
	float: left;
	margin-right: 1em;
}


/*----- header ------*/
#header { 
}

#header a {
	text-decoration: none;
	color: #d9d3b9;
}

#header a:hover, body#front li.nav_home a, body#autoren li.nav_autoren a, body#fotografen li.nav_fotografen a, body#kontakt li.nav_kontakt a, body#intern li.nav_intern a, body#veroeffentlichungen li.nav_intern a, body#kontaktliste li.nav_intern a, body#stipendien-preise li.nav_intern a, body#standorte li.nav_standorte a, body#neues li.nav_neues a, body#impressum li.nav_impressum a {
	text-decoration: underline;
	color: #d9d3b9;
	background: transparent;
}

#header h1 { 
	margin: 0;
	width: 200px;
	height: 75px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../img/textsalon.png) no-repeat left top;
}

#header h1 a { 
	margin: 0;
	width: 200px;
	height: 75px;
	display: block;
}

#header h1 a:hover { 
	border-bottom: 0px;
	border-top: 0px;
}

#header ul { 
	font-size: 1.25em; 
	line-height: 2em;
	list-style: none;
	text-align: right;
	margin: 0;
	padding-top: 1.5em;
}

#header ul li { 
	display: inline;
	margin-left: 1em;
}

/*----- Autoren ------*/
div.autor {
	margin-bottom: 1.5em;
	text-align: center;
}

div.autor h3 {
	font-size: 1.2em;
	margin-bottom: 0;
}

#content_feature h3 {
	margin-bottom: 0;
}

#content_feature #portrait img {
	margin-top: 0;
	margin-bottom: 1.5em;
}



/*----- Intern ------*/
span.wer * {
	display: block;
}


/*----- wechselnde Bilder ------*/
#portraits {
	margin: 0;
	list-style: none;
	height: 300px;
	width: 310px;
}

#portraits li {
	display: none;
}
#portraits li:first-child {
	display: block;
}
* html #portraits li { /* IE6*/
	display: block;
}

#portraits img {
	display: block;
	margin: 0;
}


/*----- Standorte ------*/
div#standort_box {
	height: 550px;
	background: transparent url(../img/karte.gif) no-repeat center top;
	position: relative;
}

div > div#standort_box {
	background: transparent url(../img/karte.png) no-repeat center top;
}

div.standort {
	text-shadow: 1px 1px 2px white;
	width: 11em;
	z-index: 1000;
}

div.standort h4 {
	padding-left: 16px;
	background: transparent url(../img/punkt.png) no-repeat left center;
	margin-bottom: 0;
}

div.standort h4 span {
	background: #c8c8c8;
	padding: 1px 3px 0 2px;
}

div#greifswald {
	position: absolute;
	top: 60px;
	left: 395px;
}

div#berlin {
	position: absolute;
	top: 160px;
	left: 415px;
	width: 13em;
}

div#hamburg {
	position: absolute;
	top: 100px;
	left: 270px;
}

div#braunschweig {
	position: absolute;
	top: 180px;
	left: 290px;
}

div#koeln {
	position: absolute;
	top: 260px;
	left: 150px;
}

div#jena {
	position: absolute;
	top: 260px;
	left: 350px;
}

div#osnabrueck {
	position: absolute;
	top: 185px;
	left: 195px;
}
div#osnabrueck ul {
	position: relative;
	left: -2em;
}

div#stuttgart {
	position: absolute;
	top: 395px;
	left: 240px;
}

div#muenchen {
	position: absolute;
	top: 435px;
	left: 360px;
	width: 13em;
}

div#cherasco {
	position: absolute;
	top: 665px;
	left: 180px;
}




/*----- Box mit Schatten ------*/
#content_second.shadow {
	padding-top: 3.333em;
	padding-bottom: 18px;
	background: url(../img/schatten.png) no-repeat bottom right;
}

#content_second .box {
	border: 0.166em solid #ffffff;
	padding: 1em;
	background: url(../img/box.gif) repeat top left;
	margin: 0;
}

#content_second .box h3 {
	border-bottom: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;
	text-align: center;
	line-height: 1.5em;
}

/*----- footer ------*/
#footer { 
	padding: 1.5em 0;
	background: url(../img/footer.gif) repeat top left;
	color: #d9d3b9;
}

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

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

#footer ul { 
	font-size: 1.25em;
	line-height: 1;
	margin: 0;
	list-style: none;
	text-align: right;
}

#footer ul li { 
	margin: 0;
	display: inline;
}


/*----- Fancy Box ------*/

div#fancy_overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #333;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(../img/fancybox/fancy_progress.png) no-repeat;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -12px;
	height: 30px;
	width: 30px;
	background: transparent url(../img/fancybox/fancy_closebox.png) ;
	cursor: pointer;
	z-index: 100;
	display: none;
}

div#fancy_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0; 
	margin: 0;
	z-index: 96;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 92;
}

div#fancy_title {
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 2px;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(../img/fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(../img/fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(../img/fancybox/fancy_title_right.png) repeat-x;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 58px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #444;
	background: #FFF;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 10px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	background-image: url(data:image/gif;base64,AAAA);
	z-index: 100; 
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

a#fancy_left:hover {
	background: transparent url(../img/fancybox/fancy_left.gif) no-repeat 0% 100%;
}

a#fancy_right:hover {
	background: transparent url(../img/fancybox/fancy_right.gif) no-repeat 100% 100%;
}

#fancy_bigIframe, #fancy_freeIframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

div#fancy_bg {
	display: none;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(../img/fancybox/fancy_shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../img/fancybox/fancy_shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(../img/fancybox/fancy_shadow_e.png) repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../img/fancybox/fancy_shadow_se.png) no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(../img/fancybox/fancy_shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../img/fancybox/fancy_shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(../img/fancybox/fancy_shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../img/fancybox/fancy_shadow_nw.png) no-repeat;
}


/* redesign Blatt */
body {
	background: #CDD7B6 url('../img/pattern.png') repeat center top;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, #header {
	font-family: 'Fontin', Georgia, "Times New Roman", Times, serif;
}
.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6, .wf-loading #header {
	visibility: hidden;
}
.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6, .wf-active #header, .wf-inactive h1, .wf-inactive h2, .wf-inactive h3, .wf-inactive h4, .wf-inactive h5, .wf-inactive h6, .wf-inactive #header {
	visibility: visible;
}

#header {
	border-bottom: none;
	background: transparent;
	margin-bottom: 0;
	padding: 0;
	color: #d9d3b9;
	background: #888 url('../img/noise.png') repeat-x left bottom;
}
#header .inner {
	background: url('../img/shadow_header.png') repeat-x left bottom;
}
#header .container {
	padding: 0 0 1.5em 0;
}

#header h1 {
	float: left;
	margin: 0;
	padding: 16px 0 0 0;
	width: auto;
	height: auto;
	line-height: 1;
	text-indent: 0;
	overflow: visible;
	background-image: none;
}

#header h1 a { 
	margin: 0;
	width: auto;
	display: inline;
}
#header h1 a span {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1;
	display: block;
	text-align: right;
}
#header h1 a:hover {
	text-decoration: none;
}

#header a, #footer a {
	text-decoration: none;
	color: #222;
	text-shadow: rgba(255,255,255,0.15) 0 1px 0;
}

#header a:hover, body#front li.nav_home a, body#autoren li.nav_autoren a, body#fotografen li.nav_fotografen a, body#kontakt li.nav_kontakt a, body#intern li.nav_intern a, body#veroeffentlichungen li.nav_intern a, body#kontaktliste li.nav_intern a, body#stipendien-preise li.nav_intern a, body#standorte li.nav_standorte a, body#neues li.nav_neues a, body#impressum li.nav_impressum a,  #footer a:hover {
	text-decoration: none;
	color: #ce4339;
	background: transparent;
}
#header #navigation_main {
	font-size: 16px;
}

#wrapper {
	position: relative;
	z-index: 10;
	margin: 0;
	padding: 4.5em 0;
	border-top: 1px solid #ddd;
}

#content {
	position: relative;
	z-index: 20;
	padding: 4em 3em;
	background: #fff url('../img/paper.jpg') repeat;
	-moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 12px rgba(0,0,0,0.4);
	iecss3-box-shadow: 0px 0px 12px #000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	behavior: url(/ie-css3.htc); /* IE */
}

#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 5em;
	margin-top: 0;
	padding: 0;
	background: rgba(0,0,0,0.2);
}
#footer .container {
	padding: 2em 0;
}

.zemContactForm textarea {
	width: 420px;
}

.zemContactForm input[type=text] {
	width: 200px;
}
