/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Vrije Academie | main.css
Author : GMWEB | Tim Schuitemaker
URL : http://www.gmweb.nl

Description : Standard CSS for the Vrije Academie

Created : 20-05-2010
Modified : 20-05-2010

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/


/* ----- STANDARD CSS ----- */

*{
margin:0;
padding:0;line-break: 
font-family:Verdana, Arial, sans-serif;
font-size:11pt;
line-height: 12pt;
}
html{
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
font-family:Verdana, Arial, sans-serif;

}
body{
margin:0;
padding:0;
background-image:url('../images/layout/bg.jpg');
font-family:Verdana, Arial, sans-serif;
font-size:11pt;
line-height: 12pt;
}


/* ----- CSS ITEMS ----- */

#container{
position: absolute;
left: 50%;
width:975px;
margin:0;
min-height:100%;
margin-left: -488px;
padding:0;
top: 0px;
background: #fff url('../images/layout/container_bg.jpg') 0 0 repeat-y;
text-align:left;
}
	#header {
	margin:0 7px; 
	background: #fff url('../images/layout/header_bg.jpg') 0 0 repeat-x;
	height:126px;
	width:961px;
	}
		#header #login {
		top:80px;
		right:20px;
		position:absolute;
		}
			#header #login a {
			color:#fff;
			font-size:85%;
			letter-spacing: 0.2px;
			text-decoration: none;
			}
		#logo {
		float:left;
		}
		#quote {
		width:500px;
		float:left;
		margin-top:10px;
		width: 400px; padding-top: 40px; padding-right: 15px; text-align: right;
		}	
			#quote p span {
			font-style: italic; color: #fff; font-size: 100%; white-space:nowrap;
			}
			#quote p, #imagetext p {
				font-family: Verdana, arial, sans-serif;
				font-size:11px;
				font-style: italic;
			}	
		
	#menu {
	margin:0 7px; 
	background: #fff url('../images/layout/menu_bg.jpg') 0 0 repeat-x;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	height:31px;
	width:961px;	
	}
		ul.dropdown {
		width:auto;
		list-style-type: none;
		margin:0;
		padding:0;
		
		}
			ul.dropdown li {
			width: 151px;
			float:left;
			text-align: center;
			height:31px;
			}
				ul.dropdown li a{
				width:100%;
				float:left;
				height:100%;
				padding-top:7px;
				color:#fff;
				font-family: Verdana,arial,sans-serif;
				font-size:12px;
				letter-spacing: 1px;
				font-weight:bold;
				letter-spacing: 0.9px;
				text-decoration: none;
				}
				ul.dropdown li a:hover, ul.dropdown li.active a{
				width:100%;
				float:left;
				height:90%;
				background: url('../images/layout/menuitem_hover.jpg') 0 0 repeat-x;
				color:#000;
				}
				
		div#basket {
		float:right;
		width:170px;
		padding-right:5px;
		margin-top:7px;	
		}
			div#basket, div#basket a, div#basket img, div#basket a img {
			color:#fff;
			font-family: Verdana,arial,sans-serif;
			font-size:12px;
			padding-left:3px;
			letter-spacing: 0.9px;
			font-weight:normal;
			text-decoration: none;
			}
			#basketnumber {
			color:#fff;
			font-family: Verdana,arial,sans-serif;
			font-size:12px;
			padding-left:3px;
			margin:0;
			padding:0;
			
			}
	
	#maincontent {
	margin-bottom: 5px;
	}
		
	.col1 {
	margin-left:7px;
	width:176px;
	float:left;
	border-right:1px solid #fff;
	}
		ul#slideshow_link {
			list-style: none;	
			width:177px;
		}
		ul#slideshow_link li {
			height:40px;
			cursor: pointer;
			padding-right:30px;
			padding-top:8px;
			text-align: right;
			font-weight:bold;
			font-size:85%;
			background-image: url('../images/layout/slideshow_linkbg.jpg');
		}
		ul#slideshow_link li.active {
			height:40px;
			background-image: url('../images/layout/slideshow_linkbgactive.jpg');
			color:#fff;
		}
		#college_plaatsen {
		text-align: right;
		padding-right:5px;
		padding-bottom: 7px;
		}
		
		#college_plaatsen a{
		color:#c59413;
		text-decoration: none;
		font-size:11px;
		font-weight: bold;
		}
		
		#activeseason {
		text-align: right;
		background: url('../images/layout/activeseason.gif') 0 0 repeat-x;
		padding-right:5px;
		padding-top: 0px;
		padding-bottom: 2px;
		}
		
		#activeseason a{
		color: #fff;
		font-family: Verdana, arial, sans-serif;
		text-decoration: none;
		font-size:10px;
		font-weight: bold;
		}
		
		#inactiveseason{
		text-align: right;
		background: url('../images/layout/inactiveseason.gif') 0 0 repeat-x;
		padding-right:5px;
		padding-top: 0px;
		padding-bottom: 2px;
		}
		
		#inactiveseason a{
		color: #000;
		font-family: Verdana, arial, sans-serif;
		text-decoration: none;
		font-size:10px;
		font-weight: bold;
		}
				
		
	.col2 {
	float:left;
	width: 608px;
	}
		.col2 .Slideshow_home {
		width:608px;
		background-color: black;
		}
		.col2 table#homeproducts {
			width:608px;
			
		}

			.col2 #homeproducts tr {
			background-image:  url('../images/layout/homeitem_bg.jpg');
			background-color: #efefef;
			background-repeat: repeat-x;	
			}
			.col2 #homeproducts tr td{
			margin:0;
			vertical-align: top;
			float:left;
			margin-bottom:10px;
			width:303px;
			
			}
			.col2 #homeproducts tr td.homeproduct_item {
			padding-top: 7px;
			float:left;
			}
			.homeproduct_border{
			border-left:1px solid #fff;
			}
			
				.col2 #homeproducts .homeproduct_item h2, .col2 #homeproducts .homeproduct_item p{
				padding-left:10px;
				}
			.homeproduct_title {
			height:25px;
			
			overflow: hidden;
			}
		
		#footermenu {
		position: absolute;
		background:#f2f2f2 0 0 repeat-x;
		border-right:0px solid #fff;
		height:20px;
		width:960px;
		padding-top:2px;
		/* border-top: 4px solid #fff; */
		/* margin-left:7px; */
		bottom: 0px;
		left:50%;
		margin-left:-480px;
		}
			#footermenu ul{
				list-style-type: none;
				position: absolute;
				font-weight: lighter;
				width:604px;
				left:50%;
				margin-left:-302px;
			}
			#footermenu li{
				float:left;
				text-align: left;
				display: block;
				padding:0 0px 0 0;
				margin:0;
				margin-right:37px;
				text-decoration: none;
			}
			#footermenu li a{
			    font-family: Tahoma;
				color:#000;
				font-weight: bold;
				font-size:9px;
				letter-spacing: 0px;
				text-decoration: none;
			}
		.col2 .news_slideshowoverlayi {
			position:absolute;
	        margin-top:-30px;
	        margin-left:585px;
	        text-align: right;
	        float:right;
	        background: #fff;
	        opacity: 0.5;
	        filter: alpha(opacity=50);
	        color:#fff;
	        width:15px;
	        z-index:3335;
	        height: 27px;
		}	
		.col2 .news_slideshowoverlay {
	        position:absolute;
	        margin-top:-30px;
	        padding: 0px;
	        text-align: right;
	        float:right;
	        background: #fff;
	        opacity: 0.5;
	        filter: alpha(opacity=50);
	        color:#fff;
	        width:585px;
	        z-index:3333;
	        height: 27px;
	    }
		    .col2 .news_slideshowoverlayi p{
		        padding:0;
		        margin:5px;
		        color:#fff;
		        font-size: 14px;
		    }
		    .col2  .news_slideshowoverlaycontent p{
		        position:absolute;
		        margin-top:-30px;
		        line-height: 27px;
		        padding: 0px;
		        text-align: right;
		        color:#fff;
		        width:580px;
		        z-index:3433;
		    }
		#tellafriendmesssage {
			margin-top:10px;
			margin-bottom:10px;
		}
	.col3 {
	width:176px;
	float:left;
	background:#fff url('../images/layout/col3_bg.png') 0 0 repeat-x;

	}
		.col3 #newsitems{
			padding:5px;
			padding-top:10px;
			padding-left:10px;
		}
		.col3 #newsitems a, .col3 a{
			text-decoration: none;
		}
		.col3 #newsitems p a {
			font-size: 13px;
			text-decoration: none;
			color:#000;
		}
		
		.col3 #right_bottom {
			background:#a17d1c url('../images/layout/rightbottom_bg.png') 0 0 repeat-x;
			margin-left:1px;
		}
			.col3 #right_bottom p {
				color:#fff;
				padding:10px;
				/*padding-left:11px;*/
				font-size:12px;
			}
			
			
		.col3 #right_bottom2 {
			background:#a17d1c url('../images/layout/rightbottom_bg.png') 0 0 repeat-x;
			margin-left:1px;
		}
			.col3 #right_bottom2 p {
				color:#fff;
				padding:10px;
				/*padding-left:11px;*/
				font-size:12px;
			}
			
		.korting_image {
			position:absolute;	
			z-index:4;
			width:90px;
			margin-left:-90px;
			margin-top:35px;
				
		}
		.col3 #kortingarrow {
			background:#fff url('../images/layout/korting_arrow.png') 0 0 repeat;
			height:30px;
			width:7px;
			margin-top:35px;
			float:right;
		}
		.col3 #korting {
			background-color:#d9b869;
			background-image: url('../images/layout/korting_venster.png');
			background-repeat: no-repeat;
			background-position: bottom;
			color:#fff;
			float:right;
			font-size:70%;
			width:128px;
			height:auto;
			min-height: 130px;
			margin-top:35px;
			padding:14px;
			margin-right: 3px;

		}
		
		.col3 #dyn_cart{
		  width: auto;
		  padding-left: 7px;
		  min-height: 240px;
		}
			#inlinecart p {
				font-size:10px;
				font-family: Verdana, arial, sans-serif;
				line-height:13px;
				letter-spacing: 0.2px;
			}
			.col3 #dyn_cart #inlinecartnumbers {
				position:absolute;
				top:370px;
				float:right;
				right:10px;
				text-align: right;
				margin-right:3px;
			}
			.col3 #dyn_cart #inlinecartnumbers a#inlineactive{
				background-color:#d9a93a;
				border: 1px solid #a68536;
				-webkit-border-radius: 3px;    /* for Safari */
   			 	-moz-border-radius: 3px;       /* for Firefox */
				color:#fff;
				text-decoration: none;
				font-size:8px;
			}
			.col3 #dyn_cart #inlinecartnumbers a{
				color:#000;
				text-decoration: none;
				font-size:8px;
				padding:1px 4px;
			}
			.col3 #dyn_cart #inlinecartbuttons {
				position: absolute;
				top:408px;
			}
			.col3 #dyn_cart #inlinecartbuttons img {
				margin-left:5px;
			}
			
	.col4 {
	width:764px;
	margin-left:17px;
	padding-left:10px;
	float:left;
	}
		.col4 .partnerbox {
			width:360px;
			height:200px;
			float:left;
			border:1px solid #e1dedc;
			margin-right:10px;
			margin-bottom:10px;
		}
			.col4 .partnerbox img {
				margin:10px;
			}
			.col4 .partnerbox h2{
				color:#d2a946;
				padding:0;
				font-weight:bold;
				margin:10px;
				line-height: 15px;
			}
			.col4 .partnerbox p {
				margin:10px;
			}
			
		.col4 .teacherbox {
			width:360px;
			height:180px;
			float:left;
			border:1px solid #e1dedc;
			margin-right: 10px;
			margin-bottom:10px;
		}
			.col4 .teacherbox img {
				margin:7px;
				margin-bottom: 70px;
			}
			.col4 .teacherbox h2{
				color:#d2a946;
				padding:0;
				font-weight:bold;
				margin:10px;
				line-height: 15px;
			}
			.col4 .teacherbox p {
				margin:7px;
			}
	.col5{ /* gebruikt bij survey */
		margin-left:7px;
		margin-right:7px;
	}
		.col5 td{
		padding:20px 20px 20px 0;
		}
		.col5 td#survey_introtext{
		width:490px;
		
		
		}
			.col5 td#survey_introtext p {
		 		font-size:12px !important;
		 	}
		 	.col5 .survey_answers p, .col5 .survey_answers strong{
		 		font-size:11px;
		 	}
		 	.col5 .survey_answers input, .col5 .survey_answers select{
		 		margin-right: 10px;
		 		margin-left:7px;
		 		margin-top:4px;
		 	}
		 		.col5 .survey_answers input, .col5 .survey_answers select option{
		 			padding-right:13px;
		 		}
		 	
		 	.col5 .survey_answers textarea {
		 		margin-top:4px;
		 	}
		 	.col5 .survey_answers table td{
		 		margin:0;
		 		padding:0;
		 	}
		 	.col5 span.gold {
		 		font-size:12px;
		 		font-weight: bold;
		 		color:#a8842e;
		 	}
		div.survey_number {
			background-image:url('../images/layout/survey_numberbg.jpg');
			width:22px;
			height:19px;
			text-align: center;
			padding-top:4px;
			font-size:10px;
			font-weight: bold;
			color:#fff;
		}
	
	
		#slideshow {
		width:604px;
		background-color:#fff;
		height:240px;
		}
			
			
		#product_content{
		width:588px;
		/*margin-top:10px;*/
		padding: 10px;
		}
			#product_content h2.uppercase {
				max-width: 510px;
			}
			#product_content ul{
			list-style-type: disc;
			padding-left:20px;
			}
			#product_content ul li{
			
			}
			
		
		.college_block {
		width:107px;
		height:150px;
		margin:0 17px 28px 0;
		float:left;
		}
		.college_block_nom {
			margin:0 0px 28px 0;
		}
			.college_block a {
			font-size:10px;
			line-height: 12px;
			color:#000;
			font-weight: bold;
			text-decoration: none;
			
			font-family: Verdana, arial, sans-serif;
			}
			.college_block a:hover {
			color:#d9a93a;
			font-weight: bold;
			}
			.college_block a img {
				width:110px;
				border:0px solid black;
				height:110px;
			}
		#productholder {
		width:608px;	
		}
			.product {
			float:left;
			width:152px;
			margin-top:2px;
			height:150px;
			}
				h2.city {
				margin-top:2px;
				color:#c69314;
				font-weight: bold;
				font-size:10.5px;
				letter-spacing: 0.2px;
				text-transform: uppercase;
				}
				p.description {
				font-size:13px;
				margin:4px 0;
				}
			h2.season {
			border-bottom:1px solid #ccc;
			padding-bottom:3px;
			color:#c59413;
			color:#c69314;
			font-weight: bold;
			font-size:11px;
			letter-spacing: 0.2px;
			margin:0 10px;
			}
			.wachtlijst_i {
			padding-bottom:5px;
			z-index:5;
			position: absolute;
			}
			.wachtlijsttext {
				position:absolute;
				z-index:2;
				width:200px;
				height:95px;
				margin-top:-87px;
				padding:5px;
				background-color:#666;
				color:#fff;
				font-size:80%;
				display: none;
			}
			.changed_i {
			padding-bottom:5px;
			z-index:5;
			position: absolute;
			}
			.changedtext {
				position:absolute;
				z-index:2;
				width:140px;
				height:65px;
				margin-top:-57px;
				padding:5px;
				background-color:#666;
				color:#fff;
				font-size:80%;
				display: none;
			}
		ul#product_link {
			list-style: none;	
		}
		ul#product_link li {
			min-height:40px;
			cursor: pointer;
			
		}
		ul#product_link li a{
			color:#000;
			padding-top:12px;
			font-family: Verdana, arial, sans-serif;
			font-weight:bold;
			font-size:11px;
			text-decoration: none;
			min-height:36px;
			display: block;
			width:146px;
			background-image: url('../images/layout/slideshow_linkbg.jpg');
			margin:0;		
			text-align: right;
			padding-right:30px;
			cursor: pointer;			
		}
		
		ul#product_link li a.active{
			height:36px;
			background-image: url('../images/layout/slideshow_linkbgactive.jpg');
			color:#fff;
		}
		
		#inlinecart_aantaldeelnemers, #inlinecart_prijs {
			font-size:11px;
			margin-top: 0px;
		}
		#inlinecart_prijs {
			font-size:12px;
			margin-top: 2px;
			margin-left:8px;
			text-align: left;
		}
		p.price {
			font-size: 10px !important;
		}

