/*
    Document   : main.css
    Created on : 15.09.2009, 21:07:51
    Author     : Tobias Gräber, Open New Media GmbH
    Description: Standard formatting
*/

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font: 12px Arial, Verdana, Helvetica, sans-serif;
    line-height: 150%;
}

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

html {
    background: #f6f5f1 url('../img/background.jpg') 0 0 repeat-x;
}

body {}

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

body {
    width: 375px;
    border-right: 1px solid #DFDFDF;
}

p {
    color: #757575;
    padding: 5px 0 5px 0;
}

.table_headline {
    background: #E5E7F3;
}

.table_body {
    background: #E5E7F3;
}

[endif]*/


/* Text */

p {
    color: #757575;
    padding: 5px 0 5px 0;
}

strong {
    font-weight: bold;
}

h1 {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    width: 400px;
    height: 80px;
}
h2 {
    font-size: 28px;
    color: #366c87;
    font-weight: bold;
    width: 400px;
}
h3 {
    font-size: 16px;
    color: #366c87;
    font-weight: bold;
    text-transform: uppercase;
}
h4 {
    font-size: 11px;
    color: #3cade7;
    font-weight: bold;
}
h5 {}
h6 {}

/* Links */

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

/* Tables */

table {}
td {}
th {}



.content-content table tr td.table_headline {
background: #E5E7F3;
}

.content-content table tr td.table_body {
background: #E5E7F3;
}

/* Listings */

#content-container .content-content ul {}

#content-container .content-content ul li {
    list-style-type: disc;
    margin: 0 0 0 30px;
}

#content-container .content-content ul li a {
    color: #3CADE7;
}

#content-container .content-content ol {}

#content-container .content-content ol li {
    list-style-type: decimal;
    margin: 0 0 0 30px;
}

/* Form fields */

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

/* Images */

img {
    border: 0;
}

/* Suche */

#suche form input {
    background: #f5f5f6;
    color: #70787d;
    padding: 4px;
    border: 1px solid #C2C2C2;
}
#suche form .text {
    height:13px;
    float:left;
}
#suche form .submit {
    background: #f5f5f6 url(../img/search.jpg) 4px 4px no-repeat;
    width:100px;
    height:23px;
    margin:0 0 0 4px;
}

/* Additional - Global Classes */

.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_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_success,
.infobox_alert,
.infobox_error {
font-size: 11px;
margin: 0 0 10px 0;
/*width: 450px;*/
padding: 8px 8px 8px 36px;
}

ul.infobox_alert {
    margin: 0px 0 20px 0;
    width: 385px;
}

ul.infobox_alert li {
    margin: 5px !important;
    padding: 0 0 0 20px !important;
}

.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_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;
}

/* Druckversion  Header */

#print_header {
    display: none !important;
}

/* V Card */

.move {
    position: absolute;
    left: -9000px;
    top: -9000px;
}