@charset "utf-8";

/* CSS Reset
-------------------------------------------------------------- */
html { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	font-size: 100.01%;
	height: 100%;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-size: 100.1%;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	vertical-align: baseline;
}


/* Tables still need 'cellspacing="0"' in the markup. */
table { 
	border-collapse: separate; 
	border-spacing: 0; 
}
/* float:none prevents the span-x classes from breaking table-cell display */
caption, th, td { 
	text-align: left; 
	font-weight: normal; 
	float:none !important; 
}
table, th, td { 
	vertical-align: middle; 
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Remember to define your own focus styles! */
:focus { outline: 0; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	font-size:12px;
	color: #230570;
}


/* General Classes
-------------------------------------------------------------- */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.whitebg clearfix{
	margin-bottom: -13px;
}
        
.contents {
    width: 960px;
    margin: 0 auto;
}

ul,ol,dl{margin:0 0 1em 1em; padding:0}
li{margin-left:.8em;line-height:1.5em}

#content ul, #content ol, body.ckeditor ul, body.ckeditor ol{
	margin:0 0 20px 0;
}

#content li, body.ckeditor li, body.ckeditor li{
	margin: 0 0 0px 10px;
}

#content ul, body.ckeditor ul{
	position:relative;
}



h1{
	position:relative;
	font-weight:bold;
	font-size:16px;
	margin-bottom:10px;
}

#content p, body.ckeditor p{
	margin-bottom:20px;
}

a:hover, #content a:hover, body.ckeditor a:hover{
	text-decoration:underline;
}

.small{
	font-size:10px;
	line-height:normal;
}

.hide{
	display: none;
}

hr{
	border: none;
	background:none;
	height:1px;
	border-bottom: 1px solid #e0e0e0;
	margin-top: 2px;
	margin-bottom: 2px;
}

.right{
	text-align:right;
}

.top{
	vertical-align:top;
}

.floatRight{
	float:right;
}

.floatLeft{
	float:left;
}

.clear{
	clear:both;
}

.nowrap{
	white-space:nowrap;
}



/* Container
-------------------------------------------------------------- */
html {
    overflow:auto;
}

html, body {
    height: 100%;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;

}
 
body.ckeditor {
    background-image: none;
    text-align: left;
    background-color: #fff;
}

div#siteWrapper {
    min-height: 100%;
}

div#pageWrapper {
    width: 960px;
    margin: 0 auto;
    min-height: 100%;  
}

/* Main
-------------------------------------------------------------- */
#main {
    margin-bottom: 4.5em;
}



/* Header
-------------------------------------------------------------- */
#header {
    background: rgb( 0, 114, 206 );
    height: 62px;
}

#logo {
    margin-left: -12px;
}

/* Language switcher */
#nav-lang {
    float: right;
    margin: 0.45em -0.6em 0 0;
    padding-bottom: 0.2em;
}

#nav-lang li {
    float: left;
    display: block;
    margin-left: -1px;
    border-left: 1px solid white;
    line-height: 1;
    list-style: none;
}

#nav-lang li.first {
    border-left: 0;
}

#nav-lang a {
    display: block;
    padding: 0 0.6em 0 0.5em;
    color: white;
    font-size: 11px;
}

#nav-lang li.current a {
    font-weight: bold;
}

/* Header-stuff
-------------------------------------------------------------- */
.header-stuff {
    clear: both;
    overflow: hidden;
    height: 54px;
    margin-bottom: 10px;
}
	
/* 'Die Schweizerische Post' */
#clustername {
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    margin: 8px 0 15px 0;
}

#nav_breadcrumb {
    clear: both;
}

#nav_breadcrumb ul {
    margin: 0;
}

#nav_breadcrumb li {
    float: left;
    margin: 0;
    list-style-type: none;
    font-weight: normal;
    line-height: 1;
}

#nav_breadcrumb li.first:before {
    content: '\003E';
    color: #999;
}

#nav_breadcrumb a {
    color: #999;
    font-size: 11px;
    font-weight: normal;
	padding-left:5px;
}

/* Head navigation
---------------------------------------------------------------------*/
#nav_head {
    position: relative;
    margin-bottom: 8px;
    border-top: solid 9px #666;
}

#pick-pack {
    margin: -9px 0 0;
}
	
