/* SITE CSS 20040415 */

div#overcontent
{
	background-image : url(../images/allcontent-bg.png);
	background-repeat : repeat-y;
	_background-image : url(../images/allcontent_ie-bg.png);
	_background-repeat : no-repeat;
    width: 920px;
    margin: 0 auto 0 auto;
}
div#overcontent-bottom
{
	background-image : url(../images/allcontent-bottom-bg.png);
	background-repeat : no-repeat;
	height : 29px;
    width: 920px;
    margin: 0 auto 0 auto;
}

div#allcontent
{
    margin: 0 20px 0 20px;
	padding : 0 4px 0 4px;
}

div#allcontent-design
{
}

/* PAGE HEADER */

div#header
{
    padding-top: 4px;
}

div#header-design
{
    margin: 0;
    height: 80px;
    float: left;
	position : relative;
}
div#header-design a
{
}

div#topad
{
	padding-top : 5px;
}
div#topad-design
{
	float : right;
	position : relative;
}



/* TOOLBARS */

div#toolbar-top
{ 
    padding: 13px 0 0 8px;
    text-align: right;
}

div#toolbar-top
{ 
    text-align: right;
}

div#toolbar-top ul
{
    float: right;
}

div#toolbar-bottom
{ 
    margin-top: 8px;
    text-align: center;
}

div#toolbar-bottom ul
{
    padding: 0.5em 0 0.5em 0;
}

div#toolbar-bottom li.toolbar-item a
{
    font-weight: bold;
}

div#toolbar-top li.toolbar-item, div#toolbar-bottom li.toolbar-item
{
    border-right: 1px solid;
    display: inline;
    margin: 0;
    padding: 0 10px 0 6px;
    white-space: nowrap;
}

div#toolbar-top div.search-line, div#toolbar-bottom div.search-line
{
    display: inline;
    vertical-align: middle;
}

div#toolbar-top div.label, div#toolbar-bottom div.label
{
    display: inline;
    text-align: left;
}

div#toolbar-top div.search-line form, div#toolbar-bottom div.search-line form
{
    display: inline;
}

div#toolbar-top div.search-line div.optionblock input,
div#toolbar-top div.search-line div.optionblock label,
div#toolbar-right div.search-full div.optionblock input,
div#toolbar-right div.search-full div.optionblock label
{ 
    display: inline;
}

div#toolbar-top input.searchinput, div#toolbar-bottom input.searchinput
{
    height: 1.6em;
    width: 7em;
}

div#toolbar-top li.toolbar-item a, div#toolbar-bottom li.toolbar-item a
{ 
    text-decoration: none;
}

div#toolbar-top li.first, div#toolbar-bottom li.first
{
    display: inline;
}

div#toolbar-top li.last, div#toolbar-bottom li.last
{
    border-right: none;
    display: inline;
}


/* TOP MENU */

div#topmenu
{
    margin: 0;
    padding: 0;
    /* border-bottom: 1px solid; */;
}

div.topmenu-line
{
    border-bottom: 1px solid; /* This line needs to be set to avoid bug in IE */
}

div#topmenu-design
{
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
}

div#topmenu ul
{
    margin: 0;
    padding: 0;
}

div#topmenu li
{
    margin: 0;
    padding: 0;
    float: left;
    display: block;
	width : 96px;
	height : 25px;
	text-align : center;
	background-image : url(../images/topmenu-li-bg.gif);
	background-repeat : no-repeat;
	border-bottom : 1px solid #d8c4d8;
	border-right : 1px solid #ffffff;
	position : relative;
}

div#topmenu li div.spacing
{
    padding: 0.3em 4px 0.3em 4px;
}

div#topmenu li a
{
    text-decoration: none;
	color : #990066;
	font-size : 0.85em;
	font-weight : bold;
}

div#topmenu li a:hover
{
    text-decoration: underline;
}

div#topmenu li.selected
{
	background-image : url(../images/topmenu-li-selected-bg.gif);
	border-bottom : none;
}

div#topmenu li.selected a
{
	color : #333333;
}

div#topmenu li.last
{
	border-right : none;
}

div#topmenu li.extra-last
{
	border-right : none;
	background-image : none;
}


/* SUB MENU */

div#submenu
{
    /* margin-top: -1px; */
    padding: 0;
    border-bottom: 1px solid; /* This line needs to be set to avoid bug in IE */
}

div#submenu-design
{
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    position: relative;
}

div#submenu ul
{
    padding: 0;
    margin: 0;
}

div#submenu li
{
    margin: 0;
    float: left;
    display: block;
}

