/*
**
**	css for artmixgallery.be
**	copyright webFizz VOF
**	author: Simon Hellin
**	date: 01/11/2008
**
*/

/**
**	0.	CLEARFIX
**		@see http://www.positioniseverything.net/easyclearing.html
** -----------------------------------------------------------
 */

	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

/*
**	1.	GENERAL 
** ----------------------------------------------------------
*/

	body{
		font-family: Helvetica,sans-serif, Arial;
		font-size: 10pt;
		color: #444444;	
		/*background-color: #dddddd;*/
	}
	
	h1{
		font-family: Arial;
		font-size: 15pt;
		color: #ec2029;
		margin: 0 0 15px 0;
	}

	h1.vorige{
		font-size: 12pt;
		color: #444444;
		font-weight: bold;
	}
	h1.volgende{
		font-size: 12pt;
		color: #444444;
		font-weight: bold;
	}
	h1.huidige{
		font-size: 12pt;
		color: #ec2029;
		font-weight: bold;
	}
	
	h2{
		font-family: Arial;
		font-size: 11pt;
		color: #F33942;
		margin: 10px 0 10px 0;
	}
	
	h3{
		font-family: Arial;
		font-size: 10pt;
		color: #333333;
		margin: 0 0 15px 0;
	}

	p{
		font-family: Arial, Verdana;
		font-size: 9pt;
		margin-bottom: 5px;
		line-height: 14pt;
		color: #666666;

	}
	p.tt{
		font-size: 9pt;
		color: #666666;
		line-height: 14pt;
		margin-bottom: 10px;
	}
	p.tt_volgende{
		font-size: 9pt;
		color: #666666;
		line-height: 14pt;
		margin-bottom: 10px;
	}
	p.alignright{
		padding-right: 10px;
		text-align: right;
	}
	
	a:link,
	a:visited{
		color: #666666;
	}

/*
**	2.	BASIC POSITIONING
** ----------------------------------------------------------
*/
	#container{
		padding-left: 10px;
		/*background-color: #efefef;*/
		width: 970px;
		margin: 0 auto 0;
		min-height: 400px;
	}
	#header{
		width: 960px;
		height: 185px;
	}
	#content{
		width: 478px;
		min-height: 200px;
		margin-left: 255px;
		margin-top: 30px;
	}
/*
**	3.	HEADER
** ----------------------------------------------------------
*/
	#logo{
		float: left;
		width: 130px;
		height: 185px;
		background-image: url(../images/logo.png);
	}
	#background{
		margin-left: 110px;
		width: 850px;
		height: 158px;
		background: #000000 url(../images/header.png);
	}
	#menu {
		display: block;
		width: 720px;
		height: 32px;
		background-color: #d00000;
		margin-left: 240px;
	}

	
/*
**	4.	TENTOONSTELINGEN
** ----------------------------------------------------------
*/

	#tt{
		margin-top: 30px;
		width: 960px;
	}
	#vorigett{
		float: left;
		width: 230px;
		height: 235px;
		border-right: 1px solid #aaaaaa;
		padding: 0 10px 0 0;
	}
	#volgendett{
		float: right;
		width: 230px;
		height: 235px;
		border-left: 1px solid #aaaaaa;
		padding: 0 0 0 10px;
	}
	#huidigett{
		float: left;
		width: 448px;
		padding: 0 14px;
	}

	a:link.tt ,
	a:visited.tt {
		color: #666666;
		text-decoration: none;
		border-bottom: 1px solid #666666;
	}
	a:hover.tt{
		border-bottom: 1px solid #d00000;
	}
	a:link.buttontt,
	a:visited.buttontt {
		text-decoration: none;
		display: block;
		background: #d3d3d3;
		border: 1px solid #bbb;
		font-variant: small-caps;
		width: 181px;
		padding: 1px 5px 1px 5px;
	}
	a:hover.buttontt{
		background: #999;
		color: #ffffff;
	}
	a:link.buttontt_all_vorige,
	a:visited.buttontt_all_vorige{
		text-decoration: none;
		display: block;
		background: #d3d3d3;
		border: 1px solid #bbb;
		font-variant: small-caps;
		width: 161px;
		padding: 1px 5px 1px 5px;
	}
	a:hover.buttontt_all_vorige{
		background: #999;
		color: #ffffff;
	}
	a:link.buttontt_all_volgende,
	a:visited.buttontt_all_volgende{
		text-decoration: none;
		display: block;
		background: #d3d3d3;
		border: 1px solid #bbb;
		font-variant: small-caps;
		width: 161px;
		padding: 1px 5px 1px 5px;
	}
	a:hover.buttontt_all_volgende{
		background: #999;
		color: #ffffff;
	}
