
/* **************** ALL ***************** */

* {
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	color: #333333;
	margin:0;
	padding:0;
}

body {
    background-color: #48555B;
	margin:0;
	padding:0;
}

img {
	border:0;
}

hr  {
    display: none;
}

.hidden {
	display: none;
}

#inlineWait {
	padding:25px 10px 0px 30px; 
	background: #fff url('../images/indicator.gif') no-repeat 5px 25px;
	font-size: 16px;
}
#inlineWait p strong {
	font-size: 16px;
}

#outer {
    width: 995px;
    margin: 50px auto 0 auto;
    background-color: #fff;
    padding: 0 10px 10px 10px;
}

#copyright {
    width: 995px;
    margin: 10px auto 20px auto;
    text-align: center;
    color: #999999;
    font-size: 10px;
}

h1 {
    text-indent: -1000px;
}

p {

}


a {
	font-weight: bold;
	color:#333333;
	text-decoration:underline;
}
a:hover {
	color: #5A7656;
}


.top5 {  margin-top:5px !important; }
.top10 {  margin-top:10px !important; }
.top20 {  margin-top:20px !important; }
.top30 {  margin-top:30px !important; }
.top40 {  margin-top:40px !important; }
.top50 {  margin-top:50px !important; }


.clearer {
    clear: both;
    height: 1px;
    font-size: 1px;
    margin:0;
    padding:0;
    border: 0;
}

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

.sIcon {
    float: left;
    margin:-1px 4px 0 0;
}

/* **************** TOP ****************** */

#top {
    position: relative;
	background-image:url('../images/bg.jpg');
	background-repeat:repeat-x;
	background: #A9C599 url('../images/top_bg.jpg') repeat-x 0 0;
	color:#fff;
	height:98px;
	position:relative;
}


#logo {
    position: absolute;
    top: 0;
    left: 34px;
}


#slogan {
    position: absolute;
    top: 65px;
    left: 392px;

}


/* **************** Navigation ****************** */

div#navigation {
    background-color: #333333;
    margin-top:10px;
    padding: 2px 0;
    font-size: 14px;
}


ul#mainnavigation {
    list-style-type: none;
    margin:0;
    padding: 0;
}

    ul#mainnavigation li {
        list-style-type: none;
        float: left;
        background-color: #333333;
        margin:0;
        padding: 4px 0;
        position: relative;
    }

    #mainnavigation a {
        color: #fff;
        text-decoration: none;
        border-left: 1px #fff solid;
        padding-left: 10px;
        margin-left: 10px;
        font-weight:normal;
    }
    #mainnavigation a.first {
        border-left: 0px;
        margin-left: 0;
    }
    #mainnavigation a.active {
        font-weight: bold;
        color: #A8C499;

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


/* ***************** Main ********************* */
#main {
    clear: both;
    background: #F7F7F1 url('../images/main_bg.jpg') repeat-x top center;
    margin-top: 10px;
    padding: 20px 20px 20px 20px;
    display: inline-block;
    width: 955px;
}


h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 5px 0 0 0;
	height: 28px;
	line-height: 28px;
    padding: 0;
}


h3 {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    margin: 0 0 10px 0;
    padding: 0;
}

h3.withImg {
	padding-left: 37px;
}

a.toLink, a.toLink:link {
	background: transparent url('../images/icons2/link.gif') no-repeat 1px 3px;
	padding-left: 15px;
}
a.lightningLink, a.lightningLink:link {
	background: transparent url('../images/icons2/lightning.gif') no-repeat 0 3px;
	padding: 2px 0 2px 18px;
}
a.plusLink, a.plusLink:link {
	background: transparent url('../images/icons/16-em-plus.png') no-repeat 0 3px;
	padding: 2px 0 2px 18px;
}
a.delLink, a.delLink:link {
	background: transparent url('../images/icons/16-em-cross.png') no-repeat -2px 3px;
	padding: 2px 0 2px 18px;
}
a.editLink, a.editLink:link {
	background: transparent url('../images/icons/16-tool-b.png') no-repeat -2px 3px;
	padding: 3px 0 3px 18px;
}
a.smsLink, a.smsLink:link {
	background: transparent url('../images/icons2/sms.gif') no-repeat 0px 5px;
	padding: 3px 0 3px 18px;
}
.contactItemSpan a {
	line-height: 20px;
	height: 20px;
}


a.backLink {
	clear: both;
	font-weight: bold;
	color: #5A7656;
	font-size:14px;
	background: transparent url('../images/backlink.jpg') no-repeat 0 3px;
	padding-left: 12px;
	height:30px;
	line-height: 30px;
}


a.backLink:hover {
	color: #333333;
	background: transparent url('../images/backlink_hover.jpg') no-repeat 0 3px;
}


a.addLink {
	clear: both;
	float: right;
	font-weight: bold;
	color: #5A7656;
	font-size:13px;
}


