/*
    Document   : screen.css
    Created on : 02.07.2008, 15:44:16
    Author     : Thomas Taroni, SMD AG
    Description: Cascading Stylesheet for the Screen Layout.
*/

body {
    background-color:                   #efefef;
    background-image:                   url(../images/bg.jpg);
    margin:                             0px;
    padding:                            0px;
    font-size:                          11px;
    font-family:                        verdana;
    text-align:                         center;
}

a{
    color:                              #a7a7a7;
    text-decoration:                    none;
}

p
{
    margin:                             0px;
    padding:                            0px;
}

h3
{
    margin:                             0px;
    padding:                            0px;
}

h4
{
    margin:                             0px;
    padding:                            0px;
}

a:hover{
    color:                              #b4364c;
    text-decoration:                    underline;
}

img{
    border-style:                       none;
}

#wrapper{
    margin:                             auto;
    width:                              950px;
    background-color:                   #ffffff;
    min-height:                         550px;
    background-image:                   url(../images/verlauf.jpg);
    text-align:                         left;
}

*html #wrapper{
    height:                             550px;
}

#footerwrapper{
    margin:                             auto;
    width:                              950px;
    background-color:                   #ffffff;
    height:                             16px;
    background-image:                   url(../images/fverlauf.jpg);
    display:none;
}

#header{
    width:                              930px;
    height:                             83px;
    background-image:                   url(../images/backgroundhead_top.png);
    display:none;
}

#logo{
    width:                              42%;
    float:                              left;
    padding-left:                       20px;
    display:                            none;
}

div.floatLeftHead{
    float:                              left;
    margin-right:                       5px;
    padding-top:                        2px;
}

div.floatLeftSans{
    float:                              left;
    margin-right:                       5px;
}

div.clear{
    clear:                              both;
    height:                             0px;
    font-size:                          0px;
}

a.funclink{
    text-decoration:                    none;
    color:                              #ababab;
}

a.funclink:hover{
    text-decoration:                    underline;
}

#Kontakt{
    float:                              left;
    margin-right:                       10px;
    margin-left:                        5px;
    width:                              80px;
    margin-top:                         4px;
    border-right-style:                 dotted;
    border-width:                       1px;
    border-color:                       #ababab;
}

#Language{
    float:                              left;
    margin-right:                       10px;
    margin-left:                        5px;
    width:                              95px;
    margin-top:                         4px;
    border-right-style:                 dotted;
    border-width:                       1px;
    border-color:                       #ababab;
}

#FunctionalNavigation
{
    height:                             30px;
    width:                              950px;
    display:none;
}

#FunctionalNavigationSubSub
{
    height:                             30px;
    background-image:                   url(../images/bgnaviaaa.png);
    width:                              930px;
    padding-top:                        7px;
}

#FunctionalNavigationSub
{
    width:                              650px;
    border-style:                       solid;
    border-width:                       1px;
    border-color:                       #ababab;
    border-bottom-style:                none;
    background-color:                   #ffffff;
    margin-left:                        278px;
    _margin-left:                       279px;
    height:                             23px;
}

#Navigation
{
    margin-left:                        0px;
    background-image:                   url(../images/backgroundhead_bottom.png);
    width:                              930px;
    display:none;
}

a.navilink{
    text-decoration:                    none;
    color:                              #888888;
    font-weight:                        bold;
}

a.navilink:hover{
    color:                              #b4364c;
}

div.NavigationItem{
    background-image:                   url(../images/navigationback.png);
    float:                              left;
    width:                              153px;
    _width:                             153px;
    _height:                            27px;
    border-bottom-style:                dotted;
    border-color:                       #555555;
    border-width:                       1px;
}

div.NavigationItem_active{
    background-image:                   url(../images/navigationback.png);
    float:                              left;
    width:                              153px;
    _width:                             153px;
    _height:                            27px;
    border-bottom-style:                dotted;
    border-color:                       #ffffff;
    border-width:                       1px;
}

