
body
{
    background-color: #EEEEEE;

    background: #EEEEEE url("bg.png");
    background-repeat: repeat;
    background-position: center;
    background-attachment: scroll;
}

a, a:link, a:visited, a:hover
{
	color: #06B;
	font-weight: normal;
	font-family: helvetica,Arial,sans-serif;
	font-size: 80%;
	text-decoration: none;
}

#maintdleft, #maintdright
{
	text-align: center;
}

#document
{
	font-size: 100%;
	margin: 10px;
	padding: 5px;
	border: 1px solid #AAAAAA;
	background-color: #DDDDDD;
	height: auto;
}

ul#menu
{
	border: 2px solid #cdc;
	background: #ded;
	margin:0;
	padding:0px;
	list-style-image: url(spacer.gif); /* none does not work, then IE has a minimum li-height */
}

ul#menu li div
{
	border:1px solid #9a9;
	background: #cdc;
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
}

ul#menu ul
{
	border-right:1px solid #cdc;
	background: #ded;
	margin:-1px;
	margin-top:0;
	padding:0;
	padding-left: 18px;
	list-style-image: url(spacer.gif); /* none does not work, then IE has a minimum li-height */
}

ul#menu ul li
{
	text-align: left;
	border: 0;
	border-top: 1px solid #cdc;
	background-color: #fff;
	font-size: 9.6pt;
}

ul#menu ul li:hover
{
	background-color: #eee;
}

ul#menu ul li ul li:hover
{
	background-color: #f5f5f5;
}

ul#menu ul li ul
{
	border: 1px solid #cdc;
	border-top: 0;
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
	display: none;
	position: absolute;
	z-index: 100;
	margin-left: 140px;
	margin-top: -1em;
}

ul#menu ul li ul li.firstsub
{
	margin-top: -2px;
}

ul#menu ul li.menu_active ul li.firstsub
{
	margin-top: 0px;
}

ul#menu ul li:hover ul
{
	height: auto;
	width: auto;
	display: block;
}

ul#menu ul li.menu_active ul
{
	margin: 0;
	border: 0;
	position: static;
	height: auto;
	width: auto;
	display: block;
	padding-left: 10px;
}

ul#menu ul li.menu_active:hover ul
{
	height: auto;
	width: auto;
	display: block;
}


ul#menu a, ul#menu a:link, ul#menu a:visited, ul#menu a:hover
{
	font-family: helvetica,Arial,sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #069;
	display: block;
	border-left: 5px solid #9a9;
	margin: 0;
	padding: 0;
	padding-right: 10px;
}

ul#menu a:hover
{
	border-left: 5px solid black;
}

ul#menu li.menu_active a, ul#menu li.menu_active a:link, ul#menu li.menu_active a:visited, ul#menu li.menu_active a:hover
{
    font-weight: bold;
}

ul#menu li.menu_active ul li a, ul#menu li.menu_active ul li a:link, ul#menu li.menu_active ul li a:visited, ul#menu li.menu_active ul li a:hover
{
    font-weight: normal;
}

ul#menu li.menu_active ul li a, ul#menu li.menu_active ul li a:link, ul#menu li.menu_active ul li a:visited, ul#menu li.menu_active ul li a:hover
{
    color: #07F;
}

ul#menu li.menu_active ul li.menu_active a, ul#menu li.menu_active ul li.menu_active a:link, ul#menu li.menu_active ul li.menu_active a:visited, ul#menu li.menu_active ul li.menu_active a:hover
{
    font-weight: bold;
}

ul#menu li.nyaent a, ul#menu li.nyaent a:link, ul#menu li.nyaent a:visited, ul#menu li.nyaent a:hover
{
	color: #960;
}

ul#menu li.xent a, ul#menu li.xent a:link, ul#menu li.xent a:visited, ul#menu li.xent a:hover
{
	color: #096;
}

ul#menu li.xent ul li a, ul#menu li.xent ul li a:link, ul#menu li.xent ul li a:visited, ul#menu li.xent ul li a:hover
{
	color: #069;
}

ul#menu li.xent.menu_active ul li a, ul#menu li.xent.menu_active ul li a:link, ul#menu li.xent.menu_active ul li a:visited, ul#menu li.xent.menu_active ul li a:hover
{
	color: #07F;
}

/* SUB NYAENT */
ul#menu li.xent ul li.nyaent a, ul#menu li.xent ul li.nyaent a:link, ul#menu li.xent ul li.nyaent a:visited, ul#menu li.xent ul li.nyaent a:hover
{
	color: #960;
}


