* {outline: none;}

html,body{
	/*splashscreen styles start*/
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	/*
		eigentliche splashscreen fliesstextfarbe im pdf:
		color:#ececed;
	*/
	/*splashscreen styles end*/
		
	background:#1a171b;
	color: #fff;
	font-family:Arial;
	font-size: 11px;
}

#header {
width: 943px;
}

#logo {
float:left;
width:200px;
}

#navi {
float:right;
width:670px;
margin-top:27px;
margin-right:14px;
}

#navi ul {
float:right;
}

#navi ul li {
list-style-type: none; 
margin: auto 0px;
padding: 4px 5px;
display: inline;
background-color: #464649;
font-size:10px;
}

a:link, a:visited { text-decoration:none; color:#ef8a00; }
a:hover, a:focus,a:active { text-decoration:none; color:#fff; }

.aktiverLink {
text-decoration:none; 
color:#fff !important;
}

.clearer {
clear:both;
}

#accordion {
  position: relative;
}

	#template_container
	{
		margin: 0em auto;
		width: 943px;

	}

a.toggler {
	display:block;
	font-family: Arial;
	font-size: 11px;
	color: #F08A00;
	margin: 0 0 3px 0;
	padding: 0 3px 1px;	
}

a.toggler img{
	border:0;
}

div.element p, div.element h4{
    float:left;
	margin:0px;
	padding:4px;
	width: 742px;
}

#color_profile_wrapper{
	position: absolute;
	border: 1px solid #ef8a00;
	z-index:100;
	width:450px;
	height: 380px;
	padding: 10px;
	background-color: #1a171b;
	overflow:auto;
}

#color_profile_wrapper h1{
	font-size:16px!important;
}

#icc_form_wrapper div{
	padding:3px;
}

#icc_form_wrapper select{
	width:180px;
}

#icc_result_list table td, #icc_result_list table th{
	font-size:12px;
	border: 1px dotted white; 	
}

#icc_result_list table td *, #icc_result_list table th *{
	padding:3px;
}

#download_leisten{
	margin-left:4px;
	margin-top:5px;
}

#download_leisten img{
	margin-bottom:3.8px;
	border:0;
}



/*splashscreen styles*/

h1{
	margin:0px;
	text-transform:uppercase;
	color:#f08a00;
	font-size:13px;
}
p{
	margin:0px;
	font-size:13px;
}
h1, p{
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:0px;
}
.alt{
	color:#f08a00;	
}
.wrapper{
	margin:0px auto;
	width:960px;
}
.row{
	display:block;
	margin:0px;
	padding:0px;
}
.vertical-space{
	padding-top:20px;
	padding-bottom:20px;
}
.footer-space{
	padding:0px;
	padding-bottom:20px;
}
.col{
	vertical-align:top;
	display:inline-block;
	width:25%;
	margin:0px;
	padding:0px;
	clear:left;
}
.right{
	text-align:right;
}

.yellow,.magenta,.cyan{
	height:15px;
}
.yellow{
	background:url("../pix/splashscreen/tab.yellow.jpg") bottom center no-repeat;
}
.magenta{
	background:url("../pix/splashscreen/tab.magenta.jpg") bottom center no-repeat;
}
.cyan{
	background:url("../pix/splashscreen/tab.cyan.jpg") bottom center no-repeat;	
}
.left-float{
	float:left;
}
.right-padding{
	margin-right:40px;
}

#icc_result_list a { 
   background: transparent url(../pix/file_icon.png) no-repeat center left;
   background-position: 4px 3px !important;
	padding-left:25px !important;
}

#icc_result_list a[href $='.pdf'] { 
   background: transparent url(../pix/pdf_icon.jpg) no-repeat center left !important;
   background-position: 4px 3px !important;
	padding-left:25px !important;
}

#icc_result_list a[href $='.zip'] { 
   background: transparent url(../pix/zip_icon.png) no-repeat center left !important;
   background-position: 4px 3px !important;
	padding-left:25px !important;
}
#icc_result_list a[href $='.icc.zip'] { 
   background: transparent url(../pix/icc_icon.png) no-repeat center left !important;
   background-position: 4px 3px !important;
	padding-left:25px !important;
}