div.NavigationItem_active_last{
    background-image:                   url(../images/navigationback.png);
    float:                              left;
    width:                              141px;
    _width:                             153px;
    _height:                            27px;
    border-bottom-style:                dotted;
    border-color:                       #ffffff;
    border-width:                       1px;
}

div.NavigationItem_last{
    background-image:                   url(../images/navigationback.png);
    float:                              left;
    width:                              141px;
    _width:                             153px;
    _height:                            27px;
    border-bottom-style:                dotted;
    border-color:                       #555555;
    border-width:                       1px;
}

*html div.NavigationItem{
    width:                              120px;
}

div.innerNavigation{
    background-image:                   url(../images/buttoninactive.png);
    width:                              138px;
    padding-bottom:                     8px;
    padding-top:                        3px;
    padding-left:                       12px;
}

div.innerNavigation_active{
    background-image:                   url(../images/buttonactive.png);
    width:                              138px;
    padding-bottom:                     8px;
    padding-top:                        3px;
    padding-left:                       12px;
}

.LoginBox .ui-dialog,
.LoginBox.ui-dialog {
	background-color: #ffffff;
        color:#000000;
        text-align:left;
}

.LoginBox .ui-dialog .ui-dialog-titlebar, .LoginBox.ui-dialog .ui-dialog-titlebar {
	border-bottom: 1px solid #d8d2aa;
	background: #b4364c;
	padding: 0px;
	height: 24px;
	_height: 25px;
}

.LoginBox .ui-dialog.ui-draggable .ui-dialog-titlebar,
.LoginBox.ui-dialog.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.LoginBox .ui-dialog .ui-dialog-titlebar-close,
.LoginBox.ui-dialog .ui-dialog-titlebar-close {
	width: 16px;
	height: 16px;
	background: url(../images/dialog-titlebar-close.png) no-repeat;
	position:absolute;
	top: 6px;
	right: 7px;
	cursor: default;
}

.LoginBox .ui-dialog .ui-dialog-titlebar-close span,
.LoginBox.ui-dialog .ui-dialog-titlebar-close span {
	display: none;
}

.LoginBox .ui-dialog .ui-dialog-titlebar-close-hover,
.LoginBox.ui-dialog .ui-dialog-titlebar-close-hover {
	background: url(../images/dialog-titlebar-close-hover.png) no-repeat;
}

.LoginBox .ui-dialog .ui-dialog-title,
.LoginBox.ui-dialog .ui-dialog-title {
	margin-left: 5px;
	color: white;
	font-weight: bold;
	position: relative;
	top: 7px;
	left: 4px;
}

.LoginBox .ui-dialog .ui-dialog-content,
.LoginBox.ui-dialog .ui-dialog-content {
	margin: 1.2em;
}

.LoginBox .ui-dialog .ui-dialog-buttonpane,
.LoginBox.ui-dialog .ui-dialog-buttonpane {
	position: absolute;
	bottom: 8px;
	right: 12px;
	width: 100%;
	text-align: right;
}

.LoginBox .ui-dialog .ui-dialog-buttonpane button,
.LoginBox.ui-dialog .ui-dialog-buttonpane button {
	margin: 6px;
}

/* Dialog handle styles */
.LoginBox .ui-dialog .ui-resizable-n,
.LoginBox.ui-dialog .ui-resizable-n { cursor: n-resize; height: 6px; width: 100%; top: 0px; left: 0px;}

.LoginBox .ui-dialog .ui-resizable-s,
.LoginBox.ui-dialog .ui-resizable-s { cursor: s-resize; height: 8px; width: 100%; bottom: 0px; left: 0px; }

.LoginBox .ui-dialog .ui-resizable-e,
.LoginBox.ui-dialog .ui-resizable-e { cursor: e-resize; width: 7px; right: 0px; top: 0px; height: 100%; }

.LoginBox .ui-dialog .ui-resizable-w,
.LoginBox.ui-dialog .ui-resizable-w { cursor: w-resize; width: 7px; left: 0px; top: 0px; height: 100%; }