h1
{
    color: #006600;
    text-align: center;
    font-size: 200%;
    font-family: helvetica,Arial,sans-serif;
    border: 1px solid #bbb;
    border-bottom: 3px solid #bbb;
    margin-top: 0px;
    margin-bottom: 2px;
    background: #ddd url("title.jpg");
    background-repeat: repeat-x;
    background-position: top;
    background-attachment: scroll;
    margin-bottom: 10px;
}


h2
{
    color: #006600;
    text-align: center;
    font-size: 100%;
    font-family: helvetica,Arial,sans-serif;
    background-color: #ddd;
    border: 1px solid #bbb;
    border-bottom: 3px solid #bbb;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
	 width: 80%;
}


h3
{
    color: black;
    text-align: center;
    font-size: 100%;
    font-family: helvetica,Arial,sans-serif;
    border-bottom: 3px solid black;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
	 width: 80%;
}

h3.subbreakhack
{
    font-size: 75%;
    font-weight: normal;
    margin-top: 0;
    border-bottom: 0;
}


h4
{
    color: black;
    text-align: center;
    font-size: 140%;
    font-family: Times, Times New Roman, serif;
    border: 0px;
    border-bottom: 1px solid #AAA;
	 margin: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
	 display: compact;
}




ul.linklist
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.linklist li
{
	font-weight: normal;
	font-size: 20pt;
	font-family: helvetica,Arial,sans-serif;
	color: #06B;
	margin: 5px;
}

ul.linklist li a
{
	text-decoration: underline;
}

ul.linklist li a:hover
{
}






.boxl
{
    font-size: 100%;
    width: 96%;
    /*width: 100%;*/
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 2%;
    margin-right: 2%;
    text-align: center;
    padding: 1px;
    border: 1px solid #AAAAAA;
    background-color: white;
    height: auto;
}


.boxl a, .boxl a:link, .boxl a:visited, .boxl a:hover
{
	margin-left: 0px;
	margin-right: 0px;
}


.box
{
    font-size: 100%;
    width: 96%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 2%;
    margin-right: 2%;
    text-align: center;
    padding: 1px;
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    border: 1px solid #AAAAAA;
    background-color: white;
    height: auto;
}


#page_active
{
	font-weight: bold;
}

div.small_image
{
	width: 70px;
	height: 70px;
	margin: 5px;
	padding: 2px;
	float: left;
}

div.small_image_active
{
	width: 70px;
	height: 70px;
	margin: 5px;
	padding: 2px;
	float: left;
	border: 1px solid #06B;
	padding: 1px;
}

div.small_image a, div.small_image_active a
{
	display: block;
}


table.big_image
{
	margin: 5px;
	margin-left: auto;
	margin-right: auto;
}



table.big_image td.ca img
{
	padding: 1px;
	border: 1px solid #06B;
}

table.big_image td.cb
{
	padding: 1px;
	padding-top: 2px;
}

table.big_image td.cc
{
	padding: 1px;
	padding-left: 2px;
}




table.abcdefg
{
	border-left: 1px solid black;
	border-top: 1px solid black;
}

table.abcdefg td
{
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}





a.galpagelink
{
	font-size: 100%;
}




table.quizform
{
	margin: 5px;
	border: 1px solid black;
	background: #F4F4F4;
	margin-left: auto;
	margin-right: auto;
}

table.contactform
{
	width: 40em;
	padding: 5px;
}

table.contactform textarea
{
	width: 100%;
}

table.pinform
{
	width: 40em;
	padding: 10px;
}


table.pinform td.pinrow
{
	margin: 0;
	padding: 0;
	width: 30%;
	font-weight: bold;
}

table.pinform td.pinrow1
{
	text-align: center;
	width: auto;
	border: 3px solid #CC0000;
	padding: 10px;
	background-color: #FFDDDD;
}

table.pinform form
{
	padding: 0;
	margin: 0;
	border: 0;
}

table.pinform td.pinrow div
{
	border: 0;
	border-top: 3px dotted #CC0000;
}

table.quizform td
{
	padding: 5px;
	text-align: left;
}

table.contactform td
{
	padding-top: 1px;
	padding-bottom: 1px;
}

table.quizform select, table.quizform .text
{
	border: 1px solid #AAAAAA;
	background: #F4F4F4;
	color: black;
}

table.quizform select:hover, table.quizform select:focus,
table.quizform .text:hover, table.quizform .text:focus
{
	background: #FFFFFF;
}

table.quizform input.submit
{
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	font-weight: normal;
	font-size: 100%;
	color: black;
	background: #DDDDDD;
}

table.quizform input.submit:active
{
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}

