@charset "ISO-8859-1";
@import url("../js/lytebox/lytebox.css");


/*
 * Author:	MIZ-CMS
 * Date: 	2010-03-09 13:07:44
 */


/**************************************************************
	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;
}


/**************************************************************
	Design       ReDefine
 **************************************************************/
body {
	color:		#000;  
	/*text-align:	center;*/
	font:		Normal 16px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background:	#000 url("../files/design/bground.png") -20px 100px;
}

a {
	color:		#002386;
}

a:hover {
	color:		#002386;
	
}

ul {
	margin:		0 0 0 20px;
	list-style-type:disc;
}

li {
	margin:		4px 0 5px 10px;
}

blockquote {
	margin:		1em;
	padding:	.5em;
	background:	#EEE;
	border-top:	1px solid #CCC;
	border-bottom:	1px solid #CCC;
}

blockquote p {
	margin:		.2em;
}

hr.content-divider {
	display:	none;
}

/**************************************************************
	Design
 **************************************************************/
 
#container { 	
	margin:		0 auto;
	width:		827px;
	text-align:	left;
	vertical-align:	middle;	
	
}

#body {
	padding-top:	15px;
	background:	url("../files/design/body2.png") repeat-y;
}

#bodyend {
	height:		15px;
	clear:		both;
}

/**************************************************************
	HEADER
 **************************************************************/

#header {
	height:			200px;
	background:		url("../files/design/header3.png");
}

#header h1 {
	padding:		20px 0 0 20px;
	font-size:		1.8em;
	letter-spacing:		.1em;
	color:			#FFF;
	font-weight:		lighter;
	display:		none;
}

#header h2 {
	padding:		0 0 0 20px;
	font-size:		.9em;
	font-weight:		lighter;
	letter-spacing:		.1em;
	color:			#EEE;
	display:		none;
}

/**************************************************************
	NAVIGATION
 **************************************************************/
#navigation {
	float:			left;
	width:			200px;
	margin-left:		-10px;
}

#navigation h2 {
	display:		none;
}

#navigation ul li {
	list-style-type:	none;
	margin-bottom:		15px;
}

#navigation ul li.group a.grouplink {
	display:		block;
	line-height:		16px;
	color:			#3A75C4;
	font-weight:		bold;
	font-size:		.8em;
	text-decoration:	none;
	cursor:			default;
	outline:		none; /* for browsers that understand */
}

#navigation ul li.link {
	margin:		0 0 0 -10px;
}

#navigation ul li.link a {
	font-size:		0.7em;
	font-weight:		bold;
	color:			#333;
	line-height:		26px;
	display:		block;
	padding-left:		10px;
	text-decoration:	none;
	background-image:	url("../files/design/nav_link.png");
	background-repeat:	no-repeat;
	background-position:	bottom left;
	outline:		none; /* for browsers that understand */
}

#navigation ul li.link a:hover {
	background-image:url("../files/design/nav_link_hover.png");
	background-repeat:no-repeat;
	background-position:left bottom;
}

#navigation ul li.link a:active {
	background-image:url("../files/design/nav_link_hover.png");
	background-repeat:no-repeat;
	background-position:left bottom;
}

/**************************************************************
	CONTENT
 **************************************************************/
#content {
	margin:		0 22px 0 222px;
	padding-left:	10px;
	text-align:	justify;
}

#content div#realcontent {
	font-size:	.8em;
}

#content h2 {
	font-size:	1.1em;
	color:		#028;
	margin-bottom:	20px;
	display:	none;
}

#content h3 {
	line-height:	1.5em;
	font-size:	1.1em;
}

#content p {
	margin:		.3em 0 .6em 0;
}

#content ul {
	
}

#content ul li {
	list-style-type:disc;
	line-height:	1em;
	padding-left:	10px;
	margin-left:	15px;
}



/**************************************************************
	FOOTER
 **************************************************************/

#footer {
	padding-top:	15px;
	height:		50px;
	text-align:	center;
	font-size:	1em;
	background-image:url("../files/design/footer2.png");
	background-repeat:no-repeat;
}

#footer p {
	text-align:	center;
	line-height:	40px;
	font-size:	0.7em;
}


#tagung {
	border-collapse: collapse;
}

#tagung td{
	border:		1px solid #000;
}