.LoginBox .ui-dialog .ui-resizable-se,
.LoginBox.ui-dialog .ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px; }

.LoginBox .ui-dialog .ui-resizable-sw,
.LoginBox.ui-dialog .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; }

.LoginBox .ui-dialog .ui-resizable-nw,
.LoginBox.ui-dialog .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 29px; left: 0px; top: 0px; }

.LoginBox .ui-dialog .ui-resizable-ne,
.LoginBox.ui-dialog .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 29px; right: 0px; top: 0px; }

input.login{
    font-size:                    11px;
    background-color:             #ffffff;
    border-style:                 solid;
    border-color:                 #acacac;
    border-width:                 1px;
    width:                        100px;
}

div.LoginItem{
    margin-bottom:                10px;
}

input.sendlogin{
    border-style:                 solid;
    border-color:                 #acacac;
    border-width:                 1px;
    background-color:             #b4364c;
    color:                        #ffffff;
    font-size:                    11px;
    margin-left:                  35px;
}

#MainContainer{
    margin-left:                  27px;
    margin-top:                   20px;
}

#SubNavigation{
    width:                        130px;
    border-right-style:           dotted;
    border-color:                 #cacaca;
    border-width:                 1px;
    padding-right:                4px;
    min-height:                   450px;
    float:                        left;
    margin-right:                 15px;
    display:none;
}

*html #SubNavigation{
    height:                       450px;
}

#SubNavigation div.SubNavigationTitle a{
    font-weight:                  bold;
    text-decoration:              none;
    color:                        #b4364c;
}

#SubNavigation div.SubNavigationTitle{
    margin-bottom:                10px;
    border-bottom-style:          dotted;
    padding-bottom:               4px;
    border-color:                 #ececec;
    border-width:                 1px;
}

#SubNavigationRecherche{
    width:                        130px;
    border-right-style:           dotted;
    border-color:                 #cacaca;
    border-width:                 1px;
    padding-right:                4px;
    height:                       250px;
    float:                        left;
    margin-right:                 15px;
}

#SubNavigationRecherche div.SubNavigationTitle a{
    font-weight:                  bold;
    text-decoration:              none;
    color:                        #b4364c;
}

#SubNavigationRecherche div.SubNavigationTitle{
    margin-bottom:                10px;
    border-bottom-style:          dotted;
    padding-bottom:               4px;
    border-color:                 #ececec;
    border-width:                 1px;
}

#SubNavigationRechercheTwo{
    width:                        130px;
    border-right-style:           dotted;
    border-color:                 #cacaca;
    border-width:                 1px;
    padding-right:                4px;
    height:                       30px;
    float:                        left;
    margin-right:                 15px;
}

#SubNavigationRechercheTwo div.SubNavigationTitle a{
    font-weight:                  bold;
    text-decoration:              none;
    color:                        #b4364c;
}

#SubNavigationRechercheTwo div.SubNavigationTitle{
    margin-bottom:                10px;
    border-bottom-style:          dotted;
    padding-bottom:               4px;
    border-color:                 #ececec;
    border-width:                 1px;
}

div.SubNavigationItem{
    margin-bottom:                7px;
}

div.SubNavigationItem a{
    text-decoration:              none;
    color:                        #ababab;
}

div.SubNavigationItem a:hover{
    text-decoration:              underlined;
    color:                        #b4364c;
}

#Content{
    width:                        680px;
    float:                        left;
}

h1{
    font-size:                    18px;
    color:                        #b4364c;
    font-weight:                  bold;
}

#Footer{
    width:                        870px;
    text-align:                   center;
    border-top-style:             dotted;
    border-width:                 1px;
    border-color:                 #cacaca;
    padding-top:                  7px;
    padding-bottom:               10px;
    margin-top:                   10px;
}

#Footer a{
    text-decoration:              none;
    color:                        #ababab;
}

#Footer a:hover{
    color:                        #b4364c;
}

span.small{
    font-size:                    10px;
}

#PageWorker
{
text-align:                       right;
}

