/* @override http://dev.der-fahrradparker.de/_css/layout.css */

@import url("reset.css");


body{
	font: 95%/150% Calibri, Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	background: #1c1d21;
	color: #FFF;
	text-align: left;
	top: 0; left: 0;
}
a{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}
a:hover{
	color: #00A8F6;
}
h2 a,
#leftpan a,
.teaser a{
	border: none;
}
h1{
	color: #00A8F6;
	font-size: 2.4em;
	font-weight: normal;
	line-height: 110%;
	margin: 0.5em 0 0em 0;
}
h2{
	color: #00A8F6;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0em 0 0 0;
}
h3{
	color: #ababab;
	font-size: 1.3em;
	margin: 0em 0 1.3em 0;
	line-height: 110%;
	font-weight: normal;
}
h4{
	color: #333333;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0.4em 0 0.2em 0;
}
p {
	margin: 0.2em 0 0.9em 0;
}
.highlight{
	color: #00A8F6;
}
#wrapper {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: 0; left: 0;
}
#header{
	height: 110px;
}

#logo{
	position: absolute;
	left: 35px;
	top: 35px;
	width: 310px;
	height: 60px;
	background: url('../_gfx/die-muelltonne.gif') no-repeat left top;
	text-indent: -9999px;
	margin: 0;
}

/* @group Menu */
#mainmenu{
	position: absolute;
	top: 85px; left: 470px;		
}
#menu{
	font-size: 0.9em;
	font-weight: normal;
	text-transform: uppercase;
}
#menu li{
	padding: 0; margin: 0;
	margin-right: 18px;
	float: left;
}
#menu li a{
	padding: 0;
	margin: 0;
	display: block;
	line-height:  100%;
	text-decoration: none;
	color:  #FFF;
	border: none;
}
#menu li a:hover{
	color: #00A8F6;
}
#menu li.active a{
	color: #00A8F6;
}
/* @end */



#content{
	height: 520px;
	margin: 0;
	padding: 50px 10px;
	position: relative;
	top: 0; left: 0;
	background: url('../_gfx/bg_content.jpg') no-repeat left top;	
}
#leftpan{
	float: left;
	width: 420px;
	padding-top: 20px;
}
#leftpan .info{
	margin-left: 30px;
}
#rightpan h1{
	margin-top: 0;
}
#leftpan h2 a{
	color: #00A8F6;
}
#rightpan{
	float: right;

	width: 430px;
	padding-top: 40px;
	padding-right: 30px;
}

#rightpan .top{
	height: 280px;
	position: relative;
	left: 0; top: 0;
}

#rightpan .bottom{
	padding-right: 10px;
	padding-top: 20px;
}
#footer{
}
#footer .linktorasti a{
	background: url(../_gfx/rasti_logo.gif) no-repeat;
	text-indent: -9999px;
	width: 46px;
	height: 25px;
	float: right;
	margin: 10px 30px 10px 10px;
	border: none;
}

.col_left {
	float: left;
}
.col_right {
	float: right;
}

.clear {
	float: none;
	clear: both;
}
.large{
	font-size: 1.1em;
}
.small{
	font-size: 0.9em;
	line-height: 125%;
}

.hidden{
	display: none;
}

.icons{
	float: right;
	margin-top: 35px;
}
.icons .icon{
	display: block;
	float: left;
	padding-left: 10px;
	padding-bottom: 10px;
}


/* @group modelle */

#slider_wrapper.modelle{

	width: 920px;
}

#slider {
	position:relative;
	overflow:hidden;
	width: 860px;
	height: 510px;
}
.modelle #slider {
	position:relative;
	overflow:hidden;
	width: 920px;
	height: 460px;
}



#slider #items {
	width:20000em;
	position:absolute;
	clear:both;
}

#rightpan .icons {
	margin-top: 0;
}


#slider #leftpan{
	margin-left: 0;
}

.default #leftpan,
.default #rightpan{
	padding-top: 0;
	width: 400px !important;
}


.item {
	float:left;
	width:920px;
	height:460px;
}

.default .item{
	width:860px;	
	padding-right: 30px;
	padding-left: 30px;
}

#submenu{
	clear: both;
	padding-top: 15px;
	margin-left: 30px;
}
#submenu li{
	float: left;
	margin-right: 15px;
	text-indent: -9999px; 
	cursor: pointer;
	line-height: 1px;
}

#submenu li span{
	display: block;
	width: 200px;
	height: 70px;
}

#submenu li.estena span{
	background: url('../_gfx/bt_estena_50.png') no-repeat;	
}
#submenu li.riaza span{
	background: url('../_gfx/bt_riaza_50.png') no-repeat;	
}
#submenu li.magro span{
	background: url('../_gfx/bt_magro_50.png') no-repeat;	
}
#submenu li.mulatos span{
	background: url('../_gfx/bt_mulatos_50.png') no-repeat;	
}

#submenu li.active.estena span{
	background: url('../_gfx/bt_estena.png') no-repeat;	
}
#submenu li.active.riaza span{
	background: url('../_gfx/bt_riaza.png') no-repeat;	
}
#submenu li.active.magro span{
	background: url('../_gfx/bt_magro.png') no-repeat;	
}
#submenu li.active.mulatos span{
	background: url('../_gfx/bt_mulatos.png') no-repeat;	
}

