/* ------------- menu ------------- */
#menu,
#menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#menu {
	line-height:	1;
    position:relative;
    height: 30px;
}

#menubar {
    background-color: #566066;
    height: 28px;
    margin-bottom:1em;
}


#menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#menu li {
	float:			left;
	position:		static;
}

#menu li:hover ul,
#menu li.sfHover ul {
    top: 30px;
	z-index:		99;
}

#menu li ul {
	width:			95%; /*IE6 soils itself without this*/
    background-color: #566066;
    color: #fff;
	padding-top: 3px;
    height: 22px;
 	position:absolute;
    left: 0;
    top: -1000px;
}

#menu ul li {
	width:			auto;
	float:			left;
}

#menu a {
	display:		block;
	position:		relative;
}



/*style*/

#menu a {
	font-family: 'Lucida Grande','Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
    text-decoration: none;
    display: block;
    padding: 5px .5em;
	font-weight: bold;
	color: #777;

    padding: 8px 0.8em;
    height: 14px;
	background: #615d5a repeat-x url('../img/tab.png') top;
}

#menu li:hover a,
#menu a:focus,
#menu a:hover,
#menu .current a,
#menu .sfHover a {
    background: #615d5a repeat-x url('../img/tab-active.png') top;
    color: #fff;
}

#menu li ul li a,
#menu li.sfHover ul li a,
#menu li:hover ul li a {
    height: auto;

    font-family: 'Lucida Grande','Lucida Sans Unicode','Bitstream Vera Sans','Geneva','Helvetica','Arial',sans-serif;
    font-size:10pt;
    font-weight: normal;
	display: block;
	padding: 3px 5px;
	margin: 0 5px;
	background: none;
    color: #ddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
}


#menu li ul a:focus,
#menu li ul a:hover,
#menu li:hover ul a:hover {
	background: rgb(57, 57, 57);
    color: #ddd;
}

#menu li ul a:visited {
    color:#fff;
}


/* fancyform styles */

/*
.checked{background-image:url(../img/form/chk_on.png)}
.unchecked{background-image:url(../img/form/chk_off.png)}
.selected{background-image:url(../img/form/rdo_on.png)}
.unselected{background-image:url(../img/form/rdo_off.png)}
.action{background-image:url(../img/form/go-next.png)}

#options label {
	background-position:8px center;
	background-repeat:no-repeat;
	
	border:1px solid #252525;
	background-color:#222;
	background-color:#1c1c1c;
	
	clear:both;
	cursor:pointer;
	padding-left: 32px;
}
*/
/*
input {
	-moz-border-radius: 1px;
	color: #444;
	-x----------------background: transparent;
	border:1px solid #444;
	background-color:#eee;
	padding: 2px;
	border-style: solid;
	border-width: 1px;
}

#options label input {
	position: absolute;
	visibility: hidden;
	left: -1000px;
}

#options label:hover {
	text-decoration: underline;
}
*/

/* -------------format------------- */
#format {
	position: absolute;
	right: .5em;
	top: 106px;
}
#format span {
	display: block;
	float: left;
	color: #555;
	padding-top: 2px;
}
#format a {
	width: 20px;
	text-indent: -2000px;
	display: block;
	float: left;
	height: 20px;
	background-position: center center;
	background-repeat: no-repeat;
}
a.graph {
	background-image: url('../img/format/chart_pie.png');
}

a.table {
	background-image: url('../img/format/table.png');
}

a.print {
	background-image: url('../img/format/printer.png');
}


/* ------------- detailstat ------------- */
.detailstat {
	padding: 5px 10px;
    min-height: 350px;
}

.bigchart {
	/*background-color: #566066;;*/
	-moz-border-radius: 5px;
	margin-right: 330px;
	position: relative;
	color: #555;
}

#chartarea {
	width: 100%;
	height: 300px;
	padding: 10px;
	-moz-border-radius: 3px;
	background-color: #fff;
}

.description {
	padding: 2px;
	margin-top: .3em;
	margin-bottom: .3em;
}

.bigchart .nodata {
    padding:7em;
    text-align:center;
    border: 1px solid #ddd;
}

/*-------------------------------- boxright ---------------------------------*/
.boxright {
	-moz-border-radius: 3px;
	background: #fff url(../img/bgbox.png) repeat-x scroll 0 -42px;
	border: 1px solid #aaa;
	padding:0.8em 0.3em;
    float: right;
    overflow: hidden;
	width:300px;
	margin-bottom: 1em;
    clear: right;
}





.boxright div {
	margin-bottom: .7em;
}

.boxright h3 {
	font-size: 14px;
	margin: 0;
	margin-bottom: .1em;
}

.boxright p {
	margin: .3em 1em;
	font-size: .8em;
}

.boxright ul {
	margin: 0;
	padding: 0;
}
.boxright li {
	display: block;
	list-style-type: none;
}

.boxright .from,
.boxright .to {
	border: solid 1px #444;
	width: 5em;
}

/* ------------- optionsGuiBox  -------------*/

.boxright li.action {
    padding-left: 20px;
    margin-left: 1em;
    cursor:pointer;
    background-position: left center;
    background-repeat:  no-repeat;
}

.boxright li.action#zoomout {
    background-image: url(../img/icons/zoom_out.png);
}

/* ------------- subtab ------------- */
.subtab {
	width: 100%;
	padding:0px;
	empty-cells: show;
	border: 0;
	background-color: #fff;
	-moz-border-radius: 5px;
}
.subtab thead th {
	width: 9em;
}

.subtab thead th.link {
	width: 21em;
}

.subtab thead th.wide {
    width: 21em;
}


