/* -------- TAGS ANFANG -------- */
* {
	margin: 0;
	padding: 0;
}

html {
	min-height: 100.1%;
	position: relative;
	padding-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif, Arial, Helvetica;
	font-size: 14px;
	text-decoration: none;
	background-image: url('../gfx/body_bg_infi.png');
	background-position: center 60px;
	background-repeat: repeat-x;
	background-color: #fff;
	color: #333;
}

fieldset {
	border: none;
}

option {
	padding-left: 3px;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #666;
	background-color: transparent;
}

a:hover {
	color: #2575b2;
	background-color: transparent;
}

ul {
	list-style-type: none;
}

h1 {
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: bold;
	color: #2575b2;
	background-color: transparent;
}

h2 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #2575b2;
	background-color: transparent;
}

td {
	font-size: 12px;
} 
/*coole buttons anfang
input[type="submit"],button {
    background: -moz-linear-gradient(center top , #FFFFFF, #CCCCCC) repeat scroll 0 0 transparent;
    border: 1px solid #AAAAAA;
    border-radius: 7px 7px 7px 7px;
    color: #111111;
    font-weight: bold;
    padding: 2px;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
}
input[type="submit"]:active,button:active {
	background: -moz-linear-gradient(center top , #FFFFFF, #bbb) repeat scroll 0 0 transparent;
	text-shadow: 0 1px 0 #efefef;
    left: 1px;
    position: relative;
    top: 1px;
}
coole buttons ende*/


/* -------- TAGS ENDE -------- */
/* -------- ALLGEMEINE KLASSEN ANFANG -------- */
.body_ckeditor {
	background-image: none !important;
}

.pflichtfeld label {
	padding-right: 7px;
	background: url("../gfx/sternchen.png") no-repeat scroll right 2px
		transparent;
	color: inherit;
}

a.deco,span.deco {
	text-decoration: none;
	background: url("../gfx/link_grau.png") no-repeat scroll right center
		transparent;
	padding-right: 12px;
	margin-right: 1px;
}

a:hover .deco,span:hover .deco,a.deco:hover {
	text-decoration: none;
	background: url("../gfx/link_green.png") no-repeat scroll right center
		transparent;
	padding-right: 12px;
	margin-right: 1px;
}

h2,h2.pagetitle {
	margin-bottom: 5px;
	font-size: 26px;
}

h3.pagesubtitle {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #555;
}

.erklaerungstext {
	margin-bottom: 30px;
}

.icon {
	position: relative;
	top: 3px;
}

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
}

.input_textarea {
	font-family: verdana, sans-serif, Arial, Helvetica;
	width: 262px;
	height: 100px;
	margin: 0 10px 0 0;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 12px;
	color: #333;
}

.input_ajaxtext {
	background-image: url('../gfx/input_ajax_inaktiv.gif');
	background-repeat: no-repeat;
	background-position: 100% 0px;
	border: 1px solid #ccc;;
}

.input_ajaxtext_aktiv {
	background-image: url('../gfx/input_ajax_aktiv.gif');
	background-repeat: no-repeat;
	background-position: 100% 0px;
	border: 1px solid #ccc;
}

.input_tablesearch {
	background-image: url('../gfx/input_ajax_inaktiv.gif');
	background-repeat: no-repeat;
	background-position: 100% 0px;
	border: 1px solid #ccc;;
}

.input_tablesearch_aktiv {
	background-image: url('../gfx/input_ajax_aktiv.gif');
	background-repeat: no-repeat;
	background-position: 100% 0px;
	border: 1px solid #ccc;
}

.input_text {
	border: 1px solid #ccc;
}

.select {
	width: 269px;
	padding: 2px 5px;
}

.fehlermeldung_title {
	font-weight: bold;
	font-size: 14px;
	color: #d00303;
}

.fehlermeldungen {
	margin-bottom: 20px;
}

.fehlermeldungen li {
	margin-left: 10px;
}

tr.heading {
	background-color: #2575b2;
	background-image: url(../gfx/menu_main_bg.png);
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	height: 20px;
}

tr.heading a {
	background-color: transparent;
	color: #ffffff;
}

tr.heading a:hover {
	color: #076C8A;
}

tr.offen {
	color: #333333;
}

tr.ok {
	color: #007f05;
}

tr.vorbehalt {
	color: #ff8a00;
}

tr.nak {
	color: #d00303;
} /* -------- ALLGEMEINE KLASSEN ENDE -------- */
	/* -------- AIT DATEPICKER ANFANG -------- */
table.datepicker {
	border-collapse: collapse;
	empty-cells: hide;
	border: 1px solid #666666;
	cursor: default;
}

