@charset utf-8;

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

body {
	background: #6f0a05 url(/pub/images/structure/bgkachel.gif) repeat 50% 0;
	text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 81.25%;
	line-height: 130%;
}

#wrapper {
	margin: 0 auto;
	width: 860px;
	text-align: left;
	background-color: #fff;
	overflow: hidden;
}

#stage {
	background: #ffebc4 url(/pub/images/structure/stagebg.jpg) repeat-y 100% 0;
	padding-bottom: 1em;
}

#stageNewsletter {
	background: #ffebc4 url(/pub/images/structure/stagebgNL.jpg) repeat-y 100% 0;
	padding-bottom: 1em;
	padding: 0 20px;
}

#sidebarLeft {
	float: left;
	width: 202px;
	min-height: 500px;
}

#sidebarLeftInfo {
	background: url(/pub/images/structure/sidebarleftinfobg.jpg) no-repeat 0 0;
	min-height: 50px;
	padding: 25px 0 0 20px;
}

#content {
	float: left;
	width: 420px;
	margin-left: 20px;
	padding-top: 25px;
}


#sidebarRight {
	float: right;
	width: 200px;
	padding-top: 50px;
	background: url(/pub/images/structure/sidebarrightinfobg.gif) no-repeat 100% 0;
}

#sidebarRight p, #sidebarRight h2 {
	margin: 0.3em 30px 0 10px;
}

#sidebarRight p { font-size: 90%; }


/* Header
************************************************/

#head {
	background: url(/pub/images/structure/headerNeu0210.jpg) no-repeat 0 0;
	padding-top: 45px;
}

#head h1, #head h1 a {
	display: block;
	width: 340px;
	height: 90px;
	float: left;
}

#head h1 a { text-indent: -2000em; }


/* metaNavi
************************************************/
#metaNavi {
	/*margin-right: 10px;*/
}

ul#metaNavi li {
	display: block;
	padding: 5px 10px;
	float: right;
}

ul#metaNavi li a{
	text-decoration: none;
	font-size: 92%;
	color: #FDCA59;
}

ul#metaNavi li a:hover, #metaNavi li a:focus{
	color: #FFF;
}

li.spacer{width: 65px;}

ul#metaNavi li a.de {
	background-image: url(/pub/images/structure/de.png);
	background-position: 90% center;
	background-repeat: no-repeat;
	padding-right: 25px;
}

ul#metaNavi li a.en {
	background-image: url(/pub/images/structure/en.png);
	background-position: 90% center;
	background-repeat: no-repeat;
	padding-right: 25px;
}

/* News 
***************************************************/
#content ul.newsList{
	margin: 0;
}

#content ul.newsList li{
	list-style-type: none;
}

#content ul.newsList h3{
	float: left;
	width: 100%;
}

#content ul.newsList a{
	color: #002F6D;
	text-decoration: none;
}

.newsDate{
	float: left;
	font-style: italic;
	padding: 0 0 10px 0;
	background: none;
	width: 100%;
	color: #D96F2B;
}

#content ul.newsList .news-list-morelink a{
	font-style: italic;
	color: #D96F2B;
}

#content ul.newsList .newsListImage{
	margin-left: 10px;
	margin-right: 0;
	width: 150px;
}

.newsContent .newsTeaser{
	font-weight: bold;
	color: #002F6D;
	padding: 0 0 10px 0;
}

.newsContent .news-single-img{
	margin-top: 0;
}

.newsContent p{
	margin: 0;
}

/* newsletter anmelden
************************************************/
#newsletterForm {
	margin-top: 15px;
}

#newsletterForm input{
	background-color: #F7D2A5;
	border: 1px solid #D96F2B;
	width: 250px;
}

#newsletterForm select#gender{
	background-color: #F7D2A5;
	width: 260px;
}

#newsletterForm .btn,
#tt_address_form .btn{
	background-color: #F7D2A5;
	border: 1px solid #D96F2B;
	padding: 5px 0;
}

#newsletterForm .btn,
#tt_address_form .btn{
	background-color: #F7D2A5;
	border: 1px solid #D96F2B;
	padding: 5px 0;
	float: right;
	margin-right: 30px;
	margin-top: 20px;
	width: 250px;
}

#newsletterForm .btn:hover,
#tt_address_form .btn:hover {
	background-color: #D96F2B;
	color: #fff;
	padding: 5px 0;
}

.errorText {
	color: red;
}

.formular input{
	background-color: #F7D2A5;
	border: 1px solid #D96F2B;
	padding: 5px;
}

.formular .btn:hover{
	background-color: #D96F2B;
	color: #fff;
}

/* Footer
************************************************/

#footer {
	background-color: #002f6d;
	color: #f5f5f5;
	font-size: 85%;
}

#footer p {
	float: left;
	padding: 0.3em 1em;
	width: 620px;
	margin-bottom: 0;
}

#footerNav {
	float: right;
	width: 180px;
	margin-right: 20px;
	background-color: #d96f2b;
}

#footerNav img { vertical-align: middle; }

#footerNav ul {
	list-style: none;
	text-align: right;
	margin: 0.3em 1em;
}

#footerNav ul li {
	margin-left: 0.5em;
	display: inline;
}

#footerNav ul li a {
	color: #f5f5f5;
	text-decoration: none;
}

/* Textausrichtung
************************************************/
p.align-right {
	text-align: right;
}

/* Angebote
************************************************/
#angebote {
	background-color: #d56d33;
	margin-top: 50px;
	margin-left: -20px;
	margin-bottom: 10px;
	padding: 20px;
}

#angebote h2{
	color: #fff;
	font-size: 120%;
}

#angebote ul{
	margin-top: 15px;
	color: #002f6d;
	font-weight: bold;
	
}

#angebote ul li{
	list-style: none outside none;
	margin-bottom: .3em;
	background: url("/pub/images/structure/bullets.jpg") no-repeat scroll 0px 6px transparent;
    padding: 2px 10px 2px 15px;
}

#angebote p{
	color: #fff;
	font-size: 120%;
	font-weight: bold;
}

#angebote a:hover{
	text-decoration: none;
	color: #002f6d;
}
