/* style.css */

body {

	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	behavior: url("csshover3.htc");
}

img {
	border: none;
}

a {
	text-decoration: none;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
	padding: 0px;
	margin-top: 5px;
	color: #ddd;
	margin-left: 30px;
}

h2 {
	font-size: 1em;
	padding: 0px;
	margin: 0px;
}

#header {
	text-align: left;
	height: 270px;
	width: 999px;
	background: #fff url(gfx/headbg1_2.jpg) left bottom repeat-x;
	margin-left: auto;
	margin-right: auto;
	border-right: 2px solid #ccc;
	border-left: 2px solid #ccc;
}
	#header img {
		margin-top: 52px;
		margin-left: 30px;
	}


#subheader {
	background-color: #e0e0e0;
	font-size: 0.8em;	
	border-top: 2px solid #000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 999px;
	border-right: 2px solid #ccc;
	border-left: 2px solid #ccc;
}
	.andco {
		width: 969px;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		line-height: 2;
		margin-left: 30px;
	}

#main {
	text-align: left;
	width: 999px;

	margin-left: auto;
	margin-right: auto;
	height: 470px;
	border-right: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

#left {
	float: left;
	margin-top: 48px;
	width: 425px;
	height: 422px;
	background: url(gfx/fgfks.jpg) bottom left no-repeat;
	background-position: 30px 260px;
}

#menu {
	float: left;
	width: 170px;
	background: url(gfx/mstripe.gif) right repeat-y;
	height: 470px;
}
	.item {
		height: 45px;
		vertical-align: bottom;		
	}
	.itemx {
		height: 46px;
		background-color: #fff;
		width: 170px;
	}
	
		.mitem {
			vertical-align: bottom;
		}
		.mitemx {
			background-color: #fff;
			width: 170px;
		}
			
			.mitem a, .mitemx a{
				color: #ff7f00;
			}
			.mitem a:hover,  .mitemx a:hover {
				color: #000;
				
			}
	
	.subitem {
		height: 14px;
		width: 170px;
		border-top: 2px solid #000;
		border-right: 1px solid #000;
	}
	
#right {
	margin-top: 48px;
	float: left;
	width: 400px;
	height: 422px;


}

#headfoto {
	margin-left: 30px;
}

	.txtboxl {
		margin-left: 130px;
		margin-right: 0px;
		padding-left: 30px;
		
	}
	
	.txtboxr {
		margin-left: 130px;
		margin-right: 0px;
		padding-right: 30px;

		
	}
