/* #### base.css #### */

/* -----------------------------------------------
copyright - patrick ehrlich - www.ehrlich-werben.com
----------------------------------------------- */

/* text
----------------------------------------------- */

   

* {
	margin: 0;
	padding: 0;
	border: 0;
} 

body {
     font-family: Arial, Verdana, Helvetica, sans-serif;
     font-size: 101%;
     line-height: 1.2em;
     color:#4c4e4d;
     background-color: #fff;
     padding: 0 0 20px 0;

	}




p {
     font-size: 80%;
     margin: 5px 0 5px 0;

}



       
p strong {
}  
    
     
h1 {
     font-size: 160%;
     font-family: Georgia, serif;
     line-height: 1.2em;
     font-weight: normal ;
     margin: 0 0 10px 0;
     color: #0062a1;  
}

h2 {
     font-size: 100%;
     line-height: 1.3em;
     font-weight: normal;
     margin: 5px 0 10px 0;
color: #4c4e4d;
}

h2 strong {
}

h3 {
     font-size: 85%;
     font-weight: normal;
     color: #0062a1;;
     margin: 0 0 5px 0;
}

h4 {
     font-size: 80%;
     font-weight: bold;
} 

.red {
	color: red;
}

.blue {
	color: blue;
}


/* Certificates
----------------------------------------------- */

table {
	width: 960px;
	font-size: 80%;
	text-align: left;
	

}

table th, table td {
		vertical-align: top;
}

table th {
	background-color: #0062A1;
	color: #fff;
}

table th {
	padding: 2px 12px 2px 4px;
}

table td {
	padding: 1px 2px 1px 4px;
}

tbody tr {
	
}

tr.odd {
	background-color:#efefef;
}


tr.expired {
	background-color:#edcccc;
}


.sorting_asc {
	background-image: url(/common/images/tablesorter-asc.gif);
	background-position: center right;
	background-repeat:  no-repeat;
	background-color: #5d8d23;
}

.sorting_desc {
	background-image: url(/common/images/tablesorter-desc.gif);
	background-position: center right;
	background-repeat:  no-repeat;
	background-color: #5d8d23;
}

.sorting {
	background-image: url(/common/images/tablesorter-bg.gif);
	background-position: center right;
	background-repeat:  no-repeat;
	background-color: #014c96;
}




.dataTables_length, .dataTables_filter, .dataTables_info {
	font-size: 80%;
}



.dataTables_length {
	float: left;

}

.dataTables_filter {

float: right;
}

.dataTables_filter input {
	border: 1px solid #014c96;
	padding: 2px;
}




#certificates {
	clear: both;
	margin-top: 10px;
}


th.certificate_identificator {
	width: 105px;
}

th.company {
	width: 300px;
}

th.type {
width: 100px;
}

th.issued {
	width: 100px;
}

th.valid_until {
	width: 100px;
}

th.issued_by {
	width: 255px;
}

tfoot input {
	padding: 1px;
	border: 1px solid white;
	background-color: #0062A1;
	color: #fff;
	width: 105px;
}



.dataTables_paginate {
	width: 44px;
	* width: 50px;
	float: right;
	text-align: right;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_previous {
	background-image: url(/common/images/back_disabled.jpg);
}

.paginate_enabled_previous {
	background-image: url(/common/images/back_enabled.jpg);
}

.paginate_disabled_next {
	background-image: url(/common/images/forward_disabled.jpg);
}

.paginate_enabled_next {
	background-image: url(/common/images/forward_enabled.jpg);
}
     
/* Layout
----------------------------------------------- */

#wrap {
     width: 960px;
     margin-left: auto;
     margin-right: auto;
     text-align: center;
     background-color: #fff;
}




    
#header {
	height: 131px;
	position: relative;
	width: 960px;
	top: 0;
	left: 0;
	overflow: hidden;

}

#cycle {
	float: left;
	display: block;

}

