/**********************************************************************
/* Site-Wide/Master Templates
/**********************************************************************/

/* BODY tag */
body {
	font-family: Arial, sans-serif;
	background-color: white;
	margin: 0;
	padding: 0;
	font-size: 0.80em;
}

img {
	border: 0;
}

.width-allgemein {
	width: 900px;
	margin:0px auto;
}

#logo {
	position: relative;
	margin-top: 1em;
	margin-bottom: 1em;
}

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

/* Headings */
h1 {
	color: #6B0000;
	margin: 0;
	padding: 0;
	font-size: 29px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 1em;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0.5em;
}


/**********************************************************************
/* Navigation 1. Ebene
/**********************************************************************/

#navbar {
	height: 44px;
	background: #6B0000;
}

#navbar-menu {
	width:900px;
	margin: auto;
}

#navbar-menu .item
{
	color: white;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-weight: bold;
	height: 44px;
	line-height:44px;
	font-size:15px;
	text-transform: uppercase;
}

#navbar-menu .item:hover
{
  background: #F79500;
}

#navbar-menu .here, #navbar-menu .here:hover 
{
  background: #F79500;
}

#navbar-menu a img
{
	vertical-align:middle;
}

#navbar-menu div
{
  float: left;
  margin: 0;
}

#navbar-menu div a span 
{
  padding-left: 15px;
  padding-right: 15px;
}
  
#navbar-menu div:not(:last-child) a span
{
  float: left;
  border-right: 1px solid rgba(255, 255, 255, .1);
}
  
#navbar-menu #contact-area
{
  float: right;
  position: relative;  
}

#navbar-menu #contact:hover
{
  background: #6B0000;
}
  
#navbar-menu #contact-area #contact-button
{
  color: white;
  cursor:pointer;
  border: solid 1px white;
  padding:2px 8px 2px 8px;
  margin-top:7px;
  font-size:20px;
  letter-spacing: 1px;
  font-weight:bold;
  text-decoration:none;
	
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
  
#navbar-menu #contact-area #contact-button:hover
{	
  background: #F79500;
}
  
#navbar-menu #contact-area #form-container
{
  position: absolute;
  color: white;
  top: 50px;
  width: 200px;  
  background: #6B0000;
  padding: 10px 10px 16px 10px;
  z-index: 1;
  
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#navbar-menu #contact-area #form-container input[type="text"], #navbar-menu #contact-area #form-container textarea {
	width: 172px;
	padding-right: 14px;
}

#navbar-menu #contact-area #form-container textarea {
	overflow:auto;
	margin-bottom: 0;
}

#navbar-menu #contact-area #form-container .form-error {
	display:none;
}

#navbar-menu #contact-area #form-container .form-widget-error {
	padding-top: 0;
}

#navbar-menu #contact-area #form-container input[type="text"] {
	background: url(/resources/st-theme/telefonservice/images/required.png) right center no-repeat;	
	background-color: white;
}

#navbar-menu #contact-area #form-container .form-widget-error input[type="text"] {
	background: url(/resources/st-theme/telefonservice/images/required_red.png) right center no-repeat;	
	background-color: white;
}

#navbar-menu .last_span {
  background: #F79500 url(/resources/st-theme/telefonservice/images/navbar_last_right.png) right top no-repeat;
  line-height:1em;
  height:57px;
  text-transform:none;
  font-weight: normal;
}

#navbar-menu .last_span:hover {
  background: #6B0000 url(/resources/st-theme/telefonservice/images/navbar_last_right_hover.png) right top no-repeat;
}


/**********************************************************************
/* Mega Menu
/**********************************************************************/

#mega_menu
{
	position:absolute;
	left:0px;
	top:35px;
	display:none;
	z-index:999;
}

.mega_top
{
	background:url(/resources/st-theme/telefonservice/images/megamenu_top.png) no-repeat center bottom;
	z-index:998;
	height:9px;
	width:30px;
}

.mega_mid
{
	background:white;
	padding:12px 30px 0 30px;

	-webkit-box-shadow: 5px 5px 5px -3px #6B0000;
	-moz-box-shadow: 5px 5px 5px -3px  #6B0000;
	box-shadow: 5px 5px 5px 0px  #999999;
}

