/*----------------------------------------------------------------------------
	main.css

	this css-file contains all definitions, that are independend from the
	colorschemes.

	(c) Schlund + Partner AG

	This CSS-File uses the original "Tanteks Box Modell Hack"
	http://www.tantek.com/CSS/Examples/boxmodelhack.html

	NOTE:
	Older W3C CSS validators return errors when the voice-family property
	is used in a 'screen' style sheet. This is an error in the W3C CSS
	validator itself. The validator should report a warning, not an error,
	when properties which are unsupported by a particular medium are used,
	and this has been reported to the W3C:

 ----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/

body#main_body {
    margin: 0;
    padding: 0;
    text-align: center;
}

/*-- global container ------------------------------------------------------*/

#container {
    position: relative;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    width: 865px;
}

#header {
    padding: 0;
    margin: 0;
    width: 865px;
    /*height: 123px;*/
}

#main_container {
    padding: 0px;
    margin: 0px;
}

#layout_table {
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}

#sub_nav_column {
    vertical-align: top;
    padding: 0;
    margin: 0;
}

#content_column {
    vertical-align: top;
    padding: 0;
    margin: 0;
}

#left_column_container {
    margin: 0;
    padding: 0px 6px 0px 0px;
    width: 200px;
}

#sub_container1 {
    margin: 0;
    padding: 0;
}

#sub_container2 {
    margin: 0;
    padding: 0;
    width: 650px;
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
}

#content_container {
    overflow: hidden;
    margin: 15px 0px 0px 0px;
    padding: 0px 20px 20px 0px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
    width: 855px;
    height: 80px;
    /* rev2 position: absolute;*/
    top: 0px;
    /* rev2 left: 5px;*/
    margin-left:5px;
}

/*--- slogan (as text or background image) ---------------------------------*/

#slogan {
    padding: 0px 0px 0px 15px;
    margin: 2px 0px 5px 0px;
    voice-family: "\"}\"";
    voice-family: inherit;
    overflow: hidden;
    width: 840px;
    top: 25px;
    position: absolute;
}

.content > img {
  margin: 20px 0px 10px 10px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    width: 171px;
    height: 80px;
    position: absolute;
    top: 0px;
    left: 689px;
}

/*--- main navigation ------------------------------------------------------*/

.menu_container_root {
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 0px 6px;
    overflow: hidden;
    line-height: 0;
    width: 865px;
    /*height: 27px;*/

    voice-family: "\"}\"";
    voice-family: inherit;
    /*position: absolute;*/

    z-index: 1;
    /* rev2 position: relative;*/
    /* top: 80px;*/
}


#main_nav_container {
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 0px 6px;
    overflow: hidden;
    line-height: 0;
    width: 865px;
    /*height: 27px;*/

    voice-family: "\"}\"";
    voice-family: inherit;
    /*position: absolute;*/

    z-index: 1;
    /* rev2 position: relative;*/
    /* top: 80px;*/
}

.menu_list_root {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#main_nav_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menu_list_root li {
    float: left;
    margin: 0px 1px 0px 0px;
    padding: 0;
}

#main_nav_list li {
    float: left;
    margin: 0px 1px 0px 0px;
    padding: 0;
}

/*--- main navigation items ------------------------------------------------*/

.menu_list_root a {
    overflow: hidden;
    margin: 0;
    padding: 0px 10px 0px 10px;
    display: block;
    float: left;
    width: 100px;
    line-height: 27px;
    text-align: center;
    height: 27px;
    voice-family: "\"}\"";
    voice-family: inherit;
}

#main_nav_list a {
    overflow: hidden;
    margin: 0;
    padding: 0px 10px 0px 10px;
    display: block;
    float: left;
    width: 100px;
    line-height: 27px;
    text-align: center;
    height: 27px;
    voice-family: "\"}\"";
    voice-family: inherit;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
    margin: 15px 0px 20px 0px;
    padding: 0 0 10px 10px;
    float: left;
}

.menu_container_siblings {
    margin: 15px 0px 20px 0px;
    padding: 0 0 10px 10px;
    float: left;
}
.menu_container_children {
    margin: 0px 0px 10px 0px;
    padding: 1px 0px 2px 0px;
    float: left;
    background-image:url('../images/dynamic/buttonset5/sn2hline.gif');
    background-position:bottom;
    background-repeat:no-repeat;
}

/*--- subnavigation --------------------------------------------------------*/

.menu_list {
    list-style-type: none;
    padding:4px 0px 4px 8px;
}

/*--- subnavigation items --------------------------------------------------*/

.menu_item {
  background-position:top;
  background-repeat:no-repeat;
  border-style:solid;
  border-width:0px 1px 0px 0px;
  border-color: #bc5252;
  margin: 0px -1px 0px 0px;
}

.active_menu_item {
  background-position:top;
  background-repeat:no-repeat;
  border-style:solid;
  border-width:1px 0px 1px 1px;
  border-color: #bc5252;
  margin: 0px 0px 0px 0px;
}


.sub_nav_list a {
    overflow: hidden;
    text-align: center;
    line-height: 18px;
    height: 19px;
    padding: 0 6px 0 6px;
    display: block;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 134px;
}

html>body .sub_nav_list a {
    width: 134px;
}