#contentwrap {
	text-align: left;

}

#contentwrap.teaser {
	
}


#functions {
	width: 960px;
	height: 30px;
}

#left {
	float: left;
	width: 205px;
}

#right {
	float: right;
	width: 205px;
}

#content {	
	padding: 0 0 0 0;
	margin: 0 0 0 245px;
	display: block;
}

#contentwrap.teaser #content {
	margin: 0 245px 0 245px;
	}
	
#contentwrap.teaser #content.cert {
		margin: 0 0 0 245px;
		}
		
.one-column #content, .one-column #contentwrap.teaser #content, .one-column #contentwrap.teaser #content.cert {
	margin: 0 0 0 0;
}
		
		

#footer {
	background-color: #5d8d23;
	height: 25px;
	text-align: left;
	margin-top: 30px;
	padding-left: 11px;
}


/* Footer
----------------------------------------------- */
#footer p {
	color: #fff;
	line-height: 25px;
}

#footer p a, #footer p a:visited {
	color: #fff;
}

#footer p a:hover, #footer p a:active {
	color: #014c96;
	text-decoration: none;
}

/* Image-Teaser
----------------------------------------------- */

.image-teaser {
	margin-bottom: 12px;
}

.image-teaser img {
	float: left;
}

.image-teaser p strong {
	display: block;
}



/* Text-Button
----------------------------------------------- */

.text-button-wrap {
	border: 1px solid #BDBCBC;
	margin-bottom: 12px;
	padding: 3px;
	

}

.text-button {
	display:block;
	padding: 15px 40px 15px 10px;

	font-size: 80%;
	color: #4c4e4d;
	background: #EFEFEF url(/common/images/arrow-big.gif) 98% 50% no-repeat;

}

a.text-button, a.text-button:visited {
	color: #4c4e4d;
	text-decoration: none;
	
}

a.text-button:hover, a.text-button:active {
	text-decoration: none;

	color: #fff;
	background: #014c96 url(/common/images/arrow-big-white.gif) 98% 50% no-repeat;
}

/* Teaser
----------------------------------------------- */
#right {
	border-bottom:  1px solid #bdbcbc;
	
}

.element {
	
	padding-bottom: 2px;
	margin-bottom: 10px;
	
}

.element h3 {
	font-size: 75%;
	text-transform: uppercase;
	color: #666;
	border-top:  1px solid #bdbcbc;

	padding: 7px 0 0 0;
 
	margin-bottom: 2px;
}

.element img {

	
}

.element p {
	margin: 10px 0 5px 0;
	
}



/* Navigation
----------------------------------------------- */


#nav, #nav li, #subnav, #subnav li, #loginnav, #loginnav li {
	list-style: none;
     }

#nav {
     height: 25px;
     width: 960px;
     background-color: #5d8d23;
     overflow: hidden;
     }

#nav li {
	float: left;
   
     }

#nav a {
	color: #fff;
	padding: 0 9px;
	font-size: 75%;
	display: block;
	line-height: 25px;
	height: 25px;
	text-transform: uppercase;
	border-right: 1px solid #96ba44;
	border-left: 1px solid #446f11;

     }     
    
#nav a#first {
	     border-left: none;
	     }

#nav a#last {
     border-right: none;
     }
     
#nav a:hover {
     background-color: #014c96;
	text-decoration: none;
     }

#nav a.active {
     background-color: #014c96;
     }     
     
#nav a strong, #subnav a strong {
     font-weight: normal;
     }

* html #nav a {
     width:1%;
     }

/* subnav */

#subnav {
     border-top: 1px solid #bdbcbc;
     }

#subnav li {
	border-bottom:  1px solid #bdbcbc;
	padding: 2px 0;
     }

#subnav li.last {
	border-bottom:  none;
}

#subnav li a {
     color: #666;
     font-size: 75%;
     display: block;
     height: 21px;
     line-height: 21px;
     padding: 0 0 0 8px;
     text-transform: uppercase;
     white-space:nowrap;
     }

