* {
	margin : 0;
	padding : 0;
}
.invisible {
	display : none;
}

html {
}
body {
	display : block;
	position : relative;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
 	font-size : 14px;
 	font-family : Arial, Helvetica, sans-serif;
 	color : #333;
 	background-color : #f96;
	background-image : url(/images/background.png);
	background-repeat : repeat-y;
	background-position : top center;
}
h1 {
	display : block;
	position : relative;
	top : 0;
	left : 0;
	margin : 0;
	padding : 30px 0 10px 0;
	color : #333;
 	background-color : #fff;
	font-weight : normal;
	font-size : 30px;
	line-height : 40px;
}
h2 {
	display : block;
	position : relative;
	top : 0;
	left : 0;
	margin : 0;
	padding : 20px 0 10px 0;
	color : #333;
 	background-color : #fff;
	font-weight : normal;
	font-size : 22px;
	line-height : 33px;
}
h3 {
	display : block;
	position : relative;
	top : 0;
	left : 0;
	margin : 0;
	padding : 10px 0 10px 0;
	color : #333;
 	background-color : #fff;
	font-weight : normal;
	font-size : 18px;
	line-height : 27px;
}
p {
	display : block;
	position : relative;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0 0 10px 0;
	color : #333;
 	background-color : #fff;
	font-weight : normal;
	font-size : 14px;
	line-height : 21px;
}
ul, ol {
	display : block;
	position : relative;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0 0 10px 0;
	color : #333;
 	background-color : #fff;
	font-weight : normal;
	font-size : 14px;
	line-height : 21px;
}
li {
	display : list-item;
	position : relative;
	top : 0;
	left : 0;
	margin : 0;
	margin-left : 20px;
	padding : 0 0 2px 0;
	color : #333;
 	background-color : #fff;
	font-weight : normal;
}
dl {
	display : block;
	position : relative;
	top : 0;
	left : 0;
	margin : 0;
	padding : 5px 0 10px 0;
	color : #333;
 	background-color : #fff;
	font-weight : normal;
	font-size : 14px;
	line-height : 21px;
}
dt {
	display : block;
	position : relative;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0 0 2px 0;
	color : #333;
 	background-color : #fff;
	font-weight : bold;
}
dd {
	display : block;
	position : relative;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0 0 10px 20px;
	color : #333;
 	background-color : #fff;
	font-weight : normal;
}

a {
	padding : 0;
	color : #f96;
	background-color : #eee;
	text-decoration : none;
}
a:visited {
	color : #333;
	background-color : #eee;
	text-decoration : none;
}
a:hover, a:focus {
	text-decoration : underline;
}
a:active {
	color : #fff;
	background-color : #f96;
	text-decoration : underline;
}
a.intern {
	padding-left : 9px;
	padding-right : 1px;
	background-image : url(/images/link.intern.png);
	background-position : 1px 3px;
	background-repeat : no-repeat;
}
a.intern:visited {
	background-image : url(/images/link.intern.visited.png);
}
a.intern:hover, a.intern:focus {
}
a.intern:active {
	background-image : url(/images/link.intern.active.png);
}
a.extern {
	padding-left : 9px;
	padding-right : 1px;
	background-image : url(/images/link.extern.png);
	background-position : 1px 3px;
	background-repeat : no-repeat;
}
a.extern:visited {
	background-image : url(/images/link.extern.visited.png);
}
a.extern:hover, a.extern:focus {
}
a.extern:active {
	background-image : url(/images/link.extern.active.png);
}
a.email {
	padding-left : 12px;
	padding-right : 1px;
	background-image : url(/images/link.email.png);
	background-position : 1px 5px;
	background-repeat : no-repeat;
}
a.email:visited {
	background-image : url(/images/link.email.visited.png);
}
a.email:hover, a.email:focus {
}
a.email:active {
	background-image : url(/images/link.email.active.png);
}
a.file {
	padding-left : 11px;
	padding-right : 1px;
	background-image : url(/images/link.file.png);
	background-position : 1px 3px;
	background-repeat : no-repeat;
}
a.file:visited {
	background-image : url(/images/link.file.visited.png);
}
a.file:hover, a.file:focus {
}
a.file:active {
	background-image : url(/images/link.file.active.png);
}

img {
	margin : 0;
	padding : 0;
	border : none;
}

/* * * * * header * * * * */

div#header {
	display : block;
	position : relative;
	top : 0;
	left : 50%;
	margin : 0;
	margin-left : -384px;
	padding : 0;
	width : 119px;
	height : 120px;
	color : #333;
	background-color : #fff;
}

div#header div#shortcut {
	display : none;
}

div#header div#title {
	display : block;
	position : relative;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
	width : 768px;
	height : 119px;
	color : #000;
	background-color : #fff;
	background-image : url(/images/logo.png);
	background-position : 50px 10px;
	background-repeat : no-repeat;
	border-bottom : solid 1px #333;
}
div#header div#title h1 {
	display : block;
	position : relative;
	z-index : 1;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
	width : 768px; 
	height : 119px;
	color : #333;
	background-color : transparent;
	font-weight : normal;
	font-size : 30px;
	line-height : 50px;
}
div#header div#title h1 a {
	display : block;
	z-index : 1;
	margin : 0;
	padding-top : 0;
	padding-left : 140px;
	width : 618px;
	height : 119px;
	color : #333;
	background-color : transparent;
	text-decoration : none;
}
div#header div#title h2 {
	display : block;
	position : absolute;
	top : 50px;
	left : 140px;
	margin : 0;
	padding : 0;
	width : 618px;
	height : 50px;
	color : #333;
	background-color : #fff;
	font-weight : normal;
	font-size : 18px;
	line-height : 20px;
}

