/*  

Description: PrintStylesheet fuer Gleistein Ropes
Version: 1.1
Author: Andreas Linder
Author URl: http://www.atelierfuergestaltung.eu

*/




/*:::::::::::::::::: 
Verwendete Farben 
::::::::::::::::::::



Schwarz: color:#000000;

Dunkelblau: color:#00519e;

Mittelblau: color:#80a8cf;

Hellblau: color:#d9e5f0;

Weiss: color:#ffffff;


Lila: color:#4d67af;


:::::::::::::::::::*/






/** {
background-color: #ffffff;
}*/


html {
background-color: #ffffff;
}


body {
position:relative;
float:none;
width:auto;
background-color: #ffffff !important;
font-family: Arial, Helvetica, sans-serif;
color:#000000;
font-size: 12pt;
}




#Wrapper {
width:auto;
position:relative;
}


#Logo{
position:relative;
display:block;
float:none !important;
width:100%;
clear: both;
/*border-bottom:#d9e5f0 solid 2px;*/


}



/*Ausblenden des Screen-Logos*/

#Logo a{
display:none;
}


/*Einfügen des Print-Logos*/




#Logo img.hide{
display:block;
width:200px;
height:auto;
padding-bottom:10px;
/*padding-left:20px;
padding-right:20px;*/
/*text-align:right;*/

}






#ContentWrap{
position:relative;
float:none !important;
width:100%;
clear: both;
}


#Content {
position:relative;
float:none;
width:100%;
background-color:transparent;
background: none !important;
padding:0px;
margin:0px; 
}

#ContentBottom{
background: none !important;
}






/*Schriften*/
h1 {
font-size:24pt;
color:#00519e;
}


h2 {
font-size:14pt;
}








/*Products*/

h3 {
font-size:24pt;
}









a{
color:#000000;
}






.ProductSheetUnit{
width:100%;
}

.ProductSheetUnit ul{
/*padding-left:10px;*/
}




.productHead{

border-top:solid 2px #d9e5f0;
border-bottom:solid 2px #d9e5f0;

}

.productHead img{
border:0;
}


.productHead h3,
.productHead p{
color:#00519e;
margin:0px;
}

.productHead h3{

padding-top:20px;
}

.productHead p{

padding-bottom:20px;
}


.productSubHead h3{
font-size:14pt;
}





/*******************************************
Farbbalken und farbige Schriften
********************************************/


tr.dinghy td.available{
border-bottom:#d1007a solid 2pt !important;
}

tr.racing td.available{
border-bottom:#eb7f00 solid 2pt !important;
}

tr.cruising td.available{
border-bottom:#006e86 solid 2pt !important;
}

tr.superyacht td.available{
border-bottom:#b2b3b5 solid 2pt !important;
}

tr.motoryacht td.available{
border-bottom:#003771 solid 2pt !important;
}

tr.classics td.available{
border-bottom:#006331 solid 2pt !important;
}

table{
padding-bottom:5px;
}












/*Dispaly none*/




#Header,
#ProductMenu,
#SideofContent,
#Navigation_1,
#Navigation_2,
#Navigation_3,
#Navigation_4,
#Imagebox,
#Footer,
#NavigationFooter,
.sectionsHead,
.back,
.contentNavi,
.notePadMenu,
form,
#GeoYachtIntro a,
#GeoYachtProductsheet a,
#Bestandsauskunft h2{
display:none;
}





/*Einfügen der Linkadressen*/ 

/*a:link:after, a:link:visited:after {
  content: " (Link auf <" attr(href) ">) ";
  font-size: 76%;
  color: #999;
  background: transparent;
}

a[href^="/"]:link:after {
  content: " (Link auf <http://style-sheets.de " attr(href) ">) ";
}
*/









/*::::::::::::::::::::::::: 
Tabelle allgemein
:::::::::::::::::::::::::*/


table{
/*table-layout: fixed;*/
width:668px;
font-size:10px;
font-style:normal;
font-weight:100;
background-color:#d9e5f0;
border-collapse: collapse;
border-spacing:0;
}



th{
background-color:#CCCCCC;
text-align:center;
}





th.durchmesser,
th.gewicht,
th.bruchlast {
text-align:left;
}


th.gewicht,
th.bruchlast {
font-weight:300;
}



td{
text-align:right;
}


th,
td{
padding-left:4px;
padding-right:4px;
padding-top:2px;
vertical-align:middle;
border-bottom:1px solid #ffffff;
border-right:1px solid #CCCCCC;
letter-spacing:0.07em;
}


table colgroup.spalte1{
width:80px;
}


table colgroup.spalte2{
text-align:right;
}


tr.dinghy,
tr.racing,
tr.cruising,
tr.superyacht,
tr.motoryacht,
tr.classics{
height:7px;
}



