/*COMMON STYLE ATTRIBUTE CLASSES*/
.centeredContent {
    text-align: center;
}

.ContentWithBorder {
    border-width: 2px;
    border-color: #666666;
    margin: 5px 0;
    border-style:solid;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 5px;
    overflow: hidden;
}

.cleared {
    clear: both;
}

.relativePosition {
    position:relative;
}

.absolutePosition400 {
    position:absolute;
    left: 500px;
    margin-left: 0;
}

.icon {
     height:20px; 
     width:20px; 
     border:none; 
}

/*DIV CONFIGURATION*/
#container {
	background-color: #cccccc; width: 1000px; margin: 0 auto; font-family:Arial, Helvetica, sans-serif; font-size: 0.9em; font-weight:normal; 
}

#introduction {
	width: 100%; margin: 10px auto; text-align: center;
}

#left {
    width: 47%;  
    padding: 10px 10px 10px 10px; 
    background-color:#cccccc;
    -ms-border-radius: 5px;
    border-radius: 5px; 
    float: left;
    margin-bottom: 10px;
}


#right {
    width: 47%;
    padding: 10px 10px 10px 10px;
    background-color: #cccccc;
    -ms-border-radius: 5px;
    border-radius: 5px;
    float:right;
}

.left {
    width: 47%;  
    padding: 10px 10px 10px 10px; 
    background-color:#cccccc;
    -ms-border-radius: 5px;
    border-radius: 5px; 
    float: left;
    margin-bottom: 10px;
}


.right {
    width: 47%;
    padding: 10px 10px 10px 10px;
    background-color: #cccccc;
    -ms-border-radius: 5px;
    border-radius: 5px;
    float:right;
}

.standardArea {
    border-width: 2px;
    border-color: #666666;
    border-spacing: 0;
    border-style:solid;
    -ms-border-radius: 0;
    border-radius: 0;
    margin:10px 0;
    padding: 5px;
}

.standardArea img {
	margin: 0 10px 20px 0; height: 100px; width: 130px;
}
.footer{
	clear:both;
    font-family:Arial, Helvetica, sans-serif; font-size: 0.8em; font-weight:normal; 
}
#tabs{
    clear:both;
}

.floatContent {
    overflow:hidden;
}

.leftSide {
    float:left;
    text-align:center;
    padding:5px;
}

.rightSide {
    float:right;
    text-align:left;
    padding:5px;
}

/* COMMON STYLES*/
body {
    background-color:#cccccc;
}

input.button {
    -moz-min-width: 100px;
    -ms-min-width: 100px;
    -o-min-width: 100px;
    -webkit-min-width: 100px;
    min-width: 100px;  
	margin: 5px 0;
	cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
	padding:5px 25px; /*add some padding to the inside of the button*/
	background:#f1d9a2; /*the colour of the button*/
	border:1px solid #044a8f; /*required or the default border for the browser will appear*/
	/*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 4px #000000;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
    -moz-box-shadow: 0 0 4px #000000;
    -moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
    -ms-box-shadow: 0 0 4px #000000;
    box-shadow: 0 0 4px #000000;
    box-shadow: 0 0 4px rgba(0,0,0, .75);
	/*style the text*/
	color:#000;
	font-size:1em;
	vertical-align: top;
}

input.textbox {
    margin: 5px;
    text-align:right;
    padding:3px;
}

p, article, td, tr, table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    line-height:1.5em;
}

th, td {
     padding: 5px;
     vertical-align: top;
}

table {
    border-spacing: 5px;
    border-collapse: separate;
    margin: 0 auto; 
}

.gallery {
    height:90px; 
    width:90px; 
    margin:5px;
}

a {
    text-decoration: none;
    border: 0;
    border-color: transparent;
    outline: none;
}

a img {
    border: 0;
}


/*SMARTPORT SPECIFIC*/
.offertenChooser {
    clear:both;
    text-align:center; 
    margin-bottom: 20px;
    font-size:1.2em;
    margin-top:20px;
    color: #CC0033;
}

.imageSmall {
    margin: 0 10px 20px 0; height: 160px; width: 220px;
}

.productRow {
    overflow:hidden;
}
.productBig {
 float:left; width:432px; padding:10px; border:2px solid black; margin: 5px; min-height:280px
}
.productSmall {
    float:left;width :277px; padding:10px; border:2px solid black; margin: 5px;
}

.productEinzelcarport{
    float:left; width :277px; padding:10px; border:2px solid black; margin: 5px; min-height: 325px;
}

.productEinzelcarport img{
    width:auto; height:200px; max-width:250px;
}
.productBig img {
    width:auto;height:180px; max-width:400px;
}

.productSmall img {
    width:auto;height:180px; max-width:280px;
}

.montage {
    margin-left:80px;
}

/*MISSAN STYLE SECTION*/

/*missan.htm*/
.missanCar {
    width: 470px;
    float: left;
    margin-left: 8px;
    color: black;
}

.missanCar img {
    height: 200px;
    width: 300px;
}

/*products*/
.tableMissanProduct {
    margin-left: 200px; 
    border-spacing:0; 
    margin-left: 50px;
}

