@charset "utf-8";
/* BODY and GENERAL */
body {
	background: #EBEBEB url(images/bg_2010.png) repeat-y scroll center top;
	color: #000000;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

.container {
	background-color: #FFFFFF;
	border-right: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	width: 966px;
}

noscript p {
	color: red;
	font-weight: bold;
}

.hidden {
	display: none;
}
a.external {
    padding: 0 0 0 20px;
}
a.external:link {
    background: url('../../img/icons/external-icon.gif') no-repeat 0% 0;
} 
a.external:hover {
    background: url('../../img/icons/external-icon.gif') no-repeat 0% -200px;
} 
a.external:visited {
    background: url('../../img/icons/external-icon.gif') no-repeat 0% -100px;
} 

/**** HEADER ****/
#header {
	background: #3C5BA3 url(images/spyce_blau.gif) no-repeat scroll 11px
		10px;
	min-height: 90px;
	position: relative;
}

#header h1 {
	color: #FFFFFF;
	margin-bottom: 0px;
	padding-right: 15px;
	padding-top: 30px;
	font-weight: bold;
	text-align: right;
	font-size: 2em;
}

#header h1 span.nonbold {
	font-weight: normal;
}

#header ul {
	position: absolute;
	top: 5px;
	right: 15px;
	display: block;
	list-style-type: none;
	padding: 0;
}

#header ul li {
	display: inline;
}

#header ul li a {
	display: block;
	float: left;
	width: auto;
	padding: 0px 0px 0px 10px;
	color: #333;
	text-decoration: none;
	border-bottom: none;
}

/**** MAIN NAVIGATION ****/
.navigation ul {
	display: block;
	height: 25px;
	padding: 0;
	list-style-type: none;
	background: #ebebeb url(images/tabshadow.png) repeat-x;
}

.navigation ul li {
	display: inline;
}

.navigation ul li a {
	display: block;
	float: left;
	width: auto;
	height: 23px;
	background: no-repeat 9px 5px;
	padding: 1px 20px 0px 20px;
	border-left: none;
	border-right: 1px solid #D7D7D7;
	color: #333;
	line-height: 21px;
	text-decoration: none;
	border-bottom: none;
}

.navigation ul li.help a {
	text-align: right;
	padding-right: 15px;
	border-right: none;
	float: right;
	width: auto;
}

.navigation ul li.language a {
	text-align: right;
	border-right: none;
	float: right;
	padding: 1px 10px 0;
}

.navigation ul li a:hover {
	background: url(images/hoverpattern.gif) repeat-x 0px 0px;
}

.navigation ul li a.active,ul#nav li a.active:hover {
	height: 24px;
	background: White;
	/*cursor: default;*/
	cursor: pointer;
}

.navigation ul li.active a {
	background: url(images/hoverpattern.gif) repeat-x 0px 0px;
	font-weight: bold;
}

/** SUBNAVI **/
.subnavi {
	margin-top: -10px;
	margin-left: -20px;
}

.subnavi ul {
	background-image: none;
}

.subnavi ul li a {
	background: url(images/hoverpattern.gif) repeat-x 0px 0px;
}

.subnavi ul li a:hover {
	background-image: none;
	background-color: #FFFFFF;
}

/**** CONTENT ****/
#maincontent {
	padding: 20px;
}

h1,h2,h3 {
	text-decoration: none;
}

h2.new {
	color: #873CE9;
}


h3 {
	padding-bottom: 5px;
	border-bottom: 1px solid #EBEBEB
}

.small {
	font-size: 0.9em;
	line-height: 1.875em;
	margin-bottom: 0;
}

h2 .small {
	font-size: 0.7em;
	margin-top: 5px;
}


.warning {
	color: #FF0000;
}

.borderimg {
	background-color: #FFFFFF;
	border: 1px solid #EBEBEB;
}

.infobox h3 {
	padding: 1em;
	margin-bottom: 0;
}
.infobox p {
	margin-bottom: 1em;
}

.infobox .ui-accordion-content {
	min-height: 180px;
}

.infobox .box_account {
	min-height: 150px;
}

.infobox .ui-widget-content,
.infobox .ui-state-active {
	border-color: #BEBEBE;
}

/* Definitionsliste */
dl.border-around {
	margin: 2em 0;
	padding: 0;
	width: 100%;
}

dl.list {
	float: left;
	margin: 0;
	padding: 0;
}