h2{
 font-style:                      italic;
 border-bottom-style:             dotted;
 border-color:                    #cdcdcd;
 border-width:                    1px;
 font-size:                       14px;
 color:                           #787878;
}

table.formtable{
    width:                        100%;
    _width:                       600px;
    background-color:             #f8f8f8;
    padding:                      10px;
    margin-left:                  65px;
    _border-style:                solid;
    _border-color:                #f8f8f8;
    _border-width:                10px;
}

table.formtable tbody{
    _padding:                     10px;
}

td.formtdleft{
    width:                        200px;
    padding:                      3px;
}

td.formtdrightusers{
    padding:                      3px;
    width:                        80px;
}

td.formtdright{
    padding:                      3px;
}

td.formtdright input{
    font-family:                  verdana;
    font-size:                    11px;
    border-style:                 solid;
    border-color:                 #cdcdcd;
    width:                        300px;
    border-width:                 1px;
}

td.formtdleft textarea{
    font-family:                  verdana;
    font-size:                    11px;
    border-style:                 solid;
    border-color:                 #cdcdcd;
    width:                        600px;
    height:                       110px;
    border-width:                 1px;
}

td.formtdright input.less{
    font-family:                  verdana;
    font-size:                    11px;
    border-style:                 solid;
    border-color:                 #cdcdcd;
    width:                        144px;
    border-width:                 1px;
}

td.formtdright select{
    font-family:                  verdana;
    font-size:                    11px;
    border-style:                 solid;
    border-color:                 #cdcdcd;
    width:                        150px;
    border-width:                 1px;
}

td.formtdright select.branche{
    font-family:                  verdana;
    font-size:                    11px;
    border-style:                 solid;
    border-color:                 #cdcdcd;
    width:                        300px;
    border-width:                 1px;
}

td.formtdright input.formsubmit{
    width:                        150px;
}

td.borderDottedBottom{
    border-bottom-style:          dotted;
    border-color:                 #aeaeae;
    border-width:                 1px;
    font-size:                    1px;
    height:                       1px;
}

span.red{
    color:                        #ff0000;
    font-weight:                  bold;
}

td.vonbis input{
    font-family:                  verdana;
    font-size:                    11px;
    border-style:                 solid;
    border-color:                 #cdcdcd;
    width:                        80px;
    border-width:                 1px;
}

td.text{
    width:                        150px;
    height:                       25px;
    vertical-align:               top;
}

td.textinput input{
    font-family:                  verdana;
    font-size:                    11px;
    border-style:                 solid;
    border-color:                 #cdcdcd;
    width:                        400px;
    border-width:                 1px;
}

td.image{
    width:                        20px;
    vertical-align:               top;
}

div.inputtext{
    float:                        left;
    width:                        50px;
}

div.floatLeft{
    float:                        left;
    width:                        180px;
    margin-right:                 10px;
}

#lower
{
    font-size:                    11px;
    width:                        120px;
}

#upper
{
    font-size:                    11px;
    width:                        120px;
}

td.textinput input.formsubmit{
    width:                        150px;
}

span.marquee{
    background-color:             #f89999;
    color:                        #000000;
}

table.doc{
    width:                        662px;
    _width:                       650px;

}

table.dossierdoc{
    width:                        843px;
    _width:                       875px;
}

td.leftdoc{
    width:                        140px;
    border-bottom-style:          solid;
    border-color:                 #eaeaea;
    border-width:                 1px;
    vertical-align:               top;
    margin-top:                   7px;
}

td.centerdoc{
    width:                        492px;
    _width:                       524px;
    border-bottom-style:          solid;
    border-color:                 #eaeaea;
    border-width:                 1px;
    margin-top:                   7px;
}

td.centerdoc h3{
    font-weight:                  bold;
    font-size:                    14px;
    color:                        #b4364c;
}

td.checkboxdoc{
    width:                        20px;
    background-color:             #efefef;
    border-bottom-style:          solid;
    border-color:                 #eaeaea;
    border-width:                 1px;
}

