/* $TopStyle:URL=http://wuerfel.sammlung-online.de/fileadmin/template/main/res/stylesheet.css$ */

/* GENERAL fonts */




h1 {
	padding-top: 0px;
	margin-top: 0px;
	font-size: large;
}

h2 {
	padding-top: 0px;
	margin-top: 0px;
	font-size: large;
}

h3 {
	padding-top: 0px;
	margin-top: 0px;
	font-size: medium;
}

/* Content column */

TD#header_1 {
	background-image: url(../images/papillons_wuerfel2.jpg);
	height: 110px;
}

h1.head {
	font-size: 20px;
	font-weight: bolder;
	padding-left: 5px;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 0px;
}

a.haupt {
	font-size: 20px;
	font-weight: bolder;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	padding-left: 5px;
	vertical-align: top;
	text-decoration: none;
	color: black;
}

a.haupt:hover {
	font-size: 20px;
	font-weight: bolder;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	vertical-align: top;
	text-decoration: underline;
	color: black;
}

#header_2 {
	font: normal normal normal 10px Verdana Geneva Arial Helvetica sans-serif;
	text-align: right;
	color: Black;
	background: #EEE8AA;
	border-bottom: 1px solid Black;
	border-top: 1px solid Black;
}

/* Menu 1 column */
TD#menu_1 {	
	vertical-align: top; 
	width: 200px;	
	background-repeat : no-repeat;
	background-image: url(../images/menubackground.jpg);
	
	padding-top: 10px;
}
TD#menu_1 DIV {
	width: 95%;
}
TD#menu_1 DIV A {
	color: navy;
	text-decoration: none;
}
TD#menu_1 DIV A:hover {
	text-decoration: underline;
}

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
  border-bottom: 1px dotted #999999;
  font-size: 11px;
  padding-top:5px;
  padding-left:5px;
}
/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
  border-bottom: 1px solid #999999;
  font-weight:bold;
  font-size: 11px;
  padding-top:5px;
  padding-left:5px;

  background-color: #eeeeee;
  filter:alpha(opacity='70', style='0');
}
TD#menu_1 DIV.menu1-level1-act A {
  color:black;
}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  font-size: 10px;
  padding-left:20px;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  font-size: 10px;
  font-weight:bold;
  padding-left:20px;
}
TD#menu_1 DIV.menu1-level2-act A {
  color:black;
}

/*  MENU 1, level 3, normal state (NO) */
TD#menu_1 DIV.menu1-level3-no {
  font-size: 10px;
  padding-left:25px;
}
/*  MENU 1, level 3, active state (ACT) */
TD#menu_1 DIV.menu1-level3-act {
  font-size: 10px;
  font-weight:bold;
  padding-left:30px;
}




/*  MENU 2, level 1, general for all table cells: */
TR#menu_2 TD {
  background-color: #333366;
  width: 10%;
  text-align: center;
  padding: 0px 2px 0px 2px;
}
TR#menu_2 TD A {
  color: white;
  font-size: 10px;
  font-family: verdana, arial;
  text-decoration: none;
}
TR#menu_2 TD A:hover {
  text-decoration: underline;
}
TR#menu_2 TD.oddcell {
  background-color: #666699;
}
TR#menu_2 TD.menu2-level1-act {
  background-color: #88292A;
}






/* Style for the Path-menu: */
TD#path {
  white-space: nowrap;
  background-color: #F8F8EC;

  font-family: verdana, arial;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  padding: 1px 1px 5px 5px;
}
TD#path A {
  text-decoration: none;
  color:black;
}
TD#path A:hover {
  text-decoration: underline;
}

/*    NEU   */

body {
	text-align: center;
	background-color: #EDEDED;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	margin-top: 0px;
}

#haupttabelle {
	width: 780px;
	text-align: left;
	background-color: white;
}

#haupttabelle .header {
	background-image: url(images/header.jpg);
	height: 60px;
}

#haupttabelle .subheader {
	border-bottom: 1px solid Black;
	border-top: 1px solid Black;
	background-color: #eee8aa;
	text-align: right;
	font: 10px Arial, Helvetica, sans-serif;
	height: 12px;
	padding-left: 5px;
	padding-right: 5px;
}

#menu {
	vertical-align: top; 
	width: 200px;	
	height: 400px;
	background-image: url(images/menu.jpg);
	background-repeat : no-repeat;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#menu a:visited, a:link, a:active {
	color: gray;
	text-decoration: none;
}

#menu a:hover {
	color: black;
	text-decoration: none;
}


#menu ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}

#menu li{
	list-style-type: none;
	padding-left: 10px;
	border-bottom: 1px solid Gray;
	margin-left: 0px;
}

#menu ul li ul {
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
}

#menu ul li ul  li {
	font-size: smaller;
	padding-left: 20px;
	margin-left: 0px;
	list-style-type: none;
}

#menu ul li ul li ul {
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
}

#menu ul li ul li ul li {
	font-size: small;
	padding-left: 15px;
	margin-left: 0px;
	list-style-type: none;
}

#hoch {
	font-size: 10px;
	text-align: right;
}



#content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	vertical-align: top; 
   font-size: 12px;
}

#content h2 {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 16px;
}

#content h3 {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 14px;
}

#content td.aktualisierung {
	font-size: 12px;
}

#footer {
	font-size: 10px;
	height: 12px;
	text-align: center;
	border-top: 1px dashed Gray;
}

.gbheader {
	border-bottom: 1px solid Black;
	border-top: 1px solid Black;
	background-color: #eee8aa;
	/*text-align: right;*/
	font: 10px Arial, Helvetica, sans-serif;
	height: 12px;
	padding-left: 5px;
	padding-right: 5px;
}

.gbdetails {
	border-right: 1px solid Black;
	font-size: 12px;
	vertical-align: top;
	width: 120px;
}

.gbcomment {
	font-size: 12px;
	vertical-align: top;
}
.gbfoot {
	font-size: 10px;
	text-align: right;
}

table.fuzzy {
	font-size: 12px;
}

td.fuzzyhead {
	border-bottom: 1px solid Black;
}

.bildunter {
	font-size: 12px;
}

.wo1 {
	border-top:1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	width: 32px;
	height: 32px;
}

.wo2 {
	border-top:1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	width: 32px;
	height: 31px;

}

.wo3 {
	border-top:1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;	
	width: 31px;
	height: 32px;

}

.wo4 {
	border-top:1px solid black;
 	border-right: 1px solid black;
	border-bottom: 1px solid black;	
	width: 31px;
	height: 32px;

}

.wo5 {
 	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;		
	width: 32px;
	height: 31px;

}

.wotext {
	text-align: center;
	font-style: italic;
}

.sbs {
	text-align: center;
}