dl.list dt {
	clear: left;
	float: left;
	width: 30px;
	margin: 0;
	border-top: 1px solid #EBEBEB;
	font-weight: bold;
}

dl.list dd {
	float: left;
	width: 150px;
	margin: 0;
	border-top: 1px solid #EBEBEB;
}

/* Definitionsliste legend page:production, download */
dl.legend {
	border-bottom: 1px solid #EBEBEB;
	clear: both;
	width: 100%;
}

dl.legend dt {
	width: 25%;
}

dl.legend dd {
	width: 75%;
}

#tabs dt {
	clear: both;
	float: left;
}

#tabs dd {
	float: right;
}

.border-around dt {
	background-color: #EBEBEB;
	padding: .5em .5em;
	font-weight: bold;
	border-left: 1px solid #BEBEBE;
	border-right: 1px solid #BEBEBE;
	border-top: 1px solid #BEBEBE;
}

.border-around dd {
	margin: 0 0 1em 0;
	padding: 1em .5em;
	border-left: 1px solid #BEBEBE;
	border-right: 1px solid #BEBEBE;
	border-bottom: 1px solid #BEBEBE;
}

/*** FDR version 2.0 ****/
img.fdr20 {
	border: 1px solid #CCCCCC;
}

/********** TABLE general ************/
tr.mark {
	background-color: #DFEFFC;
}

th.text-right, td.text-right {
	text-align: right;
}

th.text-center,td.text-center {
	text-align: center;
}

th.text-just,td.text-just {
	text-align: justify;
}

/********* TABLE overview ********/
table.overview {
	border: 1px solid #F7F7F7;
	background-color: #FFFFFF;
}

table.overview td,table.overview th {
	padding: 2px 5px;
}

table.overview th {
	font-weight: bold;
	background-color: #EBEBEB;
}

table.overview tr.reseller td {
	background-color: #F8E096;
}

/******** TABLE invoice ******/
table.invoice {
	table-layout: fixed;
}

table.invoice th {
	background-color: #EBEBEB;
}

table.invoice td.iv_site {
	padding-left: 20px;
}

table.invoice td.iv_part {
	padding-left: 40px;
}

table.invoice tr.mark,table.invoice tr.mark th {
	background-color: #DFEFFC;
}

/* OLD css */
.customer {
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 0px;
	float: right;
}

legend {
	border-bottom: 1px solid #EBEBEB;
	margin: 5px;
	padding: 0px 10px;
}

p span {
	font-weight: bold;
	color: #3C5BA3;
	padding-right: 5px;
}

.meteotest {
	font-weight: bold;
	color: #3C5BA3;
	padding: 0;
	font-style: italic;
	font-family: Futuri, Arial;
}

p span.ui-icon {
	padding-right: 0;
	display: inline-block;
	margin-left: 20px;
}

p.language {
	color: black;
}

hr {
	height: 1px;
	border-style: none;
	background: #DCDCDC;
	color: #DCDCDC;
}

table.intable {
	margin: 0;
}

table.intable td {
	text-align: left;
}

ul {
	padding: 3px 10px 10px 40px;
	line-height: 1.6em;
	margin: 0px;
}

a {
	color: #3259A9;
	font-weight: normal;
}

a img {
	border: none;
}

a:hover {
	color: #4E56BD;
}

img {
	border: none;
	margin: 0px;
	margin-right: 0px;
}

img.leftaligned {
	margin: 5px 10px 5px 0px;
}

img.rightaligned {
	margin: 5px 0px 5px 10px;
}

td.cost {
	border-bottom: 1px solid #D7D7D7;
	padding: 5px 0px 5px 0px;
}

img.costs {
	margin: 5px 10px 5px 0px;
}

/*************************/ /*       SIDEBAR         */
/*************************/
#sidebar {
	text-align: center;
}

#sidebar h3 {
	font-size: 11px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #3C5BA3;
	color: #FFFFFF;
}

#sidebar hr {
	height: 1px;
	border-style: none;
	background: #DCDCDC;
	color: #DCDCDC;
}

#sidebar .news,.innernews {
	border: solid 1px rgb(190, 190, 190);
	background: rgb(235, 235, 235);
	margin: 10px 0px 20px 0px;
	width: 100%;
}

#sidebar .news h3 {
	background-color: rgb(190, 190, 190);
}