/*---------ACCORDION ---*/
.accordion {
	width: 100%;
	border-bottom: solid 1px #c4c4c4;
}
.accordion h3
 {
	background: #fff;
	text-transform: none;
	padding: 7px 15px;
	margin: 0;
	font: bold 10px Verdana, Arial, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover {
    background:#d9a93a;/* url('../images/layout/rightbottom_bg.png') 0 0 repeat-x;*/
	/*background-color: #FB8200;*/
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	
	margin: 0;
	padding: 10px 15px 20px;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	display: none;
}
		
/* ----- CLASSES ----- */

.hide{
display:none;
}
.show{
display:block;
}
.left {
float:left;
}
.right {
float:right;
}
img.right {
margin-right:10px;
margin-left:10px;
}
.inlinecartclear {
clear:both;
margin-bottom:8px;
}
.center {
	text-align: center;
	font-size:12px;
	margin-top:200px;
}
.clear {
clear:both;
}
.uppercase {
text-transform: uppercase;
}
.m_l_padding {
padding-left:20px;
}
.m_r_padding {
padding-right: 20px;
}
/* ----- FORM ----- */
input#search {
	border:1px solid #fff;
	width:120px;
	background-color: transparent;
	margin-left:20px;
	margin-right:30px;
	margin-top:5px;
	color:#fff;
	-webkit-border-radius: 0;    /* for Safari */
    -moz-border-radius: 0;       /* for Firefox */
	font-size:80%;
	padding:3px;
}

