@import url(http://www.adc.de/fileadmin/templates/adc/css/navi_img_NEU.css);

html {
  height:100%;
}
body {
	background:url(../bilder_neu/bg_body.gif) repeat-x #747372;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#444;
	text-align: center;
	padding:0;
	margin:0;
        height:100%;
}

* {
	padding:0;
	margin:0;
}

table { font-size:13px; }

img { border:none; }


p { padding:6px 0 6px 0; }

p+p {
	padding-top: 6px;
}

a {
	color:#ad8813;
	outline:none;
	text-decoration: none;
}
a:hover {
	color:#ef0290;
	text-decoration: none;
}

h2, h3 {
	background-color:#444;
	text-transform: uppercase;
	font-size:13px;
	line-height:18px;
	font-weight:bold;
	color:#fff;
	padding:2px 5px 2px 5px;
	/* Mozilla padding:3px 5px 2px 5px;*/
}

.magenta h2 { background-color:#ef0290; }
.gold h2 { background-color:#ad8813; }

.gray h3 { background-color:#444444; }
.gold h3 { background-color:#ad8813; }
.bronze h3 { background-color:#a26c38; }
.magenta h3 { background-color:#ef0290; }
.silver h3 { background-color:#808181; }
.silverLight h3 { background-color:#aeaeae; color:#444; }
.transparent h3 { background-color:#747372; }


hr {
    margin: 10px 0px 10px 0px;
    background-color: #D6D6D6;
    height: 1px;
    border: none;
}

.ueberschrift {
	background-color:#444;
	text-transform: uppercase;
	font-size:13px;
	line-height:18px;
	font-weight:bold;
	color:#fff;
	padding: 2px 5px 2px 5px;
	/* Mozilla padding:3px 5px 2px 5px;*/
}


/* ==========================================
   LAYOUT
========================================== */

div.page {
	width:960px;
        height:100%;
	margin:0 auto;
	padding-bottom:20px;
	text-align: left;
}
div.container {
	width:890px;
	float:right;
	margin-right: 35px;
}
div.header {
	background-repeat: no-repeat;
	background-image: url(../bilder_neu/header/header01.gif);
	width:960px;
	height:93px;
	float:left;
}
div.logo {
	width:210px;
	height:84px;
	float:left;
}
div.logo img {
	width:210px;
	height:84px;
	border:0;
}
div#headerRight {
	width:715px;
	height:44px;
	float:left;
	text-align:right;
	/*margin-right:35px;*/
}
div#content {
	margin-top:20px;
	float:left;
}
div.headline {
	width:890px;
	float:left;
}

/* Clearer (all browsers)
-------------------------------------------- */
.clearer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.spacerTop-10 {
	padding-top:10px;
	height:0;
}

div.whiteLine890 {
	width:890px;
	height: 10px;
	float:left;
	background:#fff;
}


/* NAVI
-------------------------------------------- */

div#navi {
	width:890px;
	height:20px;
	float:left;
	background: #000;
	position:relative;
	z-index:10000000000;
        list-style: none;
}
#home div#navi {
	height:20px;
}
div.naviMain {
	width:590px;
	height:20px;
	float:left;
        list-style: none;
}
div.naviMeta {
	width:300px;
	height:20px;
	float:left;
	text-align:right;
        list-style: none;
}
div.naviMeta ul.naviLevel1 {
	float:right;
	padding-right:3px;
}
div.naviActive {
	width:890px;
	height:20px;
	float:left;
}
div#navi ul {
	list-style:none;
}

div#naviNAV {
	width:885px;
	height:20px;
	float:left;
	background: #000;
	padding-left: 5px;
}

div#navi_gray {
	width:885px;
	height:20px;
	float:left;
	background: #d6d6d6;
	padding-left: 5px;
	border-width: 1px 0px 0px 0px;
	border-style:solid none none none;
	border-color: #fff;
}

/* ==========================================
   EIN SPALTE
========================================== */
/* 880
-------------------------------------------- */
div#einespalte {
	width:890px;
	float:left;
}

#inhaltBox {
		float:left;
		background:#fff;
		margin-bottom:10px;
                padding-bottom: 10px;
		clear:both;
}

#inhaltBox h3 {
	margin-top:10px;
}

#inhaltBox ul {
	text-transform: none;
	list-style: none;
	clear:both;
        padding-left: 20px;
}

#inhaltBox li a {
	color:#ad8813;
}

#inhaltBox li a:hover {
	color:#ef0290;
}

div.inner {
	margin-left:10px;
	margin-right:10px;
}

#inhaltBox p {
	padding:2px 0 6px 0;
}

input {
	border:1px solid #444;
	color:#444;
	font-size:13px;
	width:330px;
	padding: 2px;
        margin: 2px 0px 2px 0px;
}

input.input_disabled {
	border:1px solid #444;
	color:#444;
        background-color: #D6D6D6;
        font-size:13px;
	width:330px;
	padding:2px;
        margin: 2px 0px 2px 0px;
}

input.checkbox {
        width: auto;
        border: none;
}

input.radio {
        width: auto;
        border: none;
}

