@charset "ISO-8859-1";
@import url("../js/lytebox/lytebox.css");


/*
 * Author:	MIZ-CMS
 * Date: 	2011-12-05 11:13:15
 */


/**************************************************************
	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, th, td, pre {
	font-family:		"Arial", sans-serif;
	color:			#3B5656;
}

body {
	background:		url("../files/design/Background.png") repeat-x scroll;
	margin:			0;
}

th, td {
	font-size:		.9em;
	background-color:	lightblue;
}

td {
	padding:		3px 5px;
}

hr.content-divider {
	display:		none;
}

#container {
	width:			930px;
	margin:			30px auto;
}

#body {
	background:		url("../files/design/body.png") repeat-y;
	height:			100%;
	margin-top:		-15px;
	*margin-top:		0px;
}

#bodyend {
	clear:			both;
	height:			25px;
	background:		none transparent;
}

a {
	color:			#3B5656;
	text-decoration:	none;
}

a:hover {
	text-decoration:	underline;
}


/**************************************************************
	HEADER
 **************************************************************/
#header {
	margin-left:			8px;
	height:			150px;
	background:		url("../files/design/header.png") no-repeat;
}

#header h1, #header h2 {
	display:		none;
}


/**************************************************************
	NAVIGATION
 **************************************************************/
#navigation {
	padding-top:		20px;
	font-size:		93%; 
	line-height:		normal; 
	float:			left;
	width:			200px;
	margin:			10px 0 30px 40px;
}

#navigation h2 {
	display:		none;
}

#navigation ul {
	margin: 		0px;
}
	
#navigation ul li { 
	margin: 		0;
	padding: 		0;
	list-style-type: 	none;
} 

#navigation ul li.group a.grouplink {
	display: 		block;
	color: 			white;
	font-size:		14px;
	background-image:	url("../files/design/Button1.png");
	background-repeat:	no-repeat;
	width: 			143px;
	height:			28px;
	line-height:		26px;
	padding: 		6px 5px 3px 10px;
	cursor:			default;
	text-decoration: 	none;
	margin-bottom:		2px;
}

#navigation li.group li.group li.link {
	padding-left:		15px;
}

#navigation li.link a
{
	
	margin-left:		10px;
	display: 		block;
	color: 			#3B5656;
	background-image:	url("../files/design/Button3.png");
	background-repeat:	no-repeat;
	width: 			135px;
	height:			20px;
	padding: 		3px 4px 5px 10px;
	line-height:		20px;
	text-decoration: 	none;
}

#navigation li.link a:hover {
	text-decoration: 	underline;
}


/**************************************************************
	CONTENT
 **************************************************************/
#content {
	width:			580px;
	margin:			0px 30px 0px 270px;
}

#content div#realcontent {
	padding-right:		10px;
}

#content > h2 {
	color:			red;
	margin-bottom:		20px;
}

#div.article a {
	text-align:		center;
}


div.table table {
	width:			575px;
}


/**************************************************************
	FOOTER
 **************************************************************/
#footer {
	clear:			both;
	height:			40px;
	margin-left:		8px;
	background-image:	url("../files/design/footer.png");
	width:			930px;
	background-repeat:	no-repeat;
}

#footer p {
	margin:			0;
	text-align:		center;
	line-height:		25px;
	color:			#A4A9A3;
	font-size:		0.7em;
	text-decoration:	none;
}

#footer a {
	color:			white;
}

/**************************************************************
	SPECIAL CONTENT
 **************************************************************/
#lang {
	height:			22px;
	width:			200px;
	margin-left:		50px;
}
