/*	undo
*******************************************************************************/

:link,:visited { text-decoration:none; }
ul,ol { list-style:none; }
h1,h2,h3,h4,pre,code { font-size:1em; font-weight:normal; text-align:right; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0; }
img, a img,:link img,:visited img, fieldset { border:none; }
img { margin:0; padding:0; vertical-align:bottom; }

body, div,p,li { background-repeat:no-repeat; }


/*	reset some basic style
*******************************************************************************/
dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a:hover { text-decoration:none; }

.clearer {
	display: none;
}

.clear {
	display: none;
}

/*	html
*******************************************************************************/

body {
	background: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a img {
	border: 0;
	margin: 0px 0px 0px 0px;
}

div.clear {
    clear: left;
    margin: 0;
    padding: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
}

/* -- haupsache --------------------------------------------------- */

#wiz-header {
	display: none;
 }
 
* html #wiz-header { /* nur IE6 */
	display: none;
 }

#wiz-header a, a:link {
	display: none;
}

#wiz-header a:hover {
	display: none;
}

#wiz-header a:active {
	text-decoration: underline;
} 

#wiz-menue {
	display: none;
}
 
#wiz-menue img {
	display: none;
} 
 
#wiz-content {		
	width: 98%;
	background: none;
}

#wiz-printheader {
	width: 98%;
	color: #000;
	background: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 1.4em;
	margin: 20px 0 0 0;
}

#main {
	color: #000;
	font-size: 13px;
	text-align: left;
	line-height: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 130px 0;
	padding: 0 20px 0 50px;
}

#main p {
	color: #000;
	font-size: 13px;
	text-align: left;
	line-height: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main img {
	border: 0px;
	margin: 0 5px 0px 0px;
}

#main a img {
	border: 0px;
	margin:  0;
}

#main h1 { /* Überschrift */
	font-size: 2.5em;
	text-decoration: none;
	padding: 20px 0 8px 0;
	color: #f39100;
	text-align: left;
	font-family: Arial Black, Arial, Helvetica;
}

#main h2 { 
	font-size: 1.4em;
	font-weight: bold;
	font-style: normal;
	padding-bottom: 15px;
	color: #000;
	text-align: left;
	font-family: Verdana, Arial, Helvetica;
}

#main h3 { 
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	color: #000;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 28px 5px 0px;
	
}

#main h4 { /* Titel der Galerie */
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	text-align: center;
	font-family: Verdana, Helvetica, Arial;
	padding-bottom: 5px;
}

#main hr {
	color: #f39100;
	background: #f39100;
	border: solid 1px;
}

#main u { /* umdefiniert, um farbigen text anzuzeigen */
	padding: 0px;
	text-decoration: none;
	font-style: normal;
	color: #009ee3;
}

#main s { /* umdefiniert, um eingerückten text anzuzeigen */
	padding: 0px;
	text-decoration: none;
	font-style: normal;
}


/*	Hyperlinks
------------------------------------------------------------------------------*/

#main a, #main a:link {
	font-size: 13px;
	color: #f39100;
	text-decoration: underline;
	border: none;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
}

#main a:hover {
	color: #999;
	font-weight: normal;
	padding:0;
	text-decoration: underline;
	border: none;
}

#main a:link li {
	padding:0;
}

/*	Paragraphs / Lists
------------------------------------------------------------------------------*/
#main ol {
	margin-left: 15px;
	line-height: 20px;
	list-style-type: decimal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main ul {
	margin: 0 0 15px 8px;
	list-style: disc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main li {
	margin-left: 25px;
	line-height: 20px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



#main ul ul,
#main ul ol,
#main ol ol,
#main ol ul {
	font-size: 13px;
	line-height: 20px;
	list-style: circle;
	margin-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main ul ul ul,
#main ul ol ul,
#main ol ol ul,
#main ol ul ul {
	font-size: 13px;
	line-height: 20px;
	list-style: circle;
	margin-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main table {
	line-height: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	padding:0;
}

#main tr {
	line-height: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	padding:0;
}

#bildrechts {
	float: right;
}

#bildrechts p {
	font-size: 9px;
	text-align: left;
}
	

	

/*	Paragraphs / Lists ENDE
------------------------------------------------------------------------------*/

