@charset "UTF-8";

/****************************************************************/
/* CSS Reset by Eric Meyer                                      */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
/****************************************************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td
{
	margin:         0;
	border:         0;
	outline:        0;
	padding:        0;
	vertical-align: baseline;
	font-family:    inherit;
	font-weight:    inherit;
	font-style:     inherit;
	font-size:      100%;
}

body
{
	background:  white;
	line-height: 1;
	color:       black;
}

ol, ul
{
	list-style: none;
}

table
{
	border-collapse: separate;
	border-spacing:  0;
}

caption, th, td
{
	text-align:  left;
	font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after
{
	content: "";
}

blockquote,
q
{
	quotes: "" "";
}

/******************************************************************************/
/* HTML5 elements basic styling by Peter Kröner.                              */
/* http://www.peterkroener.de/firefox-4-was-gibt-es-neues-fuer-webentwickler/ */
/******************************************************************************/
command,
datalist,
source
{
	display: none;
}

article,
aside,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section,
summary
{
	display: block;
}

figure,
menu
{
	margin-top:    1em;
	margin-bottom: 1em;
}

dl menu,
menu dl,
menu menu,
menu ol,
menu ul
{
	margin-top:    0;
	margin-bottom: 0;
}

/**********************************************************/
/* Useful basic stylings based on Stefan Nitzsche’s work. */
/* http://nitzsche.info/                                  */
/**********************************************************/
html
{
	overflow-y: scroll;
}

body
{
	background-color: #FFFFFF;
}

strong,
b
{
	font-weight: bold;
}

em,
i
{
	font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-weight: normal;
}

.hideme
{
	position: absolute;
	left:     -999em;
	top:      -999em;
}

label,
input[type=button],
input[type=submit],
button
{
	cursor: pointer;
}

q:lang(de)
{
	quotes: '„' '“' '‚' '‘';
}

q:lang(en)
{
	quotes: '“' '”' "‘" "’";
}

abbr[title]
{
	border-bottom: 1px dotted #888888 !important;
	cursor:        help;
}

a abbr
{
	cursor: pointer !important;
}

.clearfix:after
{
	clear:      both;
	content:    ".";
	display:    block;
	height:     0;
	visibility: hidden;
}

.clearfix
{
	display: block;
}

