
/*
=normalising
***********************************************/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}

ol, ul {
	list-style: none;
	}

table {
	border-spacing: 0;
	}

fieldset, img {
	border: 0;
	}
	
caption, th {
	text-align: left;
	}		
	
.left {
	float: left;
	}
.right {
	float: right;
	}
	
a {
	outline: none;
	cursor: pointer;
	color: black;
	text-decoration: none;
}	

a:hover {
	text-decoration: underline;
}
	
.clearer {
	clear: both;
	height: 0%;
	_height: auto;
	}
	
.last {
	background: none !IMPORTANT;
	border: 0 !IMPORTANT;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}



/*
=basic layout
***********************************************/


body {
	background: url(../images/body_bg.jpg) repeat-x white top;
	font: 77%/1.4em Arial, Helvetica, sans-serif;
	height:100%;
	color: black;
}


#site_container {
	width: 978px;
	margin: 80px auto 0 auto;

}

#main {
	padding: 0 18px 18px 18px;
	background: url(../images/main_bg.png) no-repeat bottom;
	min-height: 100px;
}

#main .col_left {
	float: left;
	width: 630px;
	position: relative;
}

#main .col_right {
	float: right;
	width: 294px;
	position: relative;
	padding-top: 200px;
}


/*
=nav meta
***********************************************/


.nav_meta {
	color: purple;
	background: url(../images/meta_bg.png) no-repeat;
	height: 35px;
	color: white;
	padding-top: 15px;
	
	z-index: 100;
}

.nav_meta ul {
	width: 323px;
	text-align: right;
}

.nav_meta ul li {
	display: inline;
}

.nav_meta a {
	color: white;
	text-decoration: none;
}

.nav_meta a:hover {
	text-decoration: underline;
}

.nav_meta h2 {
	background: url(../images/everyones_a_bringe.png) no-repeat center left;
	height: 20px;
	text-indent: -10000px;
	width: 287px;
	float: right;
}

.bringer_praemie_button {
	position: absolute;
	top: -25px;
	left: -25px;
	z-index: 100;
}


/*
=content main
***********************************************/

.content_main {
	background: url(../images/content_main_bg_stretch.gif) repeat-y;
	position: relative;
	margin: 19px 0 27px 0;
}

.content_main .bg_top {
	width: 100%;
	height: 19px;
	position: absolute;
	top: -19px;
	left: 0;
	background: url(../images/content_main_bg_top.png);
}

.content_main .bg_bottom {
	width: 100%;
	height: 27px;
	position: absolute;
	bottom: -27px;
	left: 0;
	background: url(../images/content_main_bg_bottom.png);
}
	
	
.content_main .container {
	min-height: 382px;
	padding: 20px 30px 0px 30px;	
}

.content_main .container_teaser {
	min-height: 357px;
	padding: 10px 30px 0px 30px;
}

.content_main .blue {
	background: url(../images/content_main_bg_blue.jpg) no-repeat top;
}

.content_main .blue_stars {
	background: url(../images/content_main_bg_blue_stars.jpg) no-repeat top;
}

.content_main .green_stripes {
	background: url(../images/content_main_bg_green_stripes.jpg) no-repeat top;
}

.content_main .yellow_squares {
	background: url(../images/content_main_bg_yellow_squares.jpg) no-repeat top;
}

.content_main .orange_circles {
	background: url(../images/content_main_bg_orange_circles.jpg) no-repeat top;
}

.content_main .purple_pattern {
	background: url(../images/content_main_bg_purple_pattern.jpg) no-repeat top;
}

.content_main .brown_stripes {
	background: url(../images/content_main_bg_brown_stripes.jpg) no-repeat top;
}

.content_main .green_stripes_horizontal {
	background: url(../images/content_main_bg_green_stripes_horizontal.jpg) no-repeat top;
}

.content_main .blue_flowers {
	BACKGROUND: url(../images/content_main_bg_blue_flowers.jpg) no-repeat top;
}

.disclist {
	list-style-type: disc;
	margin-bottom: 10px;
}

.nav_content li {
	height: 17px;
	width: 22px;
	float: left;
	text-indent: -10000px;
}

.nav_content li.prev a {
	background: url(../images/nav_content_prev.png) no-repeat top left;
	display: block;
	height: 100%;
}
.nav_content li.prev a:hover {
	background: url(../images/nav_content_prev.png) no-repeat bottom left;
}

.nav_content li.next a {
	background: url(../images/nav_content_next.png) no-repeat top left;
	display: block;
	height: 100%;
}
.nav_content li.next a:hover {
	background: url(../images/nav_content_next.png) no-repeat bottom left;
}

.unternehmer_bringen {
	width: 193px;
	background: url(../images/content_images/unternehmer_muessens_bringen.png) no-repeat top;
	min-height: 70px;
	padding: 260px 10px 10px 10px;
	font-size: 120%;
	line-height: 1.3em;
	margin: 0 0 0 10px;
}