#subnav li a:hover, #subnav li a.active {
	background-color: #014c96;
	color: #fff;
	text-decoration: none;
     }
     


#subnav li ul {
border-top: 1px solid #bdbcbc;
margin-top: 2px;
     }
          
#subnav li ul li {

     }
     
#subnav li ul li a {
     text-transform: none;
	padding: 0 0 0 20px;

	background: #fff url(/common/images/bg-subnav-black.gif) 10px 50% no-repeat;
     }
     
#subnav li ul li a:hover, #subnav li ul li a.active {
     color: #014c96;
	background: #fff url(/common/images/bg-subnav-blue.gif) 10px 50% no-repeat;
     }




#subnav li ul ul li a {
     text-transform: none;
	padding: 0 0 0 30px;

	background: #fff url(/common/images/bg-subnav-black.gif) 20px 50% no-repeat;
     }

#subnav li ul ul li a:hover, #subnav li ul ul li a.active {
     color: #014c96;
	background: #fff url(/common/images/bg-subnav-blue.gif) 20px 50% no-repeat;
     }




	/* loginnav */

	#loginnav {
	     border-top: 1px solid #bdbcbc;
	margin-top: 30px;
	     }

	#loginnav li {
		border-bottom:  1px solid #bdbcbc;
		padding: 2px 0;
	     }

	#loginnav li.last {
		border-bottom:  none;
	}

	#loginnav li a {
	     color: #666;
	     font-size: 75%;
	     display: block;
	     height: 21px;
	     line-height: 21px;
	     padding: 0 0 0 8px;
	     text-transform: uppercase;
	     white-space:nowrap;
	     }

	#loginnav li a:hover, #subnav li a.active {
		background-color: #014c96;
		color: #fff;
		text-decoration: none;
	     }






     

	/* faq
	----------------------------------------------- */ 

	dl {
	     font-size: 80%;
	     line-height: 1.6em;
	     margin: 0 0 20px 0;
	     }

	dt {
	     font-weight: normal;
	     margin-bottom: 4px;
	     cursor:pointer;
	     color: #000;
	     padding-left: 18px;
	     background: url(/common/images/bg_li_arrow.gif) 0% .5em  no-repeat;
	     }

	dt:hover {
	     color: #004c8e;
	     text-decoration: underline;
	     }

	dt.selected {
	     color: #004c8e;
	     }

	dd {
	     margin-bottom: 16px;
	     color: #666;
	     padding-left: 18px;
	     }

	#content dd a {
	     color: #004c8e;
	     margin-left: 2px;
	     padding-left: 10px;
	     background: url(/common/images/arrow.gif) 0% .5em  no-repeat;
	     } 

	#content dd a:hover {
	     text-decoration: underline;
	     }     
	#map {
	     height: 450px;
	     margin: 12px 20px 0 0;
	     }


/* downloads
----------------------------------------------- */ 

.cd {
   
     color: #3b3d3c;
     margin-bottom: 20px;
     }

.cd h2 {
     margin: 0 0 6px 0;
     }

.cd p {
     margin: 0 0 6px 0;
     }

#content .cd a.file {
     font-size: 80%;
     padding: 2px 0 2px 22px;
     line-height: 1.4em;
     border: 0;
     color: #3b3d3c;
     }

.cd a.file:hover, .cd a.file:active {
     border: 0;
     
     text-decoration: underline;
     }        


/* media-player
----------------------------------------------- */ 

.media-player {
	margin-bottom: 15px;
}


        
/* Lists
----------------------------------------------- */   

#content ul, #content li {
	list-style: none;
}

#content ul {
	margin-bottom: 10px;
	padding: 0 0 0 2px;
}
     
#content li {
	font-size: 80%;
	line-height: 20px;
	padding: 0 0 0 15px;
	background: url(/common/images/bg-subnav-on.gif) 0% .5em no-repeat;
}
       


     
/* Links
----------------------------------------------- */ 