td.centerdoc h4{
    font-weight:                  lighter;
    font-size:                    12px;
    color:                        #b4364c;
    font-style:                   italic;
}

td.centerdoc p{
    padding-top:                  5px;
    padding-bottom:               10px;
}


td.rightdoc{
    width:                        125px;
    border-bottom-style:          solid;
    border-color:                 #eaeaea;
    border-width:                 1px;
    margin-top:                   7px;
    vertical-align:               top;
}

a.doclink{
    margin-right:                 18px;
}

#dossiertree{
    overflow:                     auto;
    width:                        665px;
    height:                       300px;
    border-style:                 solid;
    border-color:                 #cdcdcd;
    border-width:                 1px;
    padding:                      7px;
    margin-bottom:                15px;
}

#dossiertreerech{
    overflow:                     auto;
    width:                        665px;
    height:                       300px;
    border-style:                 solid;
    border-color:                 #cdcdcd;
    border-width:                 1px;
    padding:                      7px;
    margin-bottom:                15px;
    margin-top:                   10px;
    margin-left:                  5px;
}

#buyanarticleinfo{
    overflow:                     auto;
    padding:                      7px;
    margin-bottom:                15px;
    margin-top:                   10px;
    margin-left:                  5px;
}

#results{

}

#functionsdossier{
    width:                        815px;
    _width:                       835px;
    border-style:                 dotted;
    border-color:                 #cdcdcd;
    border-width:                 1px;
    margin-bottom:                10px;
    padding:                      12px;
    height:                       16px;
}

#functions{
    width:                        642px;
    _width:                       650px;
    border-style:                 dotted;
    border-color:                 #cdcdcd;
    border-width:                 1px;
    margin-bottom:                10px;
    padding:                      12px;
    height:                       16px;
}

#divlabel{
    background-color:             #ffffff;
    width:                        250px;
    padding-left:                 7px;
    font-style:                   italic;
}

div.function
{
    width:                        30px;
    float:                        left;
    margin-top:                   5px;
}

div.functionselect
{
    float:                        left;
    margin-top:                   5px;
    margin-right:                 10px;
    width:                        200px;
    font-size:                    11px;
    font-weight:                  lighter;
}

div.functionselect a
{
    font-size:                    11px;
    font-weight:                  lighter;
}

div.emptyfunction
{
    width:                        300px;
    _width:                       280px;
    float:                        left;
    margin-top:                   5px;
}

div.emptyfunctiondossier
{
    width:                        460px;
    float:                        left;
    margin-top:                   5px;
}

#wordlist{
    width:                        175px;
    _width:                       195px;
    border-style:                 dotted;
    border-color:                 #cdcdcd;
    border-width:                 1px;
    margin-top:                   10px;
    margin-bottom:                10px;
    padding:                      12px;
    min-height:                   164px;
    _height:                      470px;
}

div.word
{
    width:                        150px;
}

div input.formsubmit
{
    font-family:                  verdana;
    font-size:                    11px;
    border-style:                 solid;
    border-color:                 #000000;
    width:                        300px;
    border-width:                 1px;
    width:                        120px;
}

div.leftSpace
{
    margin-left:                  215px;
    _margin-left:                 210px;
    margin-top:                   -415px;
    _margin-top:                  -917px;
}

#taxonomie
{
    position:                     relative;
    top:                          -175px;
    left:                         0px;
    width:                        170px;
    _width:                       167px;
    height:                       430px;
    _padding-top:                 10px;
}

#taxonomylist
{
    overflow:                     auto;
    border-style:                 solid;
    border-width:                 1px;
    border-color:                 #ededed;
    width:                        200px;
    _width:                       197px;
    height:                       397px;
}

#quellen
{
    overflow:                     auto;
    height:                       530px;
}

#quellenliste
{

}

#dossierliste
{
    text-align:                   left;
}

div.aspect
{
    width:                        230px;
}

div.quelleleft
{
    float:                        left;
}

div.quellemiddle
{
    float:                        left;
}

div.quelleright
{
    float:                        left;
}

