@charset "UTF-8";
/*		PINGUIN ZWOLLE					*/
/*		Webdesign by Blue Media			*/
/*		http://www.blue-media.nl		*/

img{ border:0;}

body {
	background:url(../images/bg.jpg); 
	font-size: 60%;
	font-family:Arial;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the .container selector */
	color: #1e1e1e;
	}

.wrap {
	font-size:1.4em;
	line-height:1.5em;
	position:relative;
	text-align:left;
	margin:0;
	padding:0;
	min-width:780px;
	}

.container {
	width:780px;
	min-width:780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	position:relative;
	}

/* Links */
a:link {
	color:#B02427;
}
a:visited {
	color:#B02427;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}

a img {border:none;}

/* Header */

.header {
	height:100px;
	background:url(../images/head_bg.jpg);}
	

/* Headers */

h2, h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:-2px;
	font-weight:normal;
	margin:0;
	padding:0;
	}

h2 {
	color:#d50000;
	font-size:24px;
	line-height:110%;
	padding:0 0 10px 0;
	}
	
h3 {
	color:#4d524b;
	font-size:190%;
	line-height:110%;
	}
	
h4 {
	color:#c70300;
	font-size:14px;
	font-weight:bold;
	padding:0 0 10px 0;
	letter-spacing:-1px;
	}

/* home body */

.homebody {
	background: #ddc871;
	padding:0;
	margin:0;
	color:#1c1c1c;
	position:relative;
	text-align:justify;
	line-height:1.6em;
	}
	
.maincontent{
width:410px;
float:left;
font-size:14px;
line-height:1.8em;
background:#FFF;
color:#1c1c1c;
padding:0 20px 20px 20px;
}

.maincontent_pro{
width:740px;
float:left;
font-size:14px;
line-height:1.8em;
background:#FFF;
color:#1c1c1c;
padding:0 20px 20px 20px;
}

.maincontent_close{
width:450px;
float:left;
height:6px;
background:url(../images/main_cont_close.jpg);
margin:0 0 20px 0;}

.menu{
background:#c27b0b;
color:#ebcc9a;
font-size:14px;
height:33px;
}

.show{
background:url(../images/header_bg.jpg);
height:233px;
}

.show_cont{
line-height:1.4em;
width:780px;
margin:0 auto;
height:233px;
background:url(../images/head_cont_open.jpg) bottom center no-repeat;
}

.show_cont_pro{
line-height:1.4em;
width:780px;
margin:0 auto;
height:233px;
background:url(../images/head_cont_open_pro.jpg) bottom center no-repeat;
}

.smallcont_open{
width:320px;
float:right;
height:10px;
margin:10px 0 0 0;
background:url(../images/small_cont_open.jpg) no-repeat;}

.smallcont{
width:300px;
float:right;
padding:0 10px 0 10px;
margin:0;
color:#474747;
font-size:14px;
background:#FFF;
line-height:1.3em;}

.smallcont_close{
width:320px;
float:right;
height:10px;
margin:0;
background:url(../images/small_cont_close.jpg) no-repeat;}

/* BAR */

.bar{
	background:url(../images/2nd_bg.jpg);
	padding:20px 0 20px 0;
	margin:0;
	height:227px;
	color:#876052;
	position:relative;
	text-align:justify;
	line-height:1.6em;
	}
.bGroup{
	height:227px;
	float:left;
	padding:0 30px 0 20px;
	border-right:1px solid #59372a;}


.menulink{
font-family:Arial;
font-size:14
px;
color:#ebcc9a;
float:left;
padding:6px 8px 0 8px;
}

hr{
	margin:0px;
	padding:0px;
	border:0;
	border-top:1px solid #af4b17;}

.fontAB{
	font-family:Arial Black;
	font-size:14px;
	letter-spacing:-0.05em;}
	
.stxt{font-size:12px;
color:#000;
font-style:italic;}

.stxt_p{font-size:12px;
color:#9F39B9;
font-style:italic;}

.menulink a{
color:#ffe9c5;
font-size:15px;
font-weight:bold;
text-decoration:none;
}

.menulink a:visited{
text-decoration:none;
}

.menulink a:hover{
text-decoration:underline;
}

.menulink a:active{
text-decoration:none;
}

/* Footer */

.footer {
	background:#e9ad00;
	height:245px;
	padding: 20px 0 0 0;
	margin: 0;
	text-align:left;
	color:#760000;
	}
	
.footer a{
	color:#760000;
	text-decoration:none;
	}
	
.footer a:visited{
	color:#760000;
	text-decoration:none;
	}
	
.footer a:hover{
	color:#ff0400;
	text-decoration:underline;
	}
	
.footer a:active{
	color:#760000;
	text-decoration:none;
	}
	
.fGroup{
	height:225px;
	float:left;
	padding:0 20px 0 20px;
	border-right:1px solid #efbd2b;}
	
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Float Classes */
	
.fltlft{float:left;}
	
.fltrt{float:right;}