input[type="image"]:focus
{
	outline: none;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner
{
	border: none;
}

abbr[title], acronym[title]
{
	border-bottom: none;
}

a:focus,
abbr:focus,
acronym:focus,
address:focus,
applet:focus,
b:focus,
base:focus,
big:focus,
blockquote:focus,
br:focus,
canvas:focus,
caption:focus,
center:focus,
cite:focus,
code:focus,
col:focus,
colgroup:focus,
dd:focus,
del:focus,
dfn:focus,
dir:focus,
div:focus,
dl:focus,
dt:focus,
em:focus,
fieldset:focus,
font:focus,
form:focus,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
hr:focus,
i:focus,
img:focus,
ins:focus,
kbd:focus,
label:focus,
legend:focus,
li:focus,
link:focus,
menu:focus,
object:focus,
ol:focus,
p:focus,
pre:focus,
q:focus,
s:focus,
samp:focus,
small:focus,
span:focus,
strike:focus,
strong:focus,
sub:focus,
sup:focus,
table:focus,
tbody:focus,
td:focus,
tfoot:focus,
th:focus,
thead:focus,
tr:focus,
tt:focus,
u:focus,
ul:focus,
var:focus
{
	outline: none;
}

a img
{
	border:  none;
	outline: none;
}

/**********/
/* Header */
/**********/
#logo
{
	background-color:      transparent;
	background-position:   top left;
	background-repeat:     repeat;
	background-attachment: scroll;
	float:                 left;
	margin:                15px;
}

#logo a
{
	display:   block;
	height:    100%;
	font-size: 0;
}

#portal-navigation
{
	float:        right;
	margin-right: 15px;
}

#portal-navigation ul
{
	float:    right;
	position: relative;
	top:      0;
	right:    0;
}

#portal-navigation li
{
	display:     inline;
	margin-left: 3px;
}

#portal-navigation a,
#portal-navigation span
{
	border-color:               transparent;
	border-style:               solid;
	border-width:               1px;
	border-bottom-left-radius:  4px;
	border-bottom-right-radius: 4px;
	font-size:                  11px;
	font-weight:                bold;
	padding:                    2px;
}

#portal-navigation span
{
	cursor: pointer;
}

#portal-navigation span:hover
{
	text-decoration: underline;
}

#portal-navigation .current
{
	text-decoration: none;
}

header
{
	overflow: auto;
}

/*******************/
/* Site Navigation */
/*******************/
#site-home
{
	background-attachment:     scroll;
	background-color:          transparent;
	background-position:       center center;
	background-repeat:         no-repeat;
	border-bottom-left-radius: 4px;
	border-top-left-radius:    4px;
	height:                    30px;
	width:                     30px;
}

#site-home.current
{
	background-color: #FFFFFF;
}

#site-home a
{
	font-size:      0;
	vertical-align: baseline;
}

#site-menu a
{
	box-sizing: border-box;
	cursor:     pointer;
	display:    block;
	height:     100%;
	width:      100%;
}

#site-menu > li:not(:first-child) > a
{
	padding: 0 10px;
}

#site-menu > li:first-child
{
	border-bottom-left-radius: 4px;
	border-top-left-radius:    4px;
}

#site-menu > li:last-child
{
	border-right-style: solid;
	border-right-width: 1px;
}

#site-navigation
{
	background-attachment: scroll;
	background-color:      #FEE44E;
	background-repeat:     repeat-x;
	background-position:   left top;
	border-style:          solid;
	border-radius:         4px;
	border-width:          1px;
	box-sizing:            border-box;
	height:                32px;
	margin:                0 auto;
	overflow:              visble;
	width:                 100%;
}

#site-navigation-menu
{
	float: left;
}

#site-navigation-search
{
	float: right;
	width: 288px;
}

#site-search > li:first-child
{
	border-left-style: solid;
	border-left-width: 1px;
}

#site-search > li:last-child
{
	border-bottom-right-radius: 4px;
	border-top-right-radius:    4px;
}

#site-shoppingcart
{
	background-attachment: scroll;
	background-color:      transparent;
	background-image:      url(/pictures/global/warenkorb-icon.gif);
	background-repeat:     no-repeat;
	background-position:   center center;
	height:                30px;
	width:                 30px;
}

#site-shoppingcart a
{
	display:        inline-block;
	font-size:      10px;
	height:         90%;
	text-align:     right;
	vertical-align: super;
	width:          75%;
}

.current
{
	background-color: #FFFFFF;
}

.site-navigation-section
{
	box-sizing: border-box;
	display:    table;
}

.site-navigation-section > ul
{
	display: table-row;
	margin:  0;
	padding: 0;
}

.site-navigation-section > ul > li
{
	display:        table-cell;
	font-size:      14px;
	font-weight:    bold;
	position:       relative;
	text-align:     center;
	vertical-align: middle;
}

.site-navigation-section > ul > li:hover
{
	background-color: #FFFFFF;
}

.site-navigation-section > ul a
{
	text-decoration: none;
}

.site-navigation-section > ul > li + li
{
	border-left-style: solid;
	border-left-width: 1px;
}

.site-navigation-section > ul > li:hover .site-submenu,
.site-navigation-section > ul .site-submenu:hover
{
	display: block;
}

.site-search-button
{
	background-attachment:      scroll;
	background-color:           transparent;
	background-position:        top left;
	background-repeat:          no-repeat;
	background-size:            cover;
	border:                     1px solid #999999;
	border-top-right-radius:    4px;
    border-bottom-right-radius: 4px;
    box-sizing:                 border-box;
	height:                     30px;
	padding:                    0;
	margin:                     0;
	vertical-align:             top;
	width:                      32px;
}

.site-search-input
{
    border:                    1px solid #999999;
    border-top-left-radius:    4px;
    border-bottom-left-radius: 4px;
    box-sizing:                border-box;
    box-shadow:                0 0 3px #AAAAAA inset;
    color:                     #5B5B5B;
    font-size:                 14px;
    height:                    30px;
    padding:                   5px 8px 5px;
    vertical-align:            top;
    width:                     calc(100% - 35px);
}

.site-submenu
{
	display:             none;
	font-size:           12px;
	font-weight:         normal;
	list-style-image:    none;
	list-style-position: inside;
	list-style-type:     none;
	padding:             0;
	position:            absolute;
	text-align:          left;
	top:                 30px;
	white-space:         nowrap;
	z-index:             1;
}

.site-submenu a
{
	display:     inline-block;
	font-weight: normal;
	padding:     8px 10px 5px;
}

.site-submenu li
{
	background-color: #FFFFFF;
}

.site-submenu li:hover
{
	background-color: #F2F4F7;
}

.site-submenu li + li
{
	border-top-style: solid;
	border-top-width: 1px;
}

.ui-autocomplete
{
	float:            left;
	margin:           0;
	border:           1px solid #DDDDDD;
	padding:          2px;
	list-style:       none outside none;
	background-color: #FFFFFF;
	font-size:        1.1em;
	color:            #362B36;
	cursor:           default;
}

.ui-autocomplete,
.ui-autocomplete .ui-state-focus
{
	border-radius: 6px;
}

.ui-autocomplete .ui-menu-item
{
	float:       left;
	clear:       left;
	color:       #1355A4;
	font-weight: bold;
	margin:      0;
	padding:     0.2em 0.4em;
	width:       100%;
}

.ui-autocomplete .ui-state-focus
{
	background:  #F5F8F9 url(/pictures/jquery/ui/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;
	border:      1px solid #79B7E7;
	color:       #1D5987;
	font-weight: normal;
	padding:     0 0.4em;
	width:       calc(100% - 1em);
}

.ui-helper-hidden-accessible
{
	position: absolute;
	overflow: hidden;
	width:    1px;
	height:   1px;
	margin:   -1px;
	border:   none;
	padding:  0;
	clip:     rect(0 0 0 0);
}

/*******************/
/* Domain specific */
/*******************/
.portal-geldtipps #logo
{
	background-image: url(/pictures/global/geldtipps-de-logo.png);
	height:           45px;
	width:            255px;
}

.portal-geldtipps #portal-navigation .current
{
	background-color: rgba(255, 255, 255, 0.9);
	color:            #004370;
}

.portal-geldtipps #portal-navigation a,
.portal-geldtipps #portal-navigation span
{
	background-color: rgba(255, 255, 255, 0.5);
	color:            #666666;
}

.portal-geldtipps #site-home
{
	background-image: url(/pictures/global/haus-icon-grau.png);
}

.portal-geldtipps #site-navigation
{
	border-color:     #BBBBBB;
	background-image: url(/pictures/geldtipps/grau-glossy-bg-30px.png);
}

.portal-geldtipps #site-menu > li:last-child
{
	border-right-color: #BBBBBB;
}

.portal-geldtipps .site-navigation-section a
{
	color: #666666;
}

.portal-geldtipps .site-navigation-section > ul > li + li
{
	border-left-color: #BBBBBB;
}

.portal-geldtipps #site-search > li:first-child
{
	border-left-color: #BBBBBB;
}

.portal-geldtipps .site-search-button
{
	background-image: url(/pictures/geldtipps/suche-icon-grau-button-30px.png);
}

.portal-geldtipps .site-submenu
{
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.portal-geldtipps .site-submenu .mark
{
	color: #A81029;
}

.portal-geldtipps .site-submenu li + li
{
	border-color: #999999;
}

.portal-geldtipps body
{
	background-image: url(/pictures/geldtipps/welle-grau-bg.jpg);
}

.portal-rechtstipps #logo
{
	background-image: url(/pictures/global/rechtstipps-de-logo.png);
	height:           45px;
	width:            309px;
}

.portal-rechtstipps #portal-navigation .current
{
	background-color: rgba(255, 255, 255, 0.9);
	color:            #A81029;
}

.portal-rechtstipps #portal-navigation a,
.portal-rechtstipps #portal-navigation span
{
	background-color: rgba(255, 255, 255, 0.5);
	color:            #FFFFFF;
}

.portal-rechtstipps #site-home
{
	background-image: url(/pictures/global/haus-icon-weiss.png);
}

.portal-rechtstipps #site-home:hover,
.portal-rechtstipps #site-home.current
{
	background-image: url(/pictures/global/haus-icon-rot.png);
}

.portal-rechtstipps #site-menu > li:last-child
{
	border-right-color: #8C000D;
}

.portal-rechtstipps #site-navigation
{
	border-color:     #8C000D;
	background-image: url(/pictures/rechtstipps/rot-glossy-bg-30px.png);
}

.portal-rechtstipps #site-search > li:first-child
{
	border-left-color: #8C000D;
}

.portal-rechtstipps .site-navigation-section .current a
{
	color: #8C000D;
}

.portal-rechtstipps .site-navigation-section > ul > li + li
{
	border-left-color: #8C000D;
}

.portal-rechtstipps .site-navigation-section > ul > li > a
{
	color: #FFFFFF;
}

.portal-rechtstipps .site-navigation-section > ul > li:hover > a
{
	color: #A81029;
}

.portal-rechtstipps .site-search-button
{
	background-image: url(/pictures/rechtstipps/suche-icon-rot-button-30px.png);
}

.portal-rechtstipps .site-submenu
{
	box-shadow: 1px 1px 5px rgba(168, 16, 41, 0.5);
}

.portal-rechtstipps .site-submenu a
{
	color: #A81029;
}

.portal-rechtstipps .site-submenu .mark
{
	font-weight: bold;
}

.portal-rechtstipps .site-submenu li + li
{
	border-color: #8C000D;
}

.portal-rechtstipps body
{
	background-image: url(/pictures/rechtstipps/welle-rot-bg.jpg);
}

.portal-steuertipps #logo
{
	background-image: url(/pictures/global/steuertipps-de-logo.png);
	height:           45px;
	width:            297px;
}

.portal-steuertipps #portal-navigation .current
{
	background-color: rgba(255, 255, 255, 0.9);
	color:            #004370;
}

.portal-steuertipps #portal-navigation a,
.portal-steuertipps #portal-navigation span
{
	background-color: rgba(255, 255, 255, 0.5);
	color:            #666666;
}

.portal-steuertipps #site-home
{
	background-image: url(/pictures/global/haus-icon-grau.png);
}

.portal-steuertipps #site-menu > li:last-child
{
	border-right-color: #E3D16D;
}

.portal-steuertipps #site-navigation
{
	background-image: url(/pictures/global/gelb-glossy-bg-30px.png);
	border-color:     #FEE44E;
}

.portal-steuertipps #site-search > li:first-child
{
	border-left-color: #E3D16D;
}

.portal-steuertipps .site-navigation-section a
{
	color: #666666;
}

.portal-steuertipps .site-navigation-section > ul > li + li
{
	border-left-color: #E3D16D;
}

.portal-steuertipps .site-search-button
{
	background-image: url(/pictures/global/suche-icon-button-30px.png);
}

.portal-steuertipps .site-submenu
{
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.portal-steuertipps .site-submenu .mark
{
	color: #A81029;
}

.portal-steuertipps .site-submenu li + li
{
	border-color: #999999;
}

.portal-steuertipps body
{
	background-image: url(/pictures/global/welle-bg.jpg);
}

.portal-verlag #logo
{
	background-image: url(/pictures/global/akademische-de-logo.png);
	height:           56px;
	width:            264px;
}

.portal-verlag #portal-navigation .current
{
	background-color: rgba(255, 255, 255, 0.9);
	color:            #004370;
}

.portal-verlag #portal-navigation a,
.portal-verlag #portal-navigation span
{
	background-color: rgba(255, 255, 255, 0.5);
	color:            #666666;
}

.portal-verlag #site-home
{
	background-image: url(/pictures/global/haus-icon-grau.png);
}

.portal-verlag #site-menu > li:last-child
{
	border-right-color: #CCCCCC;
}

.portal-verlag #site-navigation
{
	background-image: url(/pictures/akademische/blau-glossy-bg-30px.png);
	border-color:     #CCCCCC;
}

.portal-verlag #site-search > li:first-child
{
	border-left-color: #CCCCCC;
}

.portal-verlag .site-navigation-section a
{
	color: #666666;
}

.portal-verlag .site-navigation-section > ul > li + li
{
	border-left-color: #CCCCCC;
}

.portal-verlag .site-search-button
{
	background-image: url(/pictures/global/suche-icon-button-30px.png);
}

.portal-verlag .site-submenu
{
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.portal-verlag .site-submenu .mark
{
	color: #A81029;
}

.portal-verlag .site-submenu li + li
{
	border-color: #999999;
}

.portal-verlag body
{
	background-image: url(/pictures/akademische/welle-blau-bg.jpg);
}

/*****************/
/* Core settings */
/*****************/
h1
{
	margin-bottom: 5px;
	font:          24px/1.3em Arial, Verdana, sans-serif;
	color:         #1355A4;
}

.introHeaderContent h1
{
	font:  24px/1.3em Georgia, "Times New Roman", serif;
	color: #333333;
}

h2
{
	display:        block;
	border-bottom:  1px solid #AAAAAA;
	padding:        5px 0;
	font:           bold 15px/1.5em Arial, Verdana, sans-serif;
}

h3
{
	margin-bottom: 10px;
	font:          bold 14px/1.5em Arial, Verdana, sans-serif;
	color:         #1355A4;
}

h4
{
	margin-bottom: 5px;
	font:          bold 14px/1.5em Arial, Verdana, sans-serif;
	color:         #1355A4;
}

h5
{
	font:  bold 10px/1.5em Arial, Verdana, sans-serif;
	color: #999999;
}

a
{
	text-decoration: none;
	font:            bold 1em/1.5em Arial, Verdana, sans-serif;
	color:           #1355A4;
}

a:hover
{
	text-decoration: underline;
}

p a
{
	font-weight: normal;
}

p
{
	font:  12px/1.5em Arial, Verdana, sans-serif;
	color: #000000;
}

#mainContent p
{
	margin: 0 0 10px;
}

body
{
	background-color:    #FFFFFF;
	background-position: top center;
	background-repeat:   no-repeat;
	color:               #000000;
	font:                12px/1.5em Arial, Verdana, sans-serif;
}

#outerWrapper
{
	width:  960px;
	margin: 0 auto;
	-webkit-text-size-adjust: none;
}

.inlineImageLargeLeft
{
	float:  left;
	width:  300px;
	margin: 10px 20px 10px 0;
}

.inlineImageLargeRight
{
	float:  right;
	width:  300px;
	margin: 10px 0 20px 20px;
}

.inlineImageSmallLeft
{
	display: inline;
	float:   left;
	margin:  5px 15px 15px 0;
}

.inlineImageSmallRight
{
	display: inline;
	float:   right;
	margin:  5px 0 15px 15px;
}

.placeholder
{
	color: #5B5B5B;
}

.footnote
{
	clear: both;
	font:  11px Arial, Verdana, sans-serif;
	color: #666666;
}

#contentWrapper
{
	float:            left;
	width:            100%;
	position:         relative;
	margin-top:       10px;
	border-radius:    8px;
	background-color: #FFFFFF;
}

input
{
	-webkit-box-sizing: content-box;
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
	vertical-align:     middle;
}

input[type = "search"]
{
	-webkit-appearance: textfield;
}

#emailInput
{
	width: 270px;
}

.largeInput,
.smallInput
{
	float:         left;
	height:        21px;
	border:        1px solid #999999;
	padding-top:   3px;
	padding-left:  8px;
	padding-right: 8px;
	line-height:   21px;
	box-shadow:    0 0 3px #AAAAAA inset;
}

.largeInput
{
	width:          280px;
	padding-bottom: 4px;
	font-size:      12px;
}

.more:before
{
	content: "…\0FEFF";
}

.smallInput
{
	width:          200px;
	padding-bottom: 3px;
	font-size:      11px;
}

.largeInput:focus,
.smallInput:focus
{
	outline:    none;
	box-shadow: 0 0 5px #759DCB inset;
}

.largeButton
{
	float:       left;
	width:       32px;
	height:      30px;
	position:    relative;
	left:        -1px;
	margin:      0;
	border:      1px solid #999999;
	padding:     0;
	text-indent: -9999px;
}

.largeButton:hover
{
	border: 1px solid #6D8AAE;
}

.smallButton
{
	float:       left;
	width:       32px;
	height:      29px;
	position:    relative;
	left:        -1px;
	margin:      0;
	border:      1px solid #999999;
	padding:     0;
	text-indent: -9999px;
}

.smallSearchIcon, .smallGreySearchIcon
{
	background-repeat:   no-repeat;
	background-position: top left;
}

.smallSearchIcon
{
	background-color: #FFD54A;
	background-image: url("/pictures/global/suche-icon-button-30px.png");
}

.smallSearchIcon:hover
{
	background-color: #759DCB;
	background-image: url("/pictures/global/suche-icon-button-30px-hover.png");
}

.smallSearchIcon:active
{
	background-color: #5480B7;
	background-image: url("/pictures/global/suche-icon-button-30px-active.png");
}

.smallGreySearchIcon
{
	background-color: transparent;
	background-image: url("/pictures/global/suche-grau-icon-button-30px.png");
}

.smallGreySearchIcon:hover
{
	background-color: #759DCB;
	background-image: url("/pictures/global/suche-icon-button-30px-hover.png");
}

.smallGreySearchIcon:active
{
	background-color: #5480B7;
	background-image: url("/pictures/global/suche-icon-button-30px-active.png");
}

#mainContent
{
	width:  640px;
	margin: 20px 0;
}

.contentThreeFourth
{
	width:  630px;
	margin: 20px 10px;
}

.column
{
	float:   left;
	width:   300px;
	padding: 10px;
}

.cell
{
	margin: 0 0 20px;
}

.twoColumnCell
{
	clear:  both;
	width:  620px;
	margin: 0 10px;
}

.threeFourthColumnCell
{
	clear:  both;
	width:  687px;
	margin: 0 10px;
}

.oneThirdColumnCell
{
	width:   30%;
	padding: 10px;
}

.twoThirdColumnCell
{
	width:   63%;
	padding: 10px;
}

.cellFooter
{
	margin:        15px 0 0 0;
	border-top:    1px dotted #B0B0B0;
	border-bottom: 1px dotted #B0B0B0;
	padding:       8px 0;
}

#sidebar .cellFooter,
#sidebarAlternative .cellFooter
{
	margin:        0;
	border-top:    1px solid #FFFFFF;
	border-bottom: 1px solid #D7D7D9;
	padding:       8px 10px;
}

#sidebar .cellFooterBorder,
#sidebarAlternative .cellFooterBorder
{
	margin:        -2px -10px;
	border-top:    1px solid #D7D7D9;
	border-bottom: 1px solid #FFFFFF;
}

#sidebar #newsletterForm p
{
	float:left;
	margin: 10px 0 0;
	font-size: 11px;
}

.cellFooter a
{
	font-weight: bold;
	font-size:   10px;
}

#breadcrumbs
{
	margin:     10px 10px 0 10px;
	border:     none;
	background: none;
}

#breadcrumbs h1
{
	display: none;
}

#breadcrumbs ul li
{
	display: inline;
	font:    10px Tahoma, Arial, Verdana, sans-serif;
	color:   #5B5B5B;
}

#breadcrumbs ul li a
{
	font:    	  10px Tahoma, Arial, Verdana, sans-serif;
	color:   	  #A7A7A7;
	font-weight:  normal;
}

.infoBox
{
	margin:        0 0 15px;
	border:        1px solid #C1C1C1;
	border-radius: 7px;
	padding:       15px;
	background:    #DEEAF5;
}

.formular, .rechner, .sprechblase, .sprechblasen, .steuersparerklaerung
{
	background-attachment: scroll;
	background-repeat:     no-repeat;
	background-color:      transparent;
}

.formular, .rechner, .steuersparerklaerung
{
	min-height:          100px;
	background-position: 0px 10px;
}

.formular, .rechner
{
	padding-left: 95px;
}

.sprechblase, .sprechblasen
{
	min-height:   70px;
}

.sprechblasen
{
	padding-left:  5px !important;
	padding-right: 100px !important;
}

.sprechblase, .steuersparerklaerung
{
	padding-left: 105px;
}

.formular
{
	background-image: url("/pictures/global/formular-icon.png");
}

.rechner
{
	background-image: url("/pictures/global/rechner-icon.png");
}

.sprechblase
{
	background-image: url("/pictures/global/sprechblase-icon.png");
}

.sprechblasen
{
	background-position: 120px 10px;
	background-image:    url("/pictures/global/sprechblasen-icon.png");
}

.steuersparerklaerung
{
	background-image: url("/pictures/global/steuersparerklaerung-icon.png");
}

.siegel p
{
	float:left;
	width: 120px;
}

.formGroup
{
	float:         left;
	width:         598px;
	margin:        0 0 10px;
	border:        1px solid #EEEEEE;
	border-radius: 5px;
	padding:       15px;
}

.formGroup label
{
	float:      left;
	width:      170px;
	padding:    5px 5px 5px 0px;
	cursor:     auto;
	text-align: left;
	font:       bold 12px/1.5em Arial, Verdana, sans-serif;
	color:      #5B5B5B;
}

.optional,
.label .optional,
.choice
{
	font-weight: normal;
}

.formGroup .links
{
	margin:    5px 0;
	padding:   0;
	font-size: 85%;
}

.formGroup .links a:link
{
	text-decoration: underline;
	color:           #1355A4;
}

.formGroup .links a:active, .formGroup .links a:hover
{
	text-decoration: underline;
	color:           #3937BE;
}

.formGroup .links a:visited
{
	text-decoration: underline;
	color:           #1355A4;
}

.formGroup h4 a
{
	font:  bold 14px/1.5em Arial, Verdana, sans-serif;
	color: #1355A4;
}

.formGroup a
{
	font: bold 12px/1.5em Arial, Verdana, sans-serif;
}

.formGroup a:hover
{
	text-decoration: underline;
}

.formGroup ul
{
	list-style: none;
}
.formGroup ul li
{
	margin: 3px 0;
}

.formGroup ul li a
{
	color: #666666;
}

.formGroup div ul
{
	margin:  0 0 20px 14px;
	padding: 0;
	font:    12px/1.5em Arial, Verdana, sans-serif;
}

.formGroup label
{
	font:       bold 12px/1.5em Arial, Verdana, sans-serif;
	color:      #5B5B5B;
	width:      210px;
	float:      left;
	text-align: left;
	padding:    5px 5px 5px 0px;
}

.formGroup .subLabel
{
	font:        10px/1.2em Arial, Verdana, sans-serif;
	font-weight: normal;
	color:       #B9B9B9;
}

.formGroup .formDescr
{
	width: 500px;
}

.formGroup h2
{
	display:        block;
	margin:         0 0 10px;
	border-bottom:  medium none;
	padding:        0;
	text-transform: none;
	font:           bold 15px/1.5em Arial, Verdana, sans-serif;
	color:          #666666;
}

.formGroup h3
{
	margin-bottom: 0;
}

.formGroup td
{
	display:        table-cell;
	margin:         0;
	border-top:     1px dotted #CCCCCC;
	padding:        5px 5px 5px 0;
	vertical-align: top;
	font:           12px/1.5em Arial, Verdana, sans-serif;
}

.formGroup table
{
	padding-top:    15px;
	padding-bottom: 15px;
}

.formGroup ol
{
	margin-top:    5px;
	margin-bottom: 15px;
	padding-left:  18px;
	list-style:    decimal;
}

.formGroup textarea
{
	float:         left;
	width:         520px;
	margin-bottom: 5px;
}

#sidebar
{
	margin:           20px 8px 0 0;
	padding-top:      0;
	background:       transparent;
	background-image: none;
	width:            300px;
}

#sidebar section
{
	margin-bottom: 10px;
	border:        1px solid #E5EAEE;
	border-radius: 4px;
	box-shadow:    0 2px #E5EAEE;
}


#sidebar .greyBox
{
	border:     1px solid #E6EAEE;
	background: #E5EAEE;
}

#sidebar .yellowBox
{
	border:     1px solid #FEE214;
	background: #FFF191;
}

#sidebar h3
{
	margin:           0;
	padding:          7px 10px;
	background-color: #E5EAEE;
	color:            #004371;
	font:             bold 12px/16px Arial,Verdana,sans-serif;
}

#sidebar .yellowBox  h3
{
	background: #FFF191;
}

#sidebar h3 a
{
	font-weight: bold;
}

#sidebar .teaser
{
	padding: 10px 5px;
}


#sidebar .teaser a
{
	font: normal 1em/16px Arial,Verdana,sans-serif;
}

#sidebar .newsletter #newsletter-form,
#sidebar .newsletter .newsletter-form
{
	overflow: hidden;
	margin:   10px 0;
}

#sidebar .newsletter #email
{
	float:         left;
	width:         170px;
	height:        19px;
	border-radius: 4px;
}

#sidebar .newsletter .info
{
	line-height: 14px;
	font-size:   11px;
	color:       #5B5B5B;
}


#sidebar .newsletter .buttonDefault
{
	float:         right;
	margin:        0;
	padding-left:  10px;
	padding-right: 10px;
}

#sidebar .sideBox .headerBox h3
{
	color: #004371;
}

#sidebar .contentBox a
{
	font: normal 1em/20px Arial,Verdana,sans-serif;
}

#sidebar .sideBox .contentBox
{
	border:        1px solid #FFFFFF;
	border-radius: 4px;
	padding:       10px 0 0;
	background:    #FFFFFF;
}

#sidebar .sideBox .contentBox ul
{
	margin:     0 5px 0 10px;
	list-style: none;
}

#sidebar .sideBox .contentBox h4,
#sidebar .sideBox .contentBox h4 a
{
	font:  bold 12px/20px Arial,Verdana,sans-serif;
	color: #000000;
}

#sidebar .sideBox .contentBox .news
{
	padding: 0 10px;
}

#sidebar .sideBox .contentBox .news p
{
	margin: 0 0 10px;
	font:   normal 12px/20px Arial,Verdana,sans-serif;
	color:  #000000;
}

#sidebar .sideBox .contentBox .news h4, #sidebar .sideBox .contentBox .news h4 a
{
	margin: 0;
	font:   bold 14px/20px Arial,Verdana,sans-serif;
	color:  #000000;
}

#sidebar .sideBox .contentBox .news h4 a
{
	color: 	#1355A4;
}

#sidebar .sideBox .contentBox article
{
	padding: 6px 10px 10px;
}

#sidebar .sideBox .contentBox .all-entries
{
	margin:       10px;
	padding-left: 15px;
	background:   #FFFFFF url("/pictures/topicblock/list-symbol.png") no-repeat scroll left center;
}

#sidebar .sideBox .contentBox .iconList img
{
	float: left;
}

#sidebar .sideBox .contentBox .iconList a
{
	display:      block;
	padding-left: 20px;
}

.linkedList
{
	padding-left: 30px;
	list-style:   square url("/pictures/topicblock/list-symbol.png") outside;
}

.linkedListItem
{
	margin: 5px 0;
	font:   12px/1.5em Arial, Verdana, sans-serif;
}

.module
{
	min-height: 75px;
	padding:    10px 5px;
	font:       12px/1.5em Arial, Verdana, sans-serif;
	color: 		#000000;
}

.module .countdown
{
	margin-top: 5px;
}

.infoBox .module
{
	border-bottom: none;
	padding:       0;
}

.module li
{
	display: inline;
}

.module img
{
	float:        left;
	margin-right: 15px;
}

.module h5
{
	display: inline;
}

.module .image-desc
{
	padding-left: 110px;
}

.sidebar .productImage
{
	min-height: 100px;
	border:     none;
}

.sidebar .cell
{
	clear: both;
}

#sidebarAlternative
{
	width:   300px;
	margin:  0 0 10px;
	padding: 10px 10px 25px;
}

#sidebarAlternative a
{
	color: #666666;
}

.sidebarBox
{
	border:           1px solid #CCCCCC;
	border-radius:    7px;
	padding:          10px;
	background-color: #F7F7F7;
}

.sidebarBlockWrapper
{
	border-top:    1px solid #D7D7D9;
	border-bottom: 1px solid #FFFFFF;
	margin:        0 -10px;
}

.sidebarSubblockWrapper
{
	border-bottom: 1px solid #D7D7D9;
	border-top:    1px solid #FFFFFF;
	padding:       10px;
}

#sidebarOneFourth
{
	width:   218px;
	padding: 20px 10px 25px;
}

.innerLast
{
	border-bottom: none;
}

.outerLast
{
	border-top:    1px solid #D7D7D9;
	border-bottom: none;
}

.linedList
{
	margin:        0 -5px;
	border-top:    1px solid #D7D7D9;
	border-bottom: 1px solid #FFFFFF;
}

.linedListItem
{
	display:       block;
	border-top:    1px solid #FFFFFF;
	border-bottom: 1px solid #D7D7D9;
	padding:       5px 10px;
	font:          12px/1.5em Arial, Verdana, sans-serif;
}

.searchForm
{
	display: block;
	clear:   both;
	margin:  10px 0px;
}

footer
{
	float:            left;
	width:            100%;
	height:           80px;
	margin:           50px 0 0 0;
	padding:          20px 0 10px;
	background-color: #F1F3F5;
}

#footerContent
{
	width:      960px;
	margin:     0 auto;
	text-align: center;
}

#footerLogos
{
	position: absolute;
}

#footerLogos img:first-child
{
	margin: 0 30px 0 10px;
}

#footerNav
{
	text-align: center;
}

#footerNav ul li
{
	display: inline;
	font:    11px/1.5em Arial, Verdana, sans-serif;
}

#cookieLayer
{
	display: none;
	color: #104072;
	border-top: 1px solid #B0B0B0;
	background-color: #F0F3FC;
	/*display: none;*/
	bottom: 0;
	position: fixed;
	width: 100%;
	z-index: 999;
}

#cookieLayer div
{
	padding: 5px 10px 5px 10px;
	font:       12px/14px Arial, Verdana, sans-serif;
	text-align: center;
}

#cookieLayer a
{
	font-weight: bold;
	background-color: #E5EAEE;
	border-radius: 4px;
	cursor: pointer;
	line-height: 19px;
	white-space: nowrap;
	padding: 4px 8px;
	text-decoration: none;
	margin-left: 5px;
}

#copyright
{
	float:  left;
	clear:  both;
	width:  100%;
	margin: 20px 0;
}

#copyright p
{
	text-align: center;
	font:       11px/1.5em Arial, Verdana, sans-serif;
	color:      #585858;
}

.meta
{
	width:         100%;
	border-bottom: 1px solid #CCCCCC;
	border-top:    1px solid #CCCCCC;
	overflow:      auto;
	padding:       10px 0;
	margin-top:    10px;
}

.meta ul li
{
	font: 11px Arial, Verdana, sans-serif;
}

.meta .social li
{
	display: block;
	float:   left;
	font:    11px Arial, Verdana, sans-serif;
}

.meta .social .fb
{
	width: 115px;
}

.meta .social .likeAndSend
{
	width: 180px;
}

.meta .social .gPlusOne
{
	width: 70px;
}

.meta .social .tweet
{
	width: 100px;
}

.options
{
	position: relative;
	top:      2px;
}

.optionsColumn
{
	float:  left;
	margin: 0 5px;
}

.optionsColumn li
{
	display: block;
}

.options li, .optionsColumn li
{
	margin:       5px 0 0 5px;
	padding-left: 20px;
}

.options li a, .optionsColumn li a
{
	font: normal 11px Arial, Verdana, sans-serif;
}

ul .exportMeta, ul .favMeta, ul .printMeta, ul .sendMeta
{
	background-position: top left;
	background-repeat:   no-repeat;
	background-color:    transparent;
}

ul .exportMeta
{
	background-image: url("/pictures/global/exportieren-meta-icon.png");
}

ul .favMeta
{
	background-image: url("/pictures/global/merken-meta-icon.png");
}

ul .printMeta
{
	background-image: url("/pictures/global/drucken-meta-icon.png");
}

ul .sendMeta
{
	background-image: url("/pictures/global/versenden-meta-icon.png");
}

.pagenav
{
	clear:         both;
	height:        25px;
	margin:        20px 0;
	border-bottom: 1px solid #CCCCCC;
	padding:       10px 10px 0;
	background:    #F7F7F7;
}

.pager
{
	float:      left;
	width:      60%;
	border:     medium none;
	background: transparent none repeat scroll 0 0;
}

.pager ul li
{
	display: inline;
	font:    12px/1.5em Arial, Verdana, sans-serif;
}

.pager ul .selected
{
	border-radius:    2px;
	padding:          5px;
	background-color: #6588B0;
	color:            #FFFFFF;
}

.pager ul li a
{
	padding: 5px;
}

.pager ul li a:hover
{
	border-radius:   2px;
	background:      #DEEAF5;
	text-decoration: none;
}

.pager ul li .prev, .pager ul li .next
{
	padding-left:        20px;
	background-position: left 6px;
	background-repeat:   no-repeat;
	background-color:    transparent;
}

.pager ul li .prev
{
	background-image: url("/pictures/global/arrow-left.png");
}

.pager ul li .next
{
	background-image: url("/pictures/global/arrow-right.png");
}

.pager ul li .prev:hover, .pager ul li .next:hover
{
	text-decoration: underline;
}

.list
{
	float:    right;
	position: relative;
}

.listHeader
{
	margin-left:   15px;
	padding-right: 12px;
	cursor:        pointer;
	background:    transparent url("/pictures/global/pfeil-klein.png") no-repeat scroll right 5px;
	font:          0.75em/1.5em Arial, Verdana, sans-serif;
}

.listMenu
{
	width:      90px;
	position:   absolute;
	right:      0;
	background: #FFFFFF none repeat scroll 0 0;
	border:     1px solid #CCCCCC;
}

.listMenu li a
{
	display:   block;
	padding:   5px;
	font-size: 11px;
}

.listMenu li a:hover
{
	background:      #EEEEEE;
	text-decoration: none;
}

.linkList
{
	margin:           5px 0 0 24px;
	list-style-image: url("/pictures/global/pfeil-klein-lang-grau.png");
}

.linkList li
{
	position: relative;
}

.linkList li a
{
	font:  bold 12px/1.5em Arial, Verdana, sans-serif;
	color: #666666;
}

.textField_46
{
	width: 46px;
}

.textField_48
{
	width: 48px;
}

.textField_59
{
	width: 59px;
}

.textField_80
{
	width: 80px;
}

.textField_100
{
	width: 100px;
}

.textField_110
{
	width: 110px;
}

.textField_115
{
	width: 115px;
}

.textField_120
{
	width: 120px;
}

.textField_140
{
	width: 140px;
}

.textField_165
{
	width: 165px;
}

.textField_220
{
	width: 220px;
}

.textField_224
{
	width: 224px;
}

.textField_280
{
	width: 280px;
}

br.clear
{
	clear:       both;
	line-height: 35px;
}

h2 a, h3 a, h4 a
{
	color: #1355A4;
}

.buttonDefault
{
	float:           left;
	margin:          10px 0;
	border:          1px solid #B0B0B0;
	border-radius:   3px;
	padding:         5px 20px;
	background:      transparent url("/pictures/global/gelb-satin-bg-30px.png") repeat-x top left;
	text-align:      center;
	text-decoration: none;
	font:            bold 12px Arial, Verdana, sans-serif;
	color:           #FFFFFF;
}

.buttonDefault:hover
{
	border-color:    #6D8AAE;
	background:      transparent url("/pictures/global/blau-satin-bg-30px.png") repeat-x top left;
	text-decoration: none;
	color:           #FFFFFF;
}

.buttonDefault:active
{
	border-color: #6D8AAE;
	background:   transparent url("/pictures/global/blau-dunkel-satin-bg-30px.png") repeat-x top left;
	color:        #FFFFFF;
}

.buttonAlternative
{
	background: transparent url("/pictures/global/grau-glossy-bg-30px.png") repeat-x top left;
	color:      #666666;
}

#buttonDefault a:hover
{
	text-decoration: none;
	color:           #FFFFFF;
}

.buttonOrange, .buttonOrange:hover, .buttonOrange:active
{
	border:     1px solid #C9652C;
	background: transparent url("/pictures/global/orange-satin-bg-30px.png") repeat-x top left;
	color:      #FFFFFF;
}

.editData
{
	background:   transparent url("/pictures/global/edit-icon.png") no-repeat left 1px;
	padding-left: 15px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}
.center
{
	text-align: center;
}

.hide
{
	text-indent: -9999px;
}

.leftBox
{
	float: left;
	width: 50%;
}

.rightBox
{
	float: right;
	width: 50%;
}

.clear
{
	clear: both;
}

/******************/
/* Sidebar-Teaser */
/******************/

.imageTeaser img,
.script-teaser img
{
	margin: 3px 3px 0;
	width:  292px;
}

/* Message Box */
.errorBox, .infoBox, .successBox
{
	background-attachment: scroll;
	background-position:   10px 8px;
	background-repeat:     no-repeat;
	border-style:          solid;
	border-width:          1px;
	border-radius:         4px;
	margin:                10px 10px;
	padding:               10px 10px 10px 35px;
	min-height:            35px;
}

.portal-geldtipps .errorBox,
.portal-geldtipps .infoBox,
.portal-geldtipps .successBox
{
	background-color: #D7D7D9;
	background-image: url("/pictures/global/hint-regular.png");
	border-color:     #BBBBBB;
	color:            #666666;
}

.portal-rechtstipps .errorBox,
.portal-rechtstipps .infoBox,
.portal-rechtstipps .successBox
{
	background-color: #A8122B;
	background-image: url("/pictures/global/hint-alternative.png");
	border-color:     #8C000D;
	color:            #FFFFFF;
}

.portal-steuertipps .errorBox,
.portal-steuertipps .infoBox,
.portal-steuertipps .successBox
{
	background-color: #FEEF7C;
	background-image: url("/pictures/global/hint-regular.png");
	border-color:     #FEE44E;
	color:            #666666;
}

.portal-verlag .errorBox
{
	background-color: #D7D7D9;
	background-image: url("/pictures/global/hint-regular.png");
	border-color:     #BBBBBB;
	color:            #666666;
}

.errorBox a,
.infoBox a,
.successBox a
{
	text-decoration: underline;
	font-weight: 	 bold;
}

.portal-rechtstipps .errorBox a,
.portal-rechtstipps .infoBox a,
.portal-rechtstipps .successBox a
{
	color:            #FFFFFF;
}

/* END: Message Box */

.formError
{
	margin-left:   10px;
	margin-bottom: 5px;
	font:          14px/1.5em Arial, Verdana, sans-serif;
	color:         #FF0000;
}

.formInfo
{
	margin-left:   10px;
	margin-bottom: 5px;
	font:          14px/1.5em Arial, Verdana, sans-serif;
	color:         #4DC930;
}

.startPage
{
	padding-left: 0;
}

label.customerError
{
	clear:         both;
	margin-left:   131px;
	margin-bottom: 5px;
	padding-left:  20px;
	background:    transparent url("/pictures/global/errorHint.gif") no-repeat scroll left 2px;
	font:          12px/1.5em Arial, Verdana, sans-serif;
	color:         #FF0000;
}

input.customerError
{
	margin-bottom: 1px;
	border:        1px solid #FF0000;
}

sub
{
	vertical-align: bottom;
	font-size:      80%;
}

sup
{
	vertical-align: top;
	font-size:      80%;
}

.dotdotdot
{
	font-weight: bold;
}

#sidebar .contentBox .iconList
{
	vertical-align: top;
	margin-left:    9px;
}

#sidebar .contentBox .iconList .column1
{
	width:          20px;
	vertical-align: top;
}

#sidebar .contentBox .iconList .column2
{
	vertical-align: top;
}

#cams-maintenance .close,
#cams-maintenance .send,
#default-modal-dialog .close,
#default-modal-dialog .send,
.modal-dialog .close,
.modal-dialog .send
{
	cursor: pointer;
}

#cams-maintenance .close,
#default-modal-dialog .close,
.modal-dialog .close
{
	float: right;
}

#cams-maintenance,
#default-modal-dialog,
.modal-dialog
{
	display:          none;
	width:            450px;
	border-radius:    7px;
	padding:          10px;
	background-color: white;
	border:           1px solid #CCCCCC;
}

#cams-maintenance p,
#default-modal-dialog p,
.modal-dialog p
{
	margin-top: 1em;
	overflow:   hidden;
}

#modal-overlay
{
	background-color: #000000;
}

#processing-dialog{ display: block; }
#processing-dialog img{ margin-right: 5px; }

/***********/
/* Slimbox */
/***********/
#lbOverlay
{
	width:            100%;
	height:           100%;
	position:         fixed;
	left:             0;
	top:              0;
	z-index:          9999;
	background-color: #000000;
	cursor:           pointer;
}

#lbBottomContainer,
#lbCenter
{
	position:         absolute;
	z-index:          9999;
	overflow:         hidden;
	background-color: #FFFFFF;
}

.lbLoading
{
	background: #FFFFFF url("/pictures/jquery/slimbox/loading.gif") no-repeat center;
}

#lbImage
{
	position:          absolute;
	left:              0;
	top:               0;
	border:            10px solid #FFFFFF;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink
{
	display:  block;
	width:    50%;
	position: absolute;
	top:      0;
	outline:  none;
}

#lbPrevLink
{
	left: 0;
}

#lbPrevLink:hover
{
	background: transparent url("/pictures/jquery/slimbox/prevlabel.gif") no-repeat 0 15%;
}

#lbNextLink
{
	right: 0;
}

#lbNextLink:hover
{
	background: transparent url("/pictures/jquery/slimbox/nextlabel.gif") no-repeat 100% 15%;
}

#lbBottom
{
	border:           10px solid #FFFFFF;
	border-top-style: none;
	line-height:      1.4em;
	text-align:       left;
	font-family:      Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size:        10px;
	color:            #666666;
}

#lbCloseLink
{
	display:    block;
	float:      right;
	width:      154px;
	height:     22px;
	margin:     5px 0;
	outline:    none;
	background: transparent url("/pictures/jquery/slimbox/closelabel.gif") no-repeat center;
}

#lbCaption, #lbNumber
{
	margin-right: 71px;
}

#lbCaption
{
	font-weight: bold;
}

/*****************/
/* Social plugin */
/*****************/
.meta .print, .meta .send
{
	cursor: pointer;
}

/**************/
/* KWK-Teaser */
/**************/
#kwk-teaser
{
	float:         left;
	margin:        20px 0;
	border-top:    3px double #E5EAF0;
	border-bottom: 3px double #E5EAF0;
	padding:       10px 0 0 150px;
	background:    transparent url("/pictures/kwk/voucher.png") no-repeat scroll left center;
}

#kwk-teaser h1
{
	font-size:   14px;
	font-weight: bold;
}

#kwk-teaser p
{
	margin-bottom: 10px;
}

#kwk-teaser a
{
	display:       block;
	width:         145px;
	border:        1px solid #FF5400;
	border-radius: 5px;
	padding:       10px;
	background:    -moz-linear-gradient(top, #FE8F57 0%, #FF5400 100%);
	background:    -ms-linear-gradient(top, #FE8F57 0%, #FF5400 100%);
	background:    -o-linear-gradient(top, #FE8F57 0%, #FF5400 100%);
	background:    -webkit-linear-gradient(top, #FE8F57 0%, #FF5400 100%);
	background:    linear-gradient(to bottom, #FE8F57 0%, #FF5400 100%);
	filter:        progid:DXImageTransform.Microsoft.gradient(startColorstr='#FE8F57', endColorstr='#FF5400', GradientType=0);
	font-weight:   bold;
	text-shadow:   0 -1px 0 #333333;
	font-size:     16px;
	color:         #FFFFFF;
}

#kwk-teaser a:hover
{
	text-decoration: none;
}

#kwk-teaser-new
{
	margin:        20px 0;
	border-top:    3px double #E5EAF0;
	border-bottom: 3px double #E5EAF0;
	padding:       10px 0;
	width:         100%;
	text-align:    center;
}

/**********************************/
/* Datepicker (ui-datepicker-div) */
/**********************************/
#ui-datepicker-div
{
	background: url("/pictures/jquery/ui/ui-bg_flat_75_ffffff_40x100.png") repeat-x scroll 50% 50% #FFFFFF;
	border: 1px solid #AAAAAA;
	color: #222222;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}

#ui-datepicker-div a {
	color: #222222;
}
#ui-datepicker-div .ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url(/pictures/jquery/ui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
#ui-datepicker-div .ui-widget-header a {
	color: #222222;
}
/* states and images */
#ui-datepicker-div .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
#ui-datepicker-div .ui-state-default
{
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(/pictures/jquery/ui/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
#ui-datepicker-div .ui-state-default a,
#ui-datepicker-div .ui-state-default a:link,
#ui-datepicker-div .ui-state-default a:visited
{
	color: #555555;
	text-decoration: none;
}
#ui-datepicker-div .ui-state-hover,
#ui-datepicker-div .ui-state-focus
{
	border: 1px solid #999999;
	background: #dadada url(/pictures/jquery/ui/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
#ui-datepicker-div .ui-state-hover a,
#ui-datepicker-div .ui-state-hover a:hover,
#ui-datepicker-div .ui-state-hover a:link,
#ui-datepicker-div .ui-state-hover a:visited
{
	color: #212121;
	text-decoration: none;
}
#ui-datepicker-div .ui-state-active
{
	border: 1px solid #aaaaaa;
	background: #ffffff url(/pictures/jquery/ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
#ui-datepicker-div .ui-state-active a
{
	color: #212121;
	text-decoration: none;
}
/* Overlays */
#ui-datepicker-div .ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}

#ui-datepicker-div .ui-widget-header .ui-icon {
	background-image: url(/pictures/jquery/ui/ui-icons_222222_256x240.png);
}

.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }

/****************************/
/* TipTip CSS - Version 1.2 */
/****************************/
#tiptip_holder
{
	display:  none;
	left:     0;
	position: absolute;
	top:      0;
	z-index:  99999;
}

.tiptip
{
	cursor: pointer;
}

#tiptip_holder.tip_top
{
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom
{
	padding-top: 5px;
}

#tiptip_holder.tip_right
{
	padding-left: 5px;
}

#tiptip_holder.tip_left
{
	padding-right: 5px;
}

#tiptip_content
{
	background-color: rgb(25, 25, 25);
	background-color: rgba(25, 25, 25, 0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000000));
	border:           1px solid rgba(255,255,255,0.25);
	border-radius:    3px;
	box-shadow:       0 0 3px #555555;
	color:            #FFFFFF;
	font-size:        11px;
	padding:          4px 8px;
	text-shadow:      0 0 2px #000000;
}

/* HTML-Inhalte innerhalb des ToolTips */
#tiptip_content p
{
	color: #FFFFFF;
}

#tiptip_content a
{
	color: #FB7600;
}

#tiptip_arrow,
#tiptip_arrow_inner
{
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height:       0;
	position:     absolute;
	width:        0;
}

#tiptip_holder.tip_top #tiptip_arrow
{
	border-top-color: #FFFFFF;
	border-top-color: rgba(255, 255, 255, 0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow
{
	border-bottom-color: #FFFFFF;
	border-bottom-color: rgba(255, 255, 255, 0.35);
}

#tiptip_holder.tip_right #tiptip_arrow
{
	border-right-color: #FFFFFF;
	border-right-color: rgba(255, 255, 255, 0.35);
}

#tiptip_holder.tip_left #tiptip_arrow
{
	border-left-color: #FFFFFF;
	border-left-color: rgba(255, 255, 255, 0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner
{
	border-top-color: rgb(25, 25, 25);
	border-top-color: rgba(25, 25, 25, 0.92);
	margin-left:      -6px;
	margin-top:       -7px;
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner
{
	border-bottom-color: rgb(25, 25, 25);
	border-bottom-color: rgba(25, 25, 25, 0.92);
	margin-left:         -6px;
	margin-top:          -5px;
}

#tiptip_holder.tip_right #tiptip_arrow_inner
{
	border-right-color: rgb(25, 25, 25);
	border-right-color: rgba(25, 25, 25, 0.92);
	margin-left:        -5px;
	margin-top:         -6px;
}

#tiptip_holder.tip_left #tiptip_arrow_inner
{
	border-left-color: rgb(25, 25, 25);
	border-left-color: rgba(25, 25, 25, 0.92);
	margin-top:        -6px;
	margin-left:       -7px;
}

.showTipTip
{
	cursor: pointer;
	color:  #1355A4;
}

/******************/
/* Support-Teaser */
/******************/
.support-teaser-icon
{
	background-attachment: scroll;
	background-color:      #E5EAF0;
	background-position:   center 10px;
	background-repeat:     no-repeat;
	border-right:          1px solid #D6DADE;
}

.support-teaser-invisible
{
	right: -250px;
}

.support-teaser-visible
{
	right: 0;
}

#open-chat
{
	cursor: pointer;
}

#support-teaser
{
	background-color:           white;
	position:                   fixed;
	top:                        45%;
	transition-delay:           0s;
	transition-duration:        0.5s;
	transition-property:        right;
	transition-timing-function: ease-in-out;
	z-index:                    1;
}

#support-teaser a
{
	font-weight: bold;
}

#support-teaser figure
{
	margin:   0;
	position: absolute;
	right:    0;
	top:      -100px;
	z-index:  2;
}

#support-teaser p
{
	font-size: 13px;
}

#support-teaser td
{
	padding:        10px 10px;
	vertical-align: middle;
}

#support-teaser td:first-child p
{
	color: transparent;
}

#support-teaser td:last-child
{
	width: 230px;
}

#support-teaser tr:first-child td:last-child
{
	border-top: 1px solid #D6DADE;
}

#support-teaser tr:last-child td:last-child
{
	border-bottom: 1px solid #D6DADE;
}

#support-teaser-email .support-teaser-icon
{
	background-image: url(/pictures/support-teaser/email.png);
}

#support-teaser-faq td
{
	padding-top: 20px;
}

#support-teaser-faq .support-teaser-icon
{
	background-image:    url(/pictures/support-teaser/faq.png);
	background-position: center 20px;
}

#support-teaser-telephone .support-teaser-icon
{
	background-image: url(/pictures/support-teaser/telephone.png);
}

#webscoutButton p,
#webscoutButton td
{
	transition-delay:           0s;
	transition-duration:        0.5s;
	transition-property:        all;
	transition-timing-function: ease-in-out;
}

#webscoutButton.available p
{
	font-size:   inherit;
	height:      auto;
	line-height: normal;
}

#webscoutButton.busy p,
#webscoutButton.notAvailable p
{
	font-size:   0;
	height:      0;
	line-height: 0;
}

#webscoutButton.busy td,
#webscoutButton.notAvailable td
{
	padding: 0;
}

#webscoutButton .support-teaser-icon
{
	background-image: url(/pictures/support-teaser/chat.png);
}

/*************/
/* Countdown */
/*************/
.countdown
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
}

.countdown-amount
{
	background-color:   #FF5907;
	border-left-color:  #FF702A;
	border-left-style:  solid;
	border-left-width:  1px;
	border-right-color: #E44906;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color:   #FF5907;
	border-top-style:   solid;
	border-top-width:   1px;
	display:            block;
	font-size:          20px;
	padding:            5px 0;
}

.countdown-period
{
	background-color:    #CC4706;
	border-bottom-color: #FF5907;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color:   #D36129;
	border-left-style:   solid;
	border-left-width:   1px;
	border-right-color:  #B63A05;
	border-right-style:  solid;
	border-right-width:  1px;
	display:             block;
	font-size:           10px;
	padding:             2px 0;
}

.countdown-row
{
	margin: 0 auto;
}

.countdown-section
{
	color:      #FFFFFF;
	display:    inline-block;
	text-align: center;
	min-width:  55px;
}

.countdown-section:first-child .countdown-amount
{
	border-left-color:      #FF5907;
	border-top-left-radius: 3px;
}

.countdown-section:last-child .countdown-amount
{
	border-right-color:      #FF5907;
	border-top-right-radius: 3px;
}

.countdown-section:first-child .countdown-period
{
	border-bottom-left-radius: 3px;
	border-left-color:         #CC4706;
}

.countdown-section:last-child .countdown-period
{
	border-bottom-right-radius: 3px;
	border-right-color:         #CC4706;
}

/* Webkit Hacks */
@media screen and (-webkit-min-device-pixel-ratio: 0)
{
	#tiptip_content
	{
		background-color: rgba(45, 45, 45, 0.88);
		padding:          4px 8px 5px 8px;
	}
	
	#tiptip_holder.tip_bottom #tiptip_arrow_inner
	{
		border-bottom-color: rgba(45, 45, 45, 0.88);
	}
	
	#tiptip_holder.tip_top #tiptip_arrow_inner
	{
		border-top-color: rgba(20, 20, 20, 0.92);
	}
}

@media screen and (max-width: 959px)
{
	#footerContent,
	#mainContent,
	#outerWrapper,
	.twoColumnCell
	{
		width: auto;
	}
	
	#footerLogos,
	#sidebar,
	#sidebarAlternative
	{
		display: none;
	}
	
	#outerWrapper
	{
		margin: 0;
	}
	
	#sidebarOneFourth
	{
		display: none;
	}
	
	#site-home
	{
		background-position: 55px center;
		display:             list-item;
		width:               82px;
	}
	
	#site-home.current
	{
		background-color: transparent;
	}
	
	#site-home a
	{
		font-size:      14px;
		padding:        5px;
		text-align:     left;
		text-transform: uppercase;
	}
	
	#site-menu
	{
		position: absolute;
	}
	
	#site-menu,
	#site-navigation-menu
	{
		display: block;
	}
	
	#site-menu > li:hover .site-submenu
	{
		display: none;
	}
	
	#site-menu > li:last-child
	{
		border-bottom-color: #999999;
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}
	
	#site-menu > li:not(:first-child)
	{
		background-color:   #F2F4F7;
		border-left-color:  #999999;
		border-left-style:  solid;
		border-left-width:  1px;
		border-right-color: #999999;
		border-right-style: solid;
		border-right-width: 1px;
		border-top-color:   #999999;
		border-top-style:   solid;
		border-top-width:   1px;
		display:            none;
		text-align:         left;
		z-index:            1;
	}
	
	#site-menu > li:not(:first-child) a
	{
		display: inline-block;
		padding: 8px 10px 5px;
	}
	
	#site-menu > li:nth-child(2),
	.site-submenu
	{
		border-top-color: #999999;
		border-top-style: solid;
		border-top-width: 1px;
	}
	
	#site-navigation-search
	{
		width: calc(100% - 82px);
	}
	
	.contentThreeFourth
	{
		width: auto;
	}
	
	.portal-geldtipps #site-home,
	.portal-steuertipps #site-home,
	.portal-verlag #site-home
	{
		background-image: url(/pictures/global/site-menu-grau.png);
	}
	
	.portal-geldtipps #site-menu li:last-child,
	.portal-rechtstipps #site-menu li:last-child,
	.portal-steuertipps #site-menu li:last-child,
	.portal-verlag #site-menu li:last-child
	{
		border-right-color: #999999;
	}
	
	.portal-rechtstipps #site-home,
	.portal-rechtstipps #site-home:hover,
	.portal-rechtstipps #site-home.current
	{
		background-image: url(/pictures/global/site-menu-weiss.png);
	}
	
	.portal-rechtstipps #site-home:hover a
	{
		color: #FFFFFF;
	}
	
	.portal-rechtstipps #site-menu > li:not(:first-child) a
	{
		color: #A81029;
	}
	
	.portal-geldtipps .site-submenu,
	.portal-rechtstipps .site-submenu,
	.portal-steuertipps .site-submenu,
	.portal-verlag .site-submenu
	{
		box-shadow: none;
	}
	
	.site-submenu
	{
		position: static;
		top:      0;
	}
}

@media screen and (max-width: 790px)
{	
	#support-teaser
	{
		display:none;
	}
}

@media screen and (max-width: 719px)
{
	#mainContent.right
	{
		float: none;
	}
}

@media screen and (max-width: 639px)
{
	.more
	{
		background-color: #7B9DC7;
		border-color:     #6D8AAE;
		border-radius:    7px;
		border-style:     solid;
		border-width:     1px;
		color:            #FFFFFF;
		padding:          0 5px;
	}
	
	.more:after
	{
		content: "\00A0Informationen";
	}
	
	.more:before
	{
		content: "";
	}
}

@media screen and (max-width: 599px)
{
	#portal-navigation,
	.printMeta
	{
		display: none;
	}
}

@media screen and (max-width: 479px)
{
	.options
	{
		display: none;
	}
	
	#cams-maintenance,
	#default-modal-dialog,
	.modal-dialog
	{
		width: auto;
	}
}

@media screen and (max-width: 399px)
{
	.meta .social .gPlusOne
	{
		display: none;
	}
}