@charset "utf-8";

@import url(reset.css);


body {
	text-align: center;
	background: url(../images/body_bg.jpg) repeat-x 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F4F4F;
}

/**
* base
*/
#wrapper {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}


.header {
	height: 65px;
	padding-top: 20px;
	width: 100%;
	text-align: center;
    overflow: hidden;
}


.main-navigation {
	height: 23px;
    padding-top: 7px;
    overflow: hidden;
    margin: 0 auto;
    width: 600px !important;
    width: 620px;
}

.main-navigation li,
.main-navigation li a {
	display: block;
    float: left;
	height: 24px;
}

.main-navigation li a {
	color: #c10000;
	display: block;
	float: left;
	height: auto;
	font-size: 13px;
	background: transparent url(../images/navigation_item.gif) no-repeat 9px 10px;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 18px;
	padding-right: 12px;
	margin-right: 5px;
}

.main-navigation li a:hover,
.main-navigation li a.active {
	color: #fff;
	background-color: #bd0000;
}

.teaser {
	padding-top: 13px;	
}

.teaser_coupon {
	float:left;
	margin-left: -20px;
}

.teaser_content {
	background: url(../images/teaser_bg.jpg) no-repeat 0 0;
	float:right;
	margin-right: -14px;
	width: 541px;
	height: 257px;
	padding-left: 10px;
	padding-top: 17px;
}

.teaser_content p {
	color: #fff;
	width: 400px;
	margin-top: 8px;
	
}

.teaser_headline {
	float:right;
	margin-right: 222px;
	margin-top: 10px;
}

.content {
	padding-top: 13px;
}

.content p {
    margin-bottom: 15px;
}

.content h2 {
	font-size: 19px;
	color: #fd7402;
	margin-bottom: 3px;
}

.content_left {
	float:left;
	width: 600px;	 

}

.content_left p{
	width: 550px;	
}

.content_right{
    width:290px;
    float:right;
}

.partner{
	border: 1px solid #cecece;
	width: 277px;
    overflow: hidden;
    margin-bottom: 20px;
}

.partner h2 {
	margin-left: -1px;
	margin-top: -1px;
}
.partner img {
	float: left;
}
/**
* footer
*/

#footer {
	width: 100%;
	height: 55px;
	background: url(../images/footer_bg.jpg) repeat-x left bottom;
	text-align: center;
}


.footer_inner {
	width: 900px;
	text-align: left;
	margin: 0 auto;
}


.footer_inner_left{
	margin-top: 10px;
	float:left;
}

.footer_inner_right{
	padding-top: 13px;
    line-height: 15px;
	padding-left: 20px;
	float:left;
	width: 600px;
	color: #7f7f7f;
}

.footer_disclaimer{
    color: #fff;
	clear: both;
	padding-top: 30px;
}

.footer_disclaimer p{
	text-align:center;

}

.package_wrapper {
    padding-top: 10px;
    margin-bottom: -10px;
}

.package {
    float: left;
    background: url(../images/package_bg.jpg) repeat-y -1px 0;
    margin-right: 15px;
    width: 290px;
    overflow: hidden;
}

.package_footer {
    background: url(../images/package_footer.jpg) no-repeat 0 0;
    width: 100%;
    height: 9px;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
}

.package_content {
    padding: 15px 35px;
}

.package_content li {
    background: url(../images/list_bg.gif) no-repeat 0 7px;
    padding: 1px 0 1px 15px;
    color: #4f4f4f;
}

/* partner list */
.partner_list li {
    float: left;
    display: block;
    margin: 0 12px 12px 0;
}

.partner_list li img {
    display: block;
    float: left;
    border: 1px solid #e6e6e6;
    border-bottom: none;
}

.partner_list .title {
    background: #c6c6c6;
    display: block;
    clear: both;
    width: 138px;
    height: 19px;
    line-height: 19px;
    color: #fff;
    text-align: center;
}

.archiv_list li {
    margin: 0 20px 20px 0;
}

.archiv_list .title {
    width: 170px;
}