table.datepicker tr.heading td {
	text-align: center;
}

table.datepicker .tag {
	cursor: pointer;
}

table.datepicker tr.heading td.monatsname {
	height: 15px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
}

table.datepicker tr.heading
td.navi_left {
	cursor: pointer;
	font-weight: bold !important;
	background-image: url(../gfx/rew.png);
	background-position: center center;
	background-repeat: no-repeat;
	text-align: left;
}

table.datepicker tr.heading td.navi_left:hover {
	background-image: url(../gfx/rew_hover.png);
}

table.datepicker tr.heading td.navi_right {
	cursor: pointer;
	font-weight: bold !important;
	background-image: url(../gfx/ff.png);
	background-position: center center;
	background-repeat: no-repeat;
	text-align: right;
}

table.datepicker tr.heading td.navi_right:hover {
	background-image: url(../gfx/ff_hover.png);
}

table.datepicker .wochentag {
	padding: 2px 0;
	color: #000000;
	background-color: #cccccc;
	border: 1px solid #666666;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

table.datepicker tr.woche td {
	width: 35px;
	padding: 1px 2px;
	color: #333333;
	background-color: inherit;
	border: 1px dashed #cccccc;
	text-align: left;
	vertical-align: top;
	font-size: 10px;
	font-weight: bold;
}

table.datepicker tr.woche td.tag:hover {
	background-color: #f0f0f0 !important;
}

table.datepicker tr.woche td.we {
	color: #6c9cb7;
	background-color: #f7fcff;
}

table.datepicker td.feiertag {
	background-color: #ffffe7 !important;
}

table.datepicker td.heute {
	background-color: #0075af !important;
	color: #ffffff !important;
}

table.datepicker tr.woche td.tag div.td {
	height: 20px;
	position: relative;
}

table.datepicker tr.woche td.kw {
	width: 25px;
	color: #999999;
	background-color: #eeeeee;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}

table.datepicker tr.woche td.kw:hover {
	color: #666666;
	background-color: #dcdcdc !important;
}

table.datepicker td.marked {
	background-color: #D4E0B0 !important;
} /* -------- AIT DATEPICKER ENDE -------- */
	/* -------- STRUKTUR ANFANG -------- */
#middle {
	width: 980px;
	margin: 0 auto;
} /* -------- STRUKTUR ENDE -------- */
	/* -------- HEADER ANFANG -------- */
#header {
	width: 980px;
	height: 180px;
	margin: 0 auto;
	position: relative;
}

#header .logo {
	position: absolute;
	left: -42px;
	top: 38px;
} /* -------- HEADER ENDE -------- */
	/* -------- HAUPTMENU ANFANG -------- */
#main_menu {
	width: 720px;
	height: 120px;
	position: absolute;
	right: 20px;
	top: 39px;
}

ul.haupt {
	float: right;
	margin: 0 162px 0 0;
	padding: 0;
	list-style: none;
}

ul.haupt li {
	float: left;
	padding: 7px 0px 4px 0px;
	text-align: center;
}

ul.haupt a {
	font-weight: normal;
	font-size: 12px;
	position: relative;
	display: block;
	width: 90px;
	top: -2px;
}

ul.haupt a
img {
	width: 80px;
}

ul.haupt a:hover img {
	width: 90px;
}

ul.haupt a span {
	position: relative;
	top: -5px;
}

ul.haupt a:hover span {
	top: -15px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.menu_aktiv {
	font-weight: bold;
	color: #000;
}

ul.unter .menu_aktiv {
	font-weight: bold;
	color: #000;
}

ul.unter {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 0;
	top: 8px;
}

ul.unter li {
	float: left;
	padding: 7px 2px 4px 2px;
	text-align: center;
}

ul.unter a {
	font-weight: normal;
	font-size: 11px;
	position: relative;
	top: -2px;
	display: block;
	width: 44px;
}

ul.unter a span {
	position: relative;
	top: 0px;
	text-decoration: none;
}

ul.unter a:hover span {
	color: #000;
	top: -10px;
	font-weight: bold;
}

ul.unter a img {
	width: 36px;
}

ul.unter a:hover img {
	width: 46px;
} /* -------- HAUPTMENU ENDE -------- */
	/* -------- SUB_MENU ANFANG -------- */
#sub_menu {
	
} /* -------- SUB_MENU ENDE -------- */
	/* -------- CONTENT ANFANG -------- */
#content {
	position: relative;
} /* -------- CONTENT ENDE -------- */
	/* -------- FOOTER ANFANG -------- */
