/* ----------------------------------------------------------*/
/*  css style for maxclip
/*  by karolin grosch
/* ----------------------------------------------------------*/

@charset "utf-8";
/* ----------------------------------------------------------*/
/* ---------------- =standards -------------------------------*/
/* ----------------------------------------------------------*/

* {
	padding:0;
	margin:0;
	border:0;
}
 html[xmlns^="http"] {
 overflow-y:scroll;
}
.clear {
	clear:both;
}
p {
	padding-bottom:10px;
}
html {
	background:#262f3d url(../images/bg-html.jpg) repeat-y;
	height:100%;
}
body {
	background:url(../images/bg-body.jpg) top center no-repeat;
	color:#cfced4;
	font-size:13px;
	font-family:Verdana, Tahoma, Helvetica, sans-serif;
	line-height:18px;
	margin:0px;
	height:100%;
}
/* ----------------------------------------------------------*/
/* ---------------- =links ----------------------------------*/
/* ----------------------------------------------------------*/

a {
	text-decoration:underline;
	color:#fff;
	outline:none;
}
a:hover {
	text-decoration:none;
	color:#cfced4;
}
a.button {
	text-decoration:none;
	color:#fff;
	outline:none;
	background:#cfced4;
	color:#000;
	padding:2px 5px;
	text-transform:uppercase;
	font-size:11px;
}
a.button:hover {
	text-decoration:none;
	color:#333;
	background:#fff;
}
.nohover a:hover {
	background:none !important;
}
/* ----------------------------------------------------------*/
/* ---------------- =container ------------------------------*/
/* ----------------------------------------------------------*/

div#container {
	clear:both;
	margin:0 auto;
	position:relative;
	width:980px;

	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px;
}
/* ----------------------------------------------------------*/
/* ---------------- =header ---------------------------------*/
/* ----------------------------------------------------------*/

div#header {
	background:url(../images/bg-header.jpg) 0 0 no-repeat;
	height:510px;
	margin:0 auto;
	padding:0;
	width:980px;
}
blockquote {
	text-indent:-9999px;
	background:url(../images/bg-claim.gif) no-repeat 0 0;
	height:30px;
	width:480px;
	margin:80px 0 0 449px;
}
/* ----------------------------------------------------------*/
/* ---------------- =branding -------------------------------*/
/* ----------------------------------------------------------*/

h1.branding {
	background:url(../images/branding.png) 0 0 no-repeat;
	height:124px;
	left:0;
	position:absolute;
	top:0;
	width:264px;
}
h1.branding a {
	background:none;
	display:block;
	text-indent:-9999px;
	padding:0;
	height:124px;
	width:264px;
}
h1.branding a:hover {
	background:none;
}
/* ----------------------------------------------------------*/
/* =navi ----------------------------------------------------*/
/* ----------------------------------------------------------*/

ul#navi {
	float:left;
	height:124px;
	width:630px;
	margin:0 0 0 350px;
}
ul#navi li {
	display:inline;
	list-style:none;
	float:left;
}
ul#navi li a {
	background:url(../images/navi.png) 0 0 no-repeat;
	display:block;
	text-indent:-9999px;
	outline:none;
	height:124px;
}
ul#navi li a:hover {
	background:red url(../images/navi.png) 0 0 no-repeat;
}
ul#navi li a.hauptseite1 {
	width:136px;
	background-position:0 0;
}
ul#navi li a.hauptseite1:hover {
	background-position:0 -124px;
}
ul#navi li a.hauptseite2 {
	width:95px;
	background-position:-136px 0;
}
ul#navi li a.hauptseite2:hover {
	background-position:-136px -124px;
}
ul#navi li a.hauptseite3 {
	width:151px;
	background-position:-231px 0;
}
ul#navi li a.hauptseite3:hover {
	background-position:-231px -124px;
}
ul#navi li a.hauptseite4 {
	width:145px;
	background-position:-382px 0;
}
ul#navi li a.hauptseite4:hover {
	background-position:-382px -124px;
}
ul#navi li a.hauptseite5 {
	width:103px;
	background-position:-527px 0;
}
ul#navi li a.hauptseite5:hover {
	background-position:-527px -124px;
}
/* ----------------------------------------------------------*/
/* =navi-add ------------------------------------------------*/
/* ----------------------------------------------------------*/

