
/* CSS Document */


h1 {
	margin-left:7px;
	font-size:14px;
	color:#ff6600;
	font-weight:bold;
}

h2 {
	margin-left:7px;
	font-size:12px;
	color:#ff6600;
	font-weight:bold;
}

h3 {
	margin-left:7px;
	font-size:11px;
	color:#ff6600;
	font-weight:bold;
}

html {
	height: 100%;
}

body {
	height: 100%;
	margin-bottom: 1px;
	background-color:#333333;
}

#container_outer {
width:900px;
border:2px #cccccc solid;
}

#container_inner {
	float: left;
	padding: 0px;
	width: 900px;
	background-color:#666666;
	
}


.clr {
	clear: both;
}



#pathway_text {
  overflow: hidden;
	display: block;
	height: 25px;
	line-height: 25px !important;
	line-height: 22px;
	padding-left: 5px;
	margin-bottom: 2px;
}

#pathway_text img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
}

#search_outer {
	float: left;
	width: 165px;
}

#search_inner {
  border: 1px solid #000084;
	padding: 0px;
  height: 21px !important;
  height: 23px;
  overflow: hidden;
}

#search_inner form {
  padding: 0;
  margin: 0;
}

#search_inner .inputbox {
	border: 0px;
	padding: 3px 3px 3px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #c64934;
}

#header_outer {
	text-align: left;
	border: 0px;
	margin: 0px;
}

#header_inner {
	float: left;
	padding: 0px;
	width: 900px;
	height: 150px;
	background: url(images/oben.jpg) no-repeat;
	}

#header_navi_outer{
border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	background-image:url(images/navi_top.jpg);
	background-repeat:no-repeat;
	float: left;
	width: 900px;
	height: 26px;
}

#header_navi_inner {
	height:19px;
	width:800px;
	margin-left:7px;
	margin-top:7px;	
	float: left;
}
#header_language {
	height:19px;
	width:85px;
	margin-left:7px;
	margin-top:7px;	
	float: left;
}

#content_outer {
	padding: 0px;
	margin-top: 0px;
	border-bottom: 2px solid #333333; 
	border-left: 2px solid #333333;
	float: left;
	width: 898px;
}

#content_inner{
  float: left;
  width:741px;
  background-color:#666666;
  border-top: 2px solid #333333; 
  padding: 0;
  padding-top: 2px;
  margin: 0;
}

table.content_table {
  width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}

table.content_table ul {
	float:left;
	margin-left:12px;
}

table.content_table li {
	float:left;
	background:url(images/bullet.png) left center no-repeat;
	padding-left:23px;
	width:600px;
	height:20px;
	line-height:20px;
}

#navi_outer {
	width: 153px;
	background-image: url(images/navi-bg.jpg);
	background-repeat:repeat-y;
	float: right;
	border-top: 2px solid #333333;
	border-right: 2px solid #333333;
	border-left: 2px solid #333333;
}

#navi_inner {
  width: 153px;
  float: left;
  margin-left:0px;
  
  }

#navi_top {
background-image:url(images/navi_modul_top.jpg);
background-repeat:no-repeat;
  width: 150px;
  float: left;
  height:10px;
  margin-left: 3px;
  }
 
#navi_middle {
background-image:url(images/navi_modul_mitte.jpg);
background-repeat:repeat-y;
  width: 150px;
  float: left;
 margin-left: 3px;
  }
  
#navi_middle_content {
margin-left:10px;
  width: 140px;
  float: left;
 
  }
 #navi_bottom {
background-image:url(images/navi_modul_bottom.jpg);
background-repeat:no-repeat;
  width: 150px;
  float: left;
  height:10px;
  margin-left: 3px;
  
  }
 #navi_space {
 width:153px;
 height:5px;
 margin-bottom:5px;
 border-bottom:2px #333333 solid;
 float:left;
 }
 
table td.body_outer {
	padding: 2px;
	color:#fff;
	
}

td.body_outer table td p {
	width:320px;
}

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