#wiz-footer {
	display: none;
}

* html #wiz-footer { /* nur IE6 */
	display: none;
}

#wiz-footer a, #wiz-footer a:link {
	display: none;
}

#wiz-footer a:hover{
	display: none;
}

/* -- end hauptsache --------------------------------------------------------- */



/* -- navi --------------------------------------------------------- */

#navi {
	display: none;
}

#submenu li {
	display: none;
}


/* normal link */
#submenu a, 
#submenu a:link {
	display: none;
}

/* mouseover */
#submenu a:hover {
	display: none;
}

/* normal link current */
#submenu li#current a,
#submenu li#current a:link {
	display: none;
}

/* -- subnav ------------------ */

#submenu .subnav1 li {
	display: none;
}

#submenu ul {
	display: none;
}


/* normal link */
#submenu .subnav1 a, 
#submenu .subnav1 a:link {
	display: none;
}

/* mouseover */
#submenu .subnav1 a:hover {
	display: none;
}

/* normal link current */
#submenu li#current .subnav1 a,
#submenu li#current .subnav1 a:link {
	display: none;
}

/* normal link current active */
#submenu .subnav1 li#active a,
#submenu .subnav1 li#active a:link {
	display: none;	
}

/* mouseover */
#submenu li#current .subnav1 a:hover {
	display: none;
}



/* -- navi ende --------------------------------------------------------- */


#breadcrumb {
	display: none;
}



/* bild und text
*******************************************************************************/

.flLeft {
	float:left;
	margin-right: 20px;
}

.flRight {
	float:right;
	margin-left: 20px;
}

.flCenter {
	position: absolute;
	left: 50%;
	right: 50%;
	margin: auto;
}


/* form-module
*******************************************************************************/

#form-module {
	margin: 0px;
	padding: 0;
	width: 500px;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
}

#form-module fieldset {
	border: 0px solid #fff;
}

#form-module legend {
	display:none;
}


#form-module p {
	margin:0;
	padding: 0px;
	font-size: 12px;
	font-weight:bold;
}

#form-module .element {
	display: block;
	clear: both;
	background: none;
}

/* -- Beschriftung links (Name, Vorname etc) */
#form-module label {
	display: block;
	float: left;
	padding: 0;
	width: 80px;
}

#form-module label.checkbox {
	width: 260px;
	border-right: none;
}

#form-module input, 
#form-module select, 
#form-module textarea {
	float: left;
	margin: 5px;
	width: 400px;
	border: 1px solid #cfcfcf;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#form-module input.text {
	height: 20px;
}

#form-module input.checkbox {
	width: 80px;
	padding:0;
	border: none;
}

/* -- senden button */
#form-module input.submit { 
	margin: 5px 0px 0px 87px;
	padding: 2px 5px;
	border: 1px solid #ddd;
	background-color: #f7b14b;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

/* -- hover des wortes senden */
#form-module input.submit:hover { 
	color: #fff;
	background-color: #9d9d9d;
}

#form-module label.textarea, 
#form-module textarea.textarea {
	height: 120px;
}

#form-module-thanks {
	padding: 25px 0 0 0;
	display: block;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* JAOS Gallery
*******************************************************************************/
#jaosg_galerie {
	display: none;
}

.jaosg_thumbnail {
	display: none;
}

.jaosg_nav {
	display: none;
}

.jaosg_bild {
	display: none;
}

.jaosg_bildbeschreibung {
	display: none;
}

/*****************************************************************/

div.jaosg_thumbnail {
	display: none;
}

div.jaosg_thumbnail img {
	display: none;
}

/* ls=landscape-Format der Thumbs */
div.ls img {
	display: none;
}

/* pt=portrait-Format der Thumbs */
div.pt img {
	display: none;
}


/*****************************************************************/

/* Diese CSS-Angaben stammen aus der originalen main.css */
/* download
*******************************************************************************/
#main .download-hdl, 
#main .download-file { 
 	width:97.3%; /* IE6 Hack */
	margin: 0;
}

#main .download-hdl { 
	padding: 0;
	font-weight: bold;
}

#main .download-desc {
	font-size: 11px;
	font-style: normal;
	padding: 0 0 0 23px;
	margin: 0 0 -5px 0;
}

#videoPlayer {
	display: none;
}