div.dir
{
    width:                        50px;
}

div.dossiertext
{
    width:                        100px;
    float:                        left;
    margin-top:                   7px;
}

input.dossierinput
{
    width:                        250px;
    font-size:                    11px;
    margin-top:                   5px;
    color:                        #ff0000;
    font-weight:                  bold;
    float:                        left;
    margin-right:                 10px;
}

#dossierloader
{
    float:                        left;
    width:                        130px;
    text-align:                   center;
    margin-top:                   5px;
    height:                       30px;
}

#dossierloadernew
{
    float:                        left;
    width:                        130px;
    text-align:                   center;
    margin-top:                   5px;
    height:                       30px;
}

#dossierliste
{
    border-style:                 solid;
    border-color:                 #cdcdcd;
    border-width:                 1px;
    background-color:             #ffffff;
    width:                        99.5%;
    height:                       99.5%;
}

#deletedossier
{
    border-style:                 solid;
    border-color:                 #cdcdcd;
    border-width:                 1px;
    background-color:             #ffffff;
    width:                        705px;
}

#rechercheliste
{
    border-style:                 solid;
    border-color:                 #cdcdcd;
    border-width:                 1px;
    background-color:             #ffffff;
    width:                        705px;
}

#buyarticles
{
    border-style:                 solid;
    border-color:                 #cdcdcd;
    border-width:                 1px;
    background-color:             #ffffff;
}

div.dossierborder
{
    border-style:                 solid;
    border-color:                 #efefef;
    border-width:                 7px;
}

div.dossiertitlebar
{
    background-color:             #b4364c;
    height:                       16px;
    width:                        100%;
}

div.dossierTitle
{
    color:                        #ffffff;
    font-weight:                  bold;
    width:                        655px;
    font-size:                    13px;
    float:                        left;
    margin-left:                  5px;
}

div.dossierTitlesmall
{
    color:                        #ffffff;
    font-weight:                  bold;
    width:                        485px;
    font-size:                    13px;
    float:                        left;
    margin-left:                  5px;
}

#dossiertree{
    margin-top:                   10px;
    margin-left:                  4px;
}

div.selectdossier
{
    margin-left:                  4px;
}

div.closebar
{
   text-align:                    right;
}

td.pages a{
    text-decoration:                    none;
    color:                              #b4364c;
    font-weight:                        bold;
    float:                              left;
    margin-right:                       5px;
    font-size:                          15px;
    font-weight:                        bold;
}

td.pages a:hover{
    color:                              #a7a7a7;
}

td.pages a.pageLinkActive{
    text-decoration:                    underline;
    color:                              #a7a7a7;
    font-weight:                        bold;
    float:                              left;
    margin-right:                       5px;
    font-size:                          15px;
    font-weight:                        bold;
}

td.pages a.pageLinkActive:hover{
    color:                              #b4364c;
}

#dossierFunctions
{
    position:                           relative;
    top:                                -40px;
    left:                               600px;
}

div.zieldossierDiv
{
    float:                              left;
    margin-right:                       10px;
    width:                              150px;
    margin-bottom:                      8px;
}

div.zieldossierInput
{
    margin-top:                         5px;
    margin-bottom:                      8px;
}

div.zieldossierInput input
{
    font-size:                          11px;
}

div.exakt
{
   float:                               left;
   width:                               60%;
}

#exakt
{
    width:                              50px;
    float:                              right;
}

div.exaktText
{
    margin-top:                         2px;
}

a.red{
    color:                              #b4364c;
    text-decoration:                    none;
}

a.red:hover{
    color:                              #b4364c;
    text-decoration:                    underline;
}

a.similarDocuments{
    color:                              #b4364c;
    text-decoration:                    none;
}

a.similarDocuments:hover{
    color:                              #b4364c;
    text-decoration:                    underline;
}

div.searchlinks
{
    margin-bottom:                      5px;
}

#sortorder
{
    width:                              90px;
    font-size:                          11px;
    border-style:                       solid;
    border-width:                       1px;
    border-color:                       #999999;
}

