@import url(../../../../intern/include-js/jscalendar/calendar-prsms.css);

legend{
color: black;
}
.noborder{
	border: 0;
}
#help_body{
}
#help_popup{
float: right;height: 20px;
background-image: url('images/question.gif');
background-position: right center;
background-repeat: no-repeat;
background-position: right center;
cursor: help;
text-align: right;
padding-right: 20px;
}
#help_popup:hover{
color:#666;
}

body, textarea, input, select {
	font: 0.75em Arial, Helvetica, sans-serif;
}
body table{ /* Hier wird der Scroolbalken definiert*/
/*	scrollbar-base-color:#666666;
	scrollbar-3dlight-color:#C5C5C5;  
	scrollbar-arrow-color:#666666;
	scrollbar-darkshadow-color:black;
	scrollbar-face-color:#C5C5C5;
	scrollbar-highlight-color:black;
	scrollbar-shadow-color:#C5C5C5;
	scrollbar-track-color: #CCCCCC;*/
	
	/* bugfix für scollbalken */
	voice-family: "\"}\""; 
	voice-family: inherit; 
	/* width: expression(document.documentElement.clientWidth - 40);*/
}
body table{
  font-size: 10pt;
}

#siteContainer{
	text-align: left;

	font-family:Arial, Helvetica, sans-serif;
	
	font-size:12px;
}


/* Layout */
#topbar {
	background-repeat: repeat-x;
	background-image: url(images/topbg.gif);
}
#top {
	background-color: #FFFFFF;
}


/* Navigation 
#nav_body #nav_list{
	width: 100%;
	list-style: none;
	margin-left: 0;
	padding:0;
	border: 2px solid #9999FF;
	text-align: center;
	
}
#nav_body #nav_list .title{
	background-color: #9999FF;
	font-weight: bold;
}
#nav_body {
	margin: 0;
	padding: 0;
	background-image: url(images/nav_back.jpg);
	height: 100%;
}

*/
#nav_body #nav_list{
	width: 98%;
	list-style: none;
	margin-left: 3px;
	margin-right:0;
	padding:0;
		
/*	border: 2px solid #9999FF;*/
	border: 1px solid #5684C3;
		
}

#nav_body #nav_list .title{
/*	background-color: #9999FF;*/
	background: url(images/nav_body.gif) no-repeat;	
/*	background: url(images/brain.gif) no-repeat;	*/
	height:25px;
	color:#FFFFFF;
	font-weight: bold;
	text-align:left;
	vertical-align:middle;
	padding-left:15px;
	padding-top:5px;
	font-size:110%;	
}
#nav_body #nav_list li {
	padding-left:25px;
	text-align:left;
	background-color: #F6F6F6;
	
}	
#nav_body {

	margin: 0;
	padding: 0;	
/*	background-color: #CCCCCC;*/
	height: 100%;
	width: 190px;
}

.top_background {
	background-color:#ffffff;
}

/*formulare */
input, select, textarea {
	font-size: 100%; /*ie6*/
	color: #000;

}
.submit, .button {

	color: #ffffff;
	background-color: #5684C3;
	font-weight:bold;
	
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;	
	border-bottom: 1px solid #000;		
	border-right: 1px solid #000;			
    LETTER-SPACING: 2px;
}
/*.submit_message_senden {
	color: white;
	background-color: #333333;
	border: 1px solid #ccc;

}
*/
.submit_message_senden {
	width:100px;
	height:25px;
	border:0px;
	color:#5684C3;
	font-weight:bold;
	background-image: url(images/senden.gif);

}
/* schrift definitionen */
.text_klein {
	font-size: 85%;
}
.text_center{
	text-align: center;
}

h1,h2,h3,h4,h5
{
	font-family: Verdana, Arial, sans-serif;
	color: #5684C3;

    LETTER-SPACING: 3px;
}
h5{
	font-size: 100%;
}
h4{
	font-size: 110%;
}
h3{
	font-size: 145%;
}
h2{
	font-size: 170%;
}
/* verlinkungen */



a:link, a:visited {
	color: #000;

}
a:hover {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #666;
	text-decoration: none;
}

.colored1{ /* findet verwendung bei speziellen tabellenhintergründen */
	color:#FFFFFF;
	background-color: #5684C3;
}
.colored2{ 
	background-color: #FFCC33;
}
.colored2 a:visited, .colored2 a:link, .colored2 a:hover{
	 color:black;
}

.rowcolor1{ /* gelber */
	background: #ffff99;
}
.rowcolor2{/* gelber und gelber */ 
	background: #ffffcc;
}
.fehler{
	color:#FF0000;
}
.kein_fehler{
	color:#00CC00;
}
/*
table.padding td { /* später löschen 
	padding-left: 5px;
}
*/
/*
table th { löschen
	padding-left: 5px;
}
*/

/* TABELLEN */
/* status table wie beim sms versand */
.status-table{
	border: 2px solid #7c9ccf; 
	border-collapse: collapse;
}
.status-table th{
	background-color: #CCCCCC;
}
.status-table tr.rowcolor1{
	background-color: #ffff99;
}
.status-table tr.rowcolor2{
	background-color: #ffffcc;
}

.border { /* findet verwendung bei tabellen die keine statistik darstellen */
	border: 2px solid #5684C3;
}
.send_message {
	border: 2px solid #7c9ccf;
}	
table.maintable { /* für statistiken */
	border: 2px solid #7c9ccf; 
	border-collapse: collapse;
}
table.maintable thead tr{
	background-color: #cccccc;
}
table.maintable tfoot tr {
	background-color: #cccccc;
}
/* für statistiken einrücken um 5 px*/
table.maintable td, table.maintable th {
	padding-left: 5px;
	padding: 1px;
	border: 1px solid white;
}
table.maintable td {
	padding-left: 5px;
}
table.maintable th, table.maintable tfoot td { 
	padding-left: 5px;
	font-weight: bold;
}
table th {
	text-align: left;
}
table tbody tr {

}
table tfoot tr {

}
/* hilfefeld */
a.info
{
    position:relative; /*this is the key*/
    z-index:24;
	background-color: none;
    color:#000;
    text-decoration:none;
}
a.info:hover
{
	z-index:25;
	background-color:#fff;
}
a.info span
{
	display: none
}