.subtab td,
.subtab th {
	font-size: 9pt; 
	color: #000000;
	padding: 2px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-weight: normal;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
}

.subtab td:hover,
.subtab th:hover {
    overflow: visible;
}

.subtab .p,
.subtab .n
{
	width: 6em;
	text-align: right;
	padding-right: .5em;
}

.subtab .s
{
	width: 16em;
	overflow: hidden;
	text-align: left;
}


.subtab tr {
	border: 1px solid transparent;

	/*border: 1px dotted rgb(135,135,135);*/
}
.subtab tr:hover {
	/*border: 1px dashed rgb(135,135,135);
	-moz-border-radius: 3px;*/
	background-color: rgb(234,234,234);
}
.subtab thead tr:hover {
	background-color: transparent;
}

.subtab thead
{
	background-color: rgb(234,234,234);
	border-bottom: 2px solid rgb(200,200,200);
	font-size: 10pt;
	font-weight: bold;
	-moz-border-radius: 3px;
}

.subtab thead td
{
	padding: .4em;
}


.bars {
	position: relative;
	font-size: 1pt; /*ie bugfix*/
}

.bars div {
	position: absolute;
	top: -6px;
	height: 12px;
	background-color: rgb(251, 214, 25);
	background: left top url('../img/bar.png');
}


.visitordetails > td {
    padding-left: 2em;
    background-color: #fff;
}

.visitordetails table {
    width: 100%;
}

.visitordetails table td:first-child,
.visitordetails table td:last-child {
    width: 4em;
}


/*--------------------------- Übersicht -----------------------------------*/

.obox {
	float: left;
	width: 250px;
	height: 225px;
	padding: 10px;
	margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 35px;
	-moz-border-radius: 10px;
	position: relative;
	/*
	background-color: #aaa;
	border: solid #444 3px;
	*/
	background: 0 20px url('../img/bgbox.png') repeat-x #fff;
	border: solid #eee 1px;
}
.obox:hover {
	/*background-color: #bbb;*/
	background: #fff;/*#fafafa;*/
}


.obox h2 {
	color: #fff;
	font-size: 1.2em;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	/*position: relative;
	top: -10px;*/
	margin: -10px;
	margin-bottom: 5px;
	padding: 5px 10px;
	background: rgb(178, 212, 10) no-repeat url(../img/nipple.gif) 50px 50px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	height: 24px;
}

.obox .more {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 3px 0;
	text-align: center;
	/*background-color: #444;
	color: #fff;*/
	background-color: #eee;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
}

.obox .more a {
	/*color: #fff;*/
}

.obox table td {
    white-space: nowrap;
    overflow: hidden;
}
.obox table.visitors {
    border-collapse:collapse;
}
.obox table.visitors td {
    vertical-align: top;
}
.obox table.visitors tr:hover td {
    overflow: visible;
}


.minigraph {
	clear: both;
	padding: .3em;
	padding-right: 0;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}

.minigraph .desc {
	width: 50%;
	overflow: visible;
	color: #444;
}

.minigraph .values {
	position: absolute;
	top: 2px;
	right: 1em;
    max-width: 50%;
}

.minigraph .desc .number {
	font-family:arial,helvetica,sans-serif;
	color: #3E3E3E;
	font-size:30px;
	letter-spacing: -1px;
	/*font-weight: bold;*/
	text-shadow: 1px 1px 2px #333;
}
.obox img {
	position: absolute;
	top: 34px;
	left: 36px;
}

.obox .nodata {
	text-align: center;
	padding: 3.7em 20%;
	font-size: 13pt;
	opacity: .2;
}


.obox dt {
	float: left;
	clear: left;
}

.obox dd {
	text-align: right;
}
.obox table {
	width: 98%;
}

.obox th {
	font-size: 9pt; 
	color: #000000;
	padding: 2px;
	padding-right: 0.5em;
	font-weight: normal;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	width: 50%;
}

.obox .minitime th {
    width: 25%;
}

.obox .minitime td:last-child {
    width: 20%;
    overflow: visible;
    text-align: right;
}

.minilink {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
}


.obox .minisummary table {
    table-layout:auto;
    width: 100%;
}

.obox .minisummary td {
    font-size: 30px;
    font-weight: normal;
	letter-spacing: -1px;
    text-align: right;
    min-width: 50%;
    vertical-align: middle;
}

.obox .minisummary th {
    padding-left: 5px;
    vertical-align: middle;
    white-space:normal;
}

.obox .minisummary p {
    margin: .5em;
}
/*--------------------------- Werbung -------------------------------------*/

.obox.sponsoren {
	text-align: center;
}

.obox.sponsoren,
.obox.sponsoren:hover {
	background: left top url('../img/bgbox.png') repeat-x #fff;
}

.obox.sponsoren h3 {
	display: none;
}

.obox.sponsoren img {
	position: static;
	display: inline;
}

.ov-contentadbox {
	float: left;
	width: 250px;
	height: 225px;
	padding: 10px;
	margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 35px;

    position: relative;
}

.ov-contentad {
    position: absolute;
    top: -20px;
    left: -35px;
	width: 340px;
    height: 275px;
	/*border: solid #eee 1px;*/
    padding-top: 15px;
    text-align:center;
}


.ov-contentad .admarker {
    position: absolute;
    top: 2px;
    font-size: 10px;
    right: 2px;
}

.stat-contentad {
    position: relative;
    text-align: center;
}

.stat-contentad .admarker {
    font-size: 10px;
    text-align: right;

    position: absolute;
    top: .1em;
    right: .3em;
}