div#submenu li div.spacing
{
    padding: 0.2em 12px 0.3em 12px;
}

div#submenu li a
{
    text-decoration: none;
}

div#submenu li a:hover
{
    text-decoration: underline;
}


/* PATH */
div#path
{
	background-image : url(../images/path-bg.gif);
	background-repeat : repeat-x;
	background-position : bottom;
	height : 31px;
	border : 1px solid #d8c4d8;
	border-bottom: 1px solid #d8c4d8;
	border-top : none;
	position : relative;
	top : -1px;
}
div#path.path-home
{
	border-bottom: none;
}

div#path-design
{
    margin: 0.7em 12px 0.2em 5px;
	float : left;
}

div#path p
{
    margin: 0;
	font-size : 0.85em
}

div#path p a
{
    text-decoration: none;
}

/* TOPSEARCH */
div#topsearch
{
	float : right;
	/*padding-top : 0.5em;*/
	padding-top : 6px;
}
div#topsearch input.halfbox
{
	width : 180px;
	height : 13px;
	vertical-align : top;
}



/* COLUMNS */

div#columns
{
    height: 100%; /* Needs to be set to avoid bug in IE 5.5 */
	border-left : 1px solid #d8c4d8;
	border-right : 1px solid #d8c4d8;
	position : relative;
	top : -1px;
}


/* MENUES */

div#leftmenu
{
    float: left;
    width: 161px;
}

div#leftmenu-design
{	
	border: 1px solid #d8c4d8;
	border-width: 0 1px 1px 0;
	margin-bottom : 10px;
}

div#leftmenu ul
{
	list-style:none;
	margin:0;
}

div#leftmenu li
{
	margin:0;
	background-color:#efe7ef;
	line-height:19px;
}

div#leftmenu div#leftmenu-design li a
{
	display:block;
	height:19px;
	background-color:#efe7ef;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	font-weight:bold;
	padding-left:6px;
	outline:0;
	font-size: 0.85em;
}
div#leftmenu div#leftmenu-design li a:hover
{
	color:#906;
}

div#leftmenu ul, div#rightmenu ul
{
}

div#leftmenu div#leftmenu-design li.menu-main
{
	height:21px;
	line-height:21px;
}

div#leftmenu div#leftmenu-design li.menu-main a
{
	background-color:#fff;
	color:#000;
	height:21px;
	line-height:21px;
}

div#leftmenu-design li.menu-level-0
{
}

div#leftmenu-design li.menu-level-0 a
{ 
}

div#leftmenu-design li.menu-level-1
{
}

div#leftmenu div#leftmenu-design li.menu-level-1 a
{
	padding-left: 5px;
	font-weight:normal;
	background-color:#ffffff;
}

div#leftmenu div#leftmenu-design li a.selected
{
	background-color:#d8c4d8;
}

div#leftmenu div#leftmenu-design li.menu-level-1 a.selected
{
	background-color: #ffffff;
	font-weight : bold;
}


div#rightmenu 
{
    float: right;
    width: 162px;
}

div#rightmenu-design
{
    padding-right: 1px;
}

div#rightmenu-article
{
    float: right;
    width: 330px;
}
div#rightmenu-article-design
{
    margin: 2px 15px 5px 15px;
}
div#rightmenu-article-design, div#rightmenu-article
{
/* 	height : 50px; */
}


div#maincontent
{
}

div.maincontent-bothmenus
{ 
    margin-left: 175px;
    margin-right: 175px;
    height: 100%; /* Needs to be set to 1% to avoid bug in IE 5.5 */
}

div.maincontent-noleftmenu
{ 
    margin-left: 0px;
    margin-right: 175px;
    height: 100%; /* Needs to be set to 1% to avoid bug in IE 5.5 */
}

div.maincontent-norightmenu
{ 
    margin-left: 175px;
    margin-right: 10px;
    height: 100%; /* Needs to be set to 1% to avoid bug in IE 5.5 */
}

div.maincontent-nomenus
{ 
    margin-left: 0px;
    margin-right: 0px;
    height: 100%; /* Needs to be set to 1% to avoid bug in IE 5.5 */
}

div.maincontent-printmenus
{ 
    margin-left: 10px;
    margin-right: 10px;
    height: 100%; /* Needs to be set to 1% to avoid bug in IE 5.5 */
}

div.maincontent-rightmenu-article
{
    margin-left: 15px;
    margin-right: 345px;
    height: 100%; /* Needs to be set to 1% to avoid bug in IE 5.5 */
}

div#columns.columns-article
{
	background-image : url(../images/columns-article-bg.gif);
	background-repeat : repeat-y;
	background-position : 540px 0px;
}

