@charset "UTF-8";
/* 
Default Colors

Rot für Buttons oder Hinweise       #ac1600

Linkfarbe dotted und MouseOver:     #2c64bf

Headline und Absätze:               #6796a8
Light:                              #e6ecee


Grau:                               #949494

Orange:                             #feba12
Orange henll:                       #faecc9
*/

.printonly {
    display: none;
}



html, body, textarea
{
    scrollbar-arrow-color: #5e8898;
    scrollbar-base-color: #999;
    scrollbar-face-color: #ddd;
    scrollbar-highlight-color: #fff;

    scrollbar-3dlight-color: #fff;
    scrollbar-darkshadow-color: #999;
    scrollbar-shadow-color: #ddd;
}



body
{
	margin: 0;
	padding: 0;
	/* background: #8da2be url(../images/body_bg.jpg) repeat-x fixed; */
	font: 90%/1.4em 'Trebuchet MS', Tahoma, Calibri, Arial, sans-serif;
	color: #333;
	background-color: #f6f6f6;
	background-image: url("/images/body_bg.png");
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-attachment: fixed;
}


img#bgImage
{
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -625px;
	z-index: -1;
}

img.left, .imgLeft
{
	text-align: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

img.right, .imgRight
{
	text-align: right;
	margin-left: 15px;
	margin-bottom: 5px;
}

.centerContent
{
	width: 912px;
	left: 50%;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

p { margin: 0 0 15px 0; }
a { text-decoration: none; }
img { border-style: none; }


/*
.small
{
	font-size: 10px;
	line-height: 1.2em;
}


.large
{
	font-size: 14px;
	line-height: 1.4em;
}
*/



/* @group Navbar */
#mainNav
{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 129px;
	z-index: 20;
	overflow: hidden;
	background-image: url("/images/head.png");
	background-repeat: no-repeat;
	background-position: center 0px;
}

#siteLogo
{
	float: left;
	position: relative;
	width: 295px;
	height: 55px;
	padding: 0;
	margin-left: -8px;
	padding-top: 23px;
	
}


#primNav { float: left; }

/* @end */
#mainContent
{
	position: relative;
	float: left;
	width: 685px;
	margin: 20px auto auto 0px;
	left: 5px;
}


/* @group Content Box */
.contentBox
{
	position: relative;
	width: auto;
	padding: 15px 35px 3px;
	color: #333;
	margin: 0 0 0 -5px;
	background-image: url("/images/contentbox_back.png");
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

.contentBox hr
{
	border-style: none;
	height: 1px;
	width: 676px;
	background-color: #b7b7b7;
	margin-left: -30px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.contentBox p.justify
{
	text-indent: 15px;
	text-align: justify;
	margin: 0 0 15px 0;
}

.contentBoxCol1
{
	float: left;
	position: relative;
	text-align: left;
	width: 285px;
}

.contentBoxCol2
{
	float: right;
	position: relative;
	text-align: left;
	width: 285px;
}



.contentBox table tr { vertical-align:top}

.contentBox table td { padding: 3px 0px 3px 0px; }



/* @group Link Href */

.contentBox a
{
	color: #333;
	text-decoration: none;
	border-style: none;
	background-image: url("/images/link_ico/dots.gif");
	background-position: 0% 100%;
	background-repeat: repeat-x;
	padding: 0px;
}

.contentBox a:hover
{
	color: #2a60b8;
	border-style: none;
	background-image: url("/images/link_ico/dots_mo.gif");
}

/*
.contentBox a.high
{
	background-image: url("/images/underline.gif");
	background-position: 50% 100%;
	background-repeat: repeat-x;
	padding-bottom: 1px;
	text-decoration: none;
	border: 0px;
}


.contentBox a.high:hover
{
	color: #c52d29;
	background-image: url("/images/underline_mo.gif");
	background-position: 50% 100%;
}
*/

.contentBox a.linkExtern, .contentBox a[href^='http:']
{
	padding-right: 13px;
	background: url("/images/link_ico/link-icon_external_dots.gif");
	background-position: 100% 95%;;
	background-repeat: repeat-x;
}

.contentBox a.linkExtern:hover, .contentBox a[href^='http:']:hover
{
    background: url("/images/link_ico/link-icon_external_dots_mo.gif");
    background-position: 100% 95%;;
	background-repeat: repeat-x;
}

.contentBox a.linkWiki
{
	padding-right: 14px;
	background: url("/images/link_ico/link-icon_wiki.gif") no-repeat right;
	color: #555;
}

.contentBox a.linkMail
{
	padding-right: 18px;
	background: url("/images/link_ico/link-icon_mail.png") no-repeat right;
	color: #555;
}

.contentBox a.linkPdf
{
	padding-right: 12px;
	background: url("/images/link_ico/link-icon_pdf.gif") no-repeat right;
	color: #555;
}



/*#ticker { color: #e6e6e6;; margin: 19px 0px 0px 36px; text-shadow: #000 0 -1px 0;}*/

.link 
{
    cursor: pointer;
    cursor: hand;
}

/* @end */


.blinking
{
    text-decoration: blink;
}


.black {
    color: #000000;
}

.grey {
    color: #949494;
}

.red {
    color: #ac1600;
}

.price 
{
    color: #ac1600;
    font: 220%/100% Tahoma, Helvetica, 'Trebuchet MS', Calibri, Arial, sans-serif;
    font-weight: bolder;
    letter-spacing: 0px;
}

.orangeBckLight
{
    background-color: #faecc9;
}


.blueBckLight
{
    background-color: #e6ecee;
}

strike, .strike
{
    text-decoration: line-through;
}

strong
{
	color: #6796a8;
	padding: 0px;
}


sup {
    color: #333;
    font: 70%/100% 'Trebuchet MS', Tahoma, Calibri, Arial, sans-serif;
}



.contentBox ul
{
	/* list-style-image: url("/images/lipo_grey.png"); */
	list-style-image: url("/images/lipo_grey.gif");
	padding-left: 15px;
	margin: 5px 3px 0px 15px;
}

.contentBox li
{
	marker-offset: 0px;
	padding: 0px 0px 5px 0px;
}




.contentBox .small, .small {
    font-size: 11px;
    line-height: 1.4em;
}

.contentBox .small
{
	margin: 0 0 17px;
	padding: 0;
}


.contentBox .large
{
	font-size: 14px;
	line-height: 1.4em;
}



.contentBox h1.image { display: none; }
.contentBox h1
{
	display: block;
	position: relative;
	font-size: 32px;
	/* height: 36px; */
	color: #6796a8;
	line-height: 34px;
	text-shadow: #ccc 0 1px 0;
	top: -10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 12px 0px;
	/*
	margin: -30px -30px 20px -29px;
	padding: 18px 30px 0 29px;
	*/
	font-family: Georgia, Palatino, Palatino Linotype, serif;
	font-weight: lighter;
}

.contentBox h1 sup
{
    color: #6796a8;
}


.contentBox h2.image { display: none; }
.contentBox h2 { font-size: 30px; }




.contentBox h3.image { display: none; }
.contentBox h3
{
	font-size: 16px;
	padding: 0px;
	color: #6796a8;
	text-shadow: #ccc 0 1px 0;
	margin: 0 0 3px 0;
	/* 
	border-left: 3px #999 solid;
	padding-left: 4px;
	margin-left: -6px;
	*/
	font: 1.3em Georgia, Palatino, Palatino Linotype, serif;
	line-height: 130%;
	letter-spacing: 0px;
	font-weight: lighter;
}

.contentBox h3 a:hover
{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}


.marker
{
	background-color: transparent;
	background-image: url("/images/marker_back_underl_orange.gif");
	background-repeat: repeat-x;
	display: inline;
	text-shadow: #dedede 0 1px 0;
	background-position: left 0px;
}




.homeImage
{
	margin-left: -85px;
	margin-top: -15px;
}



.termine
{
    width: 620px;
    padding: 5px;
    overflow: hidden;
}

.termine:hover
{
    background-color: #faecc9;
}



#contentBoxAmzn
{
    border: 1px solid red;
}



#fusszeile, .fussnoten
{
    margin-top: 25px;
}


.fussnoten
{
	font: 75%/1.4em 'Trebuchet MS', Tahoma, Calibri, Arial, sans-serif;
	line-height: 1.4em;
    color: #666;
}


#fusszeile ol, .fussnoten ol
{
	padding-left: 0px;
	margin: 5px 3px 0px 15px;
}

#fusszeile li, .fussnoten li
{
	marker-offset: 0px;
	padding: 0px 0px 5px 0px;
}

#fusszeile a, .fussnoten a {
    color: #666;
}


#fusszeile a:hover, .fussnoten a:hover {
    color: #2a60b8;
}



img.contentBoxTop
{
	padding: 0;
	margin: -3px 0 0 -5px;
}

img.contentBoxBottom { margin: 0 0 20px -5px; }




/* @end */





/* @group Right Sidebar */
#rightColumn
{
	position: relative;
	width: 212px;
	float: right;
	margin: 56px 3px auto auto;
}


#partnerBox
{
	position: relative;
	display: block;
	color: #333;
	font-size: 12px;
	line-height: 130%;
	text-align: center;
	width: 185px;
	/*
	min-height:163px;
    height:auto !important;
    height:163px;
    */
	min-height: 100px;
	_height: 83px;
	padding: 0px;
	margin: -20px 0px 0px 13px;
}

#partnerBox h3
{
    color: #b4bbbe;
    text-shadow: #fff 0 0 1px;
}

#partnerBox img
{
    margin-bottom: 20px;
}


.columnBox
{
	position: relative;
	display: block;
	color: #333;
	font-size: 12px;
	line-height: 130%;
	text-align: center;
	width: 212px;
	/*
	min-height:163px;
    height:auto !important;
    height:163px;
    */
	min-height: 100px;
	_height: 83px;
	padding: 0px;
	margin: 0px;
	/*padding: 1px 17px 0;*/
	background-image: url("/images/columnbox_back.png");
	background-position: 0px 35px;
	background-repeat: no-repeat;
}


.columnBox h3
{
	width: 212px;
	height: 37px;
	color: #fff;
	font-size: 18px;
	text-shadow: #666 0 0 1px;
	margin: -37px 0 0px 0px;
	padding: 8px 0 0;
	background-image: url("/images/columnbox_head.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
}


.columnBox a
{
    color: #333;
    text-decoration: none;
}


.columnBox a:hover
{
    color: #2c64bf;
    text-decoration: none;
}


.columnBox h3 a
{
	color: #fff;
	text-decoration: none;
}

/*
.columnBox h4 {
	margin: 0 0 8px;
	font-size: 12px;
	line-height: 1.3em;
}
*/

.columnBox .boxcontent { height: inherit; padding: 0px 12px 0px 12px; overflow: hidden;}

.columnBox p
{
	margin: 0 0 8px;
	padding: 0;
}

.columnBox ul
{
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
	
}

.columnBox ul li
{
	margin: 1px 0px 1px 0px;
	padding: 0;
	marker-offset: 0px;
	border-bottom: 1px solid #a6acae;
}

.columnBox ul li a
{
	text-align: left;
	text-decoration: none;
	display: block;
	padding: 3px 5px;
	color: #333;
}

.columnBox ul li a:hover
{
	background-color: #c3cbd8;
	color: #2c64bf;
}






.columnBox hr.spacer
{
	border-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 5px;
}

.columnBoxBottom
{
	float: clear;
	display: block;
	width: 212px;
	height: 12px;
	background-image: url("/images/columnbox_bottom.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 52px;
	border-style: none;
}


.columnBoxAmzn
{
	height: 402px;
	width: 178px;
	overflow: hidden;
	border: 1px solid #949494;
	margin: -30px 0px 25px 17px;
}


.columnBox input
{
    font-size: 12px;
    color: #333;
}


.columnBox input[type="text"], .inputfield
{
	border: 1px solid #b2b2b2;
	padding: 1px 4px 2px;
	width: 152px;
	margin: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 6px;
    border-radius: 5px;
    color: #2d84a5;
    font-weight: normal;
    background-color: #f5f5f5;
    background-image: url("/images/form_back.png");
	background-repeat: repeat-x;
	background-position: center center;
}


.columnBox input[type="text"]:focus, inputfield:focus {
	border-color: #6796a8;
	color: #333;
	background-image: url("/images/form_back_mo.png");
	font-weight: bold;	
}




.twitterBox {
    height: 275px
}



.twitterWidget {
    position: absolute;
    margin: 0px;
    top: -30px;
    left: 4px;
    overflow: hidden;
    clip:rect(75px auto auto auto);
}




/* @end */








/* @group Buttons */
.button
{
	display: inline-block;
	height: 28px;
	min-width: 80px;
	_width: auto;
	padding-left: 28px;
	white-space: nowrap;
	cursor: pointer;
	cursor: hand;
}

.button.go
{
	float: left;
	background-image: url("/images/buttons/bt_left_go.gif");
	background-repeat: no-repeat;
}

.button.close
{
	float: left;
	background-image: url("/images/buttons/bt_left_close.gif");
	background-repeat: no-repeat;
}


.button.ok
{
	float: left;
	background-image: url("/images/buttons/bt_left_ok.gif");
	background-repeat: no-repeat;
}


.button.back
{
	float: left;
	/* background-image: url("/images/buttons/bt_left_back.png"); */
	background-image: url("/images/buttons/bt_left_back.gif");
	background-repeat: no-repeat;
}

.button span.content
{
	float: left;
	height: 22px;
	width: auto;
	line-height: 1em;
	/* background-image: url("/images/buttons/bt_middle.png"); */
	background-image: url("/images/buttons/bt_middle.gif");
	background-repeat: repeat-x;
	background-position: 0 0;
	padding: 6px 5px 0 3px;
	font-size: 13px;
}

.button span.end
{
	float: left;
	width: 9px;
	height: 28px;
	/* background-image: url("/images/buttons/bt_right.png"); */
	background-image: url("/images/buttons/bt_right.gif"); 
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.buttonlink
{
	background-image: none;
	color: #fff;
	text-decoration: none;
	text-shadow: #555 0 1px 0;
}

a.buttonlink:hover
{
	background-image: none;
	color: #fff;
	text-decoration: none;
	text-shadow: #333 0 0 1px;
}

/* @end */








/* @group Errors */
p.error
{
	color: #fff;
	background-color: #b10002;
	padding: 2px 5px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border-width: 0;
	text-align: center;
}

.errorList
{
	list-style: none;
	margin: 1em 0 2em;
	padding: 0;
	text-align: center;
}

.errorList li
{
	color: #000;
	background-color: #e3cccd;
	padding: 1px 8px 2px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border-width: 0;
	margin-left: 25px;
	margin-bottom: 3px;
	margin-right: 25px;
}

/* @end */




/* @group Tables General */
/*
table.licenses {
	float: right;
	list-style: none;
	width: 285px;
	margin: 0 0 10px 25px;
	padding: 0;
	font-size: 14px;
}

table.licenses td+td {
	border-width: 1px;
	border-color: #000;
	text-align: right;
	font-weight: bold;
}

table.licenses td+td+td {
	font-weight: normal;
	font-style: normal;
	text-align: right;
	padding-left: 10px;
}


td
{
	padding: 2px 0;
	vertical-align: baseline;
}

tr.oddRow { background-color: #eff5ff; }


*/
/* @end */





.preload { display: none; }

.spacer
{
	height: 15px;
	clear: both;
}

hr.dothr
{
	border-style: none;
	padding: 0px;
	margin: 0 0 5px 0;
	width: 100%;
	background-color: transparent;
	background: url("/images/dots_h.gif") repeat-x bottom;
	height: 1px;
	overflow-y: hidden;
}

.dotvr
{
	margin: 0;
	padding: 0;
	width: 20px;
	background-color: transparent;
	background: url("/images/dots_v.gif") repeat-y center;
	height: 100%;
	overflow-y: hidden;
}

.clear
{
	clear: both;
	float: none;
	display: block;
	width: 100%;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}




/* @group fontsizer */
#fontsizer
{
	position: relative;
	float: right;
	white-space: nowrap;
	width: 113px;
	height: 35px;
	color: #777;
	text-shadow: #eee 0 1px 0;
	line-height: 32px;
	top: 82px;
	padding-right: 30px;
	text-align: right;
}

#fontsizer a
{
	color: #777;
	text-shadow: #eee 0 1px 0;
	text-align: center;
	display: inline-block;
}

#fontsizer a:hover
{
	color: #ac1600;
	text-shadow: #eee 0 1px 0;
}

/* @end */








/* @group quickiconlist */
div#quickiconlist
{
	clear: both;
	margin-top: 35px;
	font-size: 11px;
	width: 100%;
	text-align: center;
}

div#quickiconlist a
{
	background-image: none;
	border-style: none;
	margin-left: 25px;
	color: #787878;
}

div#quickiconlist a:hover
{
	background-image: none;
	color: #333;
	text-decoration: none;
	/*border-bottom: 1px #2c64bf dotted;*/
}

/* @end */








/* @group footer */
div#footer
{
	/*
	min-height: 65px;
	_height: 65px;
	*/
	clear: both;
}

div#footer a
{
	border-style: none;
	text-decoration: none;
	color: #999;
}

div#footer a:hover
{
	color: #666;
	border-bottom: 1px #2c64bf dotted;
}

div#footer div#abbinder
{
	float: right;
	font-size: 11px;
	text-align: right;
	margin: 15px 7px;
	padding: 0px 0 3px 0px;
	color: #aaa;
}

div.footer-col
{
	float: left;
	max-width: 200px;
	padding: 15px 30px 20px 35px;
}

div.footer-col p { margin: 0; }

/*
div.footer-col ul
{
	margin: 0;
	padding: 0;
}

div.footer-col ul li
{
	list-style: none;
	font-size: 11px;
	margin: 2px 5px;
	padding: 0;
}

div.footer-col ul li.header
{
	font-weight: bold;
	margin: 2px 0;
	color: #787878;
}
*/

div.footer-col ul
{
	margin: 0;
	padding: 0;
	
	list-style-image: url("/images/lipo_small_grey.gif");
}

div.footer-col ul li
{
	font-size: 11px;
	margin: 1px 0px 1px 0px;
	padding: 0;
	marker-offset: 0px;
}

div.footer-col ul li.header
{
	list-style: none;
	list-style-image: url("/images/lipo_small_down_blue.gif");
	font-weight: bold;
	padding: 0px;
	margin: -2px 0 -2px 0;
	color: #787878;
}




div.footer-col ul li a, div.footer-col ul li.header { }
div.footer-col p, div.footer-col a { font-size: 11px; }

/* @end */







.absatzhead
{
    display: block;
    background:url("/images/abs1.gif") top left;
    width:100%;
    margin-top:7px;
    margin-bottom:7px;
    padding:0;
    height:11px;
    overflow:hidden;
    text-align:right;
    clear:both;
}


.absatzhead span
{
    margin:0;
    padding-left: 4px;
    font-size: 11px;
    line-height: 100%;
    background-color: #fff;
    letter-spacing:0px;
    text-transform:uppercase;

}


.absatzhead2
{
    background:url("/images/abs2.gif") top left;
    width:100%;
    margin-top:20px;
    margin-bottom:7px;
    padding:0;
    height:11px;
    overflow:hidden;
    text-align:right;
    clear:both;
}


.absatzhead2 span
{
    margin:0;
    color: #949494;
    padding-left: 4px;
    font-size: 11px;
    line-height: 100%;
    background-color: #fff;
    letter-spacing:0px;
    text-transform:uppercase;

}

span.mac
{
	background-image: url("/images/logo_mac.gif");
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-left: 18px;
}
span.win { 
    background-image: url("/images/logo_win.gif"); 
    background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-left: 18px;
}




#addthis a
{
    border-style: none !important;
    background-image: none !important;
}


a.nostyle, a.nostyle:visited, a.nostyle:hover, a.nostyle:active { border-style: none !important; background-image: none !important; }




.sumaContent {
    display: block;
    width: 1px;
    height: 1px;
    text-indent: -20cm;
    overflow: hidden;
}
