
/* ----------------------------------------------------
   Project: 	regalis.nl
   Subject: 	general CSS definitions

   (C) 2006 Netklaar, Amsterdam
   ---------------------------------------------------- */

html
{
	/*		height: 100%;*/
}

body
{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #C0C0C0;
	text-align: center;
}

body, table, td, div
{
	font-family: Lucida,Verdana,Arial,Helvetica;
	font-size: 12px;
}

h2,h3,h4,h5
{
	margin: 0;
	padding: 0;
	color: #862175;
}

h1
{
	font-size: 28px;
	color: #862175;
	font-weight: bold;
}

h2
{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

h3
{
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
}

h5
{
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-style: normal;
	font-weight: lighter;
}

p
{
	margin: 0 0 15px 0;
}

a:link,a:visited
{
	color: #862175;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

a:hover
{
	color: #6d6f72;
}

a:active
{
	color: #862175;
}

ul
{
	margin: 0;
	padding-left: 0;
	list-style: none;
}

li
{
	padding-left: 13px;
	background-image: url(images/groter_dan.png);
	background-repeat: no-repeat;
	background-position: 0 .3em;
}

#overallcontainer
{
	position:relative;
	height: 100%;
	width: 750px;
	margin: 0px auto 0px auto;
	background-color: white;
}

#headercontainer
{
	position: relative;
	width: 750px;
	height: 56px;
	margin: 0px auto 0px auto;
	padding: 0;
	text-align: left;
	background-image: url(/fileadmin/templates/main/images/logo_header.png);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}

#logoheader
{
	border-color: transparent;
	border-width: 1px 0 0 0;
	border-style: solid;
}

#menucontainer
{
	width: 750px;
	height: 250px;
	background-color: white;
	margin: 0px auto 0px auto;
	border-width: 1px 0 1px 0;
	border-color: #FFF;
	border-style: solid;
}

#menusection
{
	top: 0px;
	left: 1px;
	background-color: #862175;
	width: 748px;
	height: 248px;
	position: relative;
}

#contentcontainer
{
	width: 750px;
	margin: 0px auto 0px auto;
	text-align: left;
}

#leftsection
{
	width: 245px;
	height: 800px;
	margin: 0;
	display: table;
	color: #862175;
	float: left;
}

#left
{
	margin: 100px 40px 25px 40px;
}

#contentsection
{
	width: 500px;
	height: 800px;
	margin: 0;
	display: table;
}

#content
{
	margin: 30px 15px 25px 0;
}

#content-extra
{
	clear:both;
}

/***********************	MENU BEGIN	***********************/

#menu
{
	width: 242px;
	float: left;
	margin: 35px 0 0 0;
	padding: 0;
	display: block;
}

.mainmenuitem
{
	margin: 0;
	padding: 0;
}
 
td.mainmenuitem img
{
	margin: 0;
	padding: 0;
}
/* OUD
#menuvisual-108,	
#menuvisual-126,
#menuvisual-127,
#menuvisual-128,
#menuvisual-129,
#menuvisual-130,
#menuvisual-89,
#menuvisual-94
{
	position: relative;
	z-index: 1;
	height: 248px;
	width: 504px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	float: right;
	border-left: white;
	border-width: 0 0 0 1px;
	border-style: none none none solid;
}

#menuvisual-108
{
	background-image: url(images/menuvisual_108.jpg);
}

#menuvisual-126
{
	background-image: url(images/menuvisual_126.jpg);
}

#menuvisual-127
{
	background-image: url(images/menuvisual_127.jpg);
}

#menuvisual-128
{
	background-image: url(images/menuvisual_128.jpg);
}

#menuvisual-129
{
	background-image: url(images/menuvisual_129.jpg);
}

#menuvisual-130
{
	background-image: url(images/menuvisual_130.jpg);
}

#menuvisual-89
{
	background-image: url(images/menuvisual_89.jpg);
}

#menuvisual-94
{
	background-image: url(images/menuvisual_94.jpg);
}
*/

/***********************	MENU EINDE	***********************/

/***********************	LINKERKOLOM BEGIN	***********************/
#leftheadertext
{
	margin: 85px 30px 0 30px;
}

ul.leftmenulist
{
	margin: 0 30px 0 30px;
	padding-left: 0;
	list-style: none;
}

.leftmenulist li 
{
	padding-left: 13px;
	background-image: url(images/groter_dan.png);
	background-repeat: no-repeat;
	background-position: 0 .3em;
}

.leftmenulist a:link,
.leftmenulist a:visited
{
	color: #862175;
}

.leftmenulist a:hover
{
	color: #6d6f72;
}

.leftmenulist a:active
{
	color: #862175;
}

a.submenuitem-act
{
	color: #6d6f72;
	
}

/***********************	LINKERKOLOM EINDE	***********************/


/***********************	PORTFOLIO BEGIN	***********************/

div#portfolioomschrijving
{
	margin: 30px 35px 25px 0;
}

div#portfoliomenu
{
	margin: 0 20px 0 0;
}

#portfoliomenu div
{
	display: inline;
	float: left;
	margin: 0 7px 0 0;
}

div#portfolio_afb_omschrijving
{
	clear:both;
	padding: 0 0 0 0;
}

div#portfolioimage
{
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	clear:both;
}

/***********************	PORTFOLIO EINDE	***********************/



/***********************	NEWS BEGIN	***********************/

.news-latest-container
{
}

.news-latest-item
{
	left:0;
	top:0;
	border-color: black;
	border-width: 1px 0 1px 0;
	border-style: dotted;
	padding: 5px 0 10px 0;
}

.news-latest-item img
{
	margin:15px 0 15px 0;
}


.news-single-item
{
	left:0;
	top:0;
	border-color: black;
	border-width: 1px 0 1px 0;
	border-style: dotted;
	padding: 5px 0 10px 0;
}

.news-single-img
{
	margin:15px 0 0 0;
}

.news-date
{
	width:inherit;
	color: #862175;
	border-color: black;
	border-width: 0 0 1px 0;
	border-style: dotted;
	padding: 0 0 5px 0;
}

.news-subheader
{
	color: #862175;
}

.news-subheader h3
{
	margin-bottom: 15px;
}

/***********************	NEWS EINDE	***********************/



/***********************	FORMS BEGIN	***********************/

ul.errorlist
{
	margin: 0;
	padding-left: 20px;
	list-style: none;
}

.errorlist li
{
	color:#862175;
	padding-left: 13px;
	background-image: url(images/groter_dan.png);
	background-repeat: no-repeat;
	background-position: 0 .3em;
}

input
{
	background-color: #E9DEE7;
	border: solid 0 #fff;
	/* Opera doesn't get border:none or border:0 on fieldsets */
}

.input-txt-normaal
{
	width: 300px;
	height: 20px;
}

.input-txt-contact
{
	width: 226px;
	height: 20px;
}

.input-radio-sexe
{
	margin: 0 0 0 0;
}

.input-txt-postcode
{
	width: 60px;
	height: 20px;
	margin-right: 2px;
}

.input-txt-plaats
{
	width: 238px;
	height: 20px;
}

.input-txt-anders
{
	width: 330px;
	height: 20px;
}

.input-txt-code
{
	height: 20px;
}

/***********************	FORMS EINDE	***********************/

/***********************	News TICKER Begin	******************/

#newsticker
{
	position:relative;
	z-index:10;
	background-color: white;
	margin-left: 245px;
	padding-top: 0px;
	height:40px;
/*	padding-bottom: 10px;*/
}

#tickerspace
{
	height:30px;
}

#ticker_table
{
	position:relative;
	top:17px;
	height:30px;
}

p.dmnt_par
{
	color: #A2A4A6;
	font-family: Times New Roman;
	font-size: 18px;
	font-weight: lighter;
}

/***********************	News TICKER Einde	******************/


