/* CSS Document */

body {
	margin: 0px;
	font-family: "Trebuchet MS";
	font-size: 12pt;
	color: #35457D;
}
P
{
	font-family: "Trebuchet MS" ;
	font-size: 12pt;
	color: #35457D;
}
#top {
	background-color: #35457D;
	height: 5px;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#container #navigation {
	width: 800px;
	margin-top: 15px;
}
#container #navigation li, ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#container #navigation a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EFEFEF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 24px;
	padding-left: 24px;
	float: left;
	color: #608B9F;
	text-decoration: none;
	display: block;
}
#container #navigation a:hover {
	color: #003366;
	text-decoration: underline;
}
#container #header {
	background-image: url(images/header.jpg);
	height: 150px;
	width: 800px;
	float: left;
	margin-top: 15px;
}
#container #header h1 
{
	font-size: 27px;
	margin-left: 25px;
	margin-top: 50px;
	color: #35457D;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container #header h2 {
	font-size: 12px;
	color: #43579C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#container #content {
	width: 800px;
	float: left;
	padding: 7px;
}
#container #content #left {
	float: right;
	width: 200px;
	background-color: #FFFFFF;
	padding: 5px;
}
#container #content #left h1 {
	font-size: 12px;
	border-right-width: 15px;
	border-right-style: solid;
	border-right-color: #35457D;
	margin-top: 3px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#container #content #left ul, li {
	margin: 0px;
	padding: 0px;
}
#container #content #left p {
	margin: 0px;
	padding: 5px;
}
#container #content #main {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#container #content #main h1 {
	font-size: 14px;
	color: #35457D;
	margin: 0px;
}
#container #content #main p {
	margin: 0;
        padding: 0;
        width: 550px;
      margin-right: 10px;
}
#footer {
	float: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #35457D;
	width: 775px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}

/*Gallerie*/
.view {
	margin-left: auto;
	margin-right: auto;
	width: 686px;
	text-align: center;
}

.view .photo-frame {
	margin-left: auto;
	margin-right: auto;
}

.item {
	padding: 20px 50px;
	color: #B2B2B2;
}

.item h4 {
	margin-bottom: 0.4em;
}

.nullpanel {
	padding: 150px;
	width: auto;
	text-align: center;
}

.photo_198 {
	border: 4px solid #FFFFFF;
}

.photo-frame .topx-- {
	background-image: url(images/frame-topx--.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 4px;
	vertical-align: top;
}
.photo-frame .top-x- {
	background-image: url(images/frame-top-x-.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 4px;
}
.photo-frame .top--x {
	background-image: url(images/frame-top--x.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 4px;
	vertical-align: top;
}

.photo-frame .midx-- {
	background-image: url(images/frame-midx--.gif);
	background-repeat: repeat-y;
	width: 4px;
	height: auto;
}
.photo-frame .mid--x {
	background-image: url(images/frame-mid--x.gif);
	background-repeat: repeat-y;
	width: 4px;
	height: auto;
}

.photo-frame .botx-- {
	background-image: url(images/frame-botx--.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	vertical-align: top;
}
.photo-frame .bot-x- {
	background-image: url(images/frame-bot-x-.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 4px;
}
.photo-frame .bot--x {
	background-image: url(images/frame-bot--x.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	vertical-align: bottom;
}
