/* TYPO
************************************************/

h1, h2, h3, h4, table caption, h2 span {
}

h1, h2, h3, h4 {
	font-weight: normal;
	color: #136;
}

h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}

h1 {
	font-size: 26px;
	line-height: 32px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin: 30px 0 15px 0;
}

#sidebar h2 { margin-top: 0; }

h3 {
	font-size: 16px;
	line-height: 21px;
	margin: 30px 0 15px 0;
	font-weight: bold;
}

h4 {
	font-size: 110%;
	margin-bottom: 0.5em;
}

p {
	margin-bottom: 1em;
}

div.vorspann, p.vorspann {
	font-size: 16px;
	line-height: 22px;
	color: #555;
	margin-bottom: 15px;
}

div.vorspann ul li {
	margin: 0 0 0 26px;
}

a, a:link, a:active {
	text-decoration: underline;
	color: #136;
}

a:active {
	outline: none;
	position: relative;
	top: 1px;
}

a:hover, a:focus { color: #000; }

/*
#stage a[href^="http://"], #stage a[href^="https://"] {
	background: url(/images/icons/link.png) no-repeat 99% 50%;
	padding-right: 20px;
}
*/

.red { color: #c22; }
.orange { color: rgb(255, 153, 51); }
.nowrap { white-space: nowrap; }

.iconBack, .iconAdd, .iconAction, .iconCart, .iconEdit, .iconInfo,
.iconPrev, .iconList, .iconMail, .iconDel, .iconView {
	padding-left: 20px;
}

.iconBack { background: url(/images/icons/bullet_back.png) no-repeat 0 50% !important; }
.iconAdd { background: url(/images/icons/add.png) no-repeat 0 50%; }
.iconAction { background: url(/images/icons/16-tool-b.png) no-repeat 0 50%; }
.iconCart { background: url(/images/icons/cart.png) no-repeat 0 50%; }
.iconEdit { background: url(/images/icons/pencil.png) no-repeat 0 50%; }
.iconInfo { background: url(/images/icons/information.png) no-repeat 0 50%; }
.iconList { background: url(/images/icons/16-star-hot.png) no-repeat 0 50%; }
.iconList { background: url(/images/activeMenu.gif) no-repeat 0 50%; padding-left: 25px; }
.iconMail { background: url(/images/icons/email.png) no-repeat 0 50%; }
.iconDel { background: url(/images/icons/delete.png) no-repeat 0 50%; }
.iconView { background: url(/images/icons/16-zoom.png) no-repeat 0 50%; }
.iconPrev { background: url(/images/icons/blueArrowLeft.png) no-repeat 0 50%; color: #136; text-decoration: none; }
.iconFind { background: url(/images/icons/magnifier.png) no-repeat 0 50%; padding-left: 20px; }
.iconNext { background: url(/images/icons/blueArrowRight.png) no-repeat 100% 50%; padding-left: 0; padding-right: 20px; color: #136; text-decoration: none; }

html:lang(de),
:lang(de) cite,
:lang(de) q,
:lang(de) blockquote p,
:lang(de) blockquote dd {
	quotes: '\201E' '\201C' '\201A' '\2018';
	/*quotes: '\00bb' '\00ab' '\203a' '\2039';*/
}

q:before { content: open-quote; }
q:after  { content: close-quote; }

address {
	background: url(/images/icons/microformats/icon-hcard-add.png) no-repeat 100% 0;
	font-size: 90%;
	line-height: 130%;
}

div.addressBox {
	width: 25em;
	background: #eee url(/images/fieldset_white.gif) repeat-x 0 0;
	border: 1px solid #ccc;
	padding: 0.7em 0.7em 0.5em 0.7em;
	margin-bottom: 1em;
}

div.addressBox address {
	font-size: 100%;
	margin-bottom: 2.5em;
	background: url(/images/icons/microformats/icon-hcard-add.png) no-repeat 100% 0;
	font-style: normal;
	margin-bottom: 0;
}

.vcard .fn { font-weight: bold; }

.small, .smallBlock {
	color: #777;
	font-size: 11px;
	line-height: 15px;
}

.smallBlack { font-size: 85%; line-height: 120%; }
.smallBlock { display: block; margin-top: 0.3em; }

.noMargin { margin-top: 0 !important; }

.big {
	font-size: 18px;
}

@-webkit-keyframes blink {
	0%     { opacity: 0 } 30% { opacity: 0 }
	30.01% { opacity: 1 } 100% { opacity: 1 }
}
 
blink {
	-webkit-animation: blink 1.0s infinite linear alternate;
	-webkit-font-smoothing: antialiased;
}


/* Labels
************************************************/

span.pLabelNew {
	display: block;
	position: absolute;
	top: 20px;
	right: -3px;
	z-index: 2;
	width: 50px;
	font-weight: bold;
	color: #f5f5f5;
	background-color: #c22;
	padding: 2px 5px;
	border-bottom: 1px solid #922;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

span.pLabelAdopted {
	display: block;
	position: absolute;
	top: 20px;
	right: -3px;
	z-index: 2;
	width: 80px;
	font-weight: bold;
	color: #f5f5f5;
	background-color: #080;
	padding: 2px 5px;
	border-bottom: 1px solid #060;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

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

.btn.big { font-size: 15px !important; }

.btn {
	display: inline-block;
	background: none;
	margin: 0;
	padding: 3px 0;
	border-width: 0;
	overflow: visible;
	text-decoration: none;
	color: #444;
	cursor: pointer;
	outline: 0 !important;
	font-size: 12px;
	white-space: nowrap;
	text-shadow: none !important;
}

a.btn {
	color: #444;
	text-decoration: none;
}
 
* html button.btn { padding-bottom: 1px; }
/*html:not([lang*=""]) button.btn { margin: 0 -3px; }*/
 
.btn span {
	background: #ddd url(/images/core/spriteh.png) repeat-x 0 -31px;
	margin: 0;
	padding: 3px 0;
	border-left: 1px solid #bbb;
	border-right: 1px solid #aaa;
}

* html .btn span { padding-top: 0; }
 
.btn span span {
	position: relative;
	padding: 3px 1em;
	border-width: 0;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #aaa;
}
 
.btn:hover span, .btn:hover span span, .btn:focus span, .btn:focus span span {
	cursor: pointer;
	color: #444;
	background: #eee;
}
 
.btn:active span {
	background-position: 0 -400px;
	outline: none;
}
 
.btn:focus, .btn:active { outline: none; }

.btn.primary {
	color: #f5f5f5;
}

.btn.primary span {
	background-color: #136;
	background-position: 0 0;
	border-color: #013;
}

.btn.primary span span {
	border-top-color: #013;
	border-bottom-color: #011;
}

.btn.primary:hover span, .btn.primary:hover span span, .btn.primary:focus span, .btn.primary:focus span span {
	color: #fff;
	background: #136;
}

.btn.success {
	color: #f5f5f5;
}

.btn.success span {
	background-color: #060;
	background-position: 0 -60px;
	border-color: #060;
}

.btn.success span span {
	border-top-color: #383;
	border-bottom-color: #030;
}

.btn.success:hover span, .btn.success:hover span span, .btn.success:focus span, .btn.success:focus span span {
	color: #fff;
	background: #494;
}

a.btnSimple {
	border: none;
	padding: 0;
	color: #777;
	text-decoration: none;
}

a.btnSimple:hover, a.btnSimple:focus {
	color: #444;
}

