/* MENU */
	@import url("/files/style/menu.css");

/* CONTACT */
	@import url("/files/style/contact.css");

/* PHOTOALBUM */
	@import url("/files/style/photoalbum.css");
	
/* MAIN */

* {
	padding: 0px;
	margin: 0px;
}

a {
	color: #000080;
}

span.error {
	color: red;
}

body {
	font-size: 12px;
	font-family: Trebuchet MS;
	text-align: center;
}

div#top {
	background: transparent url(/files/picture/frame/headerbg.png) repeat scroll left top;
	height: 171px;
	width: 100%;
}

div#container {
	background: #fff;
	width: 864px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	clear: left;
	position: relative;
}

div#header {
	background: transparent url(/files/picture/frame/header.png) no-repeat scroll center top;
	height: 171px;
}

div#menu {
	float: left;
	clear: left;
	width: 100%;
}

div#menu div.menuup{
	width: 100%;
	height: 18px;
	background: transparent url(/files/picture/frame/menuup.png) no-repeat scroll center top;
}

div#menu div.buttons{
	width: 100%;
	background: #010080;
	height: 50px;
}

div#menu div.menudown{
	width: 100%;
	height: 30px;
	background: transparent url(/files/picture/frame/menudown.png) no-repeat scroll left top;
	margin: 0px;
	padding: 0px;
}

div.submenu {
	width: 90%;
	height: 100%;
	background: transparent url(/files/picture/frame/submenu_repeat.gif) left top repeat-x;
	float: right;
	margin-top: -5px;
	padding: 0px;
}

div#content {
	width: 100%;
	float: left;
	clear: left;
}

div#content p{
	font-family: Trebuchet MS;
	color: #000;
	font-size: 12px;
	margin: 12px 0px 0px 0px;
}

div#content div.left {
	width: 382px;
	_width: 432px;
	float: left;
	padding: 30px 50px 0px 0px;
}

div#content div.right {
	width: 432px;
	float: left;
	padding: 30px 0px 0px 0px;
}

div#content div.right div.image {
	margin: 0px 0px 0px 45px;
	padding: 10px;
	border: 1px solid #000080;
	height: 269px;
	width: 365px;
}

div#content div.left p{
	font-family: Trebuchet MS;
	color: #000;
	font-size: 12px;
	margin: 12px 0px 0px 0px;
}

div#footer {
	background: transparent url(/files/picture/frame/footerbg.png) repeat-x scroll left 28px;
	width: 100%;
	height: 171px;
	float: left;
	bottom: 0px;
	margin: 100px 0px 0px 0px;
}

/* sIFR */

.sIFR-active h1 {
	margin: 20px 0 0 0;
	font-size: 20pt;
	line-height: 1em;
}

.sIFR-active h2 {
	margin: 20px 0 0 0;
	font-size: 14pt;
	line-height: 1em;
}

/* FOOTER */

div#footer div.container {
	width: 864px;
	margin-left: auto;
	margin-right: auto;
}

div#footer div.offerte {
	background: transparent url(/files/picture/frame/offerte.gif) no-repeat scroll left bottom;
	height: 149px;
	width: 247px;
	float: left;
	margin: 0px 60px 0px 0px;
}

div#footer div.midden {
	background: transparent url(/files/picture/frame/rechts.gif) no-repeat scroll left bottom;
	height: 149px;
	width: 247px;
	float: left;
	margin: 0px 60px 0px 0px;
}

div#footer div.midden img{
	float: left;
	margin: 20px 5px 0px 15px;
	padding: 3px;
	border: 1px solid #949494;
}

div#footer div.midden p{
	margin: 20px 15px 0px;
	text-align: left;
	line-height: 15px;
}

div#footer div.midden div.image{
	float: left;
	width: 100%;
}


div#footer div.rechts {
	background: transparent url(/files/picture/frame/rechts.gif) no-repeat scroll left bottom;
	height: 149px;
	width: 247px;
	float: left;
}

div#footer div.rechts img{
	float: left;
	margin: 20px 5px 0px 15px;
	padding: 3px;
	border: 1px solid #949494;
}

div#footer div.rechts p{
	margin: 20px 15px 0px;
	text-align: left;
	line-height: 15px;
}

div#footer div.rechts div.image{
	float: left;
	width: 100%;
}

div#footernaw {
	float: left;
	clear: left;
	width: 100%;
	background: #FFF;
	font-size: 10px;
	font-family: Trebuchet MS;
	text-align: center;
}

div#twitter {
	position: absolute;
	right: 47px;
    top: -79px;
}

div#twitter img{
	border: 0px;
}