#sortorderasc
{
    width:                              90px;
    font-size:                          11px;
    border-style:                       solid;
    border-width:                       1px;
    border-color:                       #999999;
}

#sortorderfront
{
    width:                              90px;
    font-size:                          11px;
    border-style:                       solid;
    border-width:                       1px;
    border-color:                       #999999;
}

#sortorderform
{
    float:                              left;
    margin-right:                       10px;
}

form
{
    margin-top:                         0px;
    margin-bottom:                      0px;
}

div.recherchechoicetext
{
    float:                              left;
    width:                              120px;
}

a.dossierLink
{
    color:                              #000000;
}

a.dossierLink:hover
{
    color:                              #b4364c;
    text-decoration:                    underline;
}

div.dossiertextLink
{
    float:                              left;
}

a.dossierLinkPresseschau
{
    color:                              #000000;
}

a.dossierLinkPresseschau:hover
{
    color:                              #b4364c;
    text-decoration:                    underline;
}

div.dossiertextLinkPresseschau
{
    float:                              left;
}


input.inputdossier
{
    width:                        160px;
    font-size:                    11px;
    color:                        #ff0000;
    height:                       17px;
}

div.addrootfolder
{
    margin-left:                  -3px;
    margin-top:                   -5px;
}

div.dossiertitlediv
{
    padding:                      10px;
    border-style:                 solid;
    border-width:                 1px;
    border-color:                 #666666;
    width:                        815px;
    margin-bottom:                10px;
    margin-top:                   20px;
    background-color:             #f9f899;
    font-weight:                  bold;
    font-size:                    14px;
}

div.dossierarticle
{
    padding:                      10px;
    border-style:                 solid;
    border-width:                 1px;
    border-color:                 #666666;
    width:                        815px;
    background-color:             #fafafa;
    margin-bottom:                2px;
}

div.dossierarticle a
{
    color:                        #333333;
}

a.flashoff
{
    display:                      none;
}

span.flash
{
    font-size:                    14px;

}

#dateDropdown
{
    font-size:                    10px;
    font-family:                  verdana;
    width:                        180px;
}

div.Home
{
    width:                        700px;
}

div.leftHome
{
    float:                        left;
    width:                        450px;
}

div.rightHome
{
    float:                        left;
    width:                        250px;
}

div.rightHome input.textfield{
    font-size:                    11px;
}

input.textfieldemail
{
    font-family:                  verdana;
    font-size:                    11px;
    border-style:                 solid;
    border-color:                 #cdcdcd;
    width:                        400px;
    border-width:                 1px;
}

textarea.textfieldemail
{
    font-family:                  verdana;
    font-size:                    11px;
    border-style:                 solid;
    border-color:                 #cdcdcd;
    width:                        500px;
    height:                       100px;
    border-width:                 1px;
}

div.loading{
    clear:                        both;
    text-align:                   center;
    width:                        95%;
}

th.titlebar
{
    color:                        #ffffff;
    background-color:             #b4364c;
    text-align:                   left;
    padding:                      5px;
    border-right-style:           dotted;
    border-color:                 #cdcdcd;
    border-width:                 1px;
}

td.databar_gerade
{
    color:                        #999999;
    text-align:                   left;
    padding:                      5px;
    border-right-style:           dotted;
    border-color:                 #cdcdcd;
    border-width:                 1px;
    padding-bottom:               10px;
}

td.databar_ungerade
{
    color:                        #999999;
    background-color:             #ffffff;
    text-align:                   left;
    padding:                      5px;
    border-right-style:           dotted;
    border-color:                 #cdcdcd;
    border-width:                 1px;
    padding-bottom:               10px;
}

#monthchooser{
    margin-top:                   5px;
    margin-left:                  100px;
}

select.userchange{
    width:                        220px;
    font-family:                  verdana;
    font-size:                    11px;
    height:                       18px;
    border-style:                 solid;
    border-width:                 1px;
    border-color:                 #999999;
}

table{
    font-size:                          11px;
    width:100%;
}
