html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	height: 100%
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
}
a {
	color: #317cec;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
input {
	vertical-align: middle
}
body {
	background: #FFF url(images/bb_background.png) no-repeat fixed right bottom;
}

#logoandtitle {
	padding-top:50px;
}

.t { background: url(images/dot.png) 0 0 repeat-x #fff; }
.b { background: url(images/dot.png) 0 100% repeat-x }
.l { background: url(images/dot.png) 0 0 repeat-y }
.r { background: url(images/dot.png) 100% 0 repeat-y }
.bl { background: url(images/left_bottom.png) 0 100% no-repeat }
.br { background: url(images/angleright_bottom.png) 100% 100% no-repeat }
.tl { background: url(images/angleleft_top.png) 0 0 no-repeat }
.tr { background: url(images/angleright_top.png) 100% 0 no-repeat; }

#wrapper {
	background: url(images/headerfon2000.png) no-repeat;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	width: 100%;
}
#header {
	margin: 0px auto;
	overflow: hidden;
	position: relative;
	width:860px;
}
#main {
	margin: 0 auto;
	width: 860px;
}

.block-langswitch{
	position: absolute;
	right: 20px;
	top: 50px;
}
	.block-langswitch div{
		display: inline;
	}
		.block-langswitch img{
			margin-right: 10px;
		}

		.block-langswitch .active img{
			outline: 2px solid #f5711c;
		}


#navigation{
	float: left;
}
	#navigation .links {
		font-size:12px;
		font-weight:bold;
		width: 650px;
	}
	
		#navigation .links tr {
			margin:0;
			padding:5px 0px;
		}
		#navigation .links td {
			line-height: 35px;
			margin:0;
			padding:0;
			text-align: center;
		}
		#navigation a {
			background-image:url("images/norm_right.gif");
			background-position: left top; 
			display:block;
			padding: 0px 0px 0px 5px;
			text-decoration: none;
			white-space: nowrap;
		}
			#navigation .first a{ background-image:url("images/norm_left.gif"); }
			#navigation .links a.active { background-image:url("images/norm_left_on.gif"); }
	
			#navigation .links a span{
				background-position: left top; 
				background-image:url("images/norm_right.gif"); 
				display: block;
				padding:0 17px 0px 12px;
			}	
			#navigation .links a.active span{ background-image: url("images/norm_right_on.gif"); background-position: right top; color:white; }
			#navigation .links .last a span{ background-position: right top; }

	
		#navigation .links a:hover { color:#e90202; }
		#navigation .links a { color: #6a6a6b; }
		#navigation .links a.active { color: #fff; }
		#navigation .links a:hover { color: #e90202; }


#divmenu{
	margin-bottom: 7px;
	overflow: hidden;
}

	#divmenu #block-menu-menu-second {
		float:left;
		margin-left: 10px;
	}
	
	#divmenu .menu {
		padding-top: 9px;
		text-align: center;
		width: 150px;
	}
		#divmenu .menu li {
			display: inline;
			margin: 0px 2px;
		}
	
		#divmenu .menu li.first {
			border-right:1px solid #BBBBBB;
		}
	
		#divmenu .menu a{
			color: #6a6a6b;
			font-size: 11px;
			text-decoration: none;
		}
		#divmenu .menu a:hover{
			color:#e90202;
		}
	


#content {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	padding-bottom: 60px;
	width: 650px;
}
	#content .tr {
		padding: 20px 20px 30px 20px;
	}
	#content h2 {
		color: #636363;
		font-weight: normal;
		font-size: 24px;
		line-height: 24px;
		margin: 13px 0px;
	}
	#content p {
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 13px;
	}
	#content ul li{
		padding: 0px;
	}

#sidebar{
	float: left;
	padding: 0px 13px;
	width: 180px;
}
	#sidebar h3{
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	#sidebar p{
		font-size: 11px;
		margin-bottom: 10px;
	}
	#sidebar .minus{
		margin-left: -3px;
	}
	
#footer {
	background: #FFF url(images/footer.png) repeat-x;
	height:30px;
	font-size: 11px;
	margin-top: -30px;
	width: 100%;
}
	#footer p {
		color:white;
		margin: 0 auto;
		padding-top: 5px;
		width: 860px;
	}