label {
	font-size:11px;
	margin-left:3px;
	margin-right:3px;
}
label.location{
	margin-right:20px;
	width:50px;
	float:left;
	display: block;
}
label.gold {
	margin-right:20px;
	color:#c69314;
	text-transform: uppercase;
	font-weight:bold;
	width:50px;
	float:left;
	display: block;
}
input.cart {
width:200px;
}
.cartbutton {
	margin-top:10px;
	background-color: #fff;
	border:1px solid #ccc;
	 -webkit-border-radius: 4px;    /* for Safari */
    -moz-border-radius: 4px;       /* for Firefox */
    font-size:11px;
    color:#666;
    padding:2px;
    cursor: pointer;

}
.cartbuttonactive {
	margin-top:10px;
	background-color: #fff;
	border:2px solid #c69314;
	 -webkit-border-radius: 4px;    /* for Safari */
    -moz-border-radius: 4px;       /* for Firefox */
    font-size:11px;
    color:#c69314;
    padding:2px;
    cursor: pointer;
}
input, textarea {
	background-color: #fff;
	border:1px solid #ccc;
	 -webkit-border-radius: 4px;    /* for Safari */
    -moz-border-radius: 4px;       /* for Firefox */
    font-size:11px;
    color:#666;
    padding:2px;
    margin-left:2px;
}
textarea {
	width:273px;
	height:100px;
}
option {
	font-size:11px;
}
/* ----- TABLE ----- */
table#tellafriend tr td{
min-width: 270px !important;

}

