/*
 * Project: Kaitenart JR 
 * Author: Katrin Ackermann
 *
 * File: main.css
 * Media type: screen
 * Browser: all 
 * Version: 1.0
 *
 */
 
 
 

/*   
    ##########    GENERAL DEFINITIONS    ############ 
*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Helvetica, Arial, sans-serif; 
}

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  color: #333;  
  height: 100%;
}

body { 
    padding: 0;
    font-family: Helvetica, Arial, sans-serif; 
    font-size: 13px; 
    background-color: #FFF;
}


/*
        Links
*/
a {
    text-decoration: none;
    color: #900; 
}
a:hover { 
    color: #039;
}
a:active { 
    color: #4C040E; 
}

/*
        Images
*/

img {
    border: 0;    
}



/*
        Lists
*/
ol {
    list-style: none; 
}
ul li {
    list-style: none;
      padding: 2px 6px;
}


/*
    global
*/
.clrAll {
    clear: both;
    height: 0;
}


/*
    content
*/

#logo {
    position: absolute;
    left: 0;
    top: 44px;
}

a.order {
    display: block; 
    float: left;
    line-height: 1em;
    margin: 0 0 5px 155px;
    width: 495px;
}

a.order2 {
    display: block; 
    float: left;
    line-height: 1em;
    margin: 0 0 16px 155px;
    width: 495px;
}

#content {
    position: absolute;
    left: 93px;
    top: 44px;
    width: 720px;
    padding-bottom: 80px;    
}

#content img {
    margin-bottom: 17px;
}


h1 {
    color: #C0BAC0;
    font-size: 35px;
    line-height: 1.0em;
    margin-bottom: 8px;  
}
#content h1 img {
    margin-bottom: 0;
}

h2 {
    float: left;
    width: 155px;
    color: #C0BAC0;
    font-size: 13px;
    line-height: 1.4em;
}
div.award {
    float: left;
    width: 155px;
    color: #C0BAC0;
    font-size: 13px;
    line-height: 1.4em;
}


div.award strong {
    float: left;
    padding-right: 10px;
    color: #C0BAC0;
    font-size: 13px;
    line-height: 1.4em;
}

div.award img {
    float: left;
	padding-top:4px;
}

p.text {
    float: left;
    width: 495px;
    line-height: 1.4em;
    padding: 0 70px 0 0;
}

span.grey {
    color: #C0BAC0;
}

span.imprint {
    color: #C0BAC0;
    font-size: 11px;
}






