@charset "utf-8";
/**************** CSS FILE */


/**************** Tags */
html, body, div, h1, h2, h3, span, table, td, p, tr, form, a, img, ul, ol {
	margin: 0;
	padding: 0;
	border: 0;
	color: #0C395F;
	text-decoration: none;
	font: 13px Georgia, "Times New Roman", Times, serif;
	outline:none;
}
body {
	background: #C5C5CA url(img/body_bg.png);
}
html {
	overflow-x: auto;
	overflow-y: scroll;
}
html, body {
}
p {
	padding: 1em 0;
}
/**************** Construct */

#page {
	position: absolute;
	z-index:2;
	left:50%;
	top:50px;
	margin-left:-477.5px;
	width: 955px;
	padding-bottom: 20px;
	/*min-height: 100%;*/
	height:auto !important;/*height:100%;*/
}
* html #content {
}
#content_wrapper {
	position:relative;
	width:955px;
	top:311px;
	background:url(img/cwrapper_bg.png) no-repeat left bottom;
	padding-bottom:78px;
}
#content {
	padding:0px 20px 10px 20px;
	background:#FCF9F9;
}
#content .entry {
	float:left;
	width:717px;
	font-size:13px;
}
#sidebar {
	position:relative;
	padding-top:30px;
	float:right;
	width:158px;
	background: #FCF9F9;
}
#footer {
	margin-top:311px;
	clear:both;
	text-align:center;
	color:#84A4C1;
	line-height:30px;
	padding-top:5px;
	font-size:12px;
}
#footer ul li {
	list-style:none;
	display:inline;
	background:url(img/vline1.gif) no-repeat right center;
	padding: 0 5px 0 0;
	text-align:left;
}
#footer ul li.ie-list-last {
	background:none;
}
/**************** HEADER */
#header {
	position:absolute;
	width:955px;
	height:305px;
	background: url(img/page_bg.png) no-repeat;
}
#header .lang ul li {
	float:left;
	list-style:none;
}
#header .lang span {
	color:#133E65;
	font-size:10px;
	margin-left:5px;
}
#header #logo {
	position: absolute;
	left:26px;
	top:-35px;
	text-align:center;
}
#header #logo .logo {
	margin-left:8px;
}
#header .lang {
	position:absolute;
	text-align:right;
	right:20px;
	top:-20px;
	color:#fff;
	font-size:11px;
}
#header .imgcontainer {
	position:absolute;
	left:206px;
	width:548px;
}
#header .shadowleft {
	position:absolute;
	left:206px;
	width:20px;
}
#header .shadowright {
	position:absolute;
	left:733px;
	width:20px;
}
#header .imgcontainer .navigation {
	display:none;
}
/**************** NAV */
#nav {
	position:absolute;
	width:206px;
	bottom:20px;
}
#header ul#nav li {
	list-style:none;
	background:url(img/arrow_1.png) no-repeat 40px 8px;
}
#nav, #nav a, #header .subnav a {
	color:#F0E2E7;
	display:block;
}
#nav a {
	font: 16px Georgia, "Times New Roman", Times, serif;
	padding:5px;
	padding-left: 58px;
}
#header .subnav a {
	padding:5px;
	padding-left: 40px;
}
#header ul.add {
	position:absolute;
	right: 0px;
	width:203px;
	top:30px;
	list-style:none;
	text-align:center;
}
#header ul.subnav {
	position:absolute;
	left: 753px;
	width:203px;
	bottom:20px;
}
#header ul.subnav li {
	background:url(img/arrow_2.png) no-repeat 28px 10px;
	list-style:none;
}
#nav a:hover, #header .subnav a:hover, #nav li.current_page_item a, #nav li.current_page_parent a, #nav li.current_page_ancestor a, #header .subnav li.current a, #header .subnav li.currentparent a, #header .subnav li.current_page_item a {
	background: transparent url(img/navhover.png);
}
/**************** HEADLINES */
#content_wrapper h1 {
	color:#FCF9F9;
	padding:22px;
	padding-top:12px;
	padding-bottom:36px;
	font: italic 25px Georgia, "Times New Roman", Times, serif;
	background:url(img/h1_bg.png) no-repeat;
}
#sidebar h2 {
	background:none;
	font: italic 17px Georgia, "Times New Roman", Times, serif;
	color:#0C395F;
	padding:0;
	padding-bottom:15px;
}
#content .entry h1, #content .entry h2 {
	background:none;
	color:#0C395F;	
	font: italic 17px Georgia, "Times New Roman", Times, serif;
	padding:0;
}
/**************** CONTENT */