ul#navi-add {
	height:20px;
	width:483px;
	margin:0 0 0 497px;
	background:url(../images/bg-navi-add.png);
}
ul#navi-add li {
	display:inline;
	list-style:none;
	position:relative;
	float:left;
}
ul#navi-add li a {
	display:block;
	padding:1px 13px 0 13px;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	font-size:12px;
}
ul#navi-add li a:hover {
	color:#000;
	background:#cfced4;
}
/* ----------------------------------------------------------*/
/* ---------------- =headlines -------------------------------*/
/* ----------------------------------------------------------*/
h2 {
	font-size:28px;
	font-weight:normal;
	padding:0;
	color:#e3e3e6;
	text-transform:uppercase;
	padding:0 0 20px 0;
	line-height:30px;
}
.cufon-active h2 {
	font-size:30px;
}
h3 {
	font-size:24px;
	font-weight:normal;
	padding:0;
	color:#e3e3e6;
	text-transform:uppercase;
	padding:0 0 10px 0;
}


/* ----------------------------------------------------------*/
/* ---------------- =content --------------------------------*/
/* ----------------------------------------------------------*/

div#content-container {
	width: 980px;
	height: auto;
}
div#content-sidebar {
	float:left;
	width:340px;
	margin:0 30px 0 0;
	font-size:11px;
}
div#content-sidebar-angebote, div#content-sidebar-filialen {
	background:url(../images/bg-content-main.png);
	padding:30px;
	width:280px;
	margin:0 0 30px 0;
}
div#content-sidebar-angebote .cms-image {
	background:url(../images/bg-cms-image.png) 0 0 no-repeat;
	float:left;
	padding:10px 13px 10px 0;
	margin-top:-5px;
}

div#content-sidebar span {
	width:110px;
	display:block;
	float:left;
}
div#content-sidebar h4 {
	text-transform:uppercase;
	background:#3c3f47;
	display:inline;
	font-weight:normal;
	padding:2px 3px;
	line-height:24px;
	font-size:11px;
}
div#content-main {
	background:url(../images/bg-content-main.png);
	float:left;
	padding:30px;
	width:550px;
	margin:0 0 30px 0;
}

div#content-main .cms-image {
	float:left;
	padding:2px 15px 10px 0;
}

div#content-main .partner-image {
	float:left;
	margin:0 5px 10px 0;
	border:1px solid #1b1d2a;
}

div#content-main .cms-preis {
	clear:both;
	display:block;
	padding:2px 10px;
	font-weight:bold;
	background:#3c3f47;
	color:#cfced4;
}
div#content-main ul li {
	list-style: square;
}
div#content-main ul  {
	margin-bottom:15px;
	padding-left:15px;
}
div#content-main .team  {
	float:left;
	padding:5px 20px 20px 0;
}
.googlemaps {
	border:1px solid #ccc;
}
#player {
	margin:20px 0 0 0;
}

hr {
	color:#1b1d2a;
	background-color:#1b1d2a;
	height:1px;
	margin:7px 0 15px;
}
dl {
	margin-bottom:40px;
}

dl dt {
   clear:both;
   display:block;
   float:left;
   width:285px;
   padding:8px 0 10px 0;

}
dl dd {
padding:8px 0 10px 295px;
   border-bottom:1px dotted #484d60;	

} 
.maxclip {
	border:1px dotted #4B4B4B;
	font-size:9px;
	padding-left:2px!important;
	padding-bottom:1px!important;
	width:158px;
	margin:20px 0;
}
#maxclip {
	background-color:#4B4B4B;
	color:#F2ECDE;
	font-size:9px;
	padding-left:1px!important;
	padding-right:1px!important;
	padding-bottom:1px!important;
}
/* ----------------------------------------------------------*/
/* ---------------- =footer ---------------------------------*/
/* ----------------------------------------------------------*/

div#footer {
	background:url(../images/bg-footer.jpg);
	clear:both;
	padding:0;
	margin:0;
	height:20px;
	width:100%;
}

.push {
	height:20px;
}
/* ----------------------------------------------------------*/
/* done & sayonara ^^
/* ----------------------------------------------------------*/