a.addLink img {
    float: left;
    margin:0px 4px 0 0;
}


div.addLink {
	text-align: right;
	margin: -20px 0 10px 0;
	height: 18px;
}


a.addLink:hover {
	color: #333333;
}


.miniLine {
    margin-top:1px;
    height: 1px;
    font-size: 1px;
    border-top: 2px #DFDFDF solid;
}


/* GroupPanel */
.leftArea {
	width: 580px;
	float: left;
}
.rightArea {
	width: 350px;
	float: right;
}

.groupPanel {
	background: #fff url('../images/tab_footer_green.jpg') repeat-x bottom left;
	margin-bottom: 5px;
	padding-bottom:25px;
	position: relative;
}
.groupPanelGrey {
	background-image:URL(../images/tab_footer_grey.jpg);
}

.groupPanel h4 {
	background: #fff url('../images/h2_green.jpg') repeat-x bottom left;
	height: 20px;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	padding: 9px 0 0 10px;
}
.groupPanelGrey h4 {
	background-image:URL(../images/h2_grey.jpg);
}

.groupPanel .onFooter {
	position: absolute;
	height: 24px;
	bottom: 0px;
	right: 0px;
	text-align: right;
}

.groupPanel .partialStatus {
	background-color:#FFFFFF;
	height:11px;
	left:0;
	padding:5px 8px;
	width:100%;
	text-align:left;
}

.groupPanel .onHeader {
	position: absolute;
	height: 24px;
	width: 24px;
	top: 4px;
	right: 0px;
}

.groupPanel a.groupPanelLink {
	
}


/* tabelle  - neuer Stil */
.t_white {
	background-color: #fff;
	margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-top: 1px solid #F7F7F1;
}
.t_white tr td, .t_white tr th {
    margin: 0;
    padding: 4px 10px;
    text-align: left;
    font-size: 12px;    
    border-bottom: 1px solid #F7F7F1;
}
.t_white tr th {
	border-bottom: 1px solid #333333;
}





/* tabelle  - alter Stil */

.tEditTdHover {
	background-color: #D9E4CE !important;
}
.fEditTdHover {
	background-color: #EDF3EB !important;
}

table.small tr td {
	font-size: 11px !important;
}


.tab, .t_edit {
    margin: 0;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
    border-bottom: 2px #333333 solid;
}


.tab tr td, .tab tr th, .t_edit tr td, .t_edit tr th {
    margin: 0;
    padding: 4px 2px;
    text-align: left;
    font-size: 13px;
}


.tab th, .t_edit th {
    font-size: 11px !important;
    border-bottom: 2px #333333 solid;
}


.tab a {
	color: #7C9F77;
	font-weight:normal;
	font-family:Verdana;
}


.tab a:hover, .t_edit a:hover {
    text-decoration: none;
}


div.fieldInfo {
    font-size: 10px;
}
td.fieldInfo {
    font-size: 10px !important;
    padding:0 2px 10px 2px !important;
    color: #48555B !important;
}


.x5 { width: 5%; }
.x10 { width: 10%; }
.x20 { width: 20%; }
.x30 { width: 30%; }
.x40 { width: 40%; }
.x45 { width: 45%; }
.x50 { width: 50%; }
.x55 { width: 55%; }
.x60 { width: 60%; }
.x70 { width: 70%; }
.x80 { width: 80%; }
.x90 { width: 90%; }
.x95 { width: 95%; }
.x100 { width: 100%; }


.noborder {
    border:none;
}


/* ************** FORMULARE **************** */

form {
	padding:0;
	margin:0;
	display:inline;
}

input, textarea {
	border:1px #999 solid;
}

label {
	vertical-align:middle;
}
.btn {
	height: 30px;
	line-height: 30px;
	fonz-size: 14px;
	font-family: Arial;
	color: #fff;
	background-color: #7FA979;
	background-image:URL(../images/btn_ok.jpg);
	background-position:0px -3px;
	background-repeat:no-repeat;	
	border: 0px;
	padding: 0 15px 0 45px;;
	margin: 0;
}

/* ************** MESSAGING **************** */
#error {
	background-color:#ffe4e4;
	background-image:URL(../images/error.jpg);
	background-position:8px 8px;
	background-repeat:no-repeat;
	border: 1px solid #ff0000;
	padding:10px 10px 10px 55px;
	color:#ff0000;
	margin-bottom:15px;
}

#ok {
	background-color:#cbffc4;
	background-image:URL(../images/ok.jpg);
	background-position:8px 8px;
	background-repeat:no-repeat;
	border: 1px solid #3f9519;
	padding:10px 10px 10px 55px;
	margin-bottom:15px;
	color:#3f9519;
}

