
body {
	margin: 25px;
	padding: 0px;
	color: #45402a;
	font-family: Georgia,Palatino,Palatino Linotype,serif;
	font-size: 18px;
	line-height: 1.4em;
	background-color: #44596f;
	/* background: #44596f url(images/site_layout_d12f_back.gif) repeat; */
	}


/* general*/

br {
	line-height: 20px;
}

img {
	border: 0px;
	display: block;
}

p {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	}


/* outer block */

#outer {
	width: 560px;
	margin: 0px auto;
	padding: 0px;
	background: transparent repeat-y;
}

#main {
	padding: 0px 0px 0px 0px;
	margin: 0;
	border: 6px solid White;
	text-align: left;
	background: #ddeaf9 top;
	clear: both;
	width: 548px;
}

#header {
	background: #ddeaf9 url(images/rokokologo.gif) no-repeat top;
	border: 0;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	width: 548px; /* need for ie */
	height: 136px;
}

#mainleft {
	width: 448px;
	height: 300px;
	float: left;
	padding: 30px 45px 25px 45px;	
	margin: 0px 0px 0px 0px;
	background: #ddeaf9 border: solid;
	border: solid #ddeaf9;
	border-width: 4px 5px 5px 5px;
}

#footer {
	height: 69px;
	border: 0px solid White; 
	color: #45402a;
	background: #ddeaf9 url(images/rokokofooter.gif) no-repeat;
	padding: 17px 0px 10px 50px;
	margin: 0px 0px 0px 0px;
	clear: both;
	text-align: left;
	font-weight: normal;
	font-size: 16px;
	line-height: normal;
}

#footer a:link {
	font-size: 18px;
	color: #45402a;
	background:transparent;
	text-decoration:none;
}

#footer a:active {
	font-size: 18px;
	color: #45402a;
	background:transparent;
	text-decoration:none;
}

#footer a:visited {
	font-size: 18px;
	color: #45402a;
	background:transparent;
	text-decoration:none;
}

#footer a:hover {
	font-size: 18px;
	color: #45402a;
	background:transparent;
	text-decoration: underline;
}

#bordertop {
	height: 7px;
	background: no-repeat bottom; /* bottom, ie workaround */
	clear: both;
	width: auto;
	margin: 0px;
	padding: 0px;
}

#borderbase {
	height: 10px;
	background: no-repeat;
	clear: both;
	width: auto;
	margin: 0px;
	padding: 0px;
}