.back_button {
	float: left;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #333333;
  width: auto;
  background: url(images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #000084;
  width: auto;
  background: url(images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}

#footer {
	text-align: center;
	padding: 3px;
}


ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
/*background-image: url(images/arrow.png);*/
background-repeat: no-repeat;
background-position: 0px 2px;
font-size:11px;
}





td {
	text-align: left;
	font-size: 11px;
}


body {
	margin: 15px;
	height: 100%;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 11px;
	color: #fff;
	background: #333333;
}

/* Joomla core stuff */
a:link, a:visited {

	color: #ffffff; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ff6633;	text-decoration: none;
	font-weight: bold;
}



table.contentpaneopen {
  width: 100%;
	padding: 10px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-left: 5px;
   padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 5px;
}



table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	
}

.button {
  color: #ffffff;
  font-family: Verdana, Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #333333;
  width: auto;
  background: url(images/button_bg.png) repeat-x;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
  }

.inputbox {
	padding: 2px;
	border:solid 1px #333333;
	background-color: #ffffff;
}

.componentheading {
	
	color: #ffffff;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;

}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 30px;

	color: #ff6600;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
}



.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #ff6600;
	text-align:left;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #ff6600;
	text-align:left;}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #ff6600;
	text-align:left;}


p {
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align:left;
padding:5px 15px;
line-height:1.4em;}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable {
	padding: 0;
	margin-bottom: 2px;
}

table.moduletable th, div.moduletable h3 {
	
	color: #ffffff;
	text-align: left;	
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
	border-bottom:1px #ff6633 solid;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
background-color: #999999;
  padding: 4px;
}


.sectiontablefooter {
background-color: #999999;
}

.sectiontableentry1 {
background-color: #999999;
padding:5px;
}

.sectiontableentry2 {
background-color: #999999;
padding:5px;
}

.small {
	color: #999999;
	font-size: 11px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

table.contenttoc {
  border: 1px solid #333333;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  background: url(images/subhead_bg.png) repeat-x;
  color: #ffffff;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding-left: 5px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
    background: url(images/navi_hover.jpg) no-repeat;
	text-decoration: none;
	color: #ff6633;
}

a.mainlevel#active_menu {
background: url(images/navi_hover.jpg) no-repeat;
	color: #ff6633;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #fff;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #6699cc;
	text-align: left;
}

a.sublevel:hover {
	color: #336699;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #333;
}
a.mainlevel_warenkorb:link, a.mainlevel_warenkorb:visited {
	color: #336699; text-decoration: none;
	font-weight: bold;
}

a.mainlevel_warenkorb:hover {
	color: #6699cc;	text-decoration: none;
	font-weight: bold;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}

hr {
width:100%;
height:1px;
color:#ff6633;

}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #000084;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #000084;
}

span.article_seperator {
	display: block;
	height: 1.5em;
}

.child_list {
bgcolor:#999;
background-color:#999;
padding-left:5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#fff;

}
.child_list tr {
bgcolor: ;
background-color: #666666;
padding-left:5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#fff;
}
.productoverzicht {
	width:350px;
	height:140px;
	height:auto !important;
	min-height:140px;
	float:left;
	padding-bottom:5px;
}
.product ul li {
	min-height:90px;
	width:140px;
	display:block;
	text-align:center;
	padding:20px;
	list-style:none;
	
}
.zoek-resultaat {
	height:150px;
	
}

/* formulieren */

/* Styles for component */

#artforms-box {
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	margin: 0px -4px 0px -4px;
	padding: 5px 2px 5px 2px;
}

#artforms-box input,
#artforms-box .inputboxtxt,
#artforms-box fieldset {
	padding:0;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
/*	background: #f4f4f4 url(../images/input.png) -3px -3px repeat-x; */
}

#artforms-box .inputboxhtml {
	padding:0;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
/*	background: #f4f4f4 url(../images/input.png) -3px -3px repeat-x; */
}

#artforms-text {
	padding: 5px 5px 5px 5px;
}

#artforms-danktext {
	padding-left: 10px;
	padding-bottom: 15px;
}

.affieldname {
	padding-top:0px;
}