#sidebar .Logger {
	border: solid 1px #3C5BA3;
	background-color: rgb(213, 225, 240);
}

#sidebar .Logger h3 {
	background-color: #3C5BA3;
}

#sidebar .Ausstellungen,.innernews {
	border: solid 1px rgb(160, 214, 81);
	background-color: rgb(217, 239, 185);
}

#sidebar .Ausstellungen h3 {
	background-color: rgb(160, 214, 81);
}

#sidebar .Contact {
	border: solid 1px rgb(232, 177, 13);
	background-color: rgb(248, 224, 150);
}

#sidebar .Contact h3 {
	background-color: rgb(232, 177, 13);
}

#sidebar p {
	text-align: center;
}

#sidebar input {
	width: 90%;
}

#sidebar a.button {
	background-color: #F8F9FB;
	border: 1px solid #F8F9FB;
	padding: 5px;
	display: block;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	position: relative;
	padding-left: 37px;
	text-align: left;
	width: 105px;
	height: 14px;
	margin: 0px;
}

/*sidebar for maintain */
.sidebar {
	float: right;
	margin-right: 10px;
	margin-top: 40px;
	font-size: 10px;
}

.sidebar select,.sidebar option {
	font-size: 10px;
}

.sidebar option.optiontitle {
	background-color: #D9EFB9;
	padding: 10px 0px;
	font-weight: bold;
}

/*</group>*/ /*<group=Screenshots & Images>*/
.leftscreenshot {
	padding: 1px;
	border: 1px solid #C5C5C5;
	margin: 4px 10px 2px 0px;
}

.rightscreenshot {
	padding: 1px;
	border: 1px solid #C5C5C5;
	margin: 4px 0px 2px 10px;
}

.leftimage {
	margin: 4px 10px 0px 0px;
}

.rightimage {
	margin: 4px 0px 0px 10px;
}

/*</group>*/ /*<group=Misc>*/
#copyright {
	font-size: 10px;
	text-decoration: none;
	color: #8C8C8C;
	text-align: center;
	padding: 8px;
	margin: 20px 180px 0px 20px;
	/*border-top: 1px solid #DCDCDC;*/
}

#newbadge {
	position: absolute;
	top: 170px;
	left: -20px;
}

#currentpath {
	padding: 10px 0px 3px 0px;
	border-bottom: 1px solid #DCDCDC;
	margin: 0px 10px 8px 10px;
}

h3.released {
	text-align: left;
	margin: 0px;
	padding: 0px 10px 5px 10px;
	color: #929292;
	font-weight: normal;
}

/*</group>*/ /*<group=Error pages>*/
#errorcontent {
	width: 520px;
	display: block;
	padding: 0px;
	margin: 10px 0px 0px 95px;
}

#oopsbadge {
	position: absolute;
	top: 120px;
	left: -20px;
}

/*</group>*/ /*<group=Alignment>*/
.centeralign {
	text-align: center;
}

.centeralign img {
	margin: 0px 4px;
}

/*</group>*/ /*hinterlegter Bereich*/
div#prev_next {
	padding: 10px 10px 10px 10px;
}

div#prev_next table {
	margin: 0;
}

.graph {
	border-right: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
}

.fdrmonth {
	padding-left: 30px;
}

/******* FORM **********/
form {
	margin: 0;
	padding: 0;
}

form h3 {
	padding-top: 12px;
}

form fieldset,div#prev_next {
	border: 1px solid #ebebeb;
	background: #F7F7F7;
}

form fieldset label {
	font-weight: bold;
	width: 180px;
	float: left;
	text-align: left;
	padding-top: 5px;
	clear: both;
}

form fieldset div {
	display: block;
	margin-left: 135px;
}

form fieldset div div {
	display: block;
	margin-left: 0px;
}

/*css for fieldsets*/
fieldset legend {
	background: #fff;
}

fieldset div span {
	float: left;
}

img.right {
	float: right;
	cursor: pointer;
}

fieldset div.location {
	float: right;
	position: absolute;
	right: 190px;
}

fieldset div label {
	font-size: 11px;
	font-weight: bold;
	width: 130px;
	float: left;
	text-align: left;
}

fieldset div select,input {
	font-size: 11px;
	padding: 1px;
	margin: 2px 0px;
}

fieldset div select {
	min-width: 150px;
}

fieldset div label {
	padding: 2px 0px;
}

input.checkbox {
	background: #ebebeb;
}