.menu_box
{
}

.menu_box h2
{
	padding:0 0 0 10px;
	margin:0px;
	height:27px;
	border-bottom:1px solid #ededed;
	font-size:15px;
	font-weight: bold;
	color:#6B0000;
	line-height:27px;
	text-transform:uppercase;
}

.menu_box ul
{
	list-style:none;
	padding:10px 0;
	margin:0px;
}

.menu_box ul li
{
	height:auto;
	font-size:13px;
	color:#5e5e5e;
	line-height:20px;
	float:none;
	text-transform:none;
}

.menu_box ul li a
{
	height:auto;
	color:#5e5e5e;
	text-decoration:none;
	padding-left:16px;
	font-weight: normal;
	background:url(/resources/st-theme/telefonservice/images/megamenu_arrow_grey.png) no-repeat left center;
}

.menu_box ul li a:hover
{
	color:#5e5e5e;
	background:url(/resources/st-theme/telefonservice/images/megamenu_arrow_red.png) no-repeat left center;
}

.mega_bottom
{
	background:url(/resources/st-theme/servotel/images/megamenu_bottom.png) no-repeat left top;
	width:300px;
	height:13px;
}


/**********************************************************************
/* Layout Allgemein mit 3 Spalten (variable/fixed/variable)
/**********************************************************************/

#content {
    width: 100%;
    display: table;
    table-layout: fixed;
	border-bottom:dotted #999999 1px;
}
.content-left {
    display: table-cell;
    padding-top:20px;
    padding-right: 20px;
    padding-bottom:20px;
}
.content-center {
    display: table-cell;
    padding: 20px;
    vertical-align: top;
	background: #F2F2F2;
}
.content-center-width-allgemein {
	width: 860px;
}
.content-right {
    display: table-cell;
    padding: 20px;
    vertical-align: top;
}


/**********************************************************************
/* Layout Kundenbereich mit 2 Spalten
/**********************************************************************/

.kundenbereich-menu {
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}

.kundenbereich-content {
	padding:20px;
	background:#F2F2F2;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.kundenbereich-footer {
	padding-left:20px;
	padding-right:20px;
	border-top:dotted #999999 1px;
}


/**********************************************************************
/* Form Widgets
/**********************************************************************/

select, input, textarea {
	padding: 5px 8px 5px 8px;
	font-size: 14px;
	font-family: Arial, sans-serif;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/**********************************************************************
/* Buttons
/**********************************************************************/

a.button_yellow, a.button, input[type="submit"], input[type="button"] {
	color: white;
    height: 30px;
	padding: 6px 11px 6px 11px;
	font-weight:bold;
	font-size:15px;
	text-decoration: none;
	white-space:nowrap;
	
	border: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
					
	background-color: #F79500; /* old browsers */
	background-position: 0 0;
	background: -moz-linear-gradient(top, #fac72d 0%, #F79500 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fac72d), color-stop(100%,#F79500)); /* webkit */
	background: -ms-linear-gradient(top, #fac72d 0%, #F79500 100%); /* ie */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac72d', endColorstr='#F79500',GradientType=0 ); /* ie */
}
a.button_yellow:hover, a.button:hover, input[type="submit"]:hover,input[type="button"]:hover {
	color: white;
	background-color: #6B0000; /* old browsers */
	background-position: 0 0;
	background: -moz-linear-gradient(top, #974D4D 0%, #6B0000 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#974D4D), color-stop(100%,#6B0000)); /* webkit */
	background: -ms-linear-gradient(top, #974D4D 0%, #6B0000 100%); /* ie */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#974D4D', endColorstr='#6B0000',GradientType=0 ); /* ie */
}

a.button_red {
	color: white;
    height: 30px;
	padding: 6px 11px 6px 11px;
	font-weight:bold;
	font-size:15px;
	text-decoration: none;
	white-space:nowrap;
	
	border: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	background-color: #6B0000; /* old browsers */
	background-position: 0 0;
	background: -moz-linear-gradient(top, #974D4D 0%, #6B0000 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#974D4D), color-stop(100%,#6B0000)); /* webkit */
	background: -ms-linear-gradient(top, #974D4D 0%, #6B0000 100%); /* ie */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#974D4D', endColorstr='#6B0000',GradientType=0 ); /* ie */
}
a.button_red:hover {	
	color: white;
	background-color: #F79500; /* old browsers */
	background-position: 0 0;
	background: -moz-linear-gradient(top, #fac72d 0%, #F79500 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fac72d), color-stop(100%,#F79500)); /* webkit */
	background: -ms-linear-gradient(top, #fac72d 0%, #F79500 100%); /* ie */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac72d', endColorstr='#F79500',GradientType=0 ); /* ie */
}

/**********************************************************************
/* Logout
/**********************************************************************/

#logout-area {
	position: absolute;
	bottom: 0;
	right: 0;
	padding-bottom:8px;
}

#logout-area span {
	color: #999999;
	font-weight: bold;
}


/**********************************************************************
/* Footer
/**********************************************************************/

#footer {
	padding-top:1em;
	padding-bottom:1em;
}

#footer img {
	float:right;
	margin-left: 10px;
}

#footer a {
	text-decoration: none;
}

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

#site-header {
  background-color: #313063; 
  color: white;
  font-family: Arial, sans-serif;
  font-size: 85%;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
}

#site-header .system-name {
  font-size: 120%;
  font-weight: bold;
  float: left;
}

#site-header .system-name a {
  color: white;
  text-decoration: none;
}

#site-header .system-name a:hover {
  color: white;
  text-decoration: none;
}

