body {
	/* font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
    font-size:13px;
    padding-left:1em;
    padding-right:1em;
    vertical-align:middle;
    width:960px;
    margin-left:auto;
    margin-right:auto;
    margin-top:0;
}


/* Allgemeine TextBox-Tabelle */
table.tb {
    border-collapse:collapse;
    table-layout:fixed;
}

/* Heading, Content, Strong: Hintergrundfarbe, Padding */
/* STRONG DEPRECATED */
.tb_h {
    font-weight:bold;
    color:#285D2A;
    background-color:#D9E7BA;       /* only color definition in css */
    border-width:0px;
    padding:0px;
}
.tb_c {
    /* color:#488816; */
    color:#285D2A;
    background-color:#F2F7E8;       /* only color definition in css */
    border-width:0px;
    padding:0px;
}

.tb_s {
    /* color:#488816; */
    color:white;
    border-width:0px;
    padding:0px;
}

/* Innenbereiche Heading & Content */
.tb_h_in {
    text-align:left;
    padding-left:12px;
    height:1.0em;
    overflow:visible;
}
.tb_c_in {
    padding: 1em 12px 0.5em;
    vertical-align:top;
    height:100%;
    overflow:visible;
}

.tb_c_in>ul {
    padding-left:0;
    margin-left:1em;  /* breite der Bullets */
    list-style-image:url(/images/plus_bullet_bold.gif);
}

/* Oben, Unten, Links, Rechts: Höhe bzw. Breite (im Hinblick auf evtl. border alle 4 getrennt) */
.tb_o {
    height:5px;
}
.tb_u {
    height:5px;
}
.tb_l {
    width:5px;
}
.tb_r {
    width:5px;
}

/* Ecken: Bilder */
.tb_h_ol {
    background-image:url('/images/layout/tb_h_ol.gif');
    background-color:white;
}
.tb_h_or {
    background-image:url('/images/layout/tb_h_or.gif');
    background-color:white;
}
.tb_h_ul {
    background-image:url('/images/layout/tb_h_ul.gif');
}
.tb_h_ur {
    background-image:url('/images/layout/tb_h_ur.gif');
}
.tb_c_ol {
    background-image:url('/images/layout/tb_c_ol.gif');
    background-color:white;
}
.tb_c_or {
    background-image:url('/images/layout/tb_c_or.gif');
    background-color:white;
}
.tb_c_ul {
    background-image:url('/images/layout/tb_c_ul.gif');
    background-color:white;
}
.tb_c_ur {
    background-image:url('/images/layout/tb_c_ur.gif');
    background-color:white;
}
.tb_s_ul {
    background-image:url('/images/layout/tb_s_ul.gif');
    background-color:white;
}
.tb_s_ur {
    background-image:url('/images/layout/tb_s_ur.gif');
    background-color:white;
}

/* Seiten: ggf. Ränder */
.tb_os {
}
.tb_us {
}
.tb_ls {
}
.tb_rs {
}



/* ------ Button  ------- */

a.button {
    text-decoration:none;
    display:block;
    padding:0;
    margin:0;
}

a.button:hover {
    text-decoration:none;
}

td.button {
    padding:0px;
}

div.button {
   height:20px;
   width:67px;
   display:block;
   margin:0;
   padding:1px 0px 0px 0px;
   color:#285D2A;
   font-weight:bold;
   text-align:center;
   text-decoration:none;
   background-repeat:no-repeat;
}

div.shadow_solitaire {
   background-image:url('/images/frontpages/login_button_shadow_small.png');
}
div.shadow_solitaire:hover {
   background-image:url('/images/frontpages/login_button_highlight_small.png');
}


hr {
    color:#ddeecc;
    background-color:white;
    height:0px;
    margin-top:1em;
    margin-bottom:1em;
}

ul {
    margin-left:1em;
    padding-left:1em;
    padding-right:1em;
    margin-bottom:0;
}

li {
    margin-top:0.5em;
    margin-bottom:0;
}

img {
    border:0px;
}

h2 {
    color:#488816;
    margin-top:1.5em;
	margin-bottom:0.5em;
}

h2.top {
    margin-top:0;
}

h3 {
    color:#488816;
    margin-top:2em;
    margin-bottom:0.5em;
}

.function_link {
    margin-top:2em;
}

a {
    text-decoration:underline;
    color:blue;
}

a:hover {
    text-decoration:underline;
}


a:visited {
    color:blue;
}

p.continue_button {
    float:right;
}

p.back_button {
    float:left;
}

span.translation_missing {
    color:#f00;
}

span.help_button {
	border: 1px solid #aaf;
	background-color: #4040A0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 0px 4px 0px 4px;
	margin-right: 1em;
}

/* Info Box bei Help Button */
div.info_note{
	/* Breite wird in Javascript definiert */
	padding:5px;
	border-width:1px;
	border-style:solid;
	border-color:#E2C822;
	background-color:#FFF9D7;
    font-size:8pt;
}

td.label {
	/* width:35%; */
    width:250px;
    vertical-align:top;
    padding-bottom:1em; 
}

td.field {
    vertical-align:top;
    text-align:left;
    padding-top:0;
}

p.label {
	font-weight:normal;
	margin: 0 1em 0 0;    
}

p.desc {
	color:gray;
	font-size:8pt;
	font-style:normal;
	margin:0;
}

.strong_label {
    font-weight:bold;
    margin-top:3px;
}

.errorExplanation {
	background-color:#FAA;
	border: 1px solid red;
	padding: 0.5em;    
}

.fieldWithErrors {
	border: 0px solid red;
	background-color:#FFAAAA;	
	padding: 0.5em;
}

div.flash_error {
	background-color:#EAF;
	border: 1px solid #E0F;
	padding: 0.5em;    
}

div.flash_notice {
	background-color:#FFC;
	border: 1px solid #FF0;
	padding: 0 1em 0 1em;
    margin-bottom: 0.5em;
}

#header {
	padding: 0px;
    margin-bottom: .5em;
	background-color: #fff;
	border-bottom: 0px solid #A79D96;
    /* height:80px; */
    overflow:hidden;
}

#beta {
    font-weight:bold;
    vertical-align:top;
    color:#A79D96;
}

div#header>div>img {
    margin-bottom:3px;
    margin-left:3px;
}

#footer {
	text-align:center;
	clear: both;
	margin: 0;
	margin-top: 1em;
	padding: .5em;
	color: #333;
	background-color: #fff;
	border-top: 0px solid gray;
}

img.extlogo {
    margin:10px;
}

a.activetab {
    background-color:#D9E7BA;
}

a.topnavi {
    color:#488816;
    font-size:110%;
    font-weight:bold;
    font-variant:normal; /* small-caps; */
    font-style:normal;
    padding: 3px 1em 3px 1em;
    margin:0px;
    text-decoration:none;
    border-bottom:1px solid #D9E7BA;
}

a.topnavi:hover {
    background-color:#D9E7BA;
}