.artformstextarea-html {
	padding:0;
	margin:0;
}

.artformstextarea-txt {
	padding:0;
	margin:0;
}

.artforms-date {
	display:inline-block;
}

#artforms-box .artforms-button {
	border: 1px solid #777;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
/*	background: transparent url(../images/input.png) -3px -3px repeat-x; */
	font-size: 12px;
	color: #888;
	padding:2px 4px 2px 7px;
}	

#artforms-box div.artforms-date input.button:hover,
#artforms-box .artforms-button:hover {
	border: 1px solid #d6d6d6;
	border-left-color: #777;
	border-top-color: #777;
/*	background: transparent url(../images/input.png) -3px -3px repeat-x;*/
	font-size: 12px;
	color: #333;
	padding:2px 4px 2px 6px;
	margin:1px 0px -1px 1px;
}	

#artforms-box #artforms-reqtext {
	margin:5px 0px 5px 0px;
	padding:2px 2px 2px 2px;
	height:99%;
}

#artforms-box #artforms-buttons {
	margin:5px 0px 5px 0px;
	padding:2px 2px 2px 2px;
	height:99%;
}

#artforms-box #artforms-forminfo {
	margin:2px 0px 15px 0px;
	padding:1px 2px 2px 2px;
	height:99%;
}

#artforms-box #attsysbox {
	margin:10px 0px 10px 0px;
	padding:0;
	height:99%;
}

#artforms-box #afnewsletter {
	margin:10px 0px 10px 0px;
	padding:0;
	height:99%;
	text-align: center;
}

#artforms-box .artforms-error {
	margin: 10px 0px;
	padding: 10px 15px 5px 75px;
	height: 55px;
	border: 1px solid #cc0000;
	background: #ffffcc;
	text-align: left;
	color: red;
	font-weight: bold;
/*	background-image: url(../images/error.png); */
	background-repeat: no-repeat;
	background-position: 10px 50%;
}

#artforms-box .artforms-errorwsize {
	margin: 10px 0px;
	padding: 10px 15px 5px 75px;
	border: 1px solid #cc0000;
	background: #ffffcc;
	text-align: left;
	color: red;
	font-weight: bold;
/*	background-image: url(../images/error.png);*/
	background-repeat: no-repeat;
	background-position: 10px 50%;
}

#artforms-box .artforms-errorwtype {
	margin: 10px 0px;
	padding: 10px 15px 5px 75px;
	border: 1px solid #cc0000;
	background: #ffffcc;
	text-align: left;
	color: red;
	font-weight: bold;
/*	background-image: url(../images/error.png); */
	background-repeat: no-repeat;
	background-position: 10px 18px;
}

#artforms-box .artforms-errorfield {
	margin: 2px 0px 2px;
	padding: 5px 15px 5px 35px;
	border: 1px solid #cc0000;
	background: #ffffcc;
	text-align: left;
	color: red;
	font-weight: bold;
/*	background-image: url(../images/minierror.png); */
	background-repeat: no-repeat;
	background-position: 10px 50%;
}

#artforms-box .artforms-errorftxt {
	margin: 0px 0px 0px;
	padding: 2px 0px 2px 35px;
	text-align: left;
	color: red;
	font-weight: bold;
/*	background-image: url(../images/minierror.png); */
	background-repeat: no-repeat;
	background-position: 10px 50%;
}

#artforms-box .artforms-errorfield {
	margin: 2px 0px 2px;
	padding: 5px 15px 5px 35px;
	border: 1px solid #cc0000;
	background: #ffffcc;
	text-align: left;
	color: red;
	font-weight: bold;
/*	background-image: url(../images/minierror.png); */
	background-repeat: no-repeat;
	background-position: 10px 50%;
}

.attfile {
	display: block;
}


.aferrorm {
   width:100%;
   height:44px;
   color:#C64934;
   font-family:Arial;
   font-size:14px;
   font-weight:bold;
   float:left;
   margin:7px 2px 7px 2px;
   padding:2px 2px 0px 2px;
   text-align:center;
   overflow:hidden;
}