#footer {
	padding-top: 10px;
	margin-top: 40px;
	border-top: 3px solid #eee;
}

#footer .wrapper {
	width: 980px;
	margin: 0 auto;
}

#footer .left {
	width: 45%;
	height: 80px;
	float: left;
	text-align: left;
	font-size: 11px;
	background-color: transparent;
	color: #ccc;
}

#footer .center {
	width: 10%;
	height: 80px;
	float: left;
	text-align: center;
	font-size: 11px;
	background-color: transparent;
	color: #ccc;
}

#footer .right {
	width: 45%;
	height: 80px;
	float: left;
	text-align: right;
	font-size: 11px;
	background-color: transparent;
	color: #ccc;
}

#footer .right a {
	padding: 0 10px;
}

#footer a {
	color: #ccc;
	background-color: transparent;
}

#footer a:hover {
	color: #2575b2;
	background-color: transparent;
}

#footer_menue {
	list-style-type: none;
}

#footer_menue li {
	display: inline;
} /* -------- FOOTER ENDE -------- */
	/* -------- FORMS ANFANG -------- */
.edit_form .inp_txt {
	width: 340px;
	color: ;
	background-color: ;
	background-repeat: repeat-x;
}

.box_title {
	position: relative;
	z-index: 2;
	top: 6px;
	left: 10px;
	padding: 2px 5px;
	background-color: #2f86c9;
	background-image: url(../gfx/menu_main_bg.png);
	background-repeat: repeat-x;
	background-position: -250px -5px;
	color: #fff;
	border: 1px solid #2575b2;
	font-size: 12px;
}

.box {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #cfcaaf;
	padding: 16px 10px 7px 10px;
}

a.u {
	text-decoration: none;
	color: #ccc;
	background-color: inherit;
	text-decoration: underline;
	font-weight: normal;
}

a.u:hover {
	color: #2575b2;
	background-color: inherit;
}

.zeile_form {
	height: 24px;
	clear: both;
}

*+html div.zeile_form { /* Browserweiche IE7 */
	height: 32px;
}

.subtitle {
	color: #aaa;
	background-color: inherit;
	font-size: 10px;
	position: relative;
	top: -3px;
}

.zeile_form .has_subtitle {
	position: relative;
	top: -2px;
}

.zeile_form td {
	border-bottom: 1px dashed #ccc;
}

.zeile_form img {
	margin-top: 4px;
	margin-left: 2px;
}

.spalte_a {
	width: 120px;
	float: left;
	text-align: left;
	font-size:12px;
}

.details .spalte_a {
	width: 150px;
	font-weight: bold;
}



.spalte_a .untertitel {
	font-weight: normal;
	color: #999999;
	font-size: 12px;
}

.spalte_am .untertitel {
	font-weight: normal;
	color: #999999;
	font-size: 12px;
}

.spalte_b {
	float: left;
	text-align: left;
	font-size:12px;
}

ul.error_msg {
	margin-left: 20px;
}

.tr_a {
	background-color: #fafafa;
}

.tr_a:hover {
	background-color: #f0f0f0;
}

.tr_b {
	background-color: #fff;
}

.tr_b:hover {
	background-color: #f0f0f0;
}

.kalender .zeile td {
	height: 40px;
	padding-top: 6px;
	text-align: center;
	vertical-align: middle;
	border: 1px dashed #ccc;
} /* -------- FORMS ENDE -------- */
	/* -------- DATABROWSER ANFANG -------- */
.databrowser a {
	height: 13px;
	margin: 0 2px;
	padding: 0 2px;
	display: block;
	color: #666;
	background-color: inherit;
	float: left;
	border: 1px solid #cccccc;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
}

.databrowser .w {
	width: 20px;
}

.databrowser a:hover {
	font-weight: normal;
	border: 1px solid #000000;
	color: #fff;
	background-image: url(../gfx/menu_main_bg.png);
	background-repeat: repeat-x;
}

.databrowser div.a {
	display: block;
	float: left;
	padding: 0 2px;
	height: 13px;
	margin: 0 2px;
	border: 1px solid #ccc;
	text-align: center;
	color: #000000;
	background-color: #666;
	background-image: url(../gfx/menu_main_bg_inakiv.png);
	background-repeat: repeat-x;
}

.databrowser span {
	display: block;
	float: left;
	width: 20px;
	height: 12px;
	margin: 0 2px;
	color: ;
}

.databrowser a.page_active {
	font-weight: bold;
	color: #fff;
	border: 1px solid #2575b2;
	background-image: url(../gfx/menu_main_bg.png);
	background-position: -500px -5px;
	background-repeat: repeat-x;
}

