@charset "utf-8";

/*
	MUS - Multimedia Unieke Service
	Basis Stylesheet
	25-05-2009 - www.m-us.nl
	door: Bas Muskens (sebas@m-us.nl)
*/

/*****************

	Standaard

*****************/

	html,body{
		font-family: Arial, Helvetica, sans-serif;
		color: #1f1f1f;
		margin:0;
		padding:0;
	}

	html{
		background:#c9da2c url(../img/bg-algemeen.jpg) repeat-x; 
	}

	body {
		font-size:62.5%;
	}

	h1,h2,h3,h4,h5,h6 {
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 0;
	}

	ul, li {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	fieldset, legend, label {
		margin: 0;
		padding: 0;
	}

	a {
		color: #FFF;
		text-decoration: underline;
	}

	a:hover {
		text-decoration: none;
	}

/*****************

	Site & Vormgeving

*****************/

	#Home {
		background: none;
	}
	
		#Home h1 {
			text-indent:-5000px;
		}

	#site {
		background: none;
		margin:auto;
		overflow:hidden;
		position:relative;
		width: 100%;
	}
	
		#Service,
		#Ontwerp,
		#Portfolio,
		#Mus,
		#Contact,
		#Categorieen {
			background: none;	
		}
	
			#Service #siteBg,
			#Ontwerp #siteBg,
			#Portfolio #siteBg,
			#Mus #siteBg,
			#Contact #siteBg,
			#Categorieen #siteBg {
				background: none;
			}
	
				#Home #site {
					background: none;
				}
		
					#Home #vormBoom, {
						display: none;
					}
					
						 #Home #ontwerpSucces h2 a{
							font-size: 12px;
							color: #333;
							padding: 10px 0;
							margin: 0;
						}

		
		
/*****************

	display: none

*****************/		

	#Home #sfeerbeeld h2,
	#Home #sfeerbeeld p,
	#Portfolio #sfeerbeeld h2,
	#footerContent h2 {
	display: none;
		}
		
/*****************

	Content

*****************/
	
	#content {
		float: left;
		display: inline;
		width: 40%;
		padding-top: 30px;
	}
	
	#Home #content {
		width: 40%;
		display: inline;
		padding-top: 30px;
	}
	
		#content p {
			font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			font-size: 1.3em;
			line-height: 1.4em;
			padding: 0 70px 15px 20px;
			margin: 0;
		}
		
			#content p a {color: #333; font-weight: bold;}
		
			#Home #content p {padding: 0 40px 15px 20px;}
		
/*****************

	Sfeerbeeld

*****************/

			#Home #sfeerbeeld {
				float: right;
				width: 40%
			}
			
			#sfeerbeeld {
				float: right;
				width: 40%
			}
			
			#sfeerbeeld p {
				font-size: 1.2em;
				margin-left: 25px;
			}
			
				#Portfolio #sfeerbeeld p {
					font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
					font-size: 1.3em;
					line-height: 1.4em;
					margin: 0 220px 0 20px;
				}
	
				#Service #sfeerbeeld h2,
				#Mus #sfeerbeeld h2,
				#Ontwerp #sfeerbeeld h2{
					margin: 0 0 0 15px; 
					padding: 0 0 10px 0; 
					font-size: 1.4em;
				}
				
				#Service #sfeerbeeld p,
				#Mus #sfeerbeeld p,
				#Ontwerp #sfeerbeeld p{
					width: 40%
					line-height: 1.6em;
					margin: 0 0 0 15px; 
					padding: 0 0 10px 0;
				}
				
				#sfeerbeeld h2.header {height: 30px;}

