@charset "ISO-8859-1";
@import url("../js/lytebox/lytebox.css");


/*
 * Author:	MIZ-CMS
 * Date: 	2010-03-09 15:50:10
 */


/**************************************************************
	DEFAULT
 **************************************************************/
* {
	margin:				0;
	padding:			0;
}

body {
	margin:				0;
	font-family:			sans-serif;
}

body, th, td, pre {
	font-size:			14px;
}

#container {
	margin:				1em;
}

h1 { font-size:2.00em; line-height:1.5em; }
h2 { font-size:1.75em; line-height:1.5em; }
h3 { font-size:1.50em; line-height:1.5em; }
h4 { font-size:1.25em; line-height:1.5em; }
h5 { font-size:1.10em; line-height:1.5em; }
h6 { font-size:1.00em; line-height:1.5em; }

p {
	margin:				1em 0em;
}

ul, ol {
	margin:				1em 0em 1em 2em;
}

ul ul, ol ol {
	margin-top:			0em;
	margin-bottom:			0em;
}

li {
	line-height:			1.3em;
}

acronym {
	cursor:				help;
	border-bottom-style:		dotted;
	border-bottom-width:		1px;
}

img {
	border:				0;
}

img.imgleft {
	margin-right:			.7em;
}

img.imgright {
	margin-left:			.7em;
}

div.advcontent {
	margin:				.2em 0em;
	float:				left;
	width:				100%;
}

div.advcontent-end {
	clear:				left;
}

div#bodyend {
	clear:				both;
}

div.browser-note {
	margin:				0px;
	height:				31px;
	font-family:			sans-serif;
	font-size:			12px;
	font-weight:			bold;
}

div.browser-note table {
	margin:				0px;
	width:				100%;
	position:			fixed;
	z-index:			100;
	top:				0px;
	border-collapse:		collapse;
	border-spacing:			0;
	border-bottom:			solid 1px #000;
	color:				#000;
	text-align:			center;
	background-color:		#ff9;
}

div.browser-note table td {
	margin:				0px;
	font-family:			sans-serif;
	font-size:			12px;
	font-weight:			bold;
	text-align:			center;
	padding:			4px 15px;
	height:				22px;
}

div#oldbrowserwarning table {
	background:			#f99 url("../cms/images/warning.gif") no-repeat 10px 50%;
}

div#oldbrowserwarning table td {
	padding-left:			37px;
	text-align:			left;
}

div#oldbrowserwarning a {
	color:				#fff;
}

div#youfoundusnote table {
	text-align:			center;
	background-color:		#ff9;
}

div#youfoundusnote i {
	color:				#00f;
}

div#youfoundusnote a {
	color:				#c00;
}


/**************************************************************
	GALLERY DEFAULT
 **************************************************************/
div.gallery {
	margin:				.2em 0em;
	float:				left;
	width:				100%;
}

div.gallery div.thumbnail {
	float:				left; 
	padding:			0px;
}

div.gallery div.thumbnail a {
	border:				solid 1px gray;
	display:			block;
	margin:				0;
	padding:			0;
}

div.gallery div.thumbnail a img {
	border:				none;
	margin:				0;
	padding:			0;
}

div.gallery div.thumbnail p.desc {
	text-align:			center;
	font-family:			sans-serif;
	font-size:			.8em;
	line-height:			1em;
	padding:			2px;
	margin:				0;
	background-color:		#ccc;
	border-left:			solid 1px gray;
	border-right:			solid 1px gray;
	border-bottom:			solid 1px gray;
}


/**************************************************************
	GENERAL
 **************************************************************/
body {
	background:	#90c866 url("../files/design/background.png") repeat-x 0 -.3em;
	font-family:	tahoma, arial, helvetica, sans-serif;
}

body, th, td {
	font-size:	12px;
}

a {
	outline:	none;
	color:		green;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

hr.content-divider {
	display:	none;
}

#container {
	width:		742px;
	margin:		13px auto;
}

#body {
	background:	url("../files/design/body.png") repeat-y 19px 0;
}

#bodyend {
	margin-right:	2.2em;
	clear:		both;
	height:		107px;
	background:	url("../files/design/body_corner.png") no-repeat 516px 0;
}

/**************************************************************
	HEADER
 **************************************************************/
#header {
	margin-top:	-17px;
	height:		199px;
	background:	url("../files/design/header.png") no-repeat;
}

#header h1, #header h2 {
	display:	none;
}

/**************************************************************
	NAVIGATION
 **************************************************************/
#navigation {
	float:		left;
	width:		200px;
}

#navigation a {
	text-decoration:none;
	color:		#000;
}

#navigation ul {
	list-style-type:none;
}

#navigation h1, #navigation h2 {
	display:	none;
}

#navigation ul li.group {
	margin:		.4em 0 .8em 0;
}

#navigation ul li.group a {
	padding-left:	7px;
	display:	block;
	line-height:	20px;
	font-size:	1em;
	font-weight:	bold;
	background:	url("../files/design/nav_group.png") no-repeat;
	cursor:		default;
}

#navigation ul li.link {
	margin:		.4em 0 -.2em -1.2em;
}

#navigation ul li.link a {
	padding-left:	22px;
	font-size:	.9em;
	line-height:	20px;
	display:	block;
	background:	url("../files/design/nav_link.png") no-repeat;
	cursor:		pointer;
}

#navigation ul li.link a:hover {
	color:		#333;
	background:	url("../files/design/nav_link_hover.png") no-repeat;
}

#navigation ul li.link a.active {
	color:		#333;
	background:	url("../files/design/nav_link_hover.png") no-repeat;
}

/**************************************************************
	CONTENT
 **************************************************************/
#content {
	margin:		0 40px 0 200px;
	padding:	25px 10px 10px 10px;
	min-height:	200px;
	_height:	200px;
}

#content h2 {
	font-size:	1.2em;
	display:	none;
}

/**************************************************************
	FOOTER
 **************************************************************/
#footer {
	height:		20px;
	background:	url("../files/design/footer.png") no-repeat;
}

#footer p {
	margin:		0;
	padding:	2em 3.5em 2em 0;
	line-height:	10px;
	text-align:	right;
	font-size:	.8em;
}

#footer a {
	color:			green;
}