.content_right {
	float: right;
	width: 260px;
	font-size: 120%;
	line-height: 1.3em;
}

.content_right h3 {

	margin-bottom: 10px;
}

.content_right p {
	margin-bottom: 10px;
}

.highlite_blue {
	width: 250px;
	margin-left: -10px;
	background: url(../images/content_blue_gradient.png) no-repeat top left;
	padding: 10px;
}

.highlite_yellow {
	width: 250px;
	margin-left: -10px;
	background: url(../images/content_yellow_gradient.png) no-repeat top left;
	padding: 10px;
}

.highlite_green {
	width: 250px;
	margin-left: -10px;
	background: url(../images/content_green_gradient.png) no-repeat top left;
	padding: 10px;
}

.standard_form {
	font-size: 80%;
	margin-bottom: 10px;
}

.standard_form input {
	background: white;
	border: 1px solid black;
	padding: 3px;	
}

.standard_form label {
	display: block;
}

#lottery, #newsletter {
	border: none; 
	background: none;
	padding: 0;
	margin-right: 5px;
	float: left;
	position: relative;
	top: 3px;
}

.blue_button {
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	background: #33afe0;
	color: white;
	font-size: 80%;
	text-decoration: none;
	-moz-box-shadow: 4px 4px 4px #717578;
	-webkit-box-shadow: 4px 4px 4px #717578;
	display: block;
	padding: 2px 7px 2px 7px;
	float: left;
	border: 1px solid #1a5870;
}

.green_button {
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	background: #8e9634 !IMPORTANT;
	color: white;
	font-size: 100%;
	text-decoration: none;
	-moz-box-shadow: 4px 4px 4px #717578;
	-webkit-box-shadow: 4px 4px 4px #717578;
	display: block;
	padding: 2px 7px 2px 7px;
	float: left;
	border: 1px solid #1a5870;
	cursor: pointer;
	margin-left: 5px;
}


/*
=wooden box
***********************************************/

.wooden_box {
	margin: 58px 0 14px 0;
	min-height: 173px;
	position: relative;
	background: url(../images/wooden_box_bg_stretch.jpg) repeat-y top;
	padding: 0 14px 0 14px;
	width: 602px;
}

.wooden_box .bg_top {
	height: 31px;
	position: absolute;
	top: -14px;
	left: 0;
	width: 100%;
	z-index: -2;
	background: url(../images/wooden_box_bg_top.png);
	width: 630px;
}

.wooden_box .bg_bottom {
	height: 14px;
	position: absolute;
	left: 0;
	bottom: -14px;
	width: 100%;
	background: url(../images/wooden_box_bg_bottom.png);
	width: 630px;
}

.wooden_box .gallery {
	width: 310px;	/* 310 */
	float: left;
	height: 252px;
	margin: 10px 0 0 0;	
	/*padding: 0 10px;*/
	overflow: hidden;
}

.wooden_box .gallery .holder {
	width: 310px;
	height: 200px;
	position: relative;
}




.jcarousel-prev {
	background: url(../images/gallery_arrow_left.png);
	position: absolute;
	bottom: -20px;
	left: 0;
	height: 24px;
	width: 27px;
	cursor: pointer;
}

.jcarousel-prev:hover {
	background: url(../images/gallery_arrow_left.png) bottom;
}

.jcarousel-next {
	background: url(../images/gallery_arrow_right.png);
	position: absolute;
	bottom: -20px;
	left: 28px;
	height: 24px;
	width: 27px;
	cursor: pointer;
}

.jcarousel-next:hover {
	background: url(../images/gallery_arrow_right.png) bottom;
}

.jcarousel-next-disabled {
	cursor: auto;
	background: url(../images/gallery_arrow_right_disabled.png);
}

.jcarousel-next-disabled:hover {
	background: url(../images/gallery_arrow_right_disabled.png) !IMPORTANT;
}

.jcarousel-prev-disabled {
	cursor: auto;
	background: url(../images/gallery_arrow_left_disabled.png);
}

.jcarousel-prev-disabled:hover {
	background: url(../images/gallery_arrow_left_disabled.png) !IMPORTANT;
}




.wooden_box_content {
	background: url(../images/wooden_box_gradient_bg.png) no-repeat bottom;
	min-height: 100px;
}

.wooden_box_content .inner {
	position: relative;
	min-height: 100px;
	z-index: 100;
}

.wooden_box .text {
	width: 258px;
	float: right;
	padding: 10px;
	position: relative;
}

h2.initiative {
	background: url(../images/eine_initiative.png) no-repeat 90px 0;
	height: 54px;
	width: 100%;
	text-indent: -10000px;
	margin-bottom: 15px;
}

.intersport_button {
	position: absolute;
	left: -15px;
	top: -25px;
	z-index: 20;
}



/*
=branding
***********************************************/

h1.logo {
	width: 317px;
	height: 259px;
	top: -73px;
	left: -5px;
	position: absolute;
}

