/* 
    Document   : style.css
    Created on : 04.11.2011, 14:01:32
    Author     : Appix | Umanath Saravanabavan
*/

/* Base information */
/* ========================================================================== */

*{
    padding:0;
    margin: 0;
}

body{
     font-family: Verdana,Arial,Helvetica,sans-serif;
     font-size: 12px;
     color: #575757;  
}

#wrapper{
    width:1000px;
    height:800px;
}

/* Header */
/* ========================================================================== */

#header{
    background-color: #047974;
}

#header_left{  
    height:100px;
    width: 200px; 
    background-color: #ffffff;
    float:left; 
}

#header_left img{
    margin: 30px 0 0 20px;
}

#header_right{
    background-color: #007c5a;
    height: 100px;
    color:#F0F9F5;
    padding-left:220px;
}

#header_right h1{
    line-height: 100px;
    font-size: 30px;
    padding-left: 20px;
    letter-spacing: 1.2px;
    font-weight: normal;
}

/* Navigation */
/* ========================================================================== */

#navigation{
    margin: 60px 0 28px 0;
    width: 200px;
    float:left;   
}

#menu li.active{
    color: #009959;
}

/* Content */
/* ========================================================================== */

#content{
    clear:both;
}

#mainContent{
    width:1000px;
    margin-left:280px;
    margin: 65px 0 28px 100px;
    float:left;
    padding-right:20px;  
}

h1{
    font-size: 12px;
    margin-bottom: 10px;
    
}

p{
    margin:0 0 5px 0;
}

.listItem{ 
    vertical-align: bottom;
    margin-bottom: 10px;
}

.image{
    /*margin-left: 10px;*/
}

.downloadFile{
    margin: 0 0 5px 40px;
    vertical-align:top;
}

.downloadFile img{
    margin-bottom:5px;
}

.naviItem{
    cursor: pointer;
}

.defaultNaviColor{
    color:#6E7E89;
}

.activeNaviColor{
    color:#009959;
}

.colorStyle{
    height: 25px;
    width:166px;
    margin:0 2px 0 2px;
}

#farbenDruck{
    border: 1px solid gray;
    width:170px;

}

.lb{
    height:13px;
    width: 170px;
    font-size: 10px;
    text-align: center;
}


.pageTitle{
    font-weight: bold;
    margin-bottom: 20px;
}

/* Various */
/* ========================================================================== */

a img{
    border: none;
}

div.preview {
	display:block;
	width:580px;
	float:left;
}

div.dl-list {
	display:block;
	width:200px;
	float:left;
}

div.dl-list ul {
	list-style-type: none;
}

div.dl-list ul li {
	display:block;
	padding-top:1px;
	padding-bottom:1px;
}

div.dl-list ul li a {
	display:block;
	padding:0;
	margin:0;
	padding: 3px 18px 3px 18px;
	background:#007c5a;
	text-decoration:none;
	color:#cfcfcf;
}

hr.clearFloat {
	clear:both;
	height:0;
	line-height:0;
	color:transparent;
	background-color:transparent;
	margin:0;
	padding:0;
	border:0;
	outline:0;
}

span.dl-title {
	display:inline-block;
	width: 80px;
	text-align:left;
}

span.dl {
	display:inline-block;
    width: 80px;
    text-align:right;
    vertical-align:top;
}