/* ImageContainer */
#imageContainerr {
        height:223px;
	width:910px; 
        position: relative;
        top: 21px;
        left: 21px;
	/* overflow:hidden; */
}
#imageContainer2 {
	width: 280px;
	height: 200px;
	position: relative;
	/* overflow: hidden; */
}
#videoContainer {
        width: 250px;
        height: 210px;
        position: relative;
	left: 30px;
}

.blend img {
opacity: 0;
-moz-opacity: 0;
-khtml-opacity:0;
filter: alpha(opacity=0);
}

#logo_schubert {
        position: absolute;
        background: #FFFFFF;
        width: 310px;
        height: 100px;
        top: 288px;
        left: 613px;
}
#logo_schubert a img{
	border: 0px;
	clear: both;
}
#sidebar h3 {
	padding-bottom: 10px;
}
#sidebar h5 {
	text-align: left;
	padding-left: 20px;
	font-size: 17px;
        color: #C30406;
}
#sidebar .text{
	margin-left: 20px;
}

/* links */
a, a:visited {
        color: #000000;
        background: inherit;
        text-decoration: none;
        font-weight: bold;
	border: 0px;
}
a:hover {
        color: #000000;
        background: inherit;
        text-decoration: underline;
        font-weight: bold;
}

/* headers */
/* h1, h2, h3 {
        font-family: arial, sans-serif;
        font-weight: Bold;
        padding: 10px;
        color: #E50000;
}
h1 {
        font-size: 2.9em;
}
h2 {
        font-size: 2.5em;
        color: #E50000;
}
h3 {
        font-size: 1.6em;
        font-weight: normal;
        padding: 16px 10px 4px 10px;
}
*/

/* Paragraph */
p { padding: 12px 10px; }

/* Lists */
ul, ol {
        margin: 10px 20px;
        padding: 0 20px;
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #000000;
}
dd {
  padding-left: 25px;
}

/* images */
/*img {
        background: #FAFAFA;
   border: 1px solid #E4E4E4;
        padding: 8px;
}*/
img {
	border: 0px;
}
img.float-right {
        margin: 5px 0px 10px 10px;
}
img.float-left {
        margin: 5px 10px 10px 0px;
}

code {
        margin: 5px 0;
        padding: 15px;
        text-align: left;
        display: block;
        overflow: auto;
        font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace;
        /* white-space: pre; */
        border: 1px solid #EEE8E1;
        background: #FAF7F5;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
        margin: 15px 10px;
        padding: 5px 7px 5px 40px;
   font-weight: normal;
        font-size: 17px;
        line-height: 1.6em;
        font-style: italic;
        font-family: Georgia, 'Times New Roman', Times, serif;
        color: #80614D;
        border: 1px solid #EEE8E1;
        background: #FAF7F5 url(quote.gif) no-repeat 15px 15px;
}
/* form elements */
form {
        margin: 20px 10px;
        padding: 15px 15px 15px 15px;
        border: 1px solid #EEE8E1;
        background: #FAF7F5;
}
form p {
        border-bottom: 1px solid #ECE5DD;
        padding: 12px 0 5px 0;  margin: 0;
        color: #9D6D37;
}
label {
        font-weight: bold;
        color: #A7743B;
}
input, select, textarea {
        margin: 5px 0;
        padding: 5px;
        color: #6A6969;
        border-width: 1px;
        border-style: solid;
        border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4;
}
option { padding-right: 0.5em; }

#name, #email, #message, #website{
        width: 455px;
}
input.button {
        font: bold 12px Arial, Sans-serif;
        height: 30px;
        margin: 0;
        padding: 2px 3px;
        color: #fff;
        background: #A6CD56;

        border-width: 1px;
        border-style: solid;
        border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
}
/* postmeta */
.post-footer {
        padding: 8px 10px;
        margin: 15px 50px 10px 10px;
        color: #977C57;
        border: 1px solid #EEE8E1;
        background: #FAF7F5;
}
.post-footer .date{
        margin: 0 10px 0 5px;
        padding: 7px;
        background: #FAF7F5 url(clock.gif) no-repeat 0 2px;
        padding-left: 30px;
}
.post-footer a.comments {
        margin: 0 10px 0 5px;
        padding: 7px 5px;
        background: #FAF7F5 url(comments.gif) no-repeat 0 2px;
        padding-left: 30px;
        color: #977C57;
}
.post-footer a.readmore {
        margin: 0 10px 0 5px;
        padding: 7px 5px;
        background: #FAF7F5 url(doc.gif) no-repeat 0 2px;
        padding-left: 30px;
        color: #977C57;
}
.post-footer a.edit {
        margin: 0 10px 0 5px;
        padding: 7px 5px;
        background: #FAF7F5 url(edit-doc.gif) no-repeat 0 2px;
        padding-left: 30px;
        color: #977C57;
}