table#producten {
margin:0 8px;
}
table{
border-collapse: collapse;
}
th {
text-transform: uppercase;
font-family: Verdana,arial,sans-serif;
font-size: 11px;
}
td {
	font-size:11px;
	padding-bottom:3px;
	vertical-align: top;
}


/* ----- HEADERS ----- */
h1 {
font-weight: bold;
font-size:12px;
text-transform: uppercase;
}

h2.gold {
color:#c69314;
font-weight: bold;
font-size:10.5px;
letter-spacing: 0.2px;
line-height: 10px;
margin-top:2px;
}
h2 {
font-size:14px;
line-height: 20px;

font-weight:normal;
font-family: Verdana, arial, sans-serif;
}
h3 {
font-size:13px;
line-height: 12px;
text-transform: uppercase;
font-weight:normal;
font-family: Verdana, arial, sans-serif;
}
h4 {
font-size:14px;
font-weight:normal;
}
a h3, h3 a {
color:#000;
text-decoration: none;
line-height:16px;
}
/* ----- PARAGRAPHS ----- */
span.white {
font-size:11px;
color:#fff;

}
span.changed {
	color: #ff7200;
}

p{
color:#000;
font-size:10px;
font-family:Verdana, Arial, sans-serif;

}
sub, sup {
font-size:6px;
line-height: 2px;

}
strong {
font-size:10pt;
font-family:Verdana, Arial, sans-serif;
}
.subtitel {
	font-size:11px;
	margin: 2px 0;
}
.smaller, p.smaller p {
	line-height: 12px;
	text-align: justify;
}
.teaser {
	text-align: justify;
	height:auto;
}
.teaser p {
	font-family: Tahoma, arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
}
i, em, u, b {
font-size:80%;
}
/* ----- LISTS ----- */