#site-header .users-online {
  display: inline;
  float: right;
  padding-right: 4em;
}

#site-header .user-greeting {
  display: inline;
}

#site-header .permanent-navigation {
  display: inline;
  float: right;
}

#site-header .action-list a { 
  border: solid 1px #313063;
  text-align: center; 
  padding: 1px;
  padding-left: 4px;
  padding-right: 4px;
  color: white;
  text-decoration: none;
}

#site-header .action-list a:hover { 
  text-decoration: none;
  background-color: #666666;
  border: solid 1px #999999;
}

/* User Messages */
#user-message {
  background-color: #ccff99; 
  padding: 4px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 85%;
}

#user-message ul {
  margin-left: 0;
  padding-left: 0;
  display: inline;
  border: none;
} 

#user-message ul li {
  margin-left: 0;
  padding-left: 2px;
  border: none;
  list-style: none;
}

/* Boxed User Message */
.boxed-user-message {
  background-color: #ccff99; 
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 85%;
  border: 1px solid #dd9988;
}

.boxed-user-message h3 {
  color: #990000;
  margin-top: 0px;
}

.boxed-user-message .body {
  color: #990000;
}

/* Context Bar */
#context-bar {
  font-family: Arial, sans-serif;
  font-size: 11px;
  margin-bottom: 2px;
  padding-left: 8px;
}

#context-bar #breadcrumbs {
  clear: left;
  float: left;
  padding-top: 3px;
}

#context-bar #breadcrumbs ul {
  margin-left: 0;
  padding-left: 0;
  display: inline;
  border: none;
} 

#context-bar #breadcrumbs ul li {
  margin-left: 0;
  padding-left: 2px;
  border: none;
  list-style: none;
  display: inline;
}

#context-bar #navlinks {
  float: right;
}

/* Subsite Name */
#subsite-name { 
  font-weight: bold; 
  font-size: 120%;
  font-family: verdana; 
  padding-left: 8px;
}

a.subsite-name {
  color: black;
  text-decoration: none;
}

a.subsite-name:hover {
  color: black;
  text-decoration: none;
}

/**********************************************************************
/* General navigation
/**********************************************************************/

#subnavbar {
	float: right;
	height: 14px;
	font-family: Arial, sans-serif;
	padding-top: 2px;
	padding-right: 6px;
}

#subnavbar-div {
	background: #FBDFB8;
	border-bottom: 1px solid #F79500;
}

#subnavbar-container {
	height: 18px;
	width: 100%;
	position: relative;
}

#subnavbar a {
	color: black;
	text-decoration: none;
}

#subnavbar a:hover {
	color: black;
	text-decoration: underline;
}


/**********************************************************************
/* Widgets
/**********************************************************************/

/* Various forms of links */
.action-list { 
  padding: 0;
}