a, a:visited {
     text-decoration: none;
     color: #0062a1;
}
   
a:hover, a:active {
	text-decoration: underline;
}
   
p a, p a:visited {
}




h2 a, h2 a:visited, h2 strong {
	color: #0062a1;
}




h2 a:hover {
	color: #4c4e4d;
	text-decoration: underline;
}



h3 a, h3 a:visited {
	color: #4c4e4d;
}



h3 a:hover, dt a:hover {
	color: #4c4e4d;
}

#content li a {
	color: #0062a1;
}
 
.more {
	font-size: 80%;
}

/* breadcrumb
----------------------------------------------- */
#breadcrumb {
	float: left;
	margin: 3px 0 0 245px;
	width: auto;
	font-size: 70%;
	color: #666;
}

.one-column #breadcrumb {
	margin: 3px 0 0 0;
}

#breadcrumb a, #breadcrumb a:visited  {
	color: #666;
}

#breadcrumb a:hover, #breadcrumb a:active {
	color: #5d8d23;
}

/* translate
----------------------------------------------- */

#translate {
		margin: 5px 0 0 0;
     float: right;
     }


#translate, #translate ul {
	list-style: none;
     }

#translate li {
	float: left;
	list-style: none;
	color: #666;
     }

#translate li span {
	padding: 0 5px;
}

#translate li a {
	font-size: 75%;
	text-transform: uppercase;
	color: ##014C96;

     }



	/* images
	----------------------------------------------- */

	#content img {
	     display: block;
	     margin: 0 0 12px 0;
	     }

	#content img.umflossen {
	     padding: 4px 15px 6px 0;
	     margin: 0 0 0 0;
	     float: left;
	     }

	#content a.gallery img {
	     padding: 0px 15px 15px 0;
	     }

/* content-teaser
----------------------------------------------- */
.content-teaser img {
	float: left;
}

.content-teaser {
	border-top: 1px solid #BDBCBC;
	padding: 10px 0;
}

.last-teaser {
	border-bottom: 1px solid #BDBCBC;
}

.content-teaser h2  {
color:#000;
font-size:75%;
text-transform:uppercase;
}

.content-teaser p  {
	margin: 0;
}

/* Tools
----------------------------------------------- */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	height: 1px;
}

img {
	display: block;

}


hr {
	border-top: 1px solid #fff;
	height: 1px;
	margin-bottom: 20px;
}

hr.divider {
	border-top: 1px solid #BDBCBC;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 15px;
}

#map {
	height: 600px;
}




/* searchfield
----------------------------------------------- */     

#searchfield {
	position: absolute;
	top: 55px;
	left: 715px;
	z-index:1200;
   width: 230px;
   height: 34px;
   font-size: 13px;
   margin-top: 35px;
   }
   
#searchfield fieldset {
   margin: 0;
   padding: 8px 0 0 0;
   height: 25px;
   width: 230px;
   display: block;
   position:relative;
   }

#searchfield label {
   float: left;
   margin: 0;
   color: #004785;
   line-height: 17px;
   position:absolute; 
   top:0; 
   left:0;    
   }

#searchfield input#field {
   font-size: 100%;
   border-top: 1px solid #8f8f8f;
   border-right: 1px solid #e0e0e0;
   border-bottom: 1px solid #e0e0e0;
   border-left: 1px solid #e0e0e0;;
   margin: 0 8px 0 0;
   padding: 3px 0 1px 3px;
   float: right;
   height: 17px;
   width: 150px;
   color: #6b725c;
   background-color: #fff;
   }

#searchfield input#field:hover {
   border-top: 1px solid #5d8d23;
   border-right: 1px solid #5d8d23;
   border-bottom: 1px solid #5d8d23;
   border-left: 1px solid #5d8d23;
   background-color: #fff;
   }