h1.logo a {
	display: block;
	height: 100%;
}


/*
=speech bubble
***********************************************/

.speech_bubble {
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	background: white;
	-moz-box-shadow: 7px 7px 10px #e2001a;
	-webkit-box-shadow: 7px 7px 10px #e2001a;
	padding: 10px;
	width: 200px;
	font-size: 90%;
	margin: 0 0 18px 0;
	line-height: 1.3em;
}

.speech_bubble h3 {
	color: #92278f;
	font-size: 130%;
	display: block;
	padding-bottom: 2px;
	margin-bottom: 4px;
}

.speech_bubble a, .regular_link {
	font-weight: bold;
	text-decoration: none;
	color: #e2001a;
}

.speech_bubble a:hover, .regular_link:hover {
	text-decoration: underline;
}

.person_babbling {
	height: 178px;
	width: 79px;
	background: url(../images/person_babbling.png) no-repeat;
	position: absolute;
	top: -195px;
	right: 0;
	z-index: 10;
}


/*
=nav main
***********************************************/


.nav_main {
	position: relative;
	background: url(../images/nav_main_bg_stretch.jpg);
	margin: 70px 0 26px 0;
}


.nav_main .bg_top {
	width: 100%;
	height: 51px;
	position: absolute;
	top: -51px;
	left: 0;
	background: url(../images/nav_main_bg_top.png);
}

.nav_main .bg_bottom {
	width: 100%;
	height: 26px;
	position: absolute;
	bottom: -26px;
	left: 0;
	background: url(../images/nav_main_bg_bottom.png);
}
	
	
.nav_main .container {
	min-height: 266px;	
	background: url(../images/nav_main_bg_metal.jpg) no-repeat top;
	padding: 10px 30px 0 30px;
}

.nav_main_list li {
	margin: 5px 0;
	position: relative;
}

.bringer_gutschein {
	position: absolute;
	left: 170px;
	top: -25px;
}

.nav_main_list a {
	color: black;
	text-decoration: none;
	display: block;
	font-size: 90%;
	line-height: 1.3em;
}

.nav_main_list strong {
	color: #92278f;
	font-size: 120%;
	display: block;
	padding-bottom: 2px;
	border-bottom: 2px solid #e2001a;
	margin-bottom: 2px;
}

.nav_main_list a:hover strong {
	color: black !IMPORTANT;
}



/*
=footer
***********************************************/

#footer {
	background: url(../images/footer_bg.png) no-repeat top left;
	margin-top: 18px;
	min-height: 100px;
}

.logo_list {
	position: relative;
	text-align: center;
	width: 630px;
	padding: 5px 0;
}

.logo_list li {
	display: inline;
	margin: 0 5px;
}

.logo_list li div {
	position: absolute;
	left: -999em;
	font-size: 80%;
	line-height: 1.4em;
	width: 315px;
	top: 0;
	text-align: left;
	padding: 10px;
	background: white;
}

.logo_list li:hover div, .logo_list li.sfhover div { /* lists nested under hovered list items */
	left: 655px;
}



.logo_list li div strong {
	color: #e2001a;
}

.copyright {
	font-size: 80%;
	padding: 0 0 0 20px;
}

.copyright a {
	
}


/* TEASER */

#teaserbar {
	padding: 18px 0 0 0;
	width: 630px;
}

.teaserbox {
	width: 200px;
	float: left;
}

.teaser_body {
	position: relative;
	background: url(/de/images/teaser_img_bg.png) no-repeat;
	width: 200px;
	height: 135px;
	float: left;
}

.teaser_img {
	background: url(/de/images/teaser_img_holder.png) no-repeat;
	padding: 0 10px 10px 10px;
}

.teaser_head {
	position: absolute;
	width: 200px;
	top: 118px;
	text-align: center;
	font-weight: bold;
	color: #e2001a;
}

/* GALERIE */

#galerie_holder {
	background: url(../images/galerie_img_holder.png) left top no-repeat;
	width: 310px;
	/*left: -10px;*/
	height: 252px;
	z-index: 100;
	padding: 0 10px;
	position: relative;
}	

#galerie_img {
	width: 290px;
	height: 242px;
	z-index: 1;
	position: absolute;
}

.galerie_back {
	position: absolute;
	left: 10px;
	z-index: 4;
	height: 242px;
	width: 40%;
}

.galerie_back a {
	height: 242px;
	width: 90px;
	position: absolute;
	left: 0px;
}

.galerie_back a:hover {
	background: url(../images/galerie_img_back.png) 0% 50% no-repeat;
	cursor: pointer;
}

.galerie_next {
	position: absolute;
	right: 30px;
	z-index: 4;
	height: 242px;
	width: 40%;
}

.galerie_next a {
	height: 242px;
	width: 90px;
	position: absolute;
	right: 0px;
}

.galerie_next a:hover {
	background: url(../images/galerie_img_next.png) 100% 50% no-repeat;
	cursor: pointer;
}
