/**
 * Style sheet xBasic
 * Copyright (C) 2005 Leo Feyer, licensed under LGPL
 */


/**
 * Body
 */
body
{
	margin:0px;
	padding:0px;
	background:#e7e7e7 url(../design/bg/body_back.jpg) repeat-x top left;
}
/**
 * Font family
 */
a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family:Arial, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	font-family:Arial, Verdana, sans-serif;
}

fieldset, form, input, optgroup, select, textarea
{
	font-family:Arial, Verdana, sans-serif;
}
/**
 * Font size
 */
a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	font-size:11px;
	color:#333333;
}

b{
	color:#666666;
}

h1, h2, h3, h4, h5, h6
{
	font-family:arial, Verdana, sans-serif;
	margin:0px;
	padding:0px;
	font-size:11px;
	color:#555555;
}

#main .mod_article .cbox h3 {
    color: #a7a9ac;
    font-size: 26px;
	font-weight:normal;
	margin-bottom:12px;
	margin-left:-2px;
}
.wf-active #main .mod_article .cbox h3 {
    font-family: 'Terminal Dosis', sans-serif;
	font-weight:600;
    font-size: 24px;
	letter-spacing: 1px;
}
.wf-active #main .mod_article .cbox h3 strong{
	font-family: 'Terminal Dosis', sans-serif;
	font-weight:700;
}

/**
 * Basic tags
 */
img
{
	border:0px;
}

p, pre, form
{
	margin:0px;
	padding:0px;
}

h1
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-weight:bold;
	font-size:13px;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
	font-style:normal;
}
hr{
	height: 0;
	border: 0;
	border-bottom: 1px solid #E1E1E1;
}
/**
 * Floating, Clearing and invisible elements
 */
.fll{
	float:left;
}

.flr{
	float:right;
}
.nf{
	float:none;
	clear:both;
}


#clear{
	height:0.1px;
	font-size:0.1px;
	line-height:0.1px;
	clear:both;
}
.invisible{
	width:0px;
	height:0px;
	left:-1000px;
	top:-1000px;
	position:absolute;
	overflow:hidden;
	display:inline;
}
.hidden {
	display:none;
}
/**
 * Links
 */
a
{
	color:#666666;
	text-decoration:none;
}
a:hover
{
	color:#000000;
}

a.more, a.more2, p.more a, p.back a, div.back a{
	border:0px solid red;
	padding-right:14px;
	text-decoration:none;
	color:#333;
	font-weight:bold;
}
p.more a, p.back a, div.back a{
	background:transparent url('../design/btn/arrow.gif') no-repeat right 3px;
}
a.more, a.more2{
	background:transparent url('../design/btn/arrow.gif') no-repeat right 2px;
}
a.more3, a.more4{
	background:transparent url('../design/btn/arrow.gif') no-repeat scroll 0 2px;
	padding:0 0 0 14px;
	color:#333333;
}
a.more3{
	font-weight:normal;
}
a.more4{
	font-weight:bold;
}
a.more{
	position:absolute;
	right:12px;
	float:right;
}
a.more2{
	float:left;
}
/*header */
#header{
	margin-top:19px;
	height:auto;
}
/*header */
#header .distance{
	height:6px;
}
/**
 * Footer
 */
/*
#footer_wrapper {
	position:fixed;
	bottom:0;
	width:100%;
	background-color:#333;
	height: 30px;
	z-index:10;
}
.ipod #footer_wrapper {
	position:static;
}
*/
#footer{
	position:relative;
	padding-right:3px;
	margin-bottom:12px;
	background-color:#333;  
	background: url("../design/bg/shadow-cbox-n.png") repeat-y scroll right bottom transparent;
}
#footer .shadow-s{
	padding-bottom:3px;
	background: url("../design/bg/shadow-cbox-s.png") no-repeat scroll left bottom transparent;
}

#footer .inside{
	margin:0px;
	padding:0px;
	background-color:#333;
	position:relative;
	height:30px;
}
.copyw{
	border:0px solid red;
	background:transparent url('../design/bg/footer-nav.gif') no-repeat right 5px;
	margin-right:10px;
	padding:8px 10px 0px 0px;
	color:#fff;
}

.iconprint{
	background:transparent url('../design/btn/icon-print.gif') no-repeat left 2px;
	width:12px;
	height:14px;
	margin:6px 12px 0px 0px;
	cursor:pointer;
	display:block;
}

.iconmail{
	background:transparent url('../design/btn/icon-mail.gif') no-repeat left top;
	width:17px;
	height:14px;
	margin:7px 8px 0px 0px;
	cursor:pointer;
	display:block;
}
.iconfeed{
	background:transparent url('../design/btn/RSS_news_feed_icon.gif') no-repeat left top;
	width:16px;
	height:16px;
	margin:7px 10px 0px 0px;
	display:block;
}
/*addthis*/
.addthis_toolbox {
    margin-top: 7px;
    width: 52px;
}
.addthis_toolbox .addthis_button_facebook,
.addthis_toolbox .addthis_button_twitter {
    padding:0 10px 0 0;
	float:left;
}
/*
.iconfacebook{
	background:transparent url('../design/btn/facebook_icon.gif') no-repeat left top;
	width:16px;
	height:16px;
	margin:7px 10px 0px 0px;
	display:block;
}
.icontwitter{
	background:transparent url('../design/btn/twitter_icon.gif') no-repeat left top;
	width:16px;
	height:16px;
	margin:7px 10px 0px 0px;
	display:block;
}
*/
/**
 * Wrapper
 */
#wrapper {
	position:relative;
	padding:0px 11px 30px 13px;
}
/**
 * Management
 */
#management .ce_text .content span{
	display:block;
	margin-left:115px;
}
#management .ce_text .nf{
	border-bottom: 1px solid #E1E1E1;
}
#management .ce_text .content{
	padding-bottom:0;
}
#management .last .nf{
	border-bottom: 0;
}
/**
 * News
 */
.mod_newslist div.layout_short{
	margin-top:10px;
	border-bottom: 1px solid #E1E1E1;
}
.mod_newslist .pagination {
	margin-top:10px;
}
.mod_newslist .pagination p {
	margin:0;
	float:left;
}
.mod_newslist .pagination ul {
	margin:0;
	padding:0 0 0 12px;
	float:right;
	list-style-type:none;
	position:relative;
}
.mod_newslist .pagination li{
	float:left;
	margin:0 0 0 10px;
}
/* glossar*/
.mod_glossaryList dt{
	font-weight:bold;
}
.mod_glossaryList dd{
	margin:0 0 11px 0;
}

