﻿/* grunddesign ---------------------- */
#layout_page
{
	width:940px;
	margin:15px auto 0 auto;
}

#layout_topImage img
{
	display:block;
}

#layout_topImageSecured
{
	background-color:#006a44;
	height:140px;
}

#layout_topImageSecured img
{
	display:block;
	float:left;
}


#layout_navigation
{
	background-color:#444444;
	height:25px;
	margin:1px 0;
	clear:both;
}

#layout_content
{
	clear:both;
	border:0;
	border-collapse:collapse;
}

#layout_contentLeft
{
	width:200px;
	background-color:#ffffff;
	vertical-align:top;
	padding:0;
}

#layout_contentLeft .wrapper
{
	margin:10px 0 0 0;
}

#layout_contentMain
{
	width:520px;
	background-color:#ffffff;
	vertical-align:top;
	padding:0;
}
#layout_contentMain .wrapper
{
	margin:10px;
}

#layout_contentRight
{
	width:220px;
	background-color:#ffffff;
	vertical-align:top;
	padding:0;
}