select {
	border:1px solid #444;
	color:#444;
        background-color: #D6D6D6;
	font-size:13px;
	width:330px;
	padding: 2px;
        margin: 2px 0px 2px 0px;
}

textarea {
	border:1px solid #444;
	color:#444;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	width:330px;
	padding: 2px;
        margin: 2px 0px 2px 0px;
}

textarea.TEXTAREA_DISABLED {
	border:1px solid #444;
	color:#444;
        background-color: #D6D6D6;
	font-family:Arial, Verdana, Helvetica, sans-serif;
        font-size:13px;
	line-height:18px;
	width:330px;
	padding:2px;
        margin: 2px 0px 2px 0px;
}



.button {
    border: 1px solid #444;
    color:#444;
    background-color: #D6D6D6;
    font-size:13px;
    font-weight: bold;
    width:330px;
    padding:2px;
    width: 100px;
    cursor: pointer;
}

.buttonDark {
    border: 1px solid #000;
    color:#FFF;
    background-color: #444;
    font-size:13px;
    font-weight: bold;
    width:330px;
    padding:2px;
    width: 100px;
    cursor: pointer;
}

.buttonSmall {
    border: 1px solid #444;
    color:#444;
    background-color: #D6D6D6;
    font-size:13px;
    font-weight: bold;
    width:330px;
    padding:2px;
    width: 30px;
    cursor: pointer;
}

table.eingabe {
    border: none;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
}

table.buttons {
    border: none;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0px 10px 0px;
}

td.feldbeschriftung {
    font-weight: bold;
}

td.feldbeschriftung sup{
    color: #EF0290;
}

table.liste {
    border: none;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    background-color: #fff;
}

table.liste thead {
    background-color: #D6D6D6;
    font-weight: bold;
    height: 20px;
    text-align: left;
    vertical-align: middle;
}

table.liste tfoot {
    border-width: 1px 0px 1px 0px;
    border-color: #444;
    border-style: solid;
    background-color: #FFF;
    font-weight: normal;
    height: 40px;
    text-align: left;
    vertical-align: middle;
}

table.liste tbody tr {
    border-width: 1px 0px 0px 0px;
    border-color: #D6D6D6;
    border-style: solid;
    background-color: #FFF;
    height: 20px;
    text-align: left;
    vertical-align: middle;
}

table.listOrderButtons {
    background-color: #D6D6D6;
    font-weight: bold;
    height: 14px;
    text-align: left;
    vertical-align: middle;
}

table.listOrderButtons tbody tr {
    border: 0px none;
    background-color: inherit;
    height: auto;
    text-align: left;
    vertical-align: middle;
}

table.listPageButtons {
    background-color: #FFF;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}

table.listPageButtons tbody tr {
    border: 0px none;
    background-color: inherit;
    height: auto;
    text-align: left;
    vertical-align: middle;
}

table.listeSmall {
    border: none;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    background-color: #fff;
    padding: 5px;
}

table.listeSmall thead {
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #444;
    background-color: #D6D6D6;
    font-weight: bold;
    font-size: 13px;
    height: 15px;
    text-align: left;
    vertical-align: middle;
}

table.listeSmall tfoot {
    border-width: 1px 0px 0px 0px;
    border-color: #444;
    border-style: solid;
    background-color: #FFF;
    font-weight: normal;
    height: 40px;
    text-align: left;
    vertical-align: middle;
}

table.listeSmall tbody tr {
    border-width: 1px 1px 0px 1px;
    border-color: #D6D6D6 #444;
    border-style: solid;
    background-color: #FFF;
    font-size: 13px;
    height: 15px;
    text-align: left;
    vertical-align: middle;
}

.content {
    FONT-SIZE: 10px;
    COLOR: #555555;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    margin-left: 0px;
}

#wizardZeile {
	background-color:#D6D6D6;
        color: #444;
	text-transform: uppercase;
        height: 20px;
        font-size: 12px;
}

#wizardZeile b {
        color: #EF0290;
}

/* PLEASEWAIT-WINDOW
-------------------------------------------- */

#TB_overlay {
    height:100%;
    left:0px;
    position:fixed;
    top:0px;
    width:100%;
    z-index:10000;
}
.TB_overlayBG {
    background-color:#000;
    filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

.TB_overlayMacFFBGHack {background: url(../bilder_neu/macFFBgHack.png) repeat;}

#PLEASEWAIT{
    position: fixed;
    z-index:10011;
    left: 50%;
    top: 50%;
    width:250px;
    height:50px;
    margin-left: -125px;
    margin-top: -25px;
    background: #FFFFFF;
    border: 2px solid #EF0290;
}
#PLEASEWAIT_TEXT{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #EF0290;
    margin-top: 14px;
}


#LOGINMESSAGE{
    position: fixed;
    z-index:10011;
    left: 50%;
    top: 50%;
    width:600px;
    height:180px;
    margin-left: -300px;
    margin-top: -90px;
    background: #FFFFFF;
    border: 2px solid #EF0290;
}
##LOGINMESSAGE_TEXT{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #EF0290;
    margin-top: 14px;
}