.action-list ul { 
  margin: 0;
  padding: 0;
  display: inline;
  border: none;
}
                
.action-list ul li {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  display: inline;
}

a.refresh {
  color: white;
  text-decoration: underline;
}

a.refresh:hover {
  color: red;
  text-decoration: underline;
}

a.admin:link, a.admin:visited {
  color: #f00;
  font-family: verdana;
  font-size: 11px;
  font-weight: normal;
}

a.admin:hover { 
  color: #fff; 
  background: #f00;
}

ul.action-links li {
  list-style: circle url(/resources/acs-subsite/action-link-marker.png);
  margin: 8px;
  margin-left: -16px;
}

div.subsite-context-bar {
  font-size: 85%;
  margin-bottom: 4px;
  position: relative;
}

/* Links */
a {
  color: #F79500;
}

a:hover {
  color: #F79500;
}

p {
  margin-top: 6px;
  margin-bottom: 6px;
}

/* Horizontal line */
hr {
  height: 1px;
  border: none;
  background-color: #F79500;
}

ul {
  margin-left:15px;
  padding-left: 0px;
}

ol {
  margin-left:22px;
  padding-left: 0px;
}

.small {
  font-size: 85%;
}

.highlight { 
  background-color: #ffc; 
}

/* Portlets */
.portlet h2 {
  background: #dddddd; 
  padding: 2px 8px 2px 8px; 
  margin: 0;
}

.portlet-header {
  background: #dddddd; 
}

.portlet-header h2 {
  padding: 2px 8px 2px 8px; 
  margin: 0;
}

.portlet .portlet-body {
  border: 1px dotted #999; 
  border-top: 0px; 
  padding: 6px 8px 6px 8px;
}

/* Generally Available Tabs */
#tabs-div {
  border-bottom: 1px solid #666;
}

#tabs-container {
  height: 15px;
  position: relative;
}

#tabs { 
  position: absolute;
  height: 21px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  left: 10px;
  bottom: -2px;
  margin-top: 10px;
  font-family: Arial, sans-serif;
  font-size: 80%;
  font-weight: bold;
}

#tabs .tab { 
  height: 16px;
  float: left; 
  background-color: #cccccc;
  border: 1px solid #666;
  padding: 2px 5px 2px 5px;
  margin: 0px 2px 0px 2px;
}

#tabs .disabled { 
  color: #999999;
}

#tabs a {
  text-decoration: none;
  color: black;
}

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

#tabs #tabs-here { 
  border-bottom-color: #f6f6f6;
  background-color: #f6f6f6;
}

#tabs #tabs-here a {
  color: black;
}

#tabs-body { 
  border-bottom: 1px solid #016799;
  background-color: #f6f6f6;
  clear: both;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
}


/**********************************************************************
/* Add-Ins
/**********************************************************************/

#addins {
	margin-left: 20px;
	float:right;
	width: 230px;
}

#addinbox {
	font-family: Arial, sans-serif;
	margin-bottom: 15px;
	background-color: #FEEDD4;
}

#addinbox .top {
	background: #FEEDD4;
}

#addinbox .top_left {
	float:left;
	width:7px;
	background: #FEEDD4 url(/resources/st-theme/telefonservice/images/addinbox_top_left.png) left top no-repeat;
}

#addinbox .top_center {
	color: #F79500;
	background: #FEEDD4;
	font-size: 1.5em;
	padding-top: 7px;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 10px;
	font-weight: bold;
}

#addinbox .top_right {
	float:right;
	width:7px;
	background: #FEEDD4 url(/resources/st-theme/telefonservice/images/addinbox_top_right.png) right top no-repeat;
}

#addinbox .title { 
	font-size: 0px; 
	line-height: 0%; 
	width: 0px; 
	height: 0px;
}

#addinbox .subtitle { 
	line-height: 0px;
	font-size: 1px;
	color: #FEEDD4;
}

#addinbox .content {
	background-color: #FEEDD4;
}

#addinbox .item {
	padding-left: 14px;
	padding-right: 14px;
}

#addinbox .bottom {
	background: #FBDFB8;
	height: 7px;
	line-height: 7px;
}

