/*
stylesheet van main.php (structure)
*/

* {
	padding:0px;
	margin:0px;
	font-family:verdana;
}

body {
	background-color:#fff;
}

#container {
	padding-bottom:50px;
}

#structure{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

/*
HEADER
*/

#header {
	height:100px;
}

	#header_left {
		width:285px;
		height:100px;
		float:left;
	}
		#header_left_image{
			width:267px;
			height:100px;
			background-repeat:no-repeat;
			background-position:left bottom;
		}
	#header_center {
		width:448px;
		height:100px;
		float:left;
	}
		#cat_nav {
			list-style-type: none;
			white-space:nowrap;
			padding:0;
		}
			#cat_nav li {
				display:inline;
			}
			#cat_nav li a {
				display:block;
				float:left;
				height:60px;
				width:112px;
				margin-top:40px;
			}
				#cat_nav li .a{background-color:#f4e96a;}
				#cat_nav li .b{background-color:#b4ac4e;}
				#cat_nav li .c{background-color:#756f33;}
				#cat_nav li .d{background-color:#353217;}
			#cat_nav li .active{margin-top:0px; height:100px;}
	
	#header_right {
		width:267px;
		height:100px;
		float:left;
	}
		#header_right_image{
			width:267px;
			padding-top:40px;
			height:60px;
			background-image:url(../../images/iu/header_right.jpg);
			background-repeat:no-repeat;
			background-position:left bottom;
		}
			#header_right_image a{
				display:block;
				width:267px;
				height:60px;
			}

/*
MAIN
*/

#main {
	background-repeat:repeat-y;
	background-position:right top;
	margin-top:40px;
	margin-bottom:10px;
	float:left;
	background-image:url(../../images/iu/rightbg.jpg);
}
	#main_left{
		float:left;
		width:286px;
	}
		#main_left_in {
			
		}
			#main_left_nav {
				float:right;
				padding:0 0 40px 0;
			}
				#nav {
					list-style:none;
				}
					#nav li {
						text-align:right;
					}
					#nav li a{
						font-family:arial;
						letter-spacing:1.5px;
						color:#818181;
						font-size:16px;
						line-height:24px;
						font-weight:bold;
						text-decoration:none;
					}
					
					#nav li a:hover{
						color:#ecdb1b;
					}
					#nav li .active{
						color:#222;
					}
						#nav li ul {
							list-style:none;
						}
							#nav li ul li {
								
							}
							#nav li ul li a{
								letter-spacing:1px;
								font-size:11px;
								line-height:14px;
								color:#888;
							}
							#nav li ul li a:hover{
								
							}
							#nav li ul li .active{
								text-decoration:underline;
							}
							
			#main_left_line {
				float:right;
				width:60px;
				border-right:1px solid #adadad;
				border-bottom:1px solid #adadad;
				margin-left:10px;
			}
		ul#main_left_in_buttons {
			clear:both;
			list-style:none;
			padding:0 70px 30px 0;
			margin:0;
			float:right;
			width:200px;
		}
			ul#main_left_in_buttons li {
				border-bottom:1px solid #adadad;
				border-right:1px solid #adadad;
				float:left;
				margin:0 0 10px 0;
			}
				ul#main_left_in_buttons li a {
					width:188px;
					background:#ebebeb;
					border:5px solid #fff;
					display:block;
					float:left;
					text-align:center;
					text-transform:uppercase;
					font-weight:bold;
					text-decoration:none;
					color:#818181;
					font-size:13px;
				}
				ul#main_left_in_buttons li a:hover {
					color:#000;
				}
    	#logoNav {
    		clear:both;
    	    padding-right:70px;
    	    text-align:right;
    	}
			
	#main_center{
		float:left;
		width:447px;
	}
		#main_center_in {
			width:446px;
			border-top:1px solid #adadad;
			border-right:1px solid #adadad;
			border-bottom:1px solid #adadad;
		}
			#content {
				padding:30px;
				padding-bottom:50px;
				background-color:#ebebeb;
				margin:5px;
			}
				
				
	#main_right{
		float:left;
		width:267px;
	}
		#main_right_in {
			width:240px;
			margin-left:27px;
			background-position:top;
			background-repeat:no-repeat;
			padding-bottom:50px;
			padding-left:0px;
			padding-right:0px;
		}

/*
FOOTER
*/

#footer {
	clear:both;
	text-align:center;
}
	#footer #icons {
		text-align:center;
		list-style:none;
		width:204px;
		margin-left:auto;
		margin-right:auto;
	}

	#footer #icons li {
		margin-right:3px;
		margin-left:3px;
		display:block;
		float:left;
	}
	
		#footer #icons li a{
			display:block;
			height:15px;
			width:34px;
			background-position:top;
			background-repeat:no-repeat;
		}
		#footer #icons li a:hover {
			background-position:bottom;
		}
	#footer #copyright {
		padding-top:10px;
		list-style:none;
		clear:both;
		text-align:center;
		color:#666;
		padding-left:10px;
	}
	
		#footer #copyright a {
			text-decoration:none;
			color:#666;
			padding-top:1px;
			padding-left:15px;
			background-image:url(../../images/sjonic.jpg);
			background-position:top left;
			background-repeat:no-repeat;
		}
		#footer #copyright a:hover {
			background-position:bottom left;
			color:orange;
		}

