@import url("reset.css");

/********************     Layout     ********************/

body {
	background-color: rgb(175,29,35);
}

div#box {
	position: relative;
	width: 950px;
	height: 750px;
	margin: 20px auto 20px auto;
	border: 1px solid black;
	background-color: #F6F1C2;
}

div#header_logo_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 180px;
	background-image: url(../img/logo.png);
	border-right: 1px solid rgb(175,29,35);
	border-bottom: 1px solid rgb(175,29,35);
}

div#header_logo_right {
	position: absolute;
	top: 0px;
	left: 201px;
	width: 749px;
	height: 180px;
	background-image: url(../img/bridge_top.jpg);
	border-bottom: 1px solid rgb(175,29,35);
}

div#header_spacer_left {
	position: absolute;
	top: 181px;
	left: 0px;
	width: 200px;
	height: 19px;
	background-color: rgb(175,29,35);
	border-bottom: 1px solid rgb(175,29,35);
	border-right: 1px solid rgb(175,29,35);
}

div#header_spacer_right {
	position: absolute;
	top: 181px;
	left: 201px;
	width: 749px;
	height: 19px;
	background-color: ##F6F1C2;
	border-bottom: 1px solid rgb(175,29,35);
}

div#navigation {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 200px;
	height: 550px;
	border-right: 1px solid rgb(175,29,35);
}

div#navigation ul {
	margin: 30px 0px 0px 0px;
}

div#navigation ul ul {
	margin: 0px;
}

div#navigation ul ul ul{
	margin: 0px;
}


div#content {
	position: absolute;
	top: 200px;
	left: 201px;
	width: 749px;
	height: 442px;
	border-bottom: 1px solid #F6F1C2;
	overflow: auto;
}

div#content_inner_left {
	position: relative;
	width: 460px;
	margin: 30px 0px 0px 30px;
	padding-bottom: 0px;
}

div#content_inner_left h3 {
	clear: both;
}

div#content_inner_left.wide {
	width: 689px;
}

div#content_inner_right {
	position: absolute;
	left: 520px;
	top: 20px;
	width: 200px;
	/* height: 400px; */
	overflow: hidden;
}

div#footer {
	position: absolute;
	top: 643px;
	left: 201px;
	width: 749px;
	height: 107px;
	background-image: url(../img/bridge_bottom.jpg);
}

/********************     Style     ********************/

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

div#content a {
	color: #A2352E;
	text-decoration: none;
}

div#content a:hover {
	text-decoration: underline;
}

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

div#navigation li.level1 a {
	padding: 5px 0px 5px 24px;
}

div#navigation ul {
    border-top: 0px solid rgb(175,29,35);
    border-bottom: 0px solid rgb(175,29,35);
}

/*
div#navigation ul ul {
    border-top: 5px solid #F6F1C2;
    border-bottom: 5px solid #F6F1C2;
}
*/

div#navigation a {
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}


div#navigation ul a {
    color: #F6F1C2;
	background-color: rgb(175,29,35);
	font-size: 13px;
}

div#navigation ul ul a {
    font-size: 11px;
    color: #92353a;
	background-color: #F6F1C2;
	text-transform: none;
}


div#navigation li.active ul ul a {
	color: #92353a;
	padding-left: 70px;
}

div#navigation li.active a {
	font-weight: bold;
}

div#navigation li.active ul a {
	font-weight: normal;
	padding-left: 55px;
}

div#navigation li.active ul li.active a {
	font-weight: bold;
}

div#navigation li.active ul li.active ul li.active a {
	color: rgb(175,29,35);
	padding-left: 70px;
	font-weight: normal;
}

div#navigation ul a:hover {
    background-color: #F6F1C2;
    color: #92353A;
}

div#navigation ul ul a:hover {
    background-color: rgb(175,29,35);
    color: #F6F1C2;
}

.level2 ul {
	display: none;
}


/*********************************************************************/

div#content_inner_right  {
	font-size: 12px;
	line-height: 12px;
}

div#content_inner_right img {
	width: 210px;
	margin-top: 19px;
	margin-bottom: 5px;
}

div#content_inner_left p, div#content_inner_left li {
	margin-bottom: 10px;
}

div#content_inner_left h3 {
	margin-bottom: 12px;
}

div#content_inner_left ul {
	list-style-type: none;
	padding-left: 20px;
	margin-bottom: 10px;
}
div#content_inner_left ul li {
	background-image: url(../img/linie.png);
	background-position: 0px 8px;
	list-style-position:outside;
	background-repeat: no-repeat;
	padding-left: 26px;
}

div#content_inner_left ol {
	list-style-type: decimal;
	padding-left: 35px;
	margin-bottom: 10px;
}

.large {
	width: 500px;
}

label {
	display: block;
	font-size: 10px;
}

.right {
	float: right;
}

.left {
	float: left;
}

blockquote {
	padding: 20px 0 20px 50px;
}

.justifyfull {
  text-align: justify;
}

.thumbscontainer {
  margin: 0 auto;
  width: 600px;
}

.thumbscontainer ul li {
  float: left;
  background-image: none !important;
}

.thumbs {
  clear: left;
}