a.info:hover span{
	display:block;
	top:2em;
	left:2em;
}

a.info:hover span, .info_floater
{
	/*the span will display just on :hover state*/
	position:absolute;
	width:auto;
	color:#000;
	text-align: left;
	padding: 2px;
	/* if the font-weight is devised, reset it */
	font-weight: normal;
	background-color: #FFFF99;
	border: 1px solid #000000;
}

/* IMAGES */
img.plus, img.minus, img.edit, img.delete, img.liste, img.hilfe, img.plus_gross, img.plus_16, img.liste_16, img.statistik, img.check,img.question_red,img.question_yellow{
	/* alle icons sollen keinen rahmen haben */
	border: 0;
}
img.add_copyuser {
	background: url(images/add_copyuser.gif) no-repeat;
	width:80px;
	height:47px;
	border:0px;
}

img.daten_selektion {
	background: url(images/brain.gif) no-repeat;
	width:55px;
	height:53px;
}
img.phonebook_sichtbar {
	background: url(images/auge.jpg) no-repeat;
}
img.phonebook_unsichtbar {
	background: url(images/auge_disabled.gif) no-repeat;
}

img.plus{
	width: 9px;
	height: 9px;
	background: url(images/plus.gif);
}
img.plus_16{
	width: 16px;
	height: 16px;
	background: url(images/plus_16.gif);
}
img.minus{
	width: 9px;
	height: 9px;
	background: url(images/minus.gif);
}
img.edit{
	width: 16px;
	height: 13px;
	background: url(images/edit.gif);
}
img.delete{
	width: 16px;
	height: 16px;
	background: url(images/delete.gif);
}
img.liste_16{
	width: 16px;
	height: 16px;
	background: url(images/liste_16.gif);
}
img.hilfe{
	width: 18px;
	height: 18px;
	background: url(images/help.gif);
}
img.plus_gross{
	width: 25px;
	height: 25px;
	background: url(images/plus_25.gif);
}
img.statistik{
	width: 12px;
	height: 13px;
	background: url(images/statistik.gif);
}
img.check{
  width: 16px;
  height: 16px;
  background: url(images/check.gif);
}
img.question_red{
  width: 16px;
  height: 16px;
  background: url(images/question_red.gif);
}
img.question_yellow{
  width: 16px;
  height: 16px;
  background: url(images/question_yellow.gif);
}

.logo_klein {
	height: 21px;
	width: 70px;
	background: url(images/logo_klein.jpg) no-repeat;
	border: 0px;
}
.logo_gross {
	width: 140px;
	height: 41px;
	background: url(images/logo_gross.gif) no-repeat;
	border: 0px;
}

.send_accept {
	width: 430px;
	height: 35px;
	background: url(images/send_accept.gif) no-repeat;
	border: 0px;
}

.send_accept_more {
	width: 430px;
	height: 35px;
	background: url(images/send_accept_more.gif) no-repeat;
	border: 0px;
}
.send_send {
	width: 430px;
	height: 35px;
	background: url(images/send_send.gif) no-repeat;
	border: 0px;
}
.send_send_more {
	width: 430px;
	height: 35px;
	background: url(images/send_send_more.gif) no-repeat;
	border: 0px;
}
.send_not_acceptet {
	width: 430px;
	height: 35px;
	background: url(images/send_not_acceptet.gif) no-repeat;
	border: 0px;
}

.dlr_queued {
	background-color:#FFFFFF;
}
.dlr_delivered {
	background-color:#00FF00;
}
.dlr_failed {
	background-color:#FF0000;
}
div#bottom_wenig_inhalt
{
	bottom: 0px;
	position:absolute;
}
.arrow_down {
	height: 16px;
	width: 16px;
	background: url(../../../images/arrow_down_dark.gif);
	border: 0px;

}
.arrow_down_disabled {
	height: 16px;
	width: 16px;
	background: url(../../../images/arrow_down_light.gif);
	border: 0px;
}
.arrow_up{
	height: 16px;
	width: 16px;
	background: url(../../../images/arrow_up_dark.gif);
	border: 0px;
}
.arrow_up_disabled {
	height: 16px;
	width: 16px;
	background: url(../../../images/arrow_up_light.gif);
	border: 0px;
}
.dlr_queued {
	background-color:#FFFFFF;
}
.gender_male {
	height: 16px;
	width: 16px;
	background: url(images/male.gif) no-repeat;

	
	border: 0px;

}
.gender_female {
	height: 16px;
	width: 16px;
	background: url(images/female.gif) no-repeat;
	border: 0px;

}
/* css tabs */
#navlist {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding-bottom: 19px;
	padding-left: 10px;
	margin-bottom:20px;
	padding-left: 25px;
}
#navlist ul, #navlist li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-decoration:none;	
}


#navlist a:link#current, #navlist a:visited#current {
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #000;
	text-decoration:none;
	text-align:right;
}


.navi_button {
	margin: 0;
	padding:0;
	list-style-type: none;	
	display: inline;	
}


#navlist a:link, #navlist a:visited {
	background: #E8EBF0;
	border: 1px solid #ccc;
	color: #666;
	float: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	margin-right: 8px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}
#navlist li a:hover {
	background: #d2d2d2;
	color: #fff;
	text-decoration:none;
}