.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #A98D76; }
.post-info a, .post-info a:visited { color: #333; }
/* comments list */
ol.commentlist {
        margin: 12px 10px;
        padding: 0;
        border-style: solid;
        border-color: #EEE8E1;
        border-width: 1px 1px 0 1px;
}
.commentlist li {
        margin: 0;
        padding: 10px;
        list-style: none;
        border-bottom: 1px solid #EEE8E1;
}
.commentlist li cite {
        display: block;
        font-style: normal;
        font-weight: bold;
        padding: 7px;
}
.commentlist li cite img {
        float: left;
        margin-right: 10px;
}
.commentlist li cite .comment-data {
        font-size: .8em;
        font-weight: normal;
}
.commentlist li .comment-text {
        clear: both;
        margin: 0; padding: 0;
}
.commentlist li.alt {
        background: #FAF7F5;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {        display:inline-block; }
.clear:after {
        display:block;
        visibility:hidden;
        clear:both;
        height:0;
        content: ".";
}
.normaltext_schwarz {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}
.fetttext_schwarz {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
.normaltext_toyota {
	color: #C30406;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}
.fetttext_toyota {
	color: #C30406;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
.grosstext_schwarz {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}
.grosstext_toyota {
	color: #C30406;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}
hr {
	height: 1px;
	color: black;
	background: darkgrey;
	border: 0px;
}
#overlayfrm {background-color:#333; -moz-opacity:0.8; opacity:.80; filter:alpha(opacity=80);}

#standorte {
	padding-left: 30px;
}
#newsletter{ 
	padding-left: 30px;
	width: 200px;
}
#topmenu {
        /* background: url(top_bg.png) no-repeat right top;*/
        background: url(bg_final4.jpg) no-repeat right top;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
        margin: 0 auto 0 auto;
        position: relative;
        top: 0px;
	width: 941px;
        text-align: right;
	padding-right: 11px;
        line-height: 24px;
        font-size: 10px;
}
#topmenu a, a:visited, a:active {
	background: transparent;
        text-decoration: none;
	font-weight: normal;
}
#topmenu a:hover {
        text-decoration: underline;
}
.thumbscontainer 
{ 
width: 100%; 
} 
.thumbnail 
{ 
float: left; 
margin: 1%; 
width: 150px
height: 200px; 
text-align: center; 
border: 0px;
} 
.thumbnail img {
border: 0px;
}
.middle { 
display: table-cell; 
text-align: center; 
vertical-align: middle; 
width: 150px; 
height: 150px; 
border: 0px;
} 
.middle * { 
vertical-align: middle; 
} 
.childscontainer img{
width: 150px;
height: 100%;
}

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	/* background: #999999 url(bg_final2.jpg) top left repeat-x; */
	background: #999999 url(bg_final3.jpg) top left repeat-x;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000000; 
	text-align: center;	
}

/*-------------------------------------------
   LAYOUT
--------------------------------------------*/ 
#wrap {
	position: relative;
	width: 952px;
	margin: 20px auto 30px auto;
	text-align: left;	
	background: #FFF url(wrap.gif) repeat-y center top;
}
#content {
	clear: both;	
	float: left;	
	width: 952px;						
	padding: 25px 0 60px 0; 	
}
#content a:visited {
	font-weight: bold;
}
#content a:hover {
	font-weight: bold;
}
#header {
	position: relative;
	width: 952px;
	height: 245px;
	background: #999999 url(header-final2.gif) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin: 0;	
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 66px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -5px;
	text-decoration: none;
	color: #959062;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 75px; left: 55px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 15px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #959062;
	letter-spacing: -0.5px;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 148px; left: 150px;		
}

/* Navigation */
#nav {
	width: 908px;
	height: 45px;
	background: #959062 url(navmenu.gif) repeat-x;
	margin-top: -2px;
	margin-left: 22px;
	padding-left: -22px;
}

/* Main Column */
#main {
	float: left;
	width: 535px;
	padding: 0; margin: 0 0 0 40px;
	display: inline;	
}
#main h2 {
	font: bold 2.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #C30406; 
	padding: 10px 0 5px 5px; 	
	margin-left: 5px;		
	letter-spacing: -2px;
	border-bottom: 1px solid #C30406; 	
}
#main h2 a {
	color: #C30406;
	text-decoration: none;		
}
#main ul li {
	list-style-image: url(bullet.gif);
}
#sidebar {
	float: right;
	width: 285px;
	padding-top: 45px; 
	margin: 0 45px 0 0;
	display: inline;	
}
#sidebar h3 {
	color: #000000; 
	/* font: bold 1.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif; */
	font-size: bold 1.9em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 0 5px 7px; 
	margin: 10px 0 5px 10px; 	
	border-bottom: 1px solid #C30406;	
}

/* sidebar menu */
#sidebar .sidemenu {
	margin: 10px 10px 5px 7px; padding: 0;
	text-decoration: none;			
}
#sidebar .sidemenu li {
	list-style: none;
	margin: 0;
	padding: 8px 10px; 		
	border-bottom: 1px solid #C30406;	
}
* html body #sidebar .sidemenu li {
	height: 1%;
}
#sidebar .sidemenu li a {
	text-decoration: none;	
	color: #000000;
	background: none;
	font-weight: normal;
}
#sidebar .sidemenu li a span {
	color: #000000;	
	font-size: .9em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-style: italic;
	font-weight: normal;
	}
#sidebar .sidemenu li a:hover {	
	color: #000;	
	background: none;	
}
#sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar .sidemenu ul li { border: none; }

/* header quick search */
#sidebar form#qsearch {
	padding: 0; margin: 20px 0 30px 10px;
	border: none;
	width: 270px; height: 33px;
	background: #F2F0F0 url(qsearch.gif) no-repeat;		
}
#sidebar form#qsearch p {
	margin: 0; padding: 0;		
}
#sidebar form#qsearch input {
	float: left;
	border: none;
	background: transparent;
	color: #B8B8B8;	
	margin: 0;
}
#sidebar form#qsearch .tbox {
	margin: 5px 0 0 5px; 
	width: 220px;	
	display: inline;	
	font: 1em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;	
}
#search form#qsearch .btn{
	width: 24px; height: 24px;				
}
#sidebar form#qsearch label {
	display: none;
}

/* footer */
#footer {
	clear: both;
	width: 952px;
	background: transparent url(footer-bottom-final2.gif) no-repeat left top;			
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.95em;
	color: #000000;	
	text-align: center;	
}
#garantie {
	position: absolute;
	top: 170px;
	left: 780px;
}

