/* @override http://localhost/RuudBurger/media/style/Main.css */

* {
	padding: 0;
	margin: 0;
}

body, html {
	font: 13px/180% Helvetica, Geneva, Arial, sans-serif;
}

body {
	background: #fff url('../images/bg-grain.png');
	overflow: scroll;
	overflow-x: hidden;
	text-align: center;
}

textarea {
	font-family: inherit;
	font-size: inherit;
} 

a {
	color: navy;
	text-decoration: none;
}

img {
	border: none;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
	height: 0px;
	background: black;
}

.container {
	/* background: url('../images/bg.png') no-repeat center top; */
	padding: 0;
	margin: 0;
}

.page {
	margin: 0 auto;
	width: 960px;
	text-align: center;
}

.underc {
	background: url('../images/uc.png') no-repeat;
	display: block;
	height: 264px;
	width: 338px;
	margin: 20px auto;
}

	.underc a {
		float: left;
		display: block;
		height: 36px;
		width: 205px;
		background: url('../images/uc-hover.png') no-repeat 1000px;
		margin: 138px 0 0 69px;
	}

	.underc a:hover {
		display: block;
		background-position: center;
	}

	.underc span {
		display: none;
	}

.header {
	height: 60px;
	margin: 0 0 30px 56px;
}

	.header .banner {
		float: left;
		width: 155px;
		height: 40px;
		margin: 10px 0 0;
	}
		.header .banner span { display: none; }

		.header .banner h1 {
		}

		.header .banner h1 a {
			width: 155px;
			height: 40px;
			display: block;
			background: url('../images/elements.png') no-repeat -3px -4px;
		}

		.header .banner h1 a:hover {
			background-position: -3px -55px;
		}

	.header .navigation {
		height: 40px;
		list-style: none;
	}
		
		.header .navigation li {
			float: left;
		}

			.header .navigation li a {
				height: 50px;
				display: block;
				background: url('../images/elements.png') no-repeat;
			}
				.header .navigation li a span { display: none; }
			
			.header .navigation .comment {
				display: block;
				background: url('../images/elements.png') no-repeat;
				position: absolute;
				display: none;
			}
			.header .navigation .comment span { display: none; }
	
			.header .navigation .nav_work { margin-left: 80px; }
			.header .navigation .nav_work a { background-position: -178px 1px; width: 60px; }
			.header .navigation .nav_work a:hover { background-position: -178px -47px; }
			.header .navigation .nav_work.active a { background-position: -178px -97px; }
			.header .navigation .nav_work.active a:hover { background-position: -178px -155px; }
			.header .navigation .nav_work .comment {
				height: 50px;
				width: 110px;
				background-position: -420px -5px;
				margin-left: -35px;
			}
			
			.header .navigation .nav_contact { margin-left: 32px; }
			.header .navigation .nav_contact a { background-position: -242px 1px; width: 85px; }
			.header .navigation .nav_contact a:hover { background-position: -242px -47px; }
			.header .navigation .nav_contact.active a { background-position: -242px -97px; }
			.header .navigation .nav_contact.active a:hover { background-position: -242px -155px; }
			.header .navigation .nav_contact .comment {
				height: 80px;
				width: 160px;
				background-position: -405px -65px;
				margin-left: -20px;
			}
			
			.header .navigation .nav_cv { margin-left: 28px; }
			.header .navigation .nav_cv a { background-position: -329px 1px; width: 45px; }
			.header .navigation .nav_cv a:hover { background-position: -329px -47px; }
			.header .navigation .nav_cv.active a { background-position: -329px -97px; }
			.header .navigation .nav_cv.active a:hover { background-position: -329px -155px; }
			.header .navigation .nav_cv .comment {
				height: 50px;
				width: 215px;
				background-position: -373px -155px;
				margin: -35px 0 0 40px;
			}

.multiColumn{ display:block; }
.multiColumn-screen{ display:block; } 
.multiColumn-print{ display:none; }

.shadow {
	float: left;
}
	.shadow-container {
	}

	.shadow-content {
		float: left;
	}

	.shadow-top {
		height: 2px;
		margin-top: -2px;
	}

	.shadow-right {
		width: 2px;
		background: url('../images/shadow-right.png') repeat-y;
		margin-right: -2px;
	}

	.shadow-bottom {
		height: 2px;
		background: url('../images/shadow-bottom.png') repeat-x;
		margin-bottom: -2px;
	}

	.shadow-left {
		margin-left: -2px;
		width: 2px;
	}

	.shadow-corner {
		height: 2px;
		width: 2px;
	}
	
	.corner-topleft {
		clear: both;
		margin: -2px 0 0 -2px;
	}
	
	.corner-topright {
		clear: both;
		margin: -2px -2px 0 0;
	}
	
	.corner-bottomleft {
		clear: both;
		margin: 0 0 -2px -2px;
	}
	
	.corner-bottomright {
		background: url('../images/shadow-bottomright.png') no-repeat;
		margin: 0 -2px 0 -2px;
		float: right;
	}

		
