@charset "UTF-8";
/* CSS Document */

* { padding:0px; margin:0px; border:none; }
body {
	background-color:#3b3b3b;
	color:12px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;
	}
a:link, a:visited { color:#000; text-decoration:none; }
a:hover { color:#5091f6; text-decoration:none; }
/* Layout Start */
#main {
	margin:auto;
	margin-top:10px;
	width:940px;
	height:591px;
	}
	#header {
		width:940px;
		height:126px;
		background-image:url(../layout_imgs/header.jpg);
		background-repeat:no-repeat;
		}
	#navi {
		width:940px;
		height:33px;
		}
		#navi_leftbord {
			float:left;
			width:125px;
			height:33px;
			background-image:url(../layout_imgs/navi_leftbord.png);
			background-repeat:no-repeat;
			}
		#navibg {
			float:left;
			width:710px;
			height:33px;
			background-image:url(../layout_imgs/navibg.png);
			background-repeat:no-repeat;
			}
		#navi_rightbord {
			float:left;
			width:105px;
			height:33px;
			background-image:url(../layout_imgs/navi_rightbord.png);
			background-repeat:no-repeat;
			}
	#leftborder {
		float:left;
		width:50px;
		height:386px;
		background-image:url(../layout_imgs/leftborder.png);
		background-repeat:no-repeat;
		}
	#contbg {
		float:left;
		width:860px;
		height:386px;
		background-image:url(../layout_imgs/contbg.gif);
		background-repeat:no-repeat;
		}
	#rightborder {
		float:left;
		width:30px;
		height:386px;
		background-image:url(../layout_imgs/rightborder.png);
		background-repeat:no-repeat;
		}
	#footer {
		float:left;
		width:940px;
		height:46px;
		background-image:url(../layout_imgs/footer.png);
		background-repeat:no-repeat;
		}
		#foottext {
			float:right;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#FFF;
			width:50px;
			height:16px;
			}
/* Layout End */
#title {
	margin-top:15px;
	font-size:16px;
	text-align:center;
	text-decoration:underline;
	}
#home_main {
	margin:auto;
	width:830px;
	height:370px;
	}
	#home_col1 {
		float:left;
		margin-left:20px;
		margin-top:20px;
		width:230px;
		height:340px;
		}
	#home_col2 {
		float:left;
		margin-top:40px;
		margin-left:10px;
		font-family:Verdana, Geneva, sans-serif;
		width:400px;
		height:300px;
		}
#news_main {
	margin:auto;
	margin-top:20px;
	width:830px;
	height:305px;
	overflow:auto;
	}
#cv_main {
	margin:auto;
	margin-top:15px;
	width:615px;
	height:315px;
	overflow:auto;
	}
	#cv_top {
		margin:auto;
		text-align:center;
		width:320px;
		height:130px;
		}
	#cv_col1 {
		float:left;
		width:235px;
		}
	#cv_col2 {
		float:left;
		width:100px;
		}
	#cv_col3 {
		float:left;
		width:250px;
		}
#gallery_main {
	margin:auto;
	margin-top:20px;
	text-align:center;
	width:615px;
	height:315px;
	overflow:auto;
	}
#showreel_main {
	margin:auto;
	margin-top:15px;
	text-align:center;
	width:840px;
	height:315px;
	overflow:auto;
	}
#imprint_main {
	margin:auto;
	margin-top:30px;
	width:300px;
	height:250px;
	}
#disclaimer_main {
	margin:auto;
	margin-top:15px;
	width:700px;
	height:315px;
	overflow:auto;
	}