form span#inputlegend {
	font-size: 11px;
	vertical-align: top;
	margin: 0 1em 0 .5em;
}

fieldset div small,fieldset small {
	font-size: 10px;
	display: block;
	color: #66668B;
	margin-bottom: 5px;
	clear: both;
}

form div small.error {
	color: red;
}

/******* FORM new, stylized **********/
form {
	margin: 0;
	padding: 0;
}

form h3 {
	padding-top: 12px;
}

form fieldset.new,div#prev_next {
	border: 1px solid #ebebeb;
	background: #F7F7F7;
}

form fieldset.new label {
	clear: both;
	display: block;
	font-weight: bold;
	line-height: 30px;
	padding: 0;
	width: auto;
}

form fieldset.new div {
	margin-left: 0px;
}
form fieldset.new div.help {
	margin-left: 520px;
}

form fieldset.new h4 {
	color: #666666;
	margin-bottom: 20px;
	border-bottom: solid 1px #ebebeb;
	padding-bottom: 5px;
}

form fieldset.new input,form fieldset.new select,form fieldset.new textarea
	{
	float: right;
	border: 1px solid #C4C4C4;
	font-size: 12px;
	margin: 2px 0 2px 10px;
	padding: 2px 2px;
	width: 200px;
}

form fieldset.new select {
	width: 206px;
}

fieldset.new .right {
	float: right;
	text-align: left;
	border: none;
	width: auto;
}

fieldset.new .right input[type="radio"],fieldset.new input[type="checkbox"]
	{
	float: none;
	width: auto;
	padding: 2px 2px;
	border: none;
}

fieldset.new  select.move_me {
	float: right;
	max-width: 120px;
	width: auto;
	min-width: 50px
}

fieldset.new .action_links {
	clear: both;
	text-align: center;
}

fieldset.new .action_links input {
	float: none;
	width: auto;
}

fieldset.new p.small {
	float: right;
	width: auto;
	color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
}

/* ----------- stylized ----------- */
.stylized {
	border: solid 2px #b7ddf2;
	background: #ebf4fb;
}

.stylized h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}

.stylized p {
	font-size: 11px;
	color: #666666;
	margin-bottom: 20px;
	border-bottom: solid 1px #b7ddf2;
	padding-bottom: 10px;
}

.stylized label {
	display: block;
	font-weight: bold;
	text-align: right;
	width: 200px;
	float: left;
}

.stylized .small {
	color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 200px;
}

.stylized input {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 200px;
	margin: 2px 0 20px 10px;
}