ol {
margin-left:25px;
}
ol li {
color:#000;

font-size:11px;
font-family:Verdana, Arial, sans-serif;
}
ul.errors {

color:#000;
list-style-type: none;
}
ul.errors li {
font-size:10px;

}
ul.errors li span{
color: red;
font-size:10px;

}
ul.errors li strong {
font-size:10px;
color:#000;
}
/* ----- LINE ----- */
hr {
	border:0; 
	border-top: 1px solid #ccc; 
	height: 0; 
	margin-top: 5px;
	background: #ccc;

}
/* ----- LINKS ----- */


td a, p a, a.underline{
color:#666;
font-size:80%;
text-decoration:underline;
}

td a:hover, p a:hover, a.underline:hover{
color:#000;
text-decoration:underline;

}
p a:visited, p a:active, p a:focus{
color:#666;
font-size:80%;
text-decoration:none;
border-bottom: 1px solid #eee;
}

/* ----- OVERLAY ----- */
#overlay_background {
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: #000000;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 100;
	display: none;
}

#overlay_box {
	position: absolute;
	top: 20px;
	height: 100px;
	width: 750px;
	left: 50%;
	margin-left: -375px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #ffffff;
	z-index: 101;
	display: none;
}
    #scroll {
    overflow:auto;height:420px;width:100%;margin-top:10px;
    }
	#ajaxmsg {
	margin:5px;
	font-size:10px;
	padding:5px;
	display: none;
	}
	.kortingveld {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background-color: #dac48a;
		border: 1px solid #666666;
		padding: 10px;
		font-size:10px;
	}
	
	.kortingsveldhr {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	select, option {
	font-size:11px;
	font-family: Verdana, arial, sans-serif;
	}
	
#overlay_close {
	float: right;
	padding: 5px;
	cursor: pointer;
	display: none;
}