.databrowser {
	padding-bottom: 4px;
	font-size: 10px;
} /* -------- DATABROWSER ENDE -------- */
	/* -------- LEGENDE ANFANG -------- */
.legende {
	width: 160px;
	float: right;
}

.legende .input_text {
	width: 149px;
}

.legende .spalte_a {
	width: 60px;
}

.legende select {
	width: 150px;
} /* -------- LEGENDE ENDE -------- */
	/* -------- SUCHE ANFANG -------- */
.index_suche {
	width: 175px;
	margin: 0px 15px 15px 0px;
	float: right;
}

#search {
	padding: 0px 17px 0px 0px;
} /* -------- SUCHE ENDE -------- */
	/* -------- AITIP ANFANG -------- */
#AIT_close_left,#AIT_close_right {
	font-size: 1.1em;
}

#AIT_copy p,#AIT_copy ul {
	font-size: 1.1em;
}

#contentPad {
	margin: 20px;
}

.formInfo a,.formInfo a:active,formInfo a:visited {
	background-color: #FF0000;
	font-size: 1.3em;
	font-weight: bold;
	padding: 1px 2px;
	margin-left: 5px;
	color: #FFFFFF;
	text-decoration: none;
}

.formInfo a:hover {
	color: #660000;
	background-color: inherit;
	text-decoration: none;
}

#AIT_arrow_left {
	background-image: url(../gfx/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 101;
	left: -12px;
	height: 23px;
	width: 10px;
	top: -3px;
}

#AIT_arrow_right {
	background-image: url(../gfx/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 101;
	height: 23px;
	width: 11px;
	top: -2px;
}

#AIT {
	position: absolute;
	z-index: 100;
	border: 2px solid #CCCCCC;
	color: inherit;
	background-color: #fff;
}

#AIT_copy {
	padding: 10px 10px 10px 10px;
	color: #333333;
	background-color: inherit;
}

.AIT_loader {
	background-image: url(../gfx/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 12px;
}

#AIT_close_left {
	color: inherit;
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight: bold;
}

#AIT_close_right {
	color: inherit;
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight: bold;
}

#AIT_copy p {
	margin: 3px 0;
}

#AIT_copy img {
	
}

.jTip {
	cursor: help;
}
/* -------- AITIP ENDE -------- */
/* -------- ANGEBOTE ANFANG -------- */
#angebote_details a {
	color: #2575b2;
	font-size: 11px;
}

#angebote_details a:hover {
	text-decoration: underline;
}

#angebote_details h1 {
	text-decoration: underline;
	margin: 60px 0 30px 0;
	font-size: 16px;
}

.angebote_box {
	color: #777;
	border: 1px solid #aaa;
	padding: 8px;
	margin-bottom: 5px;
}

.datum {
	width: 200px;
}

#kunde_treffer {
	z-index: 1;
	position: absolute;
	left: 130px;
	top: 35px;
	cursor: pointer;
}

.trefferliste {
	position: absolute;
	z-index: 100;
	width: 250px;
	max-height: 200px;
	overflow: auto;
	padding: 2px;
	color: inherit;
	background-color: #ffffff;
	border: 1px solid #2575b2;
}

.trefferliste .titel {
	color: #fff;
	background-color: #2575b2;
	margin-bottom: 5px;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
}

.trefferliste .treffer {
	padding-left: 5px;
	color: ;
} /* -------- ANGEBOTE ENDE -------- */
.details {
	border: 1px solid #aaa;
}

.sternchen {
	color: #666;
	font-size: 10px;
	position: relative;
	top: -3px;
	left: 2px;
} /* --------- MENÜ IM CONTENT ANFANG -------- */
ul.config_horizontal {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 30px;
}

ul.config_horizontal li {
	display: block;
	width: 100px;
	float: left;
	padding: 7px 5px 4px 5px;
	text-align: center;
	line-height: 140%;
}

ul.config_horizontal a {
	font-weight: normal;
	font-size: 12px;
	position: relative;
	top: -2px;
}

ul.config_horizontal img {
	width: 80px;
}

ul.config_horizontal a {
	position: relative;
	top: -5px;
}

ul.config_horizontal a:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

ul.config {
	margin: 30px 0;
	padding: 0;
	list-style: none;
	float: left;
	margin-right: 100px;
}

ul.config li {
	display: block;
	text-align: left;
	clear: both;
	vertical-align: middle;
	padding-bottom: 10px;
	min-height: 80px;
	line-height: 140%;
}

ul.config a {
	font-weight: normal;
	font-size: 12px;
	position: relative;
	top: -2px;
}