#addinbox .bottom_left {
	width:100%;
	height: 7px;
	line-height: 7px;
	background: #FEEDD4 url(/resources/st-theme/telefonservice/images/addinbox_bottom_left.png) left bottom no-repeat;
}

#addinbox .bottom_right {
	float:right;
	width:7px;
	height: 7px;
	line-height: 7px;
	background: #FEEDD4 url(/resources/st-theme/telefonservice/images/addinbox_bottom_right.png) right bottom no-repeat;
}


/**********************************************************************
/* Tab-Bar
/**********************************************************************/

#tabbar-div {
}

#tabbar-div .button {
	font-size: 100%;
}

#tabbar-tabs {
	margin-top:5px;
}

#tabbar-tabs ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: -1px;
	font-family: Arial, sans-serif;
}

#tabbar-tabs li { 
	display:inline-block;
	margin-right:-4px;
	margin-top:-5px;
}

#tabbar-tabs li a {
	line-height:18px;
	display:inline-block;
	padding: 6px 10px 6px 10px;
	color: white;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;

	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;

	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	
	background-color: #F79500; /* old browsers */
	background-position: 0 0;
	background: -moz-linear-gradient(top, #fac72d 0%, #F79500 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fac72d), color-stop(100%,#F79500)); /* webkit */
	background: -ms-linear-gradient(top, #fac72d 0%, #F79500 100%); /* ie */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac72d', endColorstr='#F79500',GradientType=0 ); /* ie */
	
	border: 1px solid #aaa;
	
	-webkit-box-shadow: -1px 0px 2px #999;
	-moz-box-shadow: -1px 0px 2px #999;
	box-shadow: 0px 0px 4px #999;
}

#tabbar-tabs .here { 
	background-color: #6B0000; /* old browsers */
	background-position: 0 0;
	background: -moz-linear-gradient(top, #974D4D 0%, #6B0000 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#974D4D), color-stop(100%,#6B0000)); /* webkit */
	background: -ms-linear-gradient(top, #974D4D 0%, #6B0000 100%); /* ie */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#974D4D', endColorstr='#6B0000',GradientType=0 ); /* ie */
}

#tabbar-tabs a:hover {
	background-color: #6B0000; /* old browsers */
	background-position: 0 0;
	background: -moz-linear-gradient(top, #974D4D 0%, #6B0000 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#974D4D), color-stop(100%,#6B0000)); /* webkit */
	background: -ms-linear-gradient(top, #974D4D 0%, #6B0000 100%); /* ie */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#974D4D', endColorstr='#6B0000',GradientType=0 ); /* ie */
}

#tabbar-content {
	padding:16px;
	padding-top:30px;
	
	border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;

	border: 1px solid #aaa;

	-webkit-box-shadow: 0px 2px 4px #999;
	-moz-box-shadow: 0px 2px 4px #999;
	box-shadow: 0px 2px 4px #999;
}


/**********************************************************************
/* Farben für Layout
/**********************************************************************/

#color-light, .color-light {
  color: #FEEDD4;
}

#color-medium, .color-medium {
  color: #FBDFB8;
}

#color-dark, .color-dark {
  color: #F79500;
}

#color-red, .color-red {
  color: #6B0000;
}

#color-yellow, .color-yellow {
  color: #f1c02b;
}

#background-light, .background-light {
  background: #FEEDD4;
}

#background-medium, .background-medium {
  background: #FBDFB8;
}

#background-dark, .background-dark {
  background: #F79500;
}

#background-red, .background-red {
  background: #6B0000;
}

#border-light, .border-light {
  border-color: #FEEDD4;
}

#border-medium, .border-medium {
  border-color: #FBDFB8;
}

#border-dark, .border-dark {
  border-color: #F79500;
}

#border-red, .border-red {
  border-color: #6B0000;
}


/**********************************************************************
/* Balkendiagramm
/**********************************************************************/