#content p, #content div {
	line-height:22px;
	color:#0C395F;
}
#content .entry p, #content .entry div {
	font-size:14px !important;
}
#content .entry {
	padding-top:10px;
}
.postmetadata {
	margin:20px 0;
}
#content .alignright {
	float:right;
	margin-left:10px;
}
#content .alignleft {
	float:left;
	margin-right:10px;
}
#content .aligncenter {
	margin:auto auto;
	display:block;
}
#content div.entry img {
	border:1px solid #C2D6EC;
	padding:6px;	
	background:#E6E7EB;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#content div.entry .callbackSlideShow {
	margin-top:15px;
}
#content div.entry .callbackSlideShow img {
	border: none;
	padding: 0;	
	background: none;
}
#content .entry ul li {
	margin-left:40px;
	margin-bottom:10px;
}
#content .callbackSlideShow ul li {
	margin:0;
}
#content .callbackSlideShow ul li img {
	margin:0;
}
#content .callbackSlideShow {
	margin:0 10px;
	padding:6px;
	border:1px solid #C2D6EC;		
	background:#E6E7EB;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#header li.page-item-192, #header li.page-item-191, #header li.page-item-190 {
	display:none !important;
	background:none !important;
}
#content blockquote {
	background:url(img/quote.png) no-repeat;
	padding-left:43px;
	padding-top:0;
	margin-left:10px;
	margin-bottom:0;
	padding-bottom:10px;
}
#content blockquote p, #content blockquote span {
	font: italic 15px Georgia, "Times New Roman", Times, serif;
	color: #84A4C1;	
	padding:0;
	margin:0;
	line-height:25px;
}
#content .no-background {
	background:none !important;
	border:none !important;
}
#content .entry iframe {
	overflow: hidden;
}
/**************** TABLE */
.entry hr {
	clear:both;
	visibility:hidden;
	height:0px;
	margin:0;
	padding:0;
	line-height:0px;
}
.entry table {
	width:310px;
	margin:10px 20px 10px;
	background: #E6E7EB url(img/box1_bg.png) repeat-x left -23px;
	border: 1px solid #E6E7EB  !important;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.entry table th {
	font: italic 17px Georgia, "Times New Roman", Times, serif;
	text-align:left;
	padding:10px;
	border:none !important;	
}
.entry table td {
	padding: 5px 10px;
	vertical-align: bottom;
	min-width:50px;
	border:none !important;
	line-height:22px;
}
/**************** ANGEBOTE */
	.entry div.angebot {
		width:310px;
		margin:-10px 20px 10px;
		float:left;
		max-width:660px;
	}
	.entry div.angebot img {
		position:relativ;
		margin-bottom:-60px;
		margin-right:-30px; 
		float:right;
		background:none !important;
		border:none !important;
		
	}
	.entry  div.angebot table {
		margin:0;
		width:auto;
		min-width:310px;
		max-width:660px;
	}
/**************** NGG */
.ngg-gallery-thumbnail {
	margin: 0px 10px 7px 0px !important;
}
.ngg-galleryoverview {
	padding-left:40px;
}
/**************** WORDTUBE */
.wordtube {
	text-align:center;
}
.entry p object {
	text-align:center;
	margin-left:200px;
}
/**************** SIDEBAR */

#sidebar {
	color:#0C395F;
}
#sidebar ul {
	list-style:none;
	line-height:20px;
}
#sidebar ul li ul {
}
#sidebar ul li p {
	padding:0;
	margin-left:10px;
}
#sidebar .nav a {
	display:block;
	padding-left:15px;
	padding-bottom:10px;
	background:url(img/arrow_3.png) no-repeat 5px 5px;
}
#sidebar li.pagenav {
	padding-bottom:20px;
	margin-bottom:20px;
	background: url(img/line_1.png) no-repeat center bottom;
}
#sidebar .nav ul li ul {
	margin-left:10px;
}
#sidebar .nav h2 {
	display:none;
}
#sidebar .nav li.current_page_parent a, #sidebar .nav li.current_page_parent li.current_page_item a, #sidebar .nav li.current_page_item a, #sidebar .nav li a:hover {
	text-decoration:underline;
}
#sidebar .nav li.current_page_parent li a  {
	text-decoration:none;
}
#sidebar .nav li.current_page_item li a {
	text-decoration:none;
}
#sidebar .nav li a:hover {
	text-decoration:underline !important;
}
#sidebar ul.level1 {
	display:none;
}
#sidebar ul.nav li.current a {
	text-decoration:underline;
}
div#post-24 #sidebar ul.nav {
	display:none;
}
#sidebar .nav li ul.children {
	display:none;
}
#sidebar .nav li.current_page_parent ul.children, #sidebar .nav li.current_page_item ul.children {
	display:block;
}

/**************** Links */
#content .entry a {
	text-decoration:underline;
}
#footer * { color:#84A4C1; font: 12px Georgia, "Times New Roman", Times, serif; }
#sidebar #tsInnerBox * {
	line-height:18px;
}
#sidebar #tsInnerBox a {
	display:inline;
	background:none;
	padding:0;
}
.hotlineurl {
	text-decoration:underline;
	cursor:pointer;
}
/**************** Galerie */
#browsable .items br{
	display:none;
}

/**************** monoslideshow */
.monoslideshow {
	text-align:center;
	margin:auto auto;
	width:640px;	
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow:hidden;
}

/**************** Clearit */
.clearit {
	clear: both;
	margin:0;
	padding:0;
	line-height:0;
	height:0px;
}
* html #hidden {
	display:none;
}
*:first-child+html #hidden {
	display:none;
}
.center {
	text-align:center;
	margin:auto auto;
}


/**************** CForm */

/*Gwinnspiel*/

.page-item-1495 {
	display: none;
}
#usermessage3a.cf_info {
	
}
table.gewinnspiel {
	width:500px;
	margin:20px auto auto;
}

#cforms3form {
}
#li-3-5 {
	width: 450px !important;
	clear:both;
}
#li-3-5 label {
	margin-top:2px;
}
#li-3-5 label, #li-3-5 label span  {
	width: 400px !important;
	clear:both;
	height:60px;
}

