
* {
	margin: 0;
	padding: 0;
}

body { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 18px;

}

html>body { font-size: 12px; line-height: 18px; }

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { color: black; text-decoration: none; }
a:active { color: white; background-color: black; text-decoration: none; }
a:visited { text-decoration: none; color: black; }
a:hover { color: white; background-color: black; text-decoration: none;}
a img { color: black; border: none; }

.classic { padding: 24px 5px; }

.classic a:link,
.classic a:active,
.classic a:visited { color: #fff20d; text-decoration: none; }
.classic a:hover { background: #00cc00; color: white; }

#menu {text-align: right;
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	/* background-color: #fff; */
	line-height: 16px;
	
}

#menu ul { text-align: right; list-style: none;
	/* menü verschieben*/
	margin: 17px 0 0 20px; }

#menu ul li.section-title { font-weight: bold; font-size: 12px; text-align: right; margin-bottom: 1px; }


	/* content verschieben */
#content {
    height: 100%;
    margin: 100px 0 0 230px;
    top: 0;
}

.container {
    padding: 25px;
}

.container-helper { }

#content p { width: 400px; margin-bottom: 0.9em; line-height: 16px; }

p 
{
	color: #000;
}

p, object {
    margin: 0 0 0.9em 0;
}

object { display: block; }

h1 { font-size: 13px; font-weight: heavy; margin: 0 0 0.9em 0; }
h2 { font-size: 10px; font-weight: normal; margin: 0 0 0.9em 0; }
h3 { font-size: 10px; font-weight: normal; margin: 0 0 0.9em 0; }
h4 { font-size: 10px; font-weight: normal; margin: 0 0 0.9em 0; }

li.section-title h2 { display: inline; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 0.9em 0; }

#once { clear: left; }

/* editing stuff */
span.editme { display: inline-block; width: 12px; height: 12px; text-indent: -9999px; margin: 0; padding: 0; }

span.editme { display: none; }

/* styles for dialogs */
/* testing things */
/* This file skins dialog */
.ndxz .ui-dialog,
.ndxz.ui-dialog {

	margin: 0;
	padding: 0;
	color: white;
}

.ndxz .ui-dialog .ui-dialog-container,
.ndxz.ui-dialog .ui-dialog-container
{
	/* background: #000; */
}

.ndxz .ui-dialog .ui-dialog-titlebar,
.ndxz.ui-dialog .ui-dialog-titlebar {
	/* background: #000; */
	padding: 0;
	height: 21px;
	_height: 22px;
}

.ndxz .ui-dialog.ui-draggable .ui-dialog-titlebar,
.ndxz.ui-dialog.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ndxz .ui-dialog .ui-dialog-titlebar-close,
.ndxz.ui-dialog .ui-dialog-titlebar-close {
	width: 16px;
	height: 16px;
	position:absolute;
	top: 4px;
	right: 1px;
	cursor: pointer;
}

.ndxz .ui-dialog .ui-dialog-titlebar-close span,
.ndxz.ui-dialog .ui-dialog-titlebar-close span {
	display: none;
}

.ndxz .ui-dialog .ui-dialog-titlebar-close-hover,
.ndxz.ui-dialog .ui-dialog-titlebar-close-hover {
	cursor: pointer;

}

.ndxz .ui-dialog .ui-dialog-title,
.ndxz.ui-dialog .ui-dialog-title {
	position: relative;
	top: 5px;
	left: 0;
	color: #fff;
	display: block;
	text-align: center;
	font-weight: bold;
}

.ndxz .ui-dialog .ui-dialog-content,
.ndxz.ui-dialog .ui-dialog-content {
	margin: 0;

}

.ndxz .ui-dialog .ui-dialog-buttonpane,
.ndxz.ui-dialog .ui-dialog-buttonpane {
	position: absolute;
	bottom: 8px;
	right: 12px;
	width: 100%;
	text-align: right;
}

.ndxz .ui-dialog .ui-dialog-buttonpane button,
.ndxz.ui-dialog .ui-dialog-buttonpane button {
	margin: 6px;
}




/* SLIDE SHOW - Navigation */
	
	p.nav a {
		background-color: #eceded;
		padding-top: 2px;
		padding-right: 8px;
		padding-bottom: 2px;
		padding-left: 8px;
		font-size: 10px;	
		-moz-border-radius-bottomleft:2px;
		-moz-border-radius-bottomright:2px;
		-moz-border-radius-topleft:2px;
		-moz-border-radius-topright:2px;
		background-color: #eceded;
	}
	
	p.nav a:hover {
background-color: black;
	}
	
	p.nav span#num {
		letter-spacing: 2px;
font-style: regular;
		