#chart-bar {
  width:20px;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	border: 1px solid #aaa;

	-webkit-box-shadow: 0px 2px 4px #999;
	-moz-box-shadow: 0px 2px 4px #999;
	box-shadow: 0px 2px 4px #999;
					
	background-color: #F79500; /* old browsers */
	background-position: 0 0;
	background: -moz-linear-gradient(top, #fac72d 0%, #F79500 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fac72d), color-stop(100%,#F79500)); /* webkit */
	background: -ms-linear-gradient(top, #fac72d 0%, #F79500 100%); /* ie */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac72d', endColorstr='#F79500',GradientType=0 ); /* ie */
}


/**********************************************************************
/* PopUp
/**********************************************************************/

#popup 
{ 
  position: absolute;
  display: none;
  display:none;display:none;display:none;      
  right: 21%; 
  top: 30%;
  padding: 8px; 
  z-index: 2; 
  background-color:#FEEDD4;
  border: 1px; 
  border-style: solid; 
  border-color: #F79500; 
}

#popup #close
{
  font-weight: bold;
  text-decoration: none;
  margin-left:30px;
  padding-left: 2px;
  padding-right: 1px;
  color: white;
  background: #F79500;
}

#popup #close:hover
{
  color: #F79500;
  background: none;
} 


/**********************************************************************
/* Navigation 2. Ebene
/**********************************************************************/

.navbox-container {
}

.navbox {
	font-family: Arial, sans-serif;
	width: 220px;
	float:right;
}

.navbox .title {
	height:35px;
	padding-left: 16px;
	padding-right: 10px;
	font-size:15px;
	color:#ffffff;
	line-height:35px;
	font-weight:bold;
	white-space: nowrap;	
	background-color: #6B0000;
	
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}

.navbox .content {
	padding:16px;	
	background: #F2F2F2;	

	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

.navbox .here {
	background: url(/resources/st-theme/telefonservice/images/megamenu_arrow_red.png) no-repeat left center;
}

ul.link-list {
	list-style: none;
	padding-left: 0px;
	margin: 0px;
}

ul.link-list li {
	display: inline;
	padding-left: 0px;
}

ul.link-list a {
	color: black;
	white-space:nowrap;
	padding-top: 2px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 2px;
	text-decoration: none;
	display: block;
	background: url(/resources/st-theme/telefonservice/images/megamenu_arrow_grey.png) no-repeat left center;
}

ul.link-list a:hover {
	background: url(/resources/st-theme/telefonservice/images/megamenu_arrow_red.png) no-repeat left center;
}

/**********************************************************************
/* Formulare
/**********************************************************************/

/* Wird für Safari benötigt da dieser sonst automatische Abstände macht */
input {
	margin-top: 0px;
	margin-bottom: 0px;
}


/**********************************************************************
/* Diverses
/**********************************************************************/

.activity-background {
	background: #FEEDD4;
	padding:15px;	
}

/**********************************************************************
/* Boxen für Textinhalte
/**********************************************************************/

#contentbox_empty, .contentbox_empty {	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#contentbox_empty #title_yellow, .contentbox_empty .title_yellow {
	background-color: #f1c02b;
	
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	
	height:35px;
	margin:0px;	
	padding-left: 16px;
	font-size:15px;
	color:#000000;
	line-height:35px;
	font-weight:bold;
}

#contentbox_empty #title_red, .contentbox_empty .title_red {
	background-color: #6B0000;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	
	height:35px;
	padding-left: 16px;
	padding-right: 10px;
	font-size:15px;
	color:#ffffff;
	line-height:35px;
	font-weight:bold;
}

#contentbox_empty #body, .contentbox_empty .body {
	padding:16px;	
	background: #E6E6E6;	

	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

/**********************************************************************
/* Kleine Boxen für Contentbox_Empty
/**********************************************************************/

#small_box_left {
	border: 1px solid #6B0000;
	width:85px;
	background: #fff;
	padding:5px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
}
#small_box_right {
	border: 1px solid #6B0000;
	border-left:none;
	text-align:right;
	background: #fac72d;
	padding:5px;
	width:45px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 16px;
}

#small_box_subtitle {
	color:#6B0000;
	font-size:20px;
	font-weight:bold;
	padding-bottom:5px;
	padding-left: 96px;
}


/**********************************************************************
/* Kostenkalkulator
/**********************************************************************/

#cost_calculator a {
	background: #6B0000;
	padding:5px;
	text-decoration:none;
	color:white;
	font-weight:bold;
}

#cost_calculator a:hover {
	background: #F79500;
}
