*{
	margin  : 0px;
	padding : 0px;

}

body
{
	background-color: #393939;
	text-align: center;
	font-family : verdana;

}


#canvas
{
	text-align: left;
	margin: 0px auto;
	background-color: #ddd;
	width: 897px;
	height: 588px;
	
}

#header
{
	background-color: #393939;
	font-family: arial;
	font-size: 40px;
	color: #ffffff;
	height: 150px;
}

#topmenu
{
	text-align: left;
	background-color: #2B2B2B;
	height: 26px;
	width: 100%;
	padding-top: 11px;
}

a.topmenu_item, a:active.topmenu_item, a.visited.topmenu_item
{
	color: #fff;
	font-size: 12px;
	font-variant: small-caps;
	margin-right: 30px;
	margin-left: 10px;
	text-decoration: none;
}

a.leftmenu, a:visited.leftmenu, a:active.leftmenu
{
	color: #8C007B;
	text-decoration: none;
}


a:hover.leftmenu
{
	color: #555555;
}

a.textlink, a:visited.textlink, a:active.textlink
{
	color: #8C007B;
	text-decoration: underline;
}

a:hover.textlink
{
	color: #555555;
}

#submenu
{
	text-align: left;
	background-color: #999999;
	height: 22px;
	width: 100%;
}

a.submenu_item
{
	background-color: transparent;
	color: #000;
	font-size: 11px;
	font-variant: small-caps;
	margin-right: 30px;
	margin-left: 10px;
	text-decoration: none;
}

#content_main
{
	background-color: #dddddd;
	height: 585px;
	width: 635px;
	float:left;
}

div.content_main_item
{
	background-color: #fff;
	height: 550px;
	min-height: 500px;
	margin: 19px;
}

#content_side
{
	float: left;
	height: 585px;
	min-height: 530px;
	background-color: #dddddd;
	width: 262px;
}

div.content_side_item_square
{
	background-color: #fff;
	margin: 10px;
	padding: 10px;
}

div.content_side_item_square_text
{
	background-color: #ddd;
	margin: 10px;
	/*margin-top: 0px;
	margin-left: 0px;*/
	padding: 10px;
	padding-top: 10px;
	padding-right: 20px;
	font-family: verdana;
	font-size: 11px;
	color: #000;
}

div.content_side_item_grid
{
	background-color: #fff;
	margin: 10px;
	padding: 10px;
}

img.content_side_item_grid_photo
{
	margin-left: 10px;
	margin-bottom: 10px;
}


#footer
{
	background-color: #393939;
	height: 24px;
	width: 100%;
	font-family: verdana;
	text-align: center;
	font-size:10px;
	color: #fff;
	padding-top:8px;
}

div.content_main_item_titel
{
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #000;
	margin: 10px;
}

div.content_main_item_text
{
	font-family: verdana;
	font-size: 11px;
	color: #000;
	margin: 10px;
	padding-bottom: 10px;
}

div.content_side_item_titel
{
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #000;
	margin: 10px;
}

div.content_side_item_text
{
	font-family: verdana;
	font-size: 11px;
	color: #000;
	margin: 10px;
	padding-bottom: 10px;
}

div.content_main_item_photos
{
	background-color: #fff;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
}

img.thumbnails_main
{
	margin: 5px;
	margin-left: 10px;
}
img.thumbnails_grid
{
	margin: 6px;
} 