table.quizform input.submit:hover
{
	background: #EEEEEE;
}



table.quizform.quizstat
{
	background: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}





div.searchresult
{
	width: 200px;
	height: 200px;
	border: 1px solid black;
	margin: 2px;
	overflow: hidden;
	float: left;
	background: #EEEEEE;
}

div.searchresult h3
{
	margin-bottom: 10px;
	font-size: 10pt;
}

div.searchresult h3.subbreakhack
{
	margin-top: -10px;
    font-size: 75%;
}

div.searchresultbox
{
	margin: 10px;
	/* margin-top: 20px; */
	margin-left: 50px;
	margin-right: 50px;
}





#articlediv
{
	font-family: 'Times New Roman', serif;
	font-weight: normal;
	font-size: 12pt;
	text-align: center;
	width: 40em;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}


#articlediv div.spacer
{
	height: 4em;
}


#articlebox
{
	text-align: left;
	width: auto;
	border: 1px solid #AAAAAA;
	background: white;
	margin-top: 10px;
	padding: 0.5em;
	clear: both;
}





ul.errorlist
{
	padding: 5px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #AAAAAA;
	background: white;
	padding-left: 2px;
	font-family: helvetica,Arial,sans-serif;
	font-weight: bold;
	color: black;
	text-align: left;
}



ul.errorlist li
{
	font-size: 20pt;
	color: red;
	text-align: center;
	list-style: none;
}

ul.errorlist ul
{
	margin:-1px;
	margin-top:5px;
	margin-left: 2em;
	padding:0;
}

ul.errorlist ul li
{
	text-align: left;
	list-style: circle;
	font-size: 12pt;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	color: black;
}


.error
{
	font-family: helvetica,Arial,sans-serif;
	color: red;
	text-align: center;
	font-weight: bold;
	margin: 10px;
	font-size: 120%;
}


.success
{
	font-family: helvetica,Arial,sans-serif;
	color: green;
	text-align: center;
	font-weight: bold;
	margin: 10px;
	font-size: 120%;
}



#diashow_container
{
	width: 100%;
	text-align: center;
}




#diashow
{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 470px;
	height: 470px;
	/*background: white;*/
	border: 1px solid #AAA;
	/*
	text-align: center;
	vertical-align: middle;
	*/
}



#counter
{
	text-align: center;
}



div.tileimage
{
	border: 1px solid #AAAAAA;
	padding: 5px;
	margin: 5px;
	background: white;
	float: left;
}

div.tileimage img
{
}

/* WARNING: This definition is modified in iestyle.css ... */
div.tileimage p
{
	padding: 1px;
	margin: 0;
	border: 0;
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	border-top: 0;
}







ul.pinul
{
	margin: 0;
	padding: 0;
	border: 0;
	padding-left: 2em;
	list-style: circle;
}

a.textlink
{
	font-family: 'Times New Roman', serif;
	font-weight: normal;
	font-size: 12pt;
}

a.pinlink
{
	font-weight: bold;
	font-family: Fixedsys, Courier, monospace;
}


div.pinloginmain
{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

div.pinloginmain table
{
	text-align: left;
	width: 100%;
}

div.pinloginmain table tr td.pintab0
{
	width: 1px;
}

div.pinloginmain table tr td.pintab1
{
	border-left: 1px solid #AAAAAA;
	padding-left: 5px;
	background-color: #EEEEEE;
}

div.pinloginmain table tr td.pintab1 a, div.pinloginmain table tr td.pintab1 a:link, div.pinloginmain table tr td.pintab1 a:visited, div.pinloginmain table tr td.pintab1 a:hover
{
	font-family: 'Times New Roman', serif !important;
	font-weight: normal !important;
	font-size: 20pt !important;
	display: block !important;
	color: black !important;
}

div.pinloginmain table:hover tr td.pintab1
{
	background-color: white;
}









.leftalign   { text-align: left; };
.centeralign { text-align: center; };
.rightalign  { text-align: right; };


/* Has only properties in iestyle.css, use it to fix peekaboo bug (http://www.positioniseverything.net/explorer/peekaboo.html) */
.haslayout
{
}





/* Impressum hidden-email trick (idea originally from http://www.fluxnetz.de/fluxnetz/ :) */

span.hidden0 { display: inline; }
span.hidden1 { display: none; }
span.hidden2 { display: none; }
span.hidden3 { display: inline; }
span.hidden4 { display: none; }
span.hidden5 { display: none; }
span.hidden6 { display: inline; }
span.hidden7 { display: inline; }
span.hidden8 { display: none; }
span.hidden9 { display: none; }