.stylized button {
	clear: both;
	margin-left: 150px;
	width: 125px;
	height: 31px;
	background: #666666 url(img/button.png) no-repeat;
	text-align: center;
	line-height: 31px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

a.button,button,div.button {
	border: 1px solid #aaaaaa;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	background-color: #DBE6F5;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	float:right;
}
div.button {
	padding: 4px;
}
form div a.button,div.button {
    cursor: pointer;
    float: right;
    text-decoration: none;
    font-weight: normal;
    position: relative;
    margin: 0;
}

a.button.inactive,button.inactive {
	background-color: #f5f5f5;
	color: #3259A9;
}

a.button:hover,button:hover, div.button:hover {
	background-color: #FFFFFF;
}

button {
	width: auto;
	overflow: visible;
}

button[type] {
	line-height: 17px; /* Safari */
}

*:first-child+html button[type] {
	padding: 4px 10px 3px 7px; /* IE7 */
}

button img,a.button img {
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
	float: none;
}

.download {
	font-family: Monaco, Verdana, Sans-serif;
	font-size: 12px;
	background-color: #f9f9f9;
	border: 1px solid #D0D0D0;
	display: block;
	margin: 20px;
	padding: 12px 10px 12px 10px;
}

.activate_box {
	background-color: #f9f9f9;
	border: 1px solid #D0D0D0;
	display: block;
	margin: 0px 0 14px 20px;
	padding: 12px 10px 12px 10px;
}

.frontnews { /*font-family: Monaco, Verdana, Sans-serif;*/
	font-size: 12px;
	background-color: #f9f9f9;
	border: 1px solid #D0D0D0;
	color: red;
	display: block;
	margin: 0px 0 14px 20px;
	padding: 12px 10px 12px 10px;
}

/********* FAILURE BOX, v2.0 *************/
.fdr_box {
	width: 50%;
	border: 1px solid #EBEBEB;
	padding: 5px;
	float: left;
}

.fdr_box h2 {
	background: none repeat scroll 0 0 #F7F7F7;
	margin: -5px -5px 0 -5px;
	padding: 5px;
}

/********* FAILURE TABLE *************/
table.failure th,table.failure td,table.failure tr {
	padding: 2px;
}

table.fdr20 th,table.fdr20 td,table.fdr20 tr {
	padding: 0px;
	margin: 0px;
	min-width: 15px;
	
}
table.fdr20 td {
	border: 1px solid #FFFFFF;
}
table.fdr20 th {
	text-align: center;
}

table.fdr20 td.no_info {
	background-color: #efefef;
	text-align: center;
}
dt.legend {
    width: 50px;
    min-width: 50px;
    background-color: #efefef;
    text-align: center;
    float: left;
    margin-right: 10px;
}

/* green */
table.fdr20 td.code0,
dt.code0, span.code0 {
	background-color: #3EA63B;
}
/* yellow */
table.fdr20 td.code1,
dt.code1, span.code1 {
	background-color: #FFE812;
}
/* orange */
table.fdr20 td.code2,
dt.code2, span.code2 {
	background-color: #FF6D06;
}
/* red */
table.fdr20 td.code3,
dt.code3, span.code3 {
	background-color: #FD1B15;
}
/* red */
span.code_empty {
	background-color: #EFEFEF;
}
span.code0, span.code1, span.code2,span.code3, span.code_empty {
	min-width: 50px;
	width: 40px;
	padding: 2px 20px;
	margin-right: 20px;
}


table.fdr20 th.saturday {
	background-color: #E5ECF9;
}
table.overview tr.sunday td {
	border-top: 1px solid #3C5BA3;
}
table.fdr20 th.sunday {
	background-color: #3C5BA3;
	color: #FFFFFF;
}

table.failure th {
	padding: 2px 3px;
	background-color: #3C5BA3;
	border: 1px solid #EBEBEB;
	color: white;
	font-weight: bold;
}

table.failure td {
	border: 1px solid #EBEBEB;
	text-align: center;
}

table.failure td.left {
	text-align: left;
}

table.failure td.small {
	font-size: 0.9em;
}

table.failure td.ok {
	background-color: #00FF00;
}

table.failure td.failed {
	background-color: #FFFF00;
}

/********** ACCOUNT TABLE *************/
table.account {
	border-collapse: separate;
	border-spacing: 2px;
}

.fright {
	float: right;
}

table.resulttable th,table.resulttable td {
	padding: 0px 5px;
}

table.resulttable td {
	text-align: right;
}

/* Styling */
.greytext {
	color: #AAA;
}

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../img/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../../img/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../../img/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../img/error.png');
}

table.account td.error {
	border: none;
	margin: 0;
}

/* Formular Produktion Datumselect - irgendwann jQuery */
select.autoselect {
	min-width: 46px;
}

.dni {
	border: 1px solid #E2FAD3;
	margin: 0px 0 5px 15px;
	text-align: center;
}

.dni h2 {
	background-color: #E2FAD3;
	margin-bottom: 20px;
}

.clearleft {
	clear: left;
}

hr.invisible {
	height: 0px;
}

/* COLOR codes accounting */
th.no_subscription,td.no_subscription,td.no_subscription a,th.expired,td.expired,th.blocked,td.blocked,th.canceled,td.canceled,th span.canceled a,th span.canceled
	{
	color: #CF1212;
}

th.active,td.active,td.active a,th span.active a,th span.active {
	color: #24CE00;
}

th.soon_to_renew,td.soon_to_renew,td.soon_to_renew a,th span.soon_to_renew a,th span.soon_to_renew
	{
	color: #E8B10D;
}

a img {
	border: 0;
}

/** FOOTER **/
#footer {
	width: 100%;
	background: transparent;
}

.footer_content {
	width: 886px;
	margin: 0 auto;
	border-top: #EBEBEB 1px solid;
	background-color: #FFFFFF;
	background-image: url(images/footer_mtlogo.png);
	background-position: 20px 2px;
	background-repeat: no-repeat;
	padding: 0.8em 0 0.5em 80px;
	clear: both;
	text-align: left;
}

.footer_content p {
	margin-bottom: 0;
	margin-right: 20px
}

pre.agb {
	white-space: pre-wrap;
	line-height: 20px;
}
