*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #90D5F5 url(../img/bg_body.jpg) no-repeat center 20px;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #444;
	text-align: center;
}

a
{
	text-decoration: underline;
	color: #004892;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	color: #444;
}

#cnt
{
	background-color: #fff;
	margin: 70px auto 0 auto;
	width: 630px;
	text-align: left;
}

.clear {
	clear: both;
}

/***************************
			Header				
/**************************/

#header
{
	padding: 10px;
}

/***************************
			Sidebars				
/**************************/

#left
{
	margin-left: 10px;
	_margin-left: 5px;
	float: left;
	width: 130px;
}

/***************************
			Content				
/**************************/

#content
{
	float: left;
	width: 450px;
	margin-left: 10px;
	padding: 10px;
	background-color: #F2F3F4;
	min-height: 400px;
	_height: 400px;
}

#content h1
{
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.5em;
}

#content h2
{
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 0.5em;
}

#content h3
{
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 0.5em;
}

#content p
{
	padding-bottom: 1em;
	line-height: 1.6em;
}

#content ul
{
	padding-bottom: 1em;
	line-height: 1.6em;
	margin-left: 13px;
}

#content .article_list .article {

}

#content .article_list .readmore
{
	
}

#content .article
{
	padding-bottom: 0;
	margin-bottom: 1em;
}

#content .article h1
{
	margin-bottom: 0.5em;
}

#content .article h1 a
{
	text-decoration: none;
}

#content .article h2
{
	
}

#content .article .created
{
	font-size: 0.9em;
	color: #999;
	line-height: 0;
	margin-bottom: 1em;
}

#content .article img
{
	margin-right: 1em;
	margin-bottom: 1em;
}

#content .article table th,
#content .article table td
{
	padding: 3px 2px;
}

#content .article table thead th,
#content .article table thead td
{
	font-weight: bold;
	border-bottom: 1px solid #999999;
}

#content .article .teaser-image {
	float: left;
	margin-left: 0.5em;
}

#content .article .teaser-image img {
	border: 0;
}

#content .search
{
	margin-top: 1em;
}

#content .search .hit
{
	
}

#content .search .hit h2
{
	padding-top: 1em;
	padding-bottom: 0;
	border-top: 1px solid #E0EBF3;
}

#content .search .hit h2 a
{
	text-decoration: none;
}

#content .search .hit .small
{
	font-size: 0.9em;
	color: #999;
}

#content .search .hit .highlight
{
	border-bottom: 2px solid #D8F0FC;
}

/***************************
			Footer				
/**************************/

#footer
{
	clear: both;
	padding-top: 1em;
	position: static;
	top: 100%;
}

#footer p
{
	padding-bottom: 1em;
	line-height: 1.6em;
	font-size: 0.9em;
}

/***************************
			Navigation				
/**************************/

#nav_top
{
	height: 23px;
	list-style-type: none;
}

#nav_top li
{
	display: inline;
	list-style-type: none;
}

#nav_top li a
{
	margin-right: 2px;
	padding: 5px 2px;
	color: #444;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
}

#nav_top li a:hover {
	background-color: #D3D7DB;
	color: #444;
}

#nav_top li a.current
{
	color: #fff;
	background-color: #A7B0B8;
}

#nav_top li a.current:hover
{
	background-color: #A7B0B8;
}

#nav_top #zingst
{
	color: #9D1844;
}

/*		menuTreeFull	*/

#nav_left
{
	margin-bottom: 1em;
	text-align: right;
}

#nav_left li
{
	list-style-type: none;
}

#nav_left li a
{
	display: block;
	padding: 5px;
	
	background-color: #fff;
	color: #444;
	text-decoration: none;
	outline: none;
}

#nav_left li a:hover
{
	color: #000;
	background-color: #F2F3F4
}

#nav_left li a.current
{
	background-color: #D3D7DB;
	font-weight: bold;
}

#nav_left li a.current:hover
{
	background-color: #D3D7DB;
}

/* Level 2 */
#nav_left ul
{
	margin-top: 1px;
	_width: 100%;
}

#nav_left ul li a
{
	background-color: #F2F3F4;
	outline: none;
	border-bottom: 1px solid #fff;
}

#nav_left ul li a:hover
{
	color: #000;
}

/***************************
			Breadcrumb				
/**************************/

#breadcrumb
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #004892;
	padding: 0 0 0.3em 0;
	margin: 0 10px 10px 10px;
	border-bottom: 1px solid #999;
}

#breadcrumb a
{
	color: #004892;
	text-decoration: none;
}

#breadcrumb a:hover
{
	text-decoration: underline;
}

/***************************
			Gallery			
/**************************/

#content .picture_list
{
	margin-bottom: 1em;
}

#content .picture_list .picture
{
	margin: 0.5em;
}

#content .picture_list .picture a
{
	outline: none;
}

#content .picture_list .picture a img
{
	margin: 0;
}
