body {
	background: #ffffff;
	color: #000000;
	font-family: BitStream Vera Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

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

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

a:visited, a:active {
	color: #888888;
}

.select {
    font-size: 11px;
}

.input {
    font-size: 11px;
}

.button {
    border: 1px solid #aaaaaa;
    color: #000000; /* #777777; */
    background: #ddeeff; /* #dddddd; */
    padding: 3px 3px 3px 3px;
    font-size: 11px;
}

.button:hover {
    background: #99ccff; /* #BCFF36 */
    color: #000000; /* #888888; */
}

.flat {
	border: 1px solid #888888;
}

.error_msg {
	font-size: 15px;
	color: #d01313;
}

.standout {
    color: maroon;
    padding: 3px 3px 3px 3px;
    text-align: center;
}

#login_header {
    width: 750px;
    margin: 0 auto;
    padding-bottom: 10px;
    text-align: left;
}


#login {
    width: 750px;
    margin: 0 auto;
}

#login_table {
    border-left: 8px solid gray;
    border-right: 8px solid gray;
    background: #eeeeee;
    width: 350px;
    margin: 0 auto;
}

#login_table h4 {
    font-size: 13px;
}

#title_pictute {
    width: 750px;
    padding-top: 10px;
    text-align: center;
}

#menu {
    width: 750px;
    margin: 0 auto;
    padding-top: 0px;
}

#menu ul li {
    display: inline;
    background: #ddeeff; /*#efefef; */
    padding: 20px 5px 5px 5px;
    margin-right: 3px;
    border-top: 4px solid #aaaaaa;
}

#menu ul li:hover {
    background: #99ccff; /* #BFFF00; /* #888888 /* #F32121; */
    color: white;
}

#menu ul li a {
    color: #000000; /* #888888; */
}

#menu ul li a:hover {
    color: #000000; /* #888888; */
}


#main_menu, #edit_form {
    width: 750px;
    margin: 0 auto;
}

#edit_form table {
    margin: 0 auto;
    padding-top: 10px;
    text-align: left;
    width: 500px;
    border: 1px solid #efefef;
}

#edit_form h3  {
    text-align: center;
    font-size: 12px;
    margin: 0;
    background: #ddeeff; /* #AFE1A6 */ /*#b4004a;*/
    border: 1px solid #bbb;
    line-height: 25px;
    color: #555555;
}

/* Helper class to center some attribs */
.hlp_center {
    text-align: center;
}

.help_text{
    background: #efefef;
    border-left: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

#main_menu table {
    margin: 0 auto;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
}

#main_menu table td {
    padding-left: 30px;
    padding-bottom: 5px;
}

/* #main_menu a {
    color: #0000FC; 
    padding-left: 8px;
}

#main_menu a:before {
    margin-right: 4px; 
	content:url("/images/item_pfeil_rot_rechts.gif"); 
}

#main_menu a:hover {
    color: #99ccff;
    text-decoration: none;
    padding-left: 4px;
    border-bottom: 1px solid #99ccff;
    border-left: 4px solid #99ccff;
}
*/

#main_menu a {
    color: #0000FC; /* #888888; */
    background-image : url("/images/item_pfeil_rot_rechts.gif");
    background-repeat : no-repeat;
    background-position : 5px center;
    padding-left : 12px;
    border-bottom: 1px solid #ffffff /*#40B33C*/;
    border-left: 4px solid #ffffff /*#40B33C*/;
}

#main_menu a:hover {
    color: #99ccff; /* #40B33C; #CD6A6A;*/
    text-decoration: none;
    border-bottom: 1px solid #99ccff /*#40B33C*/;
    border-left: 4px solid #99ccff /*#40B33C*/;
}

#overview, #admin_domains, #admin_virtual {
    width: 750px;
    margin: 0 auto;
    background: #ddeeff; /* #AFE1A6 */ /*#9ACD32;*/
    border: 1px solid #bbb;
}

#overview h4, #overview P, #overview FORM, #admin_virtual h4, #admin_virtual P, #admin_virtual FORM {
    display: inline;
    padding-right: 20px;
    line-height: 30px;
}

#nav_bar {
    text-align: right;
    width: 750px;
    margin: 0 auto;
}

#alias_table, #mailbox_table, #overview_table, #log_table, #admin_table {
    width: 750px;
    margin: 0px auto;
    border: 1px solid #efefef;
}

#alias_table .header, #mailbox_table .header, #overview_table .header, #log_table .header, #admin_table .header {
    line-height: 20px;
    background: #efefef;
    color: black;
}

#alias_table .hilightoff, #mailbox_table .hilightoff, #overview_table .hilightoff, #log_table .hilightoff, #admin_table .hilighoff {
    background: white;
}

#alias_table .hilighton, #mailbox_table .hilighton, #overview_table .hilighton, #log_table .hilighton, #admin_table .hilighton {
    background: #99ccff; /* #D9FF43; */ /*#D6FF85;*/ /*#ffdddd;*/
}

#alias_table h3, #mailbox_table h3, #overview_table h3, #log_table h3, #admin_table h3 {
    background: silver;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    padding-left: 20px;
    line-height: 25px;
    margin: 0;
}

#footer {
    width: 750px;
    margin: 20px auto;
    border-top: 1px solid #bbbbbb;
    background: #ddeeff; /* #efefef; */
    color: #000000; /* #999999; */
    line-height: 20px;
    text-align: left;
    padding-left: 15px;
	font-size: 9px;
}

#footer a {
    text-decoration: none;
    color: #000000; /* #999999; */
}

#footer a:hover {
    text-decoration: underline;
    color: #000000; /* #777777; */
}

#doku {
     width: 550px;
     margin: 20px auto;
     border: 1px solid #efefef;
     background: #ffffff;
     color: #000000;
     line-height: 20px;
     text-align: left;
     padding-left: 15px;
     font-size: 12px;
}

#doku table {
     font-size: 12px;
     line-height: 16px;
     color: #000000;
}

#doku h1 {
     font-size: 20px;
     color: #000000;
     background: #ddeeff;
     border-top: 5px solid #99ccff;
     border-bottom: 5px solid #99ccff;
}

#doku h2 {
     font-size: 16px;
     color: #000000;
}

#doku a {
     text-decoration: none;
     color: #0000ff;
}

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