html, body, p, div, ul, li, h1, h2, h3, h4, h5, h6, form, img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

html, body
{
	background: #343a36;
	text-align: center;
	font-family:"georgia","arial","Trebuchet MS","Lucida Grande";
}

	div#header
	{
		margin-top: 27px;
		background: #ffffff;
	}
		div#header div#logo
		{
			margin-left: auto;
			margin-right: auto;
			text-align:left;
			width: 960px;
			height:130px;
		}
	div#menu
	{
		height: 47px;
		background: url(/static/interface/menu_background.gif);
		background-repeat: repeat-x;
	}
	
	div#menu ul
	{
		padding-top: 15px;
	}
		div#menu ul li
		{
			
			display: inline;
			list-style-type: none;
			padding-left: 30px;
		}
			div#menu ul li a
			{
				color: #fff;

				font-size: 16px;
			}
			div#menu ul li a:hover
			{
				color: #aec637;
			}
			
	div#twitter
	{
		margin-left: auto;
		margin-right: auto;
		width: 960px;
		height: 113px;
		overflow: hidden;
		color: #aec637;

	}
	div#twitter div.text
	{		
		content: 'test';
		font-size: 20px;
		line-height: 32px;
	}
	div#twitter span.date
	{
		font-size: 14px;
		color: #fff;
	}
	div#content
	{
		background: #fff;

	}
		div#content div#wrapper
		{
			margin-left: auto;
			margin-right: auto;
			width: 960px;
			text-align: left;
			font-size: 14px;
			line-height: 22px;
			color: #666666;
		}
			div#content div#wrapper a
			{
				font-weight: bold;
				color: #666666;
				text-decoration: none;
			}
			div#content div#wrapper a:hover
			{
				color: #aec637;
			}
			
			div#content div#wrapper h1, h2, h3
			{
				font-size: 24px;
				margin-bottom: 10px;
				color: #aec637;
				font-weight: normal;
			}
		div#content div#wrapper div#right-colomn
		{
			padding-top: 24px;
			text-align: left;
			width: 310px;
			float: right;
			padding-bottom: 24px;
		}
		div#content div#wrapper div#left-colomn
		{
			padding-top: 24px;
			text-align: left;
			width: 620px;
			float: left;
			padding-bottom: 24px;
		}
		
			div#content div#wrapper div#left-colomn div#tim-recent
			{
				
			}
				div#content div#wrapper div#left-colomn div#tim-recent div.case
				{
					width: 171px;
					float: left;
					margin-right: 34px;
				}
					div#content div#wrapper div#left-colomn div#tim-recent div.case div.image
					{
						border: 10px solid #343a36;
					}
					div#content div#wrapper div#left-colomn div#tim-recent div.case div.title
					{
						padding-top: 10px;
						padding-left: 10px;
						font-weight: bold;
					}
					div#content div#wrapper div#left-colomn div#tim-recent div.case div.description
					{
						padding-left: 10px;
					}
	div#footer
	{
		height: 195px;
		background: url(/static/interface/footer.gif);
		color: #fff;
		font-size: 12px;
	}
	
	div#footer div#footerdata
	{
		margin-left: auto;
		margin-right: auto;

		width: 960px;
		text-align:left;
	}
	div#footer div#ddma
	{
		float:left;
		padding-top: 8px;
		width: 140px;
	}
	div#footer div#ddma div.text
	{
		width:110px;
		padding-bottom:7px;
	}
	div#footer div#ddma div.image
	{

	}
	div#footer div.privacy
	{
		padding-top: 17px;
		float: left;
	}
	
	div#footerdata div.portfolio
	{
		width: 200px;
		text-align: right;
		float: right;
	}
	div#footerdata div.socialmedia
	{
		text-align: left;
		width:120px;
		padding-top: 7px;
		float: right;
	}
	div#footerdata div.socialmedia img
	{
		padding-top: 5px;
		margin-right: 10px;
	}
.clear
{
	clear: both;
}
.line
{
	margin-top: 25px;
	border-top: 1px dotted #666666;
	margin-bottom: 25px;
}

.wat-kan-tim ul
{
	font-size: 13px;
	font-weight: bold;
}
.wat-kan-tim ul li
{
		list-style-type: none;
}
.wat-kan-tim ul li a
{

	background: url(/static/interface/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px;
	list-style-type: none;

}

.wat-kan-tim ul li a:hover
{
	background: url(/static/interface/bullet_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px;
	list-style-type: none;
}

div#cases img
{
	border: 2px solid #343a36;
}

div#postedform
{
	margin-top: 20px;
	background: #4a504c;
	color: #fff;
	padding: 16px;
}

div#postedform div.sexe
{
	padding-bottom: 5px;
}
div#postedform div.sexe input
{	
padding: 0px; 
margin: 0px;
border: 0px; 
height: 14px;
width: 14px;
margin-right: 5px;
}
div#postedform input.text
{
	margin-bottom: 10px;
	width: 268px;
	height: 21px;
	border: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background: url(/static/interface/bginput.jpg);
}

div#postedform-footer input 
{
	float: right;

}

div#postedform-footer div
{
	float: right;
	background: #4a504c;
	width: 172px;
	height: 41px;
}

div.contact-form
{
	padding: 25px;
	padding-bottom: 0px;
	background: url(/static/interface/background-contact.jpg);
	width: 558px;
}

div.contact-form div.form
{
	background: url(/static/interface/paperclip.gif);
	background-repeat: no-repeat;
	background-position: 470px bottom;
}

div.contact-form div.form input
{
	padding-top: 8px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 15px;
	height: 26px;
	width: 406px;
	border: 0px;
	background: url(/static/interface/input_background.gif);
}
div.contact-form div.text-bottom
{
	float: right;
	width: 530px;
	margin-top: 25px;
	margin-bottom: 25px;
}
div.contact-form div.text-bottom input
{
	padding-top: 10px;
}

div.contact-form div.informed
{
	margin-top: 25px;
	float:left;
}

div.contact-form div.form div.sexe-input.male
{
	background: url(/static/interface/icon_men.gif);
	background-repeat: no-repeat;
	background-position: 30px 23px;
}

div.contact-form div.form div.sexe-input.female
{
	background: url(/static/interface/icon_female.gif);
	background-repeat: no-repeat;
	background-position: 30px 23px;
}

div.contact-form div.form div.sexe-input
{
	float:right;
	width: 68px;
	padding-top: 30px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	background-position: 30px 23px;
}

div.contact-form div.form div.sexe-input input
{
	height: 20px;
	width: 20px;
	background: none;
}

div.contact-form div.form div.label
{
	padding-top: 4px;
}

div.message-area
{
	background: #343a36;
	background-image: url(/static/interface/paperclip2.jpg);
	background-repeat: no-repeat;
	background-position: 475px 0px;
	padding: 25px;
	width: 558px;
}

div.message-area textarea
{
	font-family:"georgia","arial","Trebuchet MS","Lucida Grande";sdfs
	font-size: 15px;
	padding: 8px;
	border: 0px;
	width: 542px;
	height: 99px;
	background: url(/static/interface/textarea_background.gif);
}