div#fix /* This style breaks the unwanted connection between the content of the maincontent box and the menues on the left and right in some browsers */
{
    float: left;
    width: 100%;
}


/* NAVIGATORS */

div.content-navigator
{
    display: block;
    clear: both;
}

div.content-navigator div
{
    display: inline;
    text-align: center;
}

div.content-navigator div.content-navigator-separator, div.content-navigator div.content-navigator-separator-disabled
{
    padding-left: 4px;
    padding-right: 4px;
}

div.content-navigator div.content-navigator-arrow
{
    font-size: 150%;
}


/* TOOLBOXES */

div.toolbox
{ 
    width: 100%;
    margin-bottom: 8px;
    margin-top: 8px;
}

div.toolbox-design
{ 
    padding: 0px;
}

div.toolbox-design h2
{ 
    font-size: 1em;
    margin-top: 0px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

div.toolbox-design div.toolbox-content
{ 
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 10px;
}

div.toolbox-design input.searchtext, div.toolbox-design input.textinput
{
    height: 18px;
    width: 120px;
    border: 1px solid;
}

div.toolbox-design label
{
    font-weight: normal;
    margin-bottom: 0;
    padding: 6px 0 0 0;
}

div.toolbox-design form
{
    vertical-align: bottom;
}

div.toolbox-design div.info-text p
{ 
    font-weight: normal;
}

div.toolbox-design div.attribute-link p
{ 
    font-weight: normal;
    padding: 0 0 0 6px;
    vertical-align: middle;
}

div.toolbox-design div.attribute-link-disabled p
{ 
    font-weight: normal;
    padding: 0 0 0 6px;
    vertical-align: middle;
}


/* TOOL LISTS */

div.toollist
{ 
    width: 100%;
    margin: 0;
}

div.toollist-design
{
	font-size : 0.85em;
}

div.toollist-design h2
{ 
    font-size: 1em;
    margin-top: 0px;
    padding: 2px 0 3px 10px;
}

div.toollist-design div.content-view-children
{ 
    padding: 3px 10px 10px 10px;
}

div.toollist-design h3
{ 
    margin: 0;
    text-decoration: underline;
}

div.toollist-design div.class-article div.attribute-short p
{ 
    margin: 0;
}

div.toollist-design div.class-article div.attribute-link p
{ 
    margin: 0 0 10px 0;
}

div.toollist-design div.class-article div.attribute-link-disabled p
{ 
    font-weight: normal;
    padding: 0 0 0 6px;
    vertical-align: middle;
}


/* FOOTER */

div#footer
{ 
    clear: both;
	margin-top: 4px;
	border-top : 7px solid #cccccc;
}

div#footer-design 
{
    padding: 7px 0 5px 0;
    text-align: center;
	color : #333333;
	font-size : 0.8em;
	background-image : url(../images/footer-bg.gif);
	background-repeat : no-repeat;
	margin-top : 4px;
}

div#footer-design address
{
    font-style: normal;
	margin-top : 3px;
}

div#footer-design a
{
    text-decoration: none;
}


/* GENERAL ELEMENTS */

div#maincontent h1
{ 
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 0.2em;
}

div#maincontent h2
{ 
    font-size: 1.2em;
    font-weight: bold;
}

div#maincontent h3
{ 
    font-size: 1.1em;
    font-weight: bold;
}

div#maincontent h4
{ 
    font-size: 1em;
    font-weight: bold;
}

div#maincontent-design h5
{ 
    font-size: 1em;
    font-weight: bold;
}


/* GENERAL TABLE */

table th
{ 
    background-color: #d9e5f2;
}

/* SUBMIT BUTTONS */

input.defaultbutton
{
    font-weight: bold;
    border: none;
    margin: 0.5em 0.5em 0 0;
}

input.button
{
	border : none;
    margin: 0em 0.5em 0 0;
}

input.searchbutton
{
    border: 1px solid;
}

input.shopbutton
{
    border: 1px solid;
}

input.searchimage
{
    width: 18px;
    height: 18px;
    background-image: url(../images/button.gif);
    background-repeat: no-repeat;
}
input.largebutton
{
	width: 79px;
	height: 20px;
	background-color: #906;
	border: 0;
	color: #fff;
	background-image: url(../images/buttonlarge-bg.gif);
	font-size: 11px;
	padding-bottom:2px;
}

input.hugebutton
{
	width: 101px;
	height: 20px;
	background-color: #906;
	border: 0;
	color: #fff;
	background-image: url(../images/buttonhuge-bg.gif);
	font-size: 11px;
	padding-bottom:2px;
}

input.hugebutton-pale
{
	width: 101px;
	height: 20px;
	background-color: #ffffff;
	border: 0;
	color: #990066;
	background-image: url(../images/buttonhuge-bg.gif);
	font-size: 11px;
	padding-bottom:2px;
}


/* Diff styles */

div#diffview ul
{
    margin: 0 0 0.5em 0;
    padding: 0.25em 0.5em 0.25em 0.5em;
    border-bottom: 1px solid #808080;
    display: block;
}

div#diffview li
{
    font-size: 0.85em;
    margin: 0 0.5em 0 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

div.attribute-view-diff
{
    padding: 0.25em;
    border: 1px solid #d7d7d2;
}

div.attribute-view-diff label
{
   color: #75756c;
}

div.attribute-view-diff-old
{
    padding-bottom: 0.25em;
    border-bottom: 1px dashed #bfbfb7;
}

div.attribute-view-diff-new
{
    padding-top: 0.25em;
}

ins
{
    color: #008000;
    text-decoration: none;
    border-bottom: 1px solid #00b000;
}

del
{
    color: #d98078;
    text-decoration: line-through;
}

ins:hover, del:hover
{
    background-color: #ffffff;
}

ins:hover
{
    color: #006000;
    border-bottom: none;
}

del:hover
{
    color: #852c25;
    text-decoration: none;
}

div.blockchanges ins, div.blockchanges del
{
    color: #000000;
    padding-left: 0.5em;
    text-decoration: none;
    border-bottom: none;
    display: block;
}

div.blockchanges ins
{
    border-left: 0.5em solid #008000;
}

div.blockchanges del
{
    border-left: 0.5em solid #d98078;
}

div.previous ins
{
    display: none;
}

div.previous del
{
    color: #000000;
    background-color: #ffff00;
    border-bottom: none;
    text-decoration: none   
}

div.latest del
{
    display: none;
}

div.latest ins
{
    color: #000000;
    background-color: #ffff00;
    border-bottom: none;
    text-decoration: none;
}

/* HOME PAGE */
div#homepage
{
	font-size : 0.9em;
}
div#homepage ul
{
	margin-left : 0;
}
div#homepage li
{
	list-style : none;
}
div#homepage li a
{
	font-weight : bold;
	text-decoration : none;
}

div.hometop-left
{
	background-repeat : no-repeat;
	float : left;
	height : 196px;
	width : 580px;
}
div.hometop-left-design
{
	margin : 18px;
	width : 250px;
	height : 150px;
	color : #333333;
	line-height : 175%;
}
div#maincontent div.hometop-left-design h1
{
	color : #666666;
	font-size : 1.6em;
}
div#maincontent div.hometop-left-design ul li a
{
	font-size : 1.0em
}

div.hometop-right
{
	float : right;
	height : 196px;
	width : 290px;
}

div.homebottom
{
	padding-top : 4px;
	margin : 4px 1px 0 1px;
	border-top : 7px solid #666666;
}

div#homepage div.homebottom td
{
	border-left : 1px solid #d8c4d8;
}
div#homepage div.homebottom td.first
{
	border-left : none;
}

div#homepage div.homebottom div.folder-item
{
	float : left;
	width : 142px;
	/*border-left : 1px solid #d8c4d8;*/
	padding : 0 1px 0 1px;
	font-size : 0.95em;
}
div#homepage div.homebottom div.first
{
	padding-left : 0px;
	border-left : none;
}
div#homepage div.homebottom div.folder-item h2
{
	margin : 0;
	padding-left : 6px;
	padding-top : 2px;
	background-color : #cccccc;
	color : #333333;
	font-size : 1em;
	height : 18px;
}
div#homepage div.homebottom div.folder-item h2 a
{
	color : #333333;
}

div.homebottom div.attribute-description
{
	padding : 5px;
}
div.homebottom ul
{
	padding : 0 5px 0 5px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#999999;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #F1ECF2;
	z-index: 102;
	color:#000000;
	display:none;
	border-right: 1px solid #B8B8B8;
	border-top: 1px solid #B8B8B8;
	border-left: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

div.class-competition-form form#pm input.box, div.class-competition-form form#pm textarea.box
{
  width: 98%;
}

div.class-competition-form form#pm a.button
{
  display: block;
  float: left;
  vertical-align: top;
  margin-top: 1em;
  margin-right: 1em;
  margin-bottom: 0pt;
  margin-left: 0pt;
  background-image: url(../images/button-bg.gif);
  background-repeat: no-repeat;
  width: 54px;
  height: 20px;
  color: #990066;
  font-weight: bold;
  font-size: 0.85em;
}

