/*
 *Common
 */
html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

div, span, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
}

.Close
{
	clear: both;
}

/*
 *Main
 */
body
{
	background-color: #e2e2d5;
}

	div#Wrapper
	{
		position: relative;
		text-align: left;
		width: 900px;
		margin: 0 auto;
		background-color: #fff;
		border: 1px solid #666;
	}
	
		div#Header
		{
			position: relative;
			width: #a81314px;
			height: 197px;
			overflow: hidden;
		}
		
		div#Menu
		{
			position: relative;
			text-align: right;
			padding: 0 30px;
			width: 840px;
			height: 23px;
			background-image: url(../media/img/menu_bg.gif);
			background-repeat: no-repeat;
			overflow: hidden;
		}
		
		div#Left
		{
			position: relative;
			padding: 0 0 20px 30px;
			width: 220px;
			float: left;
		}
		
			div#NavColTop
			{
				position: absolute;
				padding: 10px;
				top: 163px;
				left: 30px;
				width: 230px;
				height: 14px;
				background-image: url(../media/img/nav_top.gif);
				background-repeat: no-repeat;
			}
		
			div#NavCol
			{
				position: relative;
				width: 200px;
				background-image: url(../media/img/nav_bg.gif);
				background-repeat: repeat-y;
			}
			
				div#NavColContent
				{
					position: relative;
					width: 190px;
					padding: 0 5px;
				}
			
				div#NavColBottom
				{
					position: relative;
					width: 200px;
					height: 14px;
					background-image: url(../media/img/nav_bottom.gif);
					background-position: left bottom;
					background-repeat: no-repeat;
				}
		
		div#Main
		{
			position: relative;
			padding: 0 0 20px 0;
			width: 640px;
			float: left;
		}
		
			div.Item
			{
				position: relative;
				text-align: center;
				padding: 5px;
				margin: 0 18px 10px 0;
				width: 180px;
				height: 180px;
				border: 1px solid #e2e2d5;
				overflow: hidden;
				float: left;
			}
			
			div#Block,
			div.Block
			{
				position: relative;
				width: 620px;
			}
			
			div#Detail
			{
				position: relative;
				width: 620px;
				text-align: right;
			}
			
			div#Idea
			{
				position: relative;
				padding: 10px;
				width: 600px;
				text-align: left;
				background-color: #e2e2d5;
			}
			
			div.FormRow
			{
				position: relative;
				padding-bottom: 4px;
			}
		
	div#Footer
	{
		position: relative;
		width: 900px;
		margin: 0 auto;
	}

/*Nav*/
ul#SubNav
{
	margin: 0;
	margin-left: 80px;
	list-style: none;
}

	ul#SubNav li
	{	
	}
	
		ul#SubNav li a
		{
			font-size: 13px;
			line-height: 16px;
			font-weight: bold;
			text-decoration: none;
		}
		
			ul#SubNav li a:hover
			{
				color: #a81314;
			}
			
ul#CatNav
{
	margin: 0;
	list-style: none;
}

	ul#CatNav li a
	{
		display: block;
		padding: 4px 0;
		font-size: 17px;
		font-weight: bold;
		text-decoration: none;
		width: 155px;
		height: 22px;
		padding-left: 35px;
		background-image: url(../media/img/hart.jpg);
		background-position: 5px center;
		background-repeat: no-repeat;
		border-bottom: 1px solid #333;
	}
	
	ul#CatNav li a.First
	{
		border-top: 1px solid #333;
	}
	
		ul#CatNav li a:hover
		{
			color: #a81314;
		}
		
ul#MiscNav
{
	margin: 0;
	list-style: none;
}

	ul#MiscNav li a
	{
		display: block;
		padding: 4px 0;
		font-size: 17px;
		font-weight: bold;
		text-decoration: none;
		width: 155px;
		height: 22px;
		padding-left: 35px;
		background-image: url(../media/img/hart.jpg);
		background-position: 5px center;
		background-repeat: no-repeat;
	}
	
		ul#MiscNav li a:hover
		{
			color: #a81314;
		}

/*Forms*/
form, fieldset
{
	margin: 0;
	padding: 0;
	border: none 0;
}

	legend
	{
		font-size: 1px;
	}

	label
	{
		font-size: 13px;
		line-height: 19px;
		color: #333;
	}
	
	input
	{
		border: 1px solid #333;
		font-size: 13px;
		color: #333;
		padding: 2px;
	}
	
	input.Small
	{
		width: 20px;
		text-align: right;
	}
	
	form#ClientInfo label
	{
		width: 115px;
		float: left;
	}
	
	form#ClientInfo input.Medium
	{
		width: 50px;
	}
	
	form#ClientInfo input
	{
		width: 180px;
	}
	
	form#ClientInfo input.Checkbox
	{
		width: auto;
		border: none 0;
		float: left;
	}
	
	input#Submit
	{
		height: 32px;
		padding: 0;
		background: none 0;
		border: none 0;
		font-size: 26px;
		color: #a81314;
		cursor: pointer;
		cursor: hand;		
		border-bottom: 1px solid #a81314;
	}
	
	input#Bestellen
	{
		width: 120px;
		height: 32px;
		padding: 0;
		background: none 0;
		border: none 0;
		font-size: 26px;
		color: #a81314;
		cursor: pointer;
		cursor: hand;
		border-bottom: 1px solid #a81314;
	}
	
	div#Block a#Bevestigen
	{
		width: 144px;
		height: 32px;
		padding: 0;
		background: none 0;
		border: none 0;
		font-size: 26px;
		font-weight: normal;
		color: #a81314;
		text-decoration: underline;
		float: right
	}
	
	input#UpdateSubmit{
		padding: 0;
		background: none 0;
		border: none 0;
		color: #a81314;
		cursor: pointer;
		cursor: hand;
		font-weight: bold;
		border-bottom: 1px solid #a81314;
	}
	
	form#ClientInfo input.Afrekenen
	{
		margin-bottom: 4px;
		cursor: pointer;
		cursor: hand;
	}

	select
	{
		font-family: century gothic, arial, helvetica, sans-serif;
		font-size: 13px;
		color: #333;
	}
	
	form#ClientInfo span{
		width: 120px;
		height: 32px;
		padding: 0;
		background: none 0;
		border: none 0;
		font-size: 26px;
		color: #a81314;
	}
	
#Summary .article{
	border-top: 1px solid #BFBFBF;
}