
body {
	behavior:url(/admin/lib/contrib/csshover.htc);
	margin:0;
	padding:0;
	height:100%;
}

.rot {
	color:#DA2417;
}
/****** Allgemein ******/

h1, .headline1 {
	font:16px Arial;
	font-weight:bold;
}

h3, .headline3 {
	font:14px Arial;
}

h2 {
	color:#6D8C9C;
	font:18pt Times New Roman;
	font-weight:bold;
}

.ueberschrift {
	color:#6D8C9C;
	font:18pt Times New Roman;
	font-weight:bold;
}

a {
	color:#6D8C9C;
}
a img {
	border:0;
}

html {
	height:100%;
}

html, body, div {
	font:12px Arial;
	color:#7F7F7F;
}


div {
	margin:0;
	padding:0;
}

span.underline {
	border-bottom:1px solid #B3B3B3;
}

table {
	border-collapse:collapse;
}

form {
	margin:0;
	padding:0;
}


li {
	list-style-type:none;
	list-style-image:url(/images/list_image.gif);
}

p {
	margin:0;
	margin-bottom:10px;
	padding:0;
}

textarea {
	border:1px solid #CDCDCD;
}

/****** Layout ******/

.designbreite_799px {
	width:799px;
	margin:auto;
}

.header_sispro {
	background-color:#FAFAFA;
	background-image:url(/images/header_sispro.gif);
	background-repeat:no-repeat;
	background-position:15px 18px;
	height:62px;
}

.header_your_gateway {
	background-image:url(/images/header_your_gateway.gif);
	background-repeat:no-repeat;
	background-position:right;
	height:62px;
}

.header_bild {
	background-image:url(/images/header_bild.jpg);
	background-repeat:no-repeat;
	background-position:right;
	border-top:1px solid #979797;
	height:96px;
}

.header_buttons {
	background-image:url(/images/header_buttons.jpg);
	repeat:repeat-x;
	background-color:#CDCCCA;
	height:24px;
	padding-top:1px;
}

#schatten {
	background-image:url(/images/hintergrund_schatten.jpg);
	background-repeat:repeat-y;
	background-position:center;
	min-height:100%;
}


/****** Main ******/
div.main {
padding:30px 20px 20px 20px;
}
.main table, .main table td, .main table tr td{
border-color:#CDCDD0;
}

/****** Login Start ******/
.login_start {
text-align:center;
}
.font_mittel {
font-size:24px;
}
.font_gross {
font-size:30px;
color:#6D8C9C;
}
#loginbox {
	width:320px;
	margin:auto;
	margin-top:30px;
}

/****** Formulare ******/
.form_sp1 {
	width:150px;
}
.inputtext {
	width:200px;
}
.plz {
	width:50px;
}
.ort {
	width:145px;
}/********************************
* Menü							*
********************************/


.menu ul li {
	list-style-type:none;
	list-style-image:none;
}
.menu {
	font-size:0.85em;
	position:relative;
	z-index:100;
}


/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:98px;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none; 
	color:#fff; 
	width:87px;
	padding-top:2px;
	height:18px; 
	border:1px solid #C2C3C2; 
	border-width:0px 0px 1px 1px; 
	padding-left:10px; 
	line-height:19px;
	
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:98px;
	w\idth:87px;
}

.menu ul ul li {
	width:150px;
}
.menu ul ul li {
	border-right:1px solid #C2C3C2;
	width:149px;
}

/* style the third level background */
.menu ul ul ul li {
	background:#FFFFFF;
}




/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:21px;
	left:0; 
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:20px;
	t\op:21px;
}

.menu ul ul ul, 
.menu ul ul ul li {
	visibility:hidden;
}

/* position the third level flyout menu */
.menu ul ul ul {
	position:absolute;
	height:0;
}

.menu ul ul ul li a {
	border-right:1px solid #C2C3C2;
	border-left:1px solid #C2C3C2;
}
.menu ul ul ul{
	position:absolute;
	height:0;
	left:149px; 
	top:0;
	width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-150px;
}




/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#FFFFFF; 
	color:#000; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:128px
	/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
	width:150px;
	w\idth:128px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#FFFFFF; 
	background:#F4F4F4;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#FFFFFF;
	background:#F4F4F4;
}




/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible; 
}

/* make the third level visible when you hover over second level list OR link */
.menu ul ul li:hover ul, 
.menu ul ul li:hover ul li, 
.menu ul ul a:hover ul,
.menu ul ul a:hover ul li { 
	visibility:visible;
}

.menu ul ul li:hover ul {
	border-top:1px solid #C2C3C2;
}




/****** Druckansicht ******/
div.druck {
	float:left;
	width:550px;
	padding-left:20px;
	padding-top:30px;
	color:#000;
}/********************************
* Statistik						*
********************************/

.stat_sp1 {
width:70%;
}
.stat_sp2 {
width:30%;
font-weight:bold;
}

li {
list-style-type: none;
}
.basic {
width:20em;
}
.basic  {
width: 760px;
border-left: 1px solid #C2C3C2;
border-right: 1px solid #C2C3C2;
border-bottom: 1px solid #C2C3C2;
}
.basic div {
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.basic table {
	margin:10px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #FAFAFA;
	border-top:1px solid #C2C3C2;
}
.basic a:hover {
	background-color: white;
}
.basic a.selected {
	color: black;
	background-color: #6D8C9C;
}

@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}