/* * * * * navigation * * * * */

div#navigation {
	display : block;
	position : relative;
	float : left;
	top : 0;
	left : 50%;
	margin : 0;
	margin-left : -384px;
	padding : 0;
}

div#navigation div#menu {
	display : block;
	position : relative;
	top : 0;
	left : 0;
	margin : 0;
	padding : 20px 0;
	width : 219px;
	color : #333;
	background-color : #fff;
	border-right : solid 1px #333;
	border-bottom : solid 1px #333;
}
div#navigation div#menu p {
	display : none;
}
div#navigation div#menu ul {
	display : block;
	position : relative;
	list-style : none;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
	width : 219px;
	color : #333;
	background-color : #fff;
}
div#navigation div#menu ul li {
	display : block;
	position : relative;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
	width : 219px;
	line-height : 30px;
	color : #333;
	background-color : #fff;
}
div#navigation div#menu ul li a {
	display : block;
	position : relative;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0 10px 0 15px;
	height : 30px;
	font-size : 14px;
	font-weight : bold;
	color : #333;
	background-color : #fff;
	text-decoration : none;
}
div#navigation div#menu ul li a.selected {
	margin-left : 10px;
	padding-left : 5px;
	color : #fff;
	background-color : #f96;
}
div#navigation div#menu ul li a:hover, div#navigation div#menu ul li a:focus {
	margin-left : 10px;
	padding-left : 5px;
	color : #333;
	background-color : #eee;
	text-decoration : underline;
}
div#navigation div#menu ul li a:active{
	color : #fff;
	background-color : #f96;
}
div#navigation div#menu ul li a.selected:hover, div#navigation div#menu ul li a.selected:focus {
	color : #333;
	background-color : #eee;
}
div#navigation div#menu ul li a.selected:active {
	color : #fff;
	background-color : #f96;
}
div#navigation div#menu ul li ul {
	width : 219px;
	background-image : none;
}
div#navigation div#menu ul li ul li {
	width : 219px;
}
div#navigation div#menu ul li ul li a {
	margin : 0;
	padding : 0 10px 0 25px;
	font-weight : normal;
}
div#navigation div#menu ul li ul li a.selected {
	margin-left : 10px;
	padding-left : 15px;
	color : #fff;
	background-color : #f96;
}
div#navigation div#menu ul li ul li a:hover {
	margin-left : 10px;
	padding-left : 15px;
}

div#navigation div#breadcrumb {
	display : none;
}

/* * * * * content * * * * */

div#content {
	display : block;
	position : relative;
	float : left;
	top : 0;
	left : 50%;
	margin : 0;
	margin-left : -144px;
	padding : 0;
	width : 508px;
	color : #333;
	background-color : #fff;
}

div#content p.teaser {
	padding-top : 0;
	padding-bottom : 20px;
	font-size : 16px;
	line-height : 20px;
}

div#content div.left {
	display : block;
	position : relative;
	float : right;
	width : 250px;
}
div#content div.right {
	display : block;
	position : relative;
	width : 250px;
}

/* * * * * footer * * * * */

div#footer {
	display : block;
	position : relative;
	clear : both;
	top : 0;
	left : 50%;
	margin : 0;
	margin-left : -384px;
	padding : 50px 0 0 0;
	width : 768px;
	color : #333;
	background-color : #fff;
}
div#footer div#address {
	display : block;
	position : relative;
	top : 0;
	left : 50px;
	margin : 0;
	padding : 20px 0;
	width : 648px;
	border : solid 1px #333;
}
div#footer div#address p {
	display : none;
}
div#footer div#address ul {
	display : block;
	position : relative;
	list-style : none;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
	color : #333;
	background-color : #fff;
	font-size : 14px;
	font-style : normal;
	line-height : 20px;
	text-align : center;
}
div#footer div#address ul li {
	display : block;
	position : relative;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
}
div#footer div#address ul li a {
	color : #333;
	background-color : #fff;
	text-decoration : none;
}
div#footer div#address ul li  a:hover {
	text-decoration : underline;
}
div#footer div#submenu {
	display : block;
	position : relative;
	top : 0;
	left : 0;
	margin : 10px 0 0 0;
	padding : 0;
	width : 698px;
}
div#footer div#submenu p {
	display : none;
}
div#footer div#submenu ul {
	display : block;
	position : relative;
	list-style : none;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
	text-align : right;
	font-weight : bold;
}
div#footer div#submenu ul li {
	display : inline;
	position : relative;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0 0 0 20px;
	line-height : 30px;
	color : #333;
	background-color : #fff;
}
div#footer div#submenu ul li a {
	margin : 0;
	padding : 0 1px 0 9px;
	color : #333;
	background-color : #fff;
	text-decoration : none;
	background-image : url(/images/link.intern.visited.png);
	background-position : 1px 3px;
	background-repeat : no-repeat;
}
div#footer div#submenu ul li a:hover,  div#footer div#submenu ul li a:focus {
	text-decoration : underline;
	color : #333;
	background-color : #eee;
	background-image : url(/images/link.intern.visited.png);
}
div#footer div#submenu ul li a:active {
	color : #fff;
	background-color : #f96;
	background-image : url(/images/link.intern.active.png);
}

