@charset "UTF-8";
/* CSS Document */

/* bg */

body {
	background-color: #fff;
	background-image:url(bilder/bg_soft.jpg);
	background-repeat: no-repeat;
	text-align:center;
	background-size:cover;
	border:0px;
	margin:0px;
	border-image:none;
}

/* Lightbox-Galerie */

.lb-thumbs {
	width:100px;
	height:150px;
	overflow:hidden;
	border:0px;
}

.lb-thumbs img {
	width: auto;
	max-height: 100%;
}
.lb-thumbs-q {
	width:100px;
	height:150px;
	overflow:hidden;
	border:0px;
}

.lb-thumbs-q img {
	width: auto;
	max-height: 100%;
	margin-left:-50px;
}

.lb-thumbs-pr {
	width:100px;
	height:150px;
	overflow:hidden;
	border:0px;
}

.lb-thumbs-pr img {
	max-width: 100%;
	height: auto;
}


/* typo */

body,td,th,p,th,ul,il{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #0e3770;
    line-height: 21px;
}
a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
     line-height: 21px;
	color: #7f2c70;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7f2c70;
}
a:hover {
	text-decoration: none;
	color: #007d92;
}
a:active {
	text-decoration: none;
	color: #7f2c70;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #007d92;
}
.headline {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 16px;
color: #007d92;
font-weight: lighter;
line-height:16px;
text-align:left;
}
.subline {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 13px;
color: #007d92;
font-weight: lighter;
line-height:14px;
text-align:left;
}
.headline-vita {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 24px;
color: #007d92;
font-weight: lighter;
line-height:28px;
text-align:left;
}
.subline-vita {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 16px;
color: #007d92;
font-weight: lighter;
line-height:14px;
text-align:left;
}
.radiolink {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 14px;
text-decoration: none;
color: #7f2c70;
font-weight: lighter;
line-height:14px;
text-align:left;
}
.radioadresse {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 14px;
text-decoration: none;
color: #0e3770;
font-weight: lighter;
line-height:18px;
text-align:left;
}
.navi-links {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 14x;
color: #007d92;
font-weight: lighter;
line-height:15px;
text-align:right;
}
.navi-rechts {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 13px;
color: #007d92;
font-weight: lighter;
line-height:14px;
text-align:left;
}
.navi-rechts-head {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 14px;
color: #007d92;
font-weight: bold;
line-height:14px;
text-align:left;
}
.wortmarke {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 56px;
color: #fff;
font-weight: lighter;
text-align:left;
}
.zitat {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 16px;
color: #007d92;
font-weight: lighter;
line-height: 22px;
text-align: left;
}


/* KOPFBEREICH */

/* slideshows */

#bild-links {
	width:159px;
	height:233px;
	top:0px;
	border:0px;
	position:absolute;
	margin:auto;
	background-image:url(bilder/sb_bildani_links.gif);
	background-repeat: no-repeat;
}
#bild-mitte {
	width:221px;
	height:233px;
	top:0px;
	left:159px;
	border:0px;
	position:absolute;
	margin:auto;
	background-image:url(bilder/sb_bildani_mitte.gif);
	background-repeat: no-repeat;
}
#bild-gross {
	width:580px;
	height:350px;
	top:0px;
	left:380px;
	border:0px;
	position:absolute;
	margin:auto;
	background-image:url(bilder/sb_bildani_gross.gif);
	background-repeat: no-repeat;
}

/* wortmarke */

#bg-wortmarke {
	width:380px;
	height:117px;
	top:233px;
	left:0px;
	border:0px;
	position:absolute;
	margin:auto;
	background: #007d92;
}
#wortmarke {
	width:380px;
	height:40px;
	top:16px;
	left:0px;
	border:0px;
	position:absolute;
	margin:auto;
}
#moderieren {
	width:338px;
	height:20px;
	top:76px;
	left:20px;
	border:0px;
	position:absolute;
	margin-top:10px;
}


/* content */

#head-box {
	width:960px;
	height:auto;
	top:0px;
	border:0px;
	position:relative;
	margin:auto;
}
#content {
	width:auto;
	height:auto;
	top:350px;
	border:0px;
	text-align:left;
	position:relative;
	margin:0px;
	background-color: rgba(255,255,255,0.50);
	padding-top:40px;
	padding-left:270px;
	padding-right:30px;

}

/* navigation */

#navigation-rechts{
	width:130px;
	height:255px;
	top:40px;
	left:20px;
	border:0px;
	position:absolute;
	margin:auto;
	text-align:left;
}

/* fusszeile – impressum */

#impressum{
	width:120px;
	height:40px;
	top:50px;
	left:-82px;
	border:0px;
	position:relative;
	margin:auto;
	text-align:left;
}