.active_menu_item .menu_container {
  visibility:visible;
}

.menu_item .menu_container {
  visibility:hidden;
  display:none;
}

/*--- sub navigation links -------------------------------------------------*/

.menu_list a {
    overflow: hidden;
    text-align: left;
    line-height: 18px;
    height: 19px;
    padding: 0 6px 0 6px;
    display: block;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 134px;
}

html>body .menu_list a {
    width: 134px;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    margin: 0;
    padding: 0;
    width: 865px;
    height: 42px;
    clear: both;
    overflow: hidden;
}

#footer_text {
    text-align: right;
    padding: 10px 20px 10px 20px;
    margin: 0;
    text-align: center;
}

/*----------------------------------------------------------------------------
  default-styles for .content html-elements
----------------------------------------------------------------------------*/

/*--- paragraph ------------------------------------------------------------*/

.content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.content table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0px 1px 0px 1px;
}

.content select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.content input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

.content textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

/*--- headings -------------------------------------------------------------*/

/*--- links ----------------------------------------------------------------*/

/*--- tables ---------------------------------------------------------------*/

.content th {
    padding: 3px 2px 3px 2px;
}

.content tr.odd {
    padding: 3px 2px 3px 2px;
}

.content tr.even {
    padding: 3px 2px 3px 2px;
}

/*--- forms ----------------------------------------------------------------*/

.content legend {
    font-size: 14px;
    font-weight: bold;
}

.content fieldset {
    padding: 15px;
    border-style: solid;
    border-width: 1px;
}

/*--- lists ----------------------------------------------------------------*/

/*--------------------------------------------------------------------------*/
/*----------- Previus/Next Buttons for search results  -------------------*/
#_shop_itemsearch_resultPrevious, #_shop_itemsearch_resultNext
{
  color: #999999;
}
/*----------- End Previus/Next Buttons for search results -------------------*/

/*--- container for the login --------------------------------------*/

.sub_login_container {
    margin: 15px 0px 20px 0px;
    padding: 0 0 10px 10px;
    float: left;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_login_list {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sub_login_list li {
    clear: both;
    margin: 0px 0 0px 0;
    padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_login_list input {
    height: 19px;
    padding: 0 6px 0 6px;
    display: block;
    voice-family: "\"}\"";
    voice-family: inherit;
}

/*--- galleries ------------------------------------------------------------*/

.content .gallery table {
	width:600px;
}

.content .gallery tr {
	
}

.content .gallery td {
	text-align: center;
	vertical-align: top;
	width: 128px;
	padding: 3px 1px 6px 1px;
}

.content .gallery .thumb {
	display:table-cell;
	border-style:solid;
	border-width:1px;
	width:128px;
	height:128px;
	vertical-align:middle;
	text-align:center;
	padding: 3px 3px 3px 3px;
}

.content .gallery .thumb img {
	border-style:none;
}

#overlayedBox {
	visibility:hidden;
	border-style:none;
	z-index:100;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	position:fixed;
	display:block;
	background-image:url('../images/static/OverlayBackground.png');
	overflow:hidden;	
}

#overlayedTable {
	position:relative;
	width:0px;
	margin-left:50%;
}

#overlayedImage {
	
}

/*--- forms -----------------------------------------------------------------*/

.content form table {
	border-style: none;
	margin:0px;
}

.content form tr {
	border-style: none;
}

.content form td {
	border-style: none;
	padding: 1px;
}

.content form .formmessage {
	position:absolute;
	margin-top:-60px;
	background-color:#f00;
	display:block;
	z-index:100;
	border-style:none;
	padding: 0px 5px 0px 5px;
}

/*--- Illustrations ---------------------------------------------------------*/
.illustration_right {
  position:relative;
  float:right;
  padding:8px;
  margin:8px;
  border:solid 1px #000000;
}
.illustration_left {
  position:relative;
  float:left;
  padding:8px;
  margin:8px;
  border:solid 1px #000000;
}
.illustration_left .description{
  font-size:80%;
  line-height:150%
}
.illustration_right .description{
  font-size:80%;
  line-height:150%
}
/*--- Literature ------------------------------------------------------------*/

.literature_reference {
  font-size:71%;
  vertical-align:super;
}

.literature {
  position:relative;
}
.literature > .reference{
  position:absolute;
}
.literature > .data{
  position:relative;
  display:block;
  left:5em;
  margin-right:5em;    
}
.literature > .data > *{
  display:inline;
}
.literature > .data > .authors:after{
  content:':';
}
.literature > .data > .title:before{
  content:'"';
}
.literature > .data > .title:after{
  content:'";';
}
.literature > .data > .location:after{
  content:':';
}
.literature > .data > .publisher:after{
  content:';';
}
.literature > .data > .year:before{
  content:'(';
}
.literature > .data > .year:after{
  content:')';
}
.literature > .data > .isbn:before{
  content:'ISBN: ';
}
.literature > .data > .issn:before{
  content:'ISSN: ';
}
.literature > .data > .pages:before{
  content:'S. ';
}
.literature .person {
  font-variant:small-caps;
}

/* ----- math section ----------------- to be excluded -----------------------------------------*/
img.math {
}

span.math {
  font-family:serif;
}