/* @end */
.modellteaser{
	position: relative;
	top: 0; left: 0;
	width: 430px;
}
.modellteaser .teaser{
	width: 136px;
	float: left;
	margin-right: 11px;
}
.modellteaser h2{
	color: #FFF;
}

.muelltonne-teaser{
	position: absolute;
	bottom: 0; left: 0;
	width: 430px;	
}
.muelltonne-img{
	width: 136px;
	float: left;
	margin-right: 11px;
}
.muelltonne-img a{
	border: none;
}

/* @group contact */

.contact {

}
.contact input, .contact textarea{
	display: block;
	border: 1px solid #dddddd;
	padding: 3px;
	margin: 0;
	margin-bottom: 5px;
	width: 260px;
	border: 1px solid #707477;
	background-color: #33353c;
	color: #FFF;
}
.contact input.senden{
	margin-left: 80px;
	width: 150px;
	background-color: #1b1c20;
	color: #FFF;
	text-align: left;
	padding-left: 10px;
	font-weight: bold;
	line-height: 20px;
	border: 1px solid #707477;
}
.contact label{
	float: left;
	width: 80px;
	height: 16px;
	padding: 3px 0;
	color: #FFF;
	font-size: 0.9em;
}
.plz {
	width: 50px !important;
}
.ort {
	width: 100px !important;
}
#content .contact .textfieldRequiredMsg,
#content .contact .textareaRequiredMsg,
#content .contact .textfieldInvalidFormatMsg{
	display: none !important;
	margin: 0;
	position: relative;
}

.textfieldRequiredState input,
.textareaRequiredState textarea{
	border-color: #df3f09;
}
/* @end */

#tip {
	display:none;
	background: #1c1d21 url(../_gfx/black_gradient.gif) repeat-x left center;
	margin-bottom: 3px;
	padding: 5px 10px;
	color:#fff;	
	font-size: 0.9em;
	line-height: 100%;
}

/* @group dotednav */

#dotednav {
	margin: 0 auto;
	height:20px;
	text-align: center;
}


/* items inside navigator */
#dotednav a {
	width:8px;
	height:8px;
	padding: 0 5px;
	margin: 1px;
	background:url(../_gfx/navigator.png) 0 0 no-repeat;
	display:inline-table;
	font-size:1px;
	border: none;
	cursor: pointer;
}

/* mouseover state */
#dotednav a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
#dotednav a.active {
	background-position:0 -16px;     
}

/* @end */

/* @group navbuttons */

a.browse {
	position: absolute;
	top: 550px;
	background: url(../_gfx/hori_large.png) no-repeat right center;
	display:block;
	width:30px;
	height:30px;
	float:left;
	cursor:pointer;
	line-height: 30px;
	border: none;
}
a.right { 
	
	right: 40px; 
	background-position: 50px -30px; 
	clear:right; 
	padding-right: 50px;
}
a.left {
	left: 40px; 
	padding-left: 40px;
	background-position: 0 0; 
} 
a.disabled {
	visibility:hidden !important;		
}

/* @end */ 	

#leftpan ul,
#rightpan ul{
	margin: 0.8emem 0;
	font-size: 0.9em;
	line-height: 125%;
}
#leftpan ul li,
#rightpan ul li{
		
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(../_gfx/ul-dot.png) no-repeat left 4px;
}

.contenttable{

}
.contenttable td{
	font-size: 0.85em;
	padding: 3px 10px 3px 0;
	line-height: 120%;
	border-bottom: 1px solid #AAA;
}
.contenttable th{
	color: #00A8F6;
	border-bottom: 1px solid #00A8F6;
	font-weight: bold;
}

.pp_pic_holder{
	color: #555;
}
.pp_pic_holder a{
	border: none;
}
.gallerybutton{
	width: 60px;
	height: 40px;
	float: left;
	border: none;
	display: block;
}
#content .download{
	display: block;
	float: left;
	padding: 5px 10px;
	background: #1c1d21 url(../_gfx/black_gradient.gif) repeat-x left center;
}
#content .pdf{
	display: block;
	float: left;
	padding-left: 25px;
	background: transparent url(../_gfx/pdf.png) no-repeat left center;
}


/* Show-Slider */

div#show {
	position: absolute;
	right: 5px;
	z-index: 9999;
}

#showtable {
	background: #ececec;
	height: 405px;
	margin-right: 5px;
	width: 920px;
	display: none;
}

.rasti-slide {
	display: block;
	border: none !important;
	width: 170px;
	height: 65px;
	background: url("../_gfx/slider.png") no-repeat;
	margin-left: 755px;
}

.gb-slide:hover {
	background: #ff0;
}

#show-header {
	height: 75px;
	padding-top: 20px;
	color:  #202020;
}

#show-content a {
border: none;
}

#show-content img {
	margin-left: 15px;
	margin-bottom: 15px;
}

#show-link {
	background: url("../_gfx/show-arrow.png") no-repeat;
	width: 324px;
	height: 34px;
	display: block;
	border: none;
	float: left;
}

#show-headline {
	float: left;	
	margin-top: -10px;
	margin-left: 230px;
	color:  #707070;
}