/* HTML-Tags */

body {
	font-family:Verdana,sans-serif;
	font-size:100%;
	line-height:1.2em;
	margin:0 0 0 0px;
	padding:0;
}
h1,h2,h3,h4,h5,h6,p,cite,dl,dt,dd,img,div,form,legend,fieldset,input,select,textarea,table,th,td,caption,ul,li,ol {
	margin:0;
	padding:0;
	font-family:Verdana,sans-serif;
}
#header,#main,#footer {
	font-size:0.85em;
}
h1 {
	font-size:1.3em;
	line-height:1.6em;
	padding:0 0 10px 0;
	color:#9B061F;
}
h2,caption {
	font-size:1.1em;
	font-weight:bold;
	line-height:1.2em;
	padding:0 0 5px 0;
	color:#9B061F;
}
p {
	padding:5px 0;
}
small,.small {
	font-size:0.85em;
	line-height:1em;
}
acronym, dfn, abbr, span.abbr { 
	border-bottom: 1px dotted black; cursor: help; 
}
a img { 
	border:none; 
}

a,a.external-link,a.active, a.email {
	color:#9B061F;
}
a:hover {
	text-decoration:none;
	color:#002951;
}
a.external-link {
	padding-left:18px;
	background:url(../img/icon_link.gif) left top no-repeat;
}

a.email {
	padding-left:18px;
	background:url(../img/icon_mail.gif) left top no-repeat;
}
ul {
	margin-left:1.5em;
}
ul.nostyle {
	list-style-type:none;
}
ul.nostyle a {
	text-decoration:none;
}
li {
	line-height:1.2em;
	padding:3px 0;
}
li dfn.hidden,.usb {
	display:block;
	position:absolute;
	left:-3000px;
	height:0px;
	width:0px;
}
div.pagebrowser ul {
	list-style-type:none;
	margin:10px 0 10px 0;
}
div.pagebrowser li {
	display:inline;
	padding-right:5px;
}
.pagebrowser a {
	text-decoration:none;
}

form {
	padding:10px 0 10px 0;
}
form br,form dt {
	clear:both;
}
form dd {
	padding:0;
	margin:0;
}
form.reset {
	position:absolute;
	margin-top:-52px;
	margin-left:8px;
}
fieldset {
	border:1px solid #9B061F;
	padding:5px;
}
fieldset.noborder {
	border:none;
}
legend {
	color:#9B061F;
	font-weight:bold;
	padding:0 3px;
}
label,form dt {
	clear:both;
	float:left;
	width:9.5em;
	font-weight:bold;
	font-size:0.9em;
	margin-right:1em;
	text-align:left;
}
label.long,form dt.long {
	float:none;
	display:block;
	width:auto;
	margin:5px 0 0 0;
	padding:0;
	
}
input, textarea, select {
	border:1px solid #9B061F;
	background-color:#f1f1f1;
	padding:2px;
	font-size:0.85em;
	margin:2px 1px;
}
input.normal, textarea,div.input {
	width:250px;
}
input.small {
	width:50px;
}
input.midi {
	width:188px;
}
option.marked {
	font-weight:bold;
	padding-top:5px;
	text-transform:uppercase;
}
textarea {
	height:10em;
}
select.multiple {
	float:left;
	width:220px;
	margin-right:10px;
}
input.submit {
	margin:5px 0 0 1px;
}
table {
	font-size:1em;
	border:2px solid #9B061F;
	border-bottom:1px solid #9B061F;
	width:97%;
}
table.preview {
	border:none;
}
table.list {
	font-size:0.85em;
}
.calendar table { width:auto; }
caption {
	text-align:left;
}
th {
	background-color:#f1f1f1;
	border-bottom:2px solid #9B061F;
	padding:3px 5px;
	text-align:left;
	line-height:1.2em;
}
table.preview th {
	background:none;
	border-bottom:1px solid #9B061F;
}
td {
	vertical-align:top;
	border-bottom:1px solid #9B061F;
	padding:3px 5px;
	line-height:1.2em;
}
dd {
	margin-left:2em;
}
dl.image {
	margin:0 10px 10px 10px;
}
.left dl.image {
	margin-left:0px;
}
.right dl.image {
	margin-right:0px;
}
dl.image dt, div.filelinks dd {
	margin:0;
	padding:0;
	line-height:0.9em;
}
dl.image dd {
	background-color:#FEEBD6;
	margin:-1px 0 0 0;
	padding:1px 0 1px 3px;
	font-size:0.85em;
	line-height:1.1em;
}

dl.legend dt {
	width:25px;
	float:left;
}
dl.legend dd {
	padding:4px 0;
	margin:0;
}
dl.list {
	margin:10px 0;
}
dl.list dt {
	width:10em;
	margin-right:10px;
	float:left;
	font-weight:bold;
}
dl.list dd {
	padding:0;
	margin:0;
}

/* Allgemeingueltige Klassen */
.hidden {
	display:none;
}
.clearer {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align:center;
}
.copyright {
	color:#717171;
}
.red,.error {
	color:#9B061F;
}
.green,.success {
	color:#009900;
}
.blue {
	background-color:#002951;
	color:#fff;
	padding:5px 20px;
}
.disabled {
	color:#919191;
}
.disabled a {
	color:#919191;
	text-decoration:none;
}
.monospace {
	font-family:'Andale Mono',Courier,monospace;
}