#info {
	background-color:#edf8fe;
	background-image:URL(../images/info.jpg);
	background-position:8px 8px;
	background-repeat:no-repeat;
	border: 1px solid #2d6bb4;
	padding:10px 10px 10px 55px;
	color:#2d6bb4;
	margin-bottom:15px;
}
#error .meldungueber , #info .meldungueber, #ok .meldungueber {
    font-size: 18px;
}

#error ul, #ok ul, #info ul {
	margin:3px 0 0 11px;
	padding:0;
}

#error ul li, #ok ul li, #info ul li {
	margin-left:5px;
}


/* home */
.indexRight {
    width: 350px;
    float: right;
    padding:20px 40px 0 20px ;
    text-align:left;
}
.indexRight img {
    margin-bottom: 20px;
}


/* zahlungshistorie */
.greenAmount {
    color: #80AA7A;
    font-weight: bold;
    text-align: right;
    padding-right: 15px;
}
.redAmount {
    color: #DF2930;
    font-weight: bold;
}


/**
 * LogScroller
 */
.logScroller {
    width: 200px;
    overflow: auto;
    font-size:11px !important;
}


/**
 * Multibox
 */
.multiBox {
	position: relative;
	border: 1px #999999 solid;
	width: 128px;
	height: 15px;
	line-height: 15px;
	background-color: #fff;
	padding: 0;
	margin: 0px 5px 0 0;
	float: left;
}


.multiBox input {
	float: left;
	border: none;
	background-color: transparent;
	width: 114px;
	padding: 0px;
	margin:0;
	height: 15px;
	line-height: 15px;
}


.multiBox img {
	border: none;
	padding: 0;
	margin: 0;
	float: right;
}


.multiBoxOuter {
	position: absolute;
	top: 16px;
	left:-1px;
	width: 128px;
	height: 140px;

	border: 1px #999999 solid;
	border-top:none;
	background-color: #fff;

	z-index: 1000;
}


.multiBoxInner {
	padding: 5px;
	width: 118px;
	height: 110px;
	overflow: auto;
}


.multiBoxh1 {
	background-color: #ddd;
	color: #000;
	font-size: 14px;
	padding: 2px;
}


.multiBoxInner a {
	display: block;
	padding: 1px 4px;
	border-bottom: 1px #ddd solid;
}
.multiBoxInner a:hover {
	background-color: #EDF3EB;
}
.multiboxBottom {
	text-align: center;
}
.multiboxBottom a {
	font-size: 10px;
	font-weight: normal;
}



/* json Suggest Box */


.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('../images/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #333333;
	color: white;
}

.ac_over strong {
	color: white;
}


/** SMS Stats */
.sms-stat {
	/* display:block ;*/
	float: right;
	width: 130px;
}
a.greenStatLink, a.greenStatLink:link {
	background: transparent url('../images/icons2/flag_green.jpg') no-repeat 0 3px;
	padding: 2px 0 2px 16px;
	color: #7FA979 !important;
}
a.redStatLink, a.redStatLink:link {
	background: transparent url('../images/icons2/flag_red.jpg') no-repeat 0 3px;
	padding: 2px 0 2px 16px;	
	color: #CC0000 !important;
}
a.blueStatLink, a.blueStatLink:link {
	background: transparent url('../images/icons2/flag_blue.jpg') no-repeat 0 3px;
	padding: 2px 0 2px 16px;
	color: #1885D9 !important;
}
a.orangeStatLink, a.orangeStatLink:link {
	background: transparent url('../images/icons2/flag_orange.jpg') no-repeat 0 3px;
	padding: 2px 0 2px 16px;
	color: #FF9900 !important;
}


/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

#colorbox{}
    #cboxTopLeft{width:14px; height:14px; background:url(../images/cb/controls.png) 0 0 no-repeat;}
    #cboxTopCenter{height:14px; background:url(../images/cb/border.png) top left repeat-x;}
    #cboxTopRight{width:14px; height:14px; background:url(../images/cb/controls.png) -36px 0 no-repeat;}
    #cboxBottomLeft{width:14px; height:43px; background:url(../images/cb/controls.png) 0 -32px no-repeat;}
    #cboxBottomCenter{height:43px; background:url(../images/cb/border.png) bottom left repeat-x;}
    #cboxBottomRight{width:14px; height:43px; background:url(../images/cb/controls.png) -36px -32px no-repeat;}
    #cboxMiddleLeft{width:14px; background:url(../images/cb/controls.png) -175px 0 repeat-y;}
    #cboxMiddleRight{width:14px; background:url(../images/cb/controls.png) -211px 0 repeat-y;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(../images/cb/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(../images/cb/loading.gif) center center no-repeat;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
        
        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(../images/cb/controls.png) 0px 0px no-repeat; width:23px; height:23px; text-indent:-9999px;}
        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious.hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext.hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose.hover{background-position:-100px 0px;}
        
        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}