ul.config img {
	width: 80px;
	margin-right: 10px;
	float: left
}

ul.config a {
	position: relative;
	top: 10px;
}

ul.config a:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
} /* --------- MENÜ IM CONTENT ENDE -------- */
	/* -------- TODOLISTE STARTSEITE ANFANG -------- */
.todo_liste {
	width: 442px;
	float: right;
	margin-right: 10px;
	overflow: hidden;
	position: relative;
}
#agentur_konten{
	margin-bottom:-7px;
}
#agentur_konten li{
	list-style-position: inside;
	padding:2px 10px;
	margin:0 -10px;
}
#agentur_konten li:nth-child(even){
	background-color:#eee;
}


/* -------- TODOLISTE STARTSEITE ENDE -------- */
	/* -------- BOXENMANAGER ANFANG -------- */
.boxenmanager_box {
	border: 2px solid #DC007A;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.boxenmanager_box h1 {
	font-size: 14px;
}

.faellig {
	color: #ff0000;
}

.faellig a {
	color: #ff0000;
} /* -------- BOXENMANAGER ENDE -------- */
	/* -------- AJAX SUCHE INDEX ANFANG -------- */
.headsuche {
	width: 175px;
	margin: 0px 15px 15px 0px;
	float: right;
}

#search {
	padding: 0px 17px 0px 0px;
}

.input_tablesearch {
	background-image: url("../gfx/input_ajax_inaktiv.gif");
	background-position: 100% 0;
	background-repeat: no-repeat;
	border: 1px solid #ccc;
}

.input_tablesearch_aktiv {
	background-image: url('../gfx/input_ajax_aktiv.gif');
	background-repeat: no-repeat;
	background-position: 100% 0px;
	border: 1px solid #ccccff;
} /* -------- AJAX SUCHE INDEX ENDE -------- */
/* --------  SORTIERBARE LISTEN ANFANG  -------- */
    #sortlists h3{
        font-size:12px;
        font-weight:bold;
    }
    #sortlists .spacer{
        width:13px;
        height:10px;
        float:left;
    }
    #sortlists ul{
        padding:22px 5px 5px 5px;
        margin:0 0 -5px 0;
        border:1px dashed #777777;
        list-style-type:none;
    }
    #sortlists li{
        padding:0 5px 0 0;
        font-size:12px;
        cursor: move;
        background-color:#ddd;
        border-bottom:1px solid white;

    }
    #sortlists span{
        background-color:#3388ca;
        color:#fff;
        padding:0 3px;
        margin-right:3px;
        font-size:14px;
    }
    #sortlists .handle{
        position:relative;
        top:-1px;
        background-color:transparent !important;
    }

    #sortlists #not_assigned span{
        background-color:red;
        color:#fff;
        padding:0 3px;
        margin-right:3px;
    }
    #sortlists #not_assigned{
        padding:5px;
        margin-bottom:5px;
    }

    #sortlists .box_title{
        position:relative;
        z-index:2;
        top:6px;
        left:10px;
        padding:2px 5px;
        background-color:#9EBA2B;
        background-image:url(../gfx/menu_main_bg.png);
        background-repeat:repeat-x;
        background-position: -250px -5px;
        color:#fff;
    	border:1px solid #2575b2;
    }
    #sortlists .box{
        position:relative;
        z-index:1;
    	background-color:#fff;
    	border:1px solid #ccc;
    	padding:15px 15px 8px 15px;
    }
    #sortlists .platzhalter{
	    background-color: #D4E0B0;
	    border: 1px dashed #9EBA2B;
	    cursor: move;
	    font-size: 12px;
	    height:15px;
	    margin-bottom:1px;
    }
    #sortlists  #not_assigned .platzhalter{
	    background-color: #FFD6D6;
	    border: 1px dashed #FF5656;
	    cursor: move;
	    font-size: 12px;
	    height:15px;
	    margin-bottom:1px;
    }
/* -------- SORTIERBARE LISTEN ENDE  -------- */
/* -------- BUCHUNGEN PRÜFEN ANFANG -------- */
img.save_button{
	float:right;
	position:relative;
	top:-2px;
	right:-2px;
}
.more{
	cursor:pointer;
}
/* -------- BUCHUNGEN PRÜFEN ENDE -------- */


#datei_liste li{
	padding:3px 0;
}
#datei_liste li:hover{
	background-color:#f5f5f5;
}



.text_kurz{
   white-space: nowrap !important;
   overflow: hidden !important;
   width: 100% !important;
   text-overflow: ellipsis !important;
}











