/* CSS Document der index.php*/

/* bereich, in dem white capri dargestellt wird */
/* schrift: arial, linksbündig */
/* weißer hintergrund */
.layout {margin:0px; padding:0px; width:1024px; height:650px;text-align:left; font-family:Arial; background-color:#FFFFFF;}
/* bereich, in dem die stimmungsbilder dargestellt werden */
.image_container {margin:0px; padding-top:58px; padding-left:60px; float:left; width:440px; height:592px; z-index:1;}
/* höhe und breite für das erste bild (hochformat) */
.image {width:440px; height:497px; }
/* höhe und breite für das zweite bild (querformat), absolute position und überlagert bild 1 */
.image2 { position:absolute; top:265px; left:178px; width:830px; height:334px; z-index:2;}
/* höhe und breite des rechten bereichs - für bilder */
.right {padding-top:58px; float:right; width:520px; height:300px;}
/* höhe und breite für das kleine logo */
.logo_s {width:190px; height:28px;}
/* höhe und breite für das große logo */
.logo_b {width:385px; height:57px;}
/* schriftschnitt von collection */
.collection {font-size:61px; padding:0px; font-weight:bold;}
/* schriftschnitt von collection-klein */
.collection_s {font-size:36px; padding:0px; font-weight:bold;}
/* schriftschnitt von features */
.features {font-size:36px; padding:0px; font-weight:bold;}
/* maße des containers zur darstellung der kollektionsjahre */
.year {font-size:16px; padding-top:3px; width:390px; height:100px;}
/* maße des containers zur darstellung der kollektionen */
.collection_small {font-size:15px; padding:0px; height:80px; width:390px;}
/* maße des containers zur darstellung der artikel innerhalb einer kollektion */
.item_small {font-size:12px; float:right; vertical-align:baseline;}
/* maße des containers zur vergrößerten darstellung der artikel */
.item_big {font-size:26px;font-weight:bold; height:45px; width:390px;}
/* maße des containers zur darstellung der artikelbeschreibung */
.description {font-size:10px; width:390px;  height:75px;}
/* maße des containers zur darstellung der links view_cart/add_to_cart */
.cart {font-size:10px; width:390px; height:52px;}
/* maße des containers zur darstellung der unteren links */
.terms {font-size:10px; width:390px; height:30px;}
/* style für kleine, zentrierte texte */
.text {font-size:10px; text-align:center;}

/* style für links wie collection, features und items */
.link:link { text-decoration:none; color: #000000;}
.link:visited { text-decoration:none; color: #000000;}
.link:hover { text-decoration:none; color: #000000;}
.link:active { text-decoration:none; color: #000000;}

/* style für untere link, wie terms and condiations, imprint... */
.term_link:link { text-decoration:none; color: #000000;font-family:Arial; }
.term_link:visited { text-decoration:none; color: #000000;font-family:Arial;}
.term_link:hover { text-decoration:none; color: #0099FF;font-family:Arial;}
.term_link:active { text-decoration:none; color: #000000;font-family:Arial;}

