/* DATEI: logolabels.css */

/* CSS-Angaben für "TL" */
/* Thomas Langens, www.Thomas-Langens.de 2012 */


p.facebook	{ 
font-family:Arial,sans-serif,Helvetica; 
line-height:7pt; 
margin-left:0px; 
margin-right:0px; 
color:#000000; 
font-size:7pt; 
font-weight:normal;
}

p.Amazon	{ 
font-family: Arial,sans-serif,Helvetica; 
font-size: 7pt;
line-height: 9pt;
font-weight: normal;
color: #666666;
text-align: center;
}


/* ++++++++++++++++++++++++++++++++++++  STRUKTUR  +++++++++++++++++++++++++++++++++++ */


/* mainboxes */

html, body {
margin: 0;
padding: 0;
}

body {
text-align: center;/*fuer IE_quirks*/
background-image: url(pics/logolabel-0.jpg); 
background-repeat: repeat-x;
}

#Wrapper {
position: relative;
margin: 0px auto;
padding: 0px 0px 0px 0px;
width: 923px;
text-align: left;/*Aufheben von IE_quirks im BODY*/
}

#Wrapper_Kork {
position: absolute;
margin: 0px auto;
padding: 0px 0px 0px 0px;
top: 50px;
left: -1000px;
width: 200%;
height: 2400px;
background-image: url(schulung/pics/corque1.jpg); 
background-repeat: repeat;
text-align: left;/*Aufheben von IE_quirks im BODY*/
}

#Wrapper_Marmor {
position: absolute;
margin: 0px auto;
padding: 0px 0px 0px 0px;
top: 50px;
left: -1000px;
width: 166%;
height: 2400px;
background-image: url(Curriculum/pics/marmor.jpg); 
background-repeat: repeat;
text-align: left;/*Aufheben von IE_quirks im BODY*/
}

#Logolabels {
position: absolute;
top: 0px;
left: 0px;
height: 50px;
width: 1050px;
text-align: center;
margin: 0px auto;
}

#Logos {
position: relative;
text-align: left;
width: 1050px;
height: 50px;
}

#Search {
position: absolute;
align: right;
top: 10px;
left: 923px;
width: 200px;
}

#Content {
position: relative;
top: 50px;
}