.aferrorm img {
   margin-bottom:-4px; 
   padding:0px 3px 0px 3px;
}

.afattastfix {
   margin-left:320px;
}

.clear {
   clear:both;
} 


/* Styles for FrontEnd Recived Forms */

table.adminlist {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #ddd;
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;
}

table.adminlist th {
	margin: 0px;
	padding: 6px 4px 2px 4px;
	height: 20px;
/*	background: url(../../../administrator/templates/joomla_admin/images/background.jpg); */
	background-repeat: repeat;
	font-size: 9px;
	color: #000;
	text-align: center;
}
table.adminlist th.title {
	text-align: left;
}

table.adminlist th a{
	text-align: center;
}

table.adminlist th a:link, table.adminlist th a:visited {
	color: #c64934;
	text-decoration: none;
}

table.adminlist th a:hover {
	text-decoration: underline;
}

table.adminlist tr.row0 {
	background-color: #F9F9F9;
	text-align: left;
}
table.adminlist tr.row1 {
	background-color: #FFF;
	text-align: left;
}
table.adminlist td {
	border-bottom: 1px solid #e5e5e5;
	padding: 4px;
	font-size: 9px;
	text-align: center;
}
table.adminlist tr.row0:hover {
	background-color: #f1f1f1;
}
table.adminlist tr.row1:hover {
	background-color: #f1f1f1;
}
table.adminlist td.options {
	background-color: #ffffff;
	font-size: 5px;	
}
select.options, input.options {
	font-size: 8px;
	font-weight: normal;
	border: 1px solid #999999;
}

/* Styles for Highslide */

.highslide-html {
   background-color: white;
}

.highslide-html-content {
   position: absolute;
   display: none;
}

.highslide-loading {
   display: block;
   text-decoration: none;
   padding: 2px;
   border: 1px solid black;
   background-color: white;
}

.control {
   float: right;
   /*display: block;*/
   /*position: relative;*/
   margin: 0 5px;
}

.control:hover {
   color: black !important;
}

.highslide-move {
   cursor: move;
}

.highslide-display-block {
   display: block;
}

.highslide-display-none {
   display: none;
}


/* AttFile Styles */

		#afattfile .afattfilebox
		{
			width:					100%;
			float:					left;
		}
		#afattfile .afattfilebtnbox
		{
			width:					28%;
			height:					20px;
			padding-top:		3%;
			float:					left;
		}
		#afattfile .afattfilequeuebox
		{
			width:					70%;
			float:					left;
		}
		#afattfile fieldset
		{
			border: 1px solid #d6d6d6;
			border-left-color: #e4e4e4;
			border-top-color: #e4e4e4;
			background-image: none;
		}

		#afattfile legend
		{
			font-weight:			bold;
			font-size:				1.2em;
			color:					#888;
			margin:					auto;
		}
		#afattfile label
		{
			float:					left;
			text-align:				right;
			font-size:				1.1em;
		}
		#afattfile label.error
		{
			color:					#ff0000;
		}
		#afattfile div.label
		{
			clear:					both;
			margin:					0 0 0 0;
			padding:				0.1em 0.3em;
		}
		#afattfile input,
		#afattfile select
		{
			width:					10em;
		}

.bericht {
	background:#000;
	padding:5px;
	margin:5px;

}
.bericht b {
		font-size:16px;
		color:#FFF;
}
.bericht  blockquote {
	background-color:#565454;
	border-bottom: 4px solid #423f3f;
	border-left: 4px solid #423f3f;
	margin-left:10px;
	margin-right:10px;
	border-right: 4px solid #423f3f;
	
}

.product ul li {
	height:130px;
overflow:hidden;
}
.fotoproduct {
	width:115px;
	float:left;
}
.kortproduct {
	float:left;
	width:200px;
}

#talen {
	float:left;
	margin-top:80px;
	margin-left:20px;
	width:400px;
	text-align:left;
} 
.vlag {
	float:left;
	width:400px;
	color:#fff;
	margin-top:10px;
}
.vlag a {
	border:none;	
}

span.vlagspan {
	float:left;
	display:block;
	width:25px;
}