#pick-pack li {
    float: left;
    list-style: none;
    margin: 0;
}
	
#pick-pack li a {
    display: block;
    padding: 0;
    font-weight: bold;
    color: #000;
    border-right: 2px solid #fff;
}

#pick-pack li.current a {
    border-top: 9px solid rgb( 0, 114, 206 );
	background: rgba(0, 114, 206, 0.2);
}

#pick-pack li a span {
    display: block;
    width: 181px;
    border-top: 1px solid #fff;
    padding: 7px 0 7px 12px;
}
	
#pick-pack li a:focus span.link, #pick-pack li a:over span.link, #pick-pack li a:active span.link {
    text-decoration:underline;
}

#pick-pack a:focus,
#pick-pack a:hover,
#pick-pack a:active {
    text-decoration: underline;
}


/* Account
---------------------------------------------------------------------*/
#account {
    position: absolute;
    top: 1px;
    right: 0;
    z-index: 1000;
    margin: 0;
    padding: 10px 0;
    width: 192px;
    background: #ccc;
}

#account li {
    margin: 0;
    border: 0;
    padding-left: 5px;
    list-style: none;
}

#nav_head ul#account li a {
    color: #000000;
    font-size: 11px;
}

#account label {
    display: block;
    font-size: 11px;
}

#account select {
    width: 182px;
    font-size: 11px;
}

#account a.yourProfile {
	float: left;
	display: block;
	padding-bottom: 2px;
	background-image: url(/lay/link_decoration.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 13px;
}

#account a {
	font-size: 11px;
	background-image: url(/lay/link_decoration.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 13px;
	padding-right: 5px;
}

#account a.yourProfile {
	float: left;
}

#account a.logout {
	float: right;
}

/* Links 
---------------------------------------------------------------------*/


a { 
	color: #230570; 
	background: transparent;
	text-decoration: none;  
	position: relative;
}

a.contentlink {
	padding-left: 9px;
}
	
a:focus span.link,
a:hover span.link,
a:active span.link,
#nav_lang a:focus,
#nav_lang a:hover,
#nav_lang a:active,
#nav_breadcrumb a:focus,
#nav_breadcrumb a:hover,
#nav_breadcrumb a:active
 { 
	text-decoration: underline;
}

/* Suche
--------------------------------------------------------------*/
#search {

	float:right;
}

/* Navigation
--------------------------------------------------------------*/

#nav ul {
	margin: 0;
	overflow: hidden;
}

#nav li {
	display: block;
	float: left;
	margin: 0;
	list-style: none;
}





#nav_top li.right a span.arrowlink {
	top: 0.1em;
	width: 11px;
	height: 9px;
	background-position: 0px -94px;
}


/*--------Konto bearbeiten------------------------------*/

#login {
	float: right;
	width: 16em;
	margin-top: -0.75em;
	padding-top: 0.75em;
	border-left: 1px solid #fff;
}
#login a {
	position: relative;
	display: block;
	padding: 0.5em 0 0.75em 2em;
	border-top: 1px solid #fff;
	color: #000;
	background: #ccc;
}
#login a span.arrowlink {
	top: 0.45em;
	left: 0.3em;
	width: 16px;
	height: 16px;
	background-position: 0px -78px;
}
#login a span.link {
	font-size: 0.92em;
}

/*------- Subnavigation ---------------------------*/

#nav-sub {
	position:relative;
	margin: 0;
	border-top: 0.25em solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	width: 100%;
	padding: 0;
}
#nav-sub ul {
	margin: 0;
	padding: 0;
}

#nav-sub li {
	margin: 0;
	border-top: 1px solid #ccc;
	list-style: none;
}

#nav-sub li a {
	display: block;
	border: 1px solid #fff;
	border-width: 1px 0;
	font-weight: bold;
	color: #000;
	padding: 0.1em 0 0.2em 1.2em;
}

#nav-sub li a.current {
	background: rgba(0, 114, 206, 0.1);
}

#nav-sub li a span.arrowlink {
	top: 0.5em;
	left: 0.2em;
	width: 10px;
	height: 9px;
	background-position: -1px 0px;
}
#nav-sub li a.expanded span.arrowlink {
	top: 0.4em;
	left: 0.3em;
	width: 9px;
	height: 10px;
	background-position: 0px -23px;
}

