/*
    Document   : main.css
    Description: Standard formatting
*/

* {
    margin: 0;
    padding: 0;
    font: 11px Arial, Verdana, Helvetica, sans-serif;
}

html,
body {
    height: 100%;
    width: 100%;
}

html {
    background: url('../img/bg_body_930.gif') repeat-x left top;
}

body {
    width: 940px;
    color: #87888a;
}

/*[if EDITOR]
html,body {
    padding: 10px;
	background: #FFF;
}
[endif]*/

/* Text */

p {
    padding-bottom: 10px;
}

h1 {
    font-size: 16px;
    color: #0099a1;
    font-weight: bold;
}
h2 {
    font-size: 14px;
    color: #87888a;
    font-weight: bold;
    margin: 3px 0 15px 0;
}
h3 {
    font-size: 12px;
    color: #008086;
    font-weight: bold;
}
h4 {
    font-size: 13px;
    color: #ffffff;
    font-weight: bold;
}
h5 {}
h6 {}

/* Links */

a {
    color: #8793b9;
    text-decoration: none;
}
a:focus {}
a:hover {
    color: #303030;
    text-decoration: underline;
}
a:active {}

a img{
    border: none;
}

/* Tables */

table {}
td {}
th {}

table tr th,
table thead th {}

table tr td,
tbody td {}

/* Listings */

ul {
    list-style: none;
}
ul li {}

ol {}
ol li {}

/* Form fields */

input.text {
    border: 1px solid #CCC;
    background: #FFF;
    padding: 2px;
}
input.submit {
    background: #C0C0C0;
    color: #FFF;
    border: 0;
    margin: 0;
    padding: 2px;
}


/* Additional - Global Classes */
strong {
    font-weight: bold;
    color: #0099a1;
}
em{
    font-style: italic;
}
.clear {
    clear: both;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.float-right {
    float: right;
}
.float-left {
    float: left;
}

/* Additional - Download-Icons */

.download_link_pdf {
    display: block;
    height: 16px;
    padding:0px 0 2px 20px;
    background: url('../img/icons/icon_download_pdf.gif') 0 0 no-repeat;
    cursor:pointer
}
.download_link_doc {
    display: block;
    height: 16px;
    padding: 1px 0 2px 20px;
    background: url('../img/icons/icon_download_word.gif') 0 0 no-repeat;
    cursor:pointer
}
.download_link_zip {
    display: block;
    height: 16px;
    padding: 1px 0 2px 20px;
    background: url('../img/icons/icon_download_zip.gif') 0 0px no-repeat;
    cursor:pointer
}
.download_link_jpg {
    display: block;
    height: 16px;
    padding: 1px 0 2px 20px;
    background: url('../img/icons/icon_download_image.gif') 0 0 no-repeat;
    cursor:pointer
}
.download_link_png {
    display: block;
    height: 16px;
    padding: 1px 0 2px 20px;
    background: url('../img/icons/icon_download_image.gif') 0 0 no-repeat;
    cursor:pointer
}
.download_link_gif {
    display: block;
    height: 16px;
    padding: 1px 0 2px 20px;
    background: url('../img/icons/icon_download_image.gif') 0 0 no-repeat;
    cursor:pointer
}
.download_link_video {
    display: block;
    height: 16px;
    padding: 1px 0 2px 20px;
    background: url('../img/icons/icon_download_video.gif') 0 0 no-repeat;
    cursor:pointer
}
.download_link_default {
    display: block;
    height: 16px;
    padding: 1px 0 2px 20px;
    background: url('../img/icons/icon_download_default.gif') 0 0 no-repeat;
    cursor:pointer
}


/*  Template    : alle Templates
    Author      : Gerold Hinzen, Open New Media GmbH
    Description : Status-Boxen zum Anzeigen des Status (erfolgreich, fehler, geloescht)
*/

.warning_success {
    font-size: 11px;
    color: #a7ce17;
    border: 1px solid #a7ce17;
    padding: 10px;
}

.infobox_info,
.infobox_success,
.infobox_alert,
.infobox_error {
    font-size: 11px;
    margin: 0 0 10px 0;
    /*width: 450px;*/
    padding: 8px 8px 8px 36px;
}
.infobox_info {
    border: 1px solid #d6d6d6;
    background: #f8f8f8 url('../img/icons/icon_information.gif') 10px 6px no-repeat;
    color: #264a5a;
}

.infobox_success {
    border: 1px solid #d7f07f;
    background: #e7f6b2 url('../img/icons/icon_success.gif') 10px 6px no-repeat;
    color: #889a47;
}

.infobox_alert {
    border: 1px solid #f0d17f;
    background: #f6e7b2 url('../img/icons/icon_alert.gif') 10px 6px no-repeat;
    color: #cf8f54;
}
.infobox_error {
    border: 1px solid #d4d4d4;
    background: #ededed url('../img/icons/icon_error.gif') 10px 6px no-repeat;
    color: #a6a6a6;
}
.infobox_info li {
    color: #264a5a;
}
.infobox_success li {
    color: #889a47;
}
.infobox_alert li {
    color: #cf8f54;
}
.infobox_error li {
    color: #a6a6a6;
}

.infobox_alert a {
    color: #cf8f54 !important;
    text-decoration: none;
}
.infobox_alert a:hover {
    text-decoration: underline;
}