#overlay_content {
	padding: 20px 10px 10px 10px;
	display: none;
}
a img, p a img {
border:0px solid black !important;
text-decoration: none !important;
}


/* ----- SLIDESHOWHOME ----- */
.SlideshowI {
position:absolute;
right:5px;
bottom:5px; 
font-size: 14px; 
color: #fff;
font-weight:bold;
z-index:99;
cursor:pointer;
}
.SlideshowIinactive {
filter:alpha(opacity=70);
opacity: 0.7;
-moz-opacity:0.7;
color:#b8921a !important;
font-weight:bold !important;

font-size: 14px !important;
 
}
.SlideshowOverlay {
width:auto;
padding-left:13px;
padding-top:0;
padding-bottom: 5px;
padding-right: 15px;
display: none;
background-color:#fff;
position:absolute;
bottom:0px;
right:0px;
filter:alpha(opacity=70);
opacity: 0.7;
-moz-opacity:0.7;
}
	.SlideshowOverlay .invisible {
	visibility: hidden;
	font-size:10px;
	color:#fff;
	}
.SlideshowText{
width:auto;
padding-right:10px;
display: none;
position:absolute;
padding-top:0;
padding-bottom: 5px;
padding-right: 15px;
margin:0;
bottom:0px;
right:0px;
font-size:10px;
color:#fff;
}
.SlideshowText p {
font-size:10px;
color:#fff;
}
.slideshowteaser0 {
        position:absolute;
        top: 154px;
        left: 0px;
        height: 66px;
        width: 282px;
        padding: 10px;
        background-color: #fff;
        opacity: 0.7;
       	filter:alpha(opacity=70);
		opacity: 0.7;
		-moz-opacity:0.7;
        z-index:3343;
       
    }
    
    .slideshowteasercontent0{
        position:absolute;
        top: 159px;
        left: 5px;
        height: 76px;
        margin-left:6px;
        width: 292px;
        padding: 0px;
        color:#000;
        z-index:3443;
    }
    
    .slideshowteaserbuttons0{
        position: absolute;
        top: 223px;
        margin-left:1px;
        height: 17px;
        left:0;
        z-index: 3443;
    }
    
    .slideshowteaser0 p, .slideshowteaser1 p, .slideshowteaser2 p{
        padding:0;
        margin:5px;
        font-size:13px;
        color:#000;
    }
    .slideshowteasercontent0 h4, .slideshowteasercontent1 h4, .slideshowteasercontent2 h4 {
    	margin-bottom:2px;
     }
    .slideshowteasercontent0 p, .slideshowteasercontent1 p, .slideshowteasercontent2 p {
    	font-size:12px;
    	color:#000;
    }
    /* linksboven */
    .slideshowteaser1 {
        position:absolute;
        top: 0px;
        left: 0px;
        height: 86px;
        width: 302px;
        padding: 0px;
        background: #fff;
        filter:alpha(opacity=70);
		opacity: 0.7;
		-moz-opacity:0.7;
        z-index:3343;
       
    }
    
    .slideshowteasercontent1{
        position:absolute;
        top: 5px;
        left: 5px;
        height: 76px;
        width: 292px;
        padding: 0px;
        margin-left:6px;
        color:#000;
        z-index:3443;
        font-size:12px;
    }
    
    .slideshowteaserbuttons1{
        position: absolute;
        top: 83px;
        margin-left:1px;
        height: 17px;
        left:0;
        z-index: 3443;
    }
    
    
    
    /* linksboven */
    .slideshowteaser2 {
        position:absolute;
        top: 0px;
        right: 0px;
        height: 86px;
        width: 302px;
        padding: 0px;
        background: #fff;
        filter:alpha(opacity=70);
		opacity: 0.7;
		-moz-opacity:0.7;

        z-index:3343;
       
    }
    
    .slideshowteasercontent2{
        position:absolute;
        top: 5px;
        right: 5px;
        height: 76px;
        width: 292px;
        margin-left:6px;
        padding: 0px;
        color:#000;
        z-index:3443;
    }
    
    .slideshowteaserbuttons2{
        position: absolute;
        top: 83px;
        right: 0;

        height: 17px;
        z-index: 3443;
    }
 
    
    .nav { 
        width: 100%;
        
        padding-bottom: 1px;
        text-align: right;
    }
    
    
    #nav a { 
        color: #000;
        text-decoration: none;
        font-weight: bold;
    }
    
    #nav .navitem a {
        width:143px; 
        display: block;
        padding-top: 5px;
        height: 43px; 
        line-height: 10.5pt;
        background: #fff url('../images/layout/inactiveitem.gif') 0 0 repeat-x;
        font-size: 11px;
        font-weight: bold;
        font-family: Verdana, arial, sans-serif;
        padding-right: 29px;
        padding-left: 5px;
        vertical-align: middle;
    }
    
    #nav .navitem a.activeSlide { 
        color: #fff;
        background: #fff url('../images/layout/activeitem.gif') 0 0 repeat-x;
        cursor: pointer;
    }
    
    #nav a:focus { 
        outline: none; 
    }

#nojs {
position: absolute;
width:500px;
margin-left:-250px;
height:200px;
text-align: center;
left:50%;
margin-top:170px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #ffffff;
	z-index: 101;
}