#nav-sub ul li a {
	padding: 0 0 0 1.67em;
	font-weight: normal;
}
#nav-sub ul li a span.arrowlink {
	top: 0.4em;
	left: 0.7em;
}
#nav-sub ul li a.expanded span.arrowlink {
	top: 0.35em;
	left: 0.7em;
}

#nav-sub ul ul li a {
	padding-left: 1.83em;
}
#nav-sub ul ul li a span.arrowlink {
	top: 0.5em;
	left: 1.1em;
	width: 7px;
	height: 7px;
	background-position: 0px -16px;
}
#nav-sub ul ul li a.expanded span.arrowlink {
	top: 0.55em;
	left: 1.1em;
	width: 7px;
	height: 7px;
	background-position: -9px -23px;
}

#nav-sub ul ul ul li a {
	padding-left: 2.3em;
	font-size: 0.92em;
}
#nav-sub ul ul ul li a span.arrowlink {
	top: 0.5em;
	left: 1.45em;
}
#nav-sub ul ul ul li a.expanded span.arrowlink {
	left: 1.45em;
}


#nav-sub ul ul ul ul li a {
	padding-left: 2.7em;
	font-size: 0.92em;
}

#nav-sub ul ul ul ul li a span.arrowlink {
	top: 0.45em;
	left: 1.85em;
}
#nav-sub ul ul ul ul li a.expanded span.arrowlink {
	left: 1.85em;
}

#nav-sub ul ul ul ul ul li a {
	padding-left: 3.1em;
}
#nav-sub ul ul ul ul ul li a span.arrowlink {
	left: 2.25em;
}


/* Content 
-----------------------------------------------*/


        

#content {
	float:right;
	width:752px;}

h2 {
	font-size:16px;
	font-weight:bold;
	margin-top:8px;
	margin-bottom:8px;}
	
h3 {
	font-size:13px;
	font-weight: bold;
	margin-bottom: 0.95em;
	}

#col1 {
	float:left;
	width:193px;}
	
#col1_content {
	padding:0;}

#col2 {
	float:left;
	width:750px;
	left:208px;
	top:178px;}
	
#col2_content {
	padding:0;
}
	
#orderBreadCrumb {
	position:relative;
	width:575px;
	height:40px;
	overflow:hidden;
}

/* Breadcrumb */
#orderBreadCrumb ul
{
    margin: 0;
    padding: 0;
    height: 40px;
    background: #cccccc;
    list-style-type: none;
}
#orderBreadCrumb li
{
    margin: 0;
    padding: 0;
    width: 115px;
    float: left;
    line-height: 38px;
    text-align: left;
    height: 40px;
	padding-left:20px;
    background:right url("/lay/order_status.png") no-repeat !important;
}
#orderBreadCrumb .actual
{
    background:url("/lay/order_status_actual.png") no-repeat #e5f1fa !important;
	background-position:right 0px !important;
	width:125px;
}
#orderBreadCrumb .beforeActual
{
    background: url("/lay/order_status_before_actual.png") no-repeat !important;
	width: 130px;
	
}
#orderBreadCrumb .left
{
    background-position: right 0px !important;
}

#orderBreadCrumb .right
{
    background-position: 60px 0px !important;
    background: #cccccc !important;
	width:115px;
}

#orderBreadCrumb .actual.right {
	background:#f3e5a8 !important;
	width:120px;
}
	
#col3 {
	float:right;
	width:192px;
	background-color:#666666;
	}

#col3_account {
	position:relative;
	top:-51px;
	border-top:#666666 solid 9px;}
	
#col3_account ul {
	list-style-type: none;
	}
	
#col3_article {
	float:right;
	width:192px;
	background-color:#FFF;}
	
#col4 /*column2+column3*/ {
	width:752px;}
	
	
/*Tables
-------------------------------------------------------*/
table {
	border: 0;
	border-top: 2px solid rgb( 0, 114, 206 );
	line-height: 1.42;
	border-collapse:collapse;
	margin-bottom: 0.42em;
}

table.full {
	width: 100%;
}
#poll table.full {
	margin-top: 2em;
}

th, td {
	padding: 0.2em 0.33em 0.1em 0.33em;
	vertical-align: top;
	text-align: left;
}

th.first, 
td.first {
	border-left: 0 !important;
	text-align: left;
}