/*
**	5.	CONTENT
** ----------------------------------------------------------
*/

#content p a:link,
#content p a:visited{
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
}
#content p a:hover{
	border-bottom: 1px solid red;
}

	
/*
**	6.	MENU
** ----------------------------------------------------------
*/
#menu ul { 
	list-style: none; 
	padding: 0; 
	margin: 0; 
	text-align: right; 
	}

#menu ul li { 
	display: inline; 
	padding: 0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}

#menu ul li a { 
	float: left;
	display: block;
	width: 90px; 
	height: 20px;
	background-color: #ec2029;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	line-height: 10px;
	text-decoration: none;
	text-align: center;
	padding: 12px 0 0 0;
	margin: 0 1px 0 0;
}
#menu ul li.tt a{
	width: 145px;
	}
#menu ul li.kunst a{
	width: 118px;
	}

#menu ul li a:hover { 
	background-color: #d00000;
 }
 
#menu ul li a.selected { 
	background-color: #d00000;
 }

/*
**	7.	LANGUAGE
** ----------------------------------------------------------
*/
#lang{
		text-align: right;
		height: 20px;
		padding-right: 20px;
	}
a:link.lang,
a:visited.lang{
	text-decoration: none;
	color: #444444;
	
	}
a:hover.lang{
		border-bottom: 1px solid #d00000;		
	}
	
	
/*
**	8.	FOOTER
** ----------------------------------------------------------
*/

#footer{
		width: 960px;
		background: #000000;
		color: #ffffff;
	}
	p.footer{
		padding: 3px 0;
		color: #ffffff;
		text-align: center;
		font-size: 8pt;
	}
	.footer a:link,
	.footer a:visited{
		color: #ffffff;
		text-decoration: none;
	}
	.footer a:hover{
		border-bottom: 1px solid #d00000;
	}
	
	
	
	form{
	font-family: Helvetica,sans-serif, Arial;
	font-size: 9pt;
	color: #444444;	
	}
	
	table{
	font-family: Helvetica,sans-serif, Arial;
	font-size: 9pt;
	color: #444444;	
	}
	
	
	
	#galleriesmain {
	height: 50px;
	background-color: #fefefe;
	width: 350px;
	padding: 5px;
	margin:5px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	}
	
	#galleriesmain:hover {
	background-color: #f3f3f3;
	border-color: #bbbbbb;
	border-style: solid;
	border-width: 1px;
	}
	
	#galleriesthumb {
	float:left;
	text-align: top;
	margin-right: 10px;
	}
	
	#galleriesinfo {
	margin-left: 15px;
	text-align: top;
	}
	
	#imagethumb{
	float:left;
	padding: 5px;
	}
	
	
	input.text{
		background-color: #fafafa;
		color:#336699;
		border-color: #999;
		border-style: solid;
		border-width: 1px;
	}
	
	textarea{
		background-color: #fafafa;
		color: #336699;
		border-color: #666666;
		border-style: solid;
		border-width: 1px;
	}
	
	input[type='submit']{
		border-color: #bbb;
		min-width: 150px;
		border-style: solid;
		border-width: 1px;
		background-color: #efefef;
		color:#444;
	}
	
	.error{
	color:#FF0000;
	font-weight: bold;
	}
	
	table tr td{
		height: 20px;
	}

	.comment{	
		border: 1px solid #bbb;
		background-color: #f3f3f3;
		padding: 4px;
		margin-bottom: 15px;
		font-size: 9pt;
		color: #888;
	}
	
	table{
		margin-bottom: 30px;
	}
	
	 .info-frame {
	background-color:#f8f8f8;
	padding:2px;
	border-bottom:1px dotted #999;
	margin-bottom:7px;
}