#searchfield input#field:active, #searchfield input#field:focus {
   border-top: 1px solid #014c96;
   border-right: 1px solid #014c96;
   border-bottom: 1px solid #014c96;
   border-left: 1px solid #014c96;
   background-color: #fff;
   }     

#button {
   float: right;
   margin: 0 0 0 0;
   padding: 0;
   border: 0;   
   }     

#button img {
   display: block;
   }





/* formtool
----------------------------------------------- */

fieldset {

     width: 400px;    
     padding-top: 0px;
     float: left;
     }

label {
     font-weight: normal;
     color: #004c8e;
     font-size: 75%;
text-transform: uppercase;
     }

select {
      font-family:Arial,Helvetica,Sans-serif;
     font-size: 90%;
     border: 1px solid #ccc;
     padding: 1px 0 1px 2px;
     }
     
          
.form {
     margin-bottom: 10px;
     }
     
.text label, .textarea label, .radio label {
     display: block;
     padding-bottom: 2px;
     }
     
fieldset input, fieldset textarea {
     border-top: 1px solid #ccc;
     border-right: 1px solid #ccc;
     border-bottom: 1px solid #ccc;
     border-left: 1px solid #ccc;
     padding: 1px 0 1px 4px;
     background-color: #fff;
     }
     

  
.text {
     float: left;
     width: 200px;
     }
     
.text input {
     width: 180px;
     color: #3b3d3c;
     }

textarea  {
     overflow: auto;
     font-family:Arial,Helvetica,Sans-serif;
     width: 380px;
     font-size: 100%;
     line-height: 1.5em;
     color: #3b3d3c;
     }
     
       

.text input:hover, textarea:hover {
     border-top: 1px solid #004c8e;
     border-right: 1px solid #004c8e;
     border-bottom: 1px solid #004c8e;
     border-left: 1px solid #004c8e;
     color: #3b3d3c;
     }
     
.text input:focus, textarea:focus {
     border-top: 1px solid #004c8e;
     border-right: 1px solid #004c8e;
     border-bottom: 1px solid #004c8e;
     border-left: 1px solid #004c8e;
     color: #004c8e;
     }



.button input {
     cursor:pointer;
     font-size: 100%;
     color: #3b3d3c;
     padding: 1px 3px 2px 3px;
     border-top: 1px solid #004c8e;
     border-right: 1px solid #004c8e;
     border-bottom: 1px solid #004c8e;
     border-left: 1px solid #004c8e;
     }
     
.button input:hover, .button input:active  {
     color: #004c8e;
     border-top: 1px solid #3b3d3c;
     border-right: 1px solid #3b3d3c;
     border-bottom: 1px solid #3b3d3c;
     border-left: 1px solid #3b3d3c;
     }
     

/* search
----------------------------------------------- */

#searchformwrap label {
     color: #304A68;
     font-weight: normal;
     line-height: 17px;
     }

#searchformwrap input {
     border: 1px solid #999;
     }
     
p.searchnav a {
     color: #ccc;
     margin: 0 2px;
     border: 0;
     text-decoration: none;
     }

dl#searchresult {
     margin:0;
     border:0;
 
     }

dl#searchresult dt {
     margin:0;
     padding:0;
     border:0;
	color: #5d8d23;
	text-transform: uppercase;
	font-size: 75%;
     }

dl#searchresult dd {
     margin:0 0 8px 0;
     padding:0;
     border:0;
     }

dl#searchresult dt a, dl#searchresult dt a:visited {
     text-decoration: none;
     font-weight:normal;
     color: #5d8d23;
     border: 0;
     }

dl#searchresult dt a:hover {
     text-decoration: underline;
     color: #5d8d23;
     border: 0;
     }

dl#searchresult dd a,
dl#searchresult dd {
     text-decoration: none;
     font-size: 11px;
     font-weight:normal;
     color:#666;
     border: 0;
     }
    