th.first{
	font-weight:bold;
}


table.c50 th.first,
table.c50 td.first {
	width: 50%;
}

table.c33 th.first,
table.c33 td.first {
	width: 33%;
}

table.c66 th.first,
table.c66 td.first {
	width: 66%;
}

tr.even td, tr.even th {
	background: rgba(0, 114, 206, 0.3);
	text-align: left;
}

table.table_nolayout, table.table_nolayout td{
	border: none;
}

#col2_content table p {
	margin-top:0;
	margin-bottom:0;
}


/* Alerts
-------------------------------------------------------------- */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
}
.alert ul {
	margin: 0 !important;
}

.alert h4 {
  margin: 0;
}

.alert.success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert.fail,
.alert.error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert.info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}


/* Forms
-------------------------------------------------------------*/

#content li.forms-input-text {
	margin-bottom: 3px !important;
}
.controlFormButton {
	font-size: 11px;
	background-image: linear-gradient( white, rgba(0, 114, 206, 0.3) );
	background-color: white;
	border: 1px solid rgba(0, 114, 206, 0.9) !important;
	overflow: visible;
	padding-left: 10px !important;
	padding-right: 10px !important;
	vertical-align:middle;
	float:right;
	width: auto !important;
	margin-left: 5px;
}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
  cursor:not-allowed;
  border-color:#dddddd;
  opacity: 0.5;
}

div#tab_content form.content li.forms-input-submit {
	background-color: #EBEBEB;
	float: left;
}

input.submit {
	background: #f9da5d url(/lay/layout-formbutton.gif) repeat-x top;
	border: 1px solid #ebc642;
	font-size: 0.92em;
	padding: 0.1em 0.7em 0.1em 0.7em;
}

label {
	padding-top:2px;
}

legend span {
	display:block;
	padding-bottom:5px;
}

input.number {
	padding:0px;
	height:13px;
}

select.versand {
	padding:0px;
	height:17px;
	font-size:11px;
	margin-bottom:1px;
}

div.filter {
	margin-right:15px;
}

div.whitebg {
	padding-top:16px;
	background-color:#ffffff;
	margin: 12px 0 -20px -20px;
	padding-right:16px;
	width:105%;
	margin-bottom: -13px;
	}
	

/* Footer
-------------------------------------------------------------- */
#footer{
    clear: both;
    overflow: hidden;
    padding: 0.6em 0 1.2em;
    border-top: 1px solid #D2D2D4;
}

#copyright {
    color: #ccc;
}



/* Login
-------------------------------------------------------------- */
div.subcl {
	margin-top:20px;
}

#artikelvorschau {
	position:absolute;
	top:260px;
	left: 840px;}



/* Edit recipient
-------------------------------------------------------------- */
#edit-recipient {
  padding: 20px 20px 0px 20px;
  background: #ccc;
}

#edit-recipient legend {
  font-weight: bold;
  margin-bottom: 1em;
}

#edit-recipient label {
  display: block;
  clear: both;
  margin-bottom: 1em;
}

#edit-recipient label:after {
  content: '\003A';
}

#edit-recipient label input,
#edit-recipient label select {
  float: right;
  width: 500px;
	  -ms-box-sizing: border-box;
	 -moz-box-sizing: border-box;
		  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#edit-recipient label select {
  padding: 2px 0;
}

.red{
	border:1px solid rgba(255,000,000,0.5);
}

.bold{
	font-weight:bold;
}
.exp_search{
	width: 295px;
	height: auto;
	float: right;
	background-color: white;
	box-shadow: 0px 0px 5px grey;
	position: absolute;
	margin-left: 179px;
	opacity: 0.9;
}
.delpar tr td{
	padding:5px;
}
.ui-autocomplete{
	background-color: rgba(255,255,255,0.9) !important;
	border: 1px solid rgba(000, 000, 000, 0.1) !important;
}
.ui-autocomplete li a{
	padding: 10px !important;
}
.ui-state-hover{
	background: rgba(0, 114, 206, 0.1) !important;
	border: 1px solid rgb(0, 114, 206) !important;
	color: black !important;
	font-weight: bold !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active
{
	background-color: rgb(0, 114, 206, 0.1);
	border: 1px solid rgba(0, 114, 206, 0.1);
}