/* RTE-Klassen */
span.Unterstrichen,.Unterstrichen {
	text-decoration:underline;
}
div.Groesser,p.Groesser,.Groesser {
	font-size:1.1em;
	line-height:1.6em;
}
div.Kleiner,p.Kleiner,.Kleiner {
	font-size:0.9em;
	line-height:1.1em;
}
div.Rechts,p.Rechts,.Rechts {
	text-align:right;
}
div.Zentriert,p.Zentriert,.Zentriert {
	text-align:center;
}
div.Apricot,p.Apricot,.Apricot {
	background-color:#feebd6;
	padding:5px;
}
div.Hellrot,p.Hellrot,.Hellrot {
	background-color:#ebcdd2;
	padding:5px;
}
div.Rot,p.Rot,.Rot {
	background-color:#9b061f;
	padding:5px;
}
.Rot a, .Rot h1, .Rot h2 {
	color:#fff;
}








/* Plugins */


/* Glossar */
.tx-datamintsglossaryindex-pi1 ul {
	margin:0 0 0 -2px;
	padding:0;
}
.tx-datamintsglossaryindex-pi1 li {
	width:20px;
	height:20px;
	float:left;
	margin:2px;
 }
.tx-datamintsglossaryindex-pi1 ul a {
	width:20px;
	height:20px;
	display:block;
	background-color:#ebcdd2;
	border:1px solid #9b061f;
	font-family:'Andale Mono',Courier,monospace;
	text-decoration:none;
	line-height:20px;
	text-align:center;
}
.tx-datamintsglossaryindex-pi1 ul a:hover,.tx-datamintsglossaryindex-pi1 ul a.active {
	background-color:#9b061f;
	color:#ebcdd2;
}

/* FAQ */
.tx-askbfaq-pi1 dt {
	margin-top:7px;
}
.tx-askbfaq-pi1 a {
	text-decoration:none;
}

/* Profil bearbeiten */
.tx-srfeuserregister-pi1 fieldset {
	border:1px solid #9b061f;
	padding:5px;
}
.tx-srfeuserregister-pi1 fieldset legend {
	padding:0 10px 0 10px;
	margin-left:10px;
}
.tx-srfeuserregister-pi1 input {
	padding:2px;
}
.tx-srfeuserregister-pi1 form span {
	color:#9b061f;
}
.tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-uploader {
	width:8em;
}


/* WSB Zuruecklink */
.wsb_backpage {
	border-top:1px solid #002951;
	margin-top:20px;
}
.wsb_backpage a {
	padding:0;
	color:#002951;
	background:none;
	text-decoration:none;
}
.wsb_backpage a:hover {
	text-decoration:underline;
}

/* WSV Categories */
.tx-wsbtoolkit-pi2 h2 {
	border-bottom:2px solid #002951;
	padding-bottom:3px;
	margin-bottom:5px;
}
.tx-wsbtoolkit-pi2 li {
	line-height:20px;
}
.tx-wsbtoolkit-pi2 li.first_level {
	margin-bottom:5px;
	padding:5px;
}
.tx-wsbtoolkit-pi2 li.first_level ul {
	margin-top:5px;
}
.tx-wsbtoolkit-pi2 li img {
	margin-right:5px;
}


/* WSV Tools */
.tx-wsbtoolkit-pi1 h2 {
	border-bottom:2px solid #002951;
	padding-bottom:3px;
	margin-bottom:5px;
}
.tx-wsbtoolkit-pi1 li {
	line-height:20px;
}
.tx-wsbtoolkit-pi1 li.first_level {
	margin-bottom:5px;
	padding:5px;
}
.tx-wsbtoolkit-pi1 li img {
	margin-right:5px;
}

/* WSB Search requests */
.tx-wsbtoolkit-pi3 td img {
	margin-left:1px;
}

/* WSB User */
.tx-wsbuser-pi1 h2 {
	border-bottom:2px solid #002951;
	padding-bottom:3px;
	margin-bottom:5px;
}
.tx-wsbuser-pi1 td img {
	margin-right:1px;
}
.tx-wsbuser-pi1 label,.tx-wsbuser-pi1 dt {
	width:11em;
}
.tx-wsbuser-pi1 table.infoboxcontainer img {
	margin-bottom:1px;
}

/* WSB Trade */
.tx-wsbtrade-pi1 td img {
	margin:0 0 1px 1px;
}
.tx-wsbtrade-pi1 label,.tx-wsbtrade-pi1 dt {
	width:10em;
}
.tx-wsbtrade-pi1 label.long {
	width:auto;
}
.tx-wsbtrade-pi1 input.showCal {
	width:30px;
	height:30px;
	background:url(../img/icon_cal.gif);
	border:none;
	color:#333;
	font-family:"Times";
	padding-top:5px;
}
.tx-wsbtrade-pi1 form.search_id input {
	padding:1px 3px 1px 3px;
	margin:0;
}
.tx-wsbtrade-pi1 form.search_id input.submit {
	padding:1px;
	margin:0;
	background:none;
	border:none;
	font-weight:bold;
	cursor:pointer;
}

.tx-wsbtrade-pi1 form.search_id label {
	width:20px;
	line-height:20px;
	float:none;
}

/* WSB Tagcloud */
.tx-wsbtags-pi1 {
	margin-top:5px;
	margin-bottom:15px;
}

.tx-wsbtags-pi1 li {
	display:inline;
	margin:2px;
}

/* WSB Stundenabrechnung */
.border-right {
	border-right:2px solid #9b061f;
}
