/*

*/

html,
button,
input,
select,
/*textarea {
    color: #3F4040;
}*/

body {
    font-size: 0.94em;
    line-height: 1.6;
    font-family: Trebuchet MS, Trebuchet MS, sans-serif;
    color: #3F3F3F;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
/*    color: #000;*/
    padding: 0.2em 0;
}


/* ==========================================================================
   FRAMEWORK STYLES:
   ========================================================================== */

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box; 
}

.container {
	
	width: 990px;
	max-height: 100%;
	margin: 0 auto;
	z-index: 1;
/*	background-color: green;*/
}



/* ==========================================================================
   HEADER STYLES:
   ========================================================================== */

#topHeader {
	width: 990px;
	height:183px;
	background-image: url(../img/header_bg_autosattlerei_erker.jpg);
	color: #fff;
	font-size: 16px;
	line-height: 140%;
}

#topHeader .navleft {
	margin: 47px 0 0 64px;
	float: left;

}

#topHeader .navright {
	margin: 47px 64px 0 0;
	float: right;
}

#topHeader a {
    color: #fff;
}

#headerImg {
	width: 990px;
	height: 424px !important;
	background-image: url(../img/img_teaser_cabrioverdeck_erker.jpg);
	/*background-color: blue;*/
}

.brand {
	position: absolute;
	width: 300px;
	left: 50%;
	margin-left: -150px;
	background: rgba(255,255,255,1);
	-webkit-box-shadow: inset 6px 32px 102px -31px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 6px 32px 102px -31px rgba(0,0,0,0.75);
	box-shadow: inset 6px 32px 102px -31px rgba(0,0,0,0.75);
}

.brand img.logo {
	position: relative;
	margin: 16px auto;
	display: block;
} 

.headerOverlay {
	width: 600px;
	height: auto;
	padding: 25px 25px;
	background-color:rgba(20,30,70,0.7);
	
/*	font-size: 24px;
	line-height: 120%;
	font-weight: 500;
	color: #fff;*/
	position: relative;
	top: 250px;
	left: 325px;
}

.OverlayText {
	clear: both;
	width: 600px;
	height: auto;
	font-size: 24px;
	line-height: 120%;
	font-weight: 500;
	color: #fff;
}



/* ==========================================================================
   ARTICLES
   ========================================================================== */

.boxContent {
	width: 990px;
	height: auto;
	padding: 40px 64px;
	float: left;
}

.boxWhite {
	background-color: #fff;
}

.boxBlue {
	background-color:#96A2B1;
}

.pics_right {
	margin: 0 0 30px 85px;
	float: right;
}

.pics_left {
	margin: 0 85px 0 0;
	float: left;
}

iframe {
	margin: 0 0 30px 85px;
	float: right;
}

/* ==========================================================================
   HEADLINE & TEXT STYLES
   ========================================================================== */

h1 {
	font-size: 28px;
	line-height: 120%;
	font-weight: 500;
	padding: 0 0 16px 0;
	margin: 0;
}

h2 {
	font-size: 20px;
	line-height: 120%;
	font-weight: 600;
	padding: 4px 0 4px 0;
	margin: 0;
}

h4 {
	font-size: 16px;
	line-height: 120%;
	font-weight: 600;
	padding: 0;
	margin: 0;
}

p {
	font-size: 16
	px;
	
	line-height: 130%;
	margin: 0;
	padding: 4px 0 14px 0;
}

/*em,italic {
	color: #0066CC;
	font-weight: bold;
	font-style: normal;
}
*/


ul  {
	margin: 10px 0;
	padding: 0px 0 0px 20px;
	list-style-type: square;
}

li {
	margin-bottom: 13px;
}

a:link {
	color: #3F3F3F;
}

a:hover {
	color: #1E2650
}

.boxContent a:link {
	color: #1E2650;
	font-weight: bold;
	background-image: url('../img/icon_alink.png');
	background-repeat: no-repeat;
	padding-left: 12px;
}


/* ==========================================================================
   FOOTER
   ========================================================================== */

#Footer {
	width: 990px;
	height: 140px;
	padding: 17px 64px;
	float: left;
}

#Footer .footerText {
	float: left;
	margin:  0 0 0 34px;
	font-size: 13px;
	line-height: 150%;
	font-weight: 500;
}

#Footer img {
	float: left;
	width: 214px;
}




/* ==========================================================================
   GRADIENTS, SHADOWS, CORNERS
   ========================================================================== */

.innershadow {
   -moz-box-shadow:    inset 0 0 7px #3E4C57;
   -webkit-box-shadow: inset 0 0 7px #3E4C57;
   box-shadow:         inset 0 0 7px #3E4C57;
   /*border: 1px solid #F5F6F7;*/

}

.outershadow {
   -moz-box-shadow:    0 0 5px #999999;
   -webkit-box-shadow: 0 0 5px #999999;
   box-shadow:         0 0 5px #999999;
}



/* ==========================================================================
   FOOTER STYLES
   ========================================================================== */



.footer {
	width: 970px;
	height: 36px;
	margin-top: 12px;
}

.footer p {
	margin: 0;
	padding: 0;
	
	font-family: Arial, sans-serif;
	color: #3E4C57;
	font-size: 13px;
	font-weight: normal;
	line-height: 13px;
	padding-top: 10px;
}

.footer img {
	margin-right: 12px;
}

.footer a {
	color: #3E4C57;
	text-decoration: none;
}



#gsti {
	float: left;
	width: 189px;
	height: 15px;
	z-index: 20;
	margin-top: 10px;
	margin-right: 5px;
	
}

#gsti.black {
	background-image: url('../img/gsti_black.png');
	background-repeat: no-repeat;
}

#gsti.white {
	background-image: url('../img/gsti_white.png');
	background-repeat: no-repeat;
}


.footer_left {
	float: left;
	
	height: 36px;
	width: 194px;
	padding-left: 5px;
	
}

.footer_left img {
	margin: 0;
	padding: 0;
	margin-right: 8px;
}

.footer_middle {
	float: left;
	height: 36px;
	width: 582px;
	text-align: center;
	
	
}






/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

 
/*    IE8 HACKS DP  */
.boxWhite {
    border /*\**/: 1px solid #2d3b4a\9;
}

.headerOverlay {
    background-color /*\**/: #2d3b4a\9;
}

.boxContent {
	width /*\**/: 862px\9;
	padding /*\**/: : 40px 64px\9;
}

#Footer {
	border /*\**/: 1px solid #2d3b4a\9;
	width /*\**/: 862px\9;

}

#Footer .footerText {
	margin /*\**/:  0 0 0 34px\9;
}

.pics_right {
	margin /*\**/: 0 0 30px 35px\9;
	/*float: right;*/
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}






