
@media all
{
body { 
  font-size: 10px; 
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: #4F4F4F;
}

h1,h2,h3,h4 { font-family: Verdana, Arial, Sans-Serif; display:block; font-weight:bold;}

h1 {font-size: 10px; color:#0A3399; background:inherit;  margin:2px 0 5px 0; }
h2 {
  font-size: 10px; 
  color: #fff; 
  background: url(../images/mittel_gelb.jpg) no-repeat left; 
  padding: 0px 5px; 
  height:22px;
  line-height: 22px; 
}
.h2yellow { background: url(../images/mittel_gelb.jpg) no-repeat left;  }
.h2yellowlang { background: url(../images/lang_gelb.jpg) no-repeat left;  }
.h2blau { background: url(../images/mittel_blau.jpg) no-repeat left; }
.h2blaulang { background: url(../images/lang_blau.jpg) no-repeat left; }
.h2blau a, .h2blau a:visited { color:#FFFFFF; }

.h2grau { background: url(../images/grau.jpg) no-repeat left;  }
.h2graumittel { background: url(../images/mittel_grau.jpg) no-repeat left;  }
.h2graulang {background: url(../images/lang_grau.jpg) no-repeat left;  }

.h2blaukurz { background: url(../images/kurz_blau.jpg) no-repeat left; }
.h2blauregionleader { background: url(../images/kurz_blau_voll.gif) no-repeat left; }

.h2blaugallerykurz { background: url(../images/gallery.jpg) no-repeat left; }
.h2blaukurz a:link, .h2blaukurz a:visited { color:#FFFFFF; }
.h2blaugallerydetailview { background: url(../images/h2gallerydetailview.jpg) no-repeat left; }

.h2halbgelb { background: url(../images/halb_gelb.jpg) no-repeat left; }
.h2halbblau { background: url(../images/halb_blau.jpg) no-repeat left; }
.h2halbhellblau { background: url(../images/halbe_hellblau.jpg) no-repeat left; }

.h2newsletterblau { background: url(../images/newsletter-blau.gif) no-repeat left; }
.h2newsletteryellow { background: url(../images/newsletter-orange.gif) no-repeat left; }


h3 {font-size: 1.0em; color: #7FB5E3; margin:0.4em 0 0.3em 0;}
h4 {font-size: 1.0em; color: #888; margin:0.4em 0 0.3em 0; border-bottom: 1px #ccc solid;}

a:link.grey { color:808080; font-weight:normal; cursor: pointer; }
a:hover.grey { color:808080; font-weight:normal; cursor: pointer; }
a:visited.grey { color:808080; font-weight:normal; cursor: pointer; }

a:link.lightgrey { color:bbbbbb; font-weight:normal; cursor: pointer; }
a:hover.lightgrey { color:bbbbbb; font-weight:normal; cursor: pointer; }
a:visited.lightgrey { color:bbbbbb; font-weight:normal; cursor: pointer; }

a:link.darkgrey { color:4F4F4F; font-weight:normal; }
a:hover.darkgrey { color:4F4F4F; font-weight:normal; }
a:visited.darkgrey { color:4F4F4F; font-weight:normal; }

a:link.darkgreybold { color:4F4F4F; font-weight:bold; }
a:hover.darkgreybold { color:4F4F4F; font-weight:bold; }
a:visited.darkgreybold { color:4F4F4F; font-weight:bold; }

a:link.newsletter { color:FFFFFF; font-weight:bold; }
a:hover.newsletter { color:FFFFFF; font-weight:bold; }
a:visited.newsletter { color:FFFFFF; font-weight:bold; }

a:link.white { color:FFFFFF; font-weight:bold; }
a:hover.white { color:FFFFFF; font-weight:bold; }
a:visited.white { color:FFFFFF; font-weight:bold; }

#contentBox {
  padding: 5px 5px 5px 5px;
}

#contentBoxMiddle {
  padding: 5px 5px 5px 5px;
  width:340px;
  *width:320px;
}

#contentBoxMain {
  padding: 5px 5px 5px 5px;
  width:480px;
  *width:460px;
}

#contentBoxMainRight {
  padding: 5px 5px 5px 5px;
  width:230px;
  *width:230px;
}

#contentBoxRight {
  padding: 5px 10px 5px 5px;
  width:180px;
  *width:170px;
}

#helpBox {
  padding: 5px 5px 5px 5px;
  width:450px;
  *width:430px;
}

p,ul,dd,dt {line-height: 1.5em;}
p {line-height: 1.5em; margin: 0 0 1em 0; }

p.demo {background-color: #fee; border: 1px #fcc solid; padding: 6px; margin-bottom: 0.5em;}

address {
	font-style:normal;
	line-height: 1.5em;
	margin: 0 0 1em 0;
}

strong,b { font-weight: bold; }
em,i { font-style:italic; }

em.mono, em.file, em.directory {
	font-size: 115%; 	/* monospace Schriften auf gleiche Größe bringen */
	*font-size:100%;	/* IE benötigt diese Hilfe nicht */
	font-family: monospace;
	font-style: normal;
}

em.mono {
	padding:0 0.3em 0 0.3em;
	background:#f0f0f4;
	border: 1px #ccd solid;
}

em.file {
	padding:0 0 0 14px;
	color: #008;
	background: transparent url(../../img/icons/file.gif) no-repeat left;
}

em.directory {
	padding:0 0 0 15px;
	color: #008;
	background: transparent url(../../img/icons/dir.gif) no-repeat left;
}

pre, code {
	font-size: 115%; 	/* monospace Schriften auf gleiche Größe bringen */
	*font-size:100%;	/* IE benötigt diese Hilfe nicht */
	font-family: monospace;

	display:block;
	margin: 0 0 1em 1em;
	padding: 0.5em;
	color: #000;
	background: #f0f0f4;
	border: 1px #ccd solid;
	border-left: 8px #ccd solid;
}

code.css {
	background-image: url(../../img/bg_css.gif);
    background-repeat: no-repeat;
	background-position: top right;
}

code.xhtml {
	background-image: url(../../img/bg_xhtml.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

blockquote {
	color: #444;
	background: #f8f8f8;
	border: 1px #ddd solid;
	border-left: 8px #ddd solid;
	padding: 1em 1em 0 1em;
	margin: 0 0 1em 1em;
}

hr {
	color: #DFDFDF;
	background:transparent;
	margin: 0px 2px 0px 0px;
	border: 0;
	border-bottom: 1px #DFDFDF solid;
	height: 1px;
}

acronym, abbr {
	letter-spacing: .07em;
	border-bottom: 1px dashed #c00;
	cursor: help;
}

.bluebox {
	color:#000;
	background: #f0f0f4; padding: 2px; border: 1px #ccd solid;
	text-align: center;
	padding: 4px 0 4px 0;
	margin-bottom: 1em;
}

.bluebox p {
	padding: 0px 8px 0 8px;
}

ul.linklist {
 list-style-type: none;
}

ul.linklist li {margin:0;}

/* ######################################################################################################
** ### Bildpositionierung links- und rechtsbündig als Fließobjekte ######################################
** ######################################################################################################
*/

img.float_left {
	float: left;
	margin-right: 1em;
	margin-bottom: 0.15em;
	border:0;
}

img.float_right {
	float: right;
	margin-left: 1em;
	margin-bottom: 0.15em;
	border:0;
}

img.center {
	text-align:center;
	background: #fff;
	padding: 4px;
	border:1px #ddd solid;
}
/* ######################################################################################################
** ### Auszeichnung lokaler und Externer Links ##########################################################
** ######################################################################################################
*/

a, a em.file {color: #0A3399; text-decoration:underline;}
a:hover { text-decoration:underline;}

#topnav a { color: #fff; background:transparent; text-decoration:none; }
#topnav a:hover{ text-decoration:underline; background-color: transparent;}

#footer a { color: #669; }
#footer a:hover {background-color: #eef; }

#col3 a[href^="http:"], #col3 a[href^="https:"],
#col1 p a[href^="http:"], #col1 p a[href^="https:"],
#col2 p a[href^="http:"], #col2 p a[href^="https:"]
{
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: left;
}

a.dl_link {
	display: block;
	padding: 0;
	margin: 0.5em auto 0 auto;
	background-image: none;
}

a.dl_link:hover { text-decoration: none; background-color: transparent; }

/* ######################################################################################################
** ### Formulare & Tabellen #############################################################################
** ######################################################################################################
*/

table { border-collapse:collapse; width: 100%;}
table.bugs { margin-bottom: 1em; margin-top: 0.5em; }
table.bugs th {background: #444; color: #fff; padding: 0.5em; text-align: center; border-bottom: 1px #fff solid; border-right: 1px #fff solid;}
table.bugs td {background: #888; color: #fff; padding: 0.5em; text-align: center; border-bottom: 1px #fff solid; border-right: 1px #fff solid;}

form {overflow:hidden;}

input, textarea {
    width: auto;
	font: 1em Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px #ccc solid;
    background: #fafafa;
	padding: 3px;
	color: #777;
}

input[type=text]:focus, textarea:focus {
	background: #f0f0f0;
	color: #333;
	border-color: #666;
}



/* debug rule - dont uncomment */
/* * { outline: 1px dotted orange; } */
/* lets minimize use of tables for layout and use instead css-driven templates */

/* TODO: far too many floats here - we should remove some, and avoid a lot of clearing */

div#xarbb-topics {
    float: none;
    width: 99%;
    margin: .5em 0;
}
div.xarbb-tablewrapper {
    zoom: 100%;
    width: auto;
    margin: 0;
    padding: 0;
}
div.xarbb-noteswrapper {
    float: none;
    width: auto;
    margin: 0 0;
}

div.xarbb-topiccontrols,
div.xarbb-messagecontrols {
    margin: .5em 0;
}

div#xarbb-topics ul.xar-sub {
    float: left;
    width: 48%;
    text-align: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div#xarbb-topics ul {
    float: right;
    width: 48%;
    text-align: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.xarbb-messagecontrols {
    border-bottom: 0px solid #ccc;
    margin-bottom: .5em;
}

div.xarbb-messagecontrols .leftnote {
    float: left;
    width: 48%;
}

div.xarbb-messagecontrols .rightnote {
    float: right;
    width: 48%;
    text-align: right;
}


/* forum table - perfectly styleable with css - see http://www.w3.org/TR/REC-CSS2/tables.html */
div#xarbb-tablewrapper {
    width: auto;
    text-align: center;
}

div.xarbb-tablewrapper table {
    padding: 0;
    margin: 0 0 0 0;
    width: 100%;
    border-collapse: separate;
    border: 0px solid #999;
    border-spacing: 1px;
    empty-cells: show;
}

div.xarbb-tablewrapper table td,
div.xarbb-tablewrapper table th {
    /*margin: 1px;*/
    padding: 0 .5em;
    /*border-bottom: 1px solid #000;*/
}

div.xarbb-tablewrapper table th,
div.xarbb-tablewrapper table td.forumgroup {
    /*padding: 0 .5em;*/
    line-height: 2em;
    text-align: left;
}

div.xarbb-tablewrapper table td.icon {
    /*height: 4em;*/
    width: 20px;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}

div.xarbb-tablewrapper table td.forumname {
    vertical-align: middle;
    /*height: 4em;*/
}

div.xarbb-tablewrapper table td.author {
    width: 11em;
    border: 1px solid #ccc;
    vertical-align: top;
}

div.xarbb-tablewrapper table td.authorname {
    width: 10em;
}

div.xarbb-tablewrapper table td.lastpost {
    /*width: 10em;*/
    white-space: nowrap;
}

div.xarbb-tablewrapper table td.stats { width: 4em; }

div.xarbb-tablewrapper table td.message {
    border: 0 none;
    vertical-align: top;
}

div.xarbb-tablewrapper table td.newtopictitle,
div.xarbb-tablewrapper table td.newtopicfield,
div.xarbb-tablewrapper table td.newtopicbottom {
    padding-top: .5em;
    padding-bottom: .25em;
    vertical-align: top;
}

div.xarbb-tablewrapper table td.newtopictitle { /*width: 9em;*/ }
div.xarbb-tablewrapper table td input#ttitle,
div.xarbb-tablewrapper table td input#packagetitle { width: 100%; }

div.xarbb-tablewrapper table td textarea#tpost,
div.xarbb-tablewrapper table td textarea#packagetext {
    width: 100%;
    height: 20em;
}

div.xarbb-tablewrapper table td.newtopicbottom { text-align: center; }
div.xarbb-tablewrapper table td p.hiddensignature { border-top: 1px dotted #000; }

/* notes just below table */
div.xarbb-noteswrapper .leftnote {
    float: left;
    width: 48%;
}

div.xarbb-noteswrapper .rightnote {
    float: right;
    width: 48%;
    text-align: right;
}

/* login form */
div#xarbb-loginwrapper {
    clear: both;
    text-align: center;
}

div#xarbb-loginwrapper label {
    padding: 0 .2em 0 1em;
}


/* legend icons (no longer used in default templates) */
div.xarbb-legendwrapper {
    width: 100%;
    float: left;
    margin-top: .5em;
    text-align: center;
}
div.xarbb-legendwrapper span {
    padding: 0 .2em 0 1em;
}
div.xarbb-legendwrapper span.spacedout {
    width: 15em;
    float: left;
    text-align: left;
}
div.xarbb-legendwrapper span img,
div.xarbb-topiccontrols span img {
    vertical-align: middle;
    display: inline;
}


/*
    New legend styles (with semantics).
    Here you can control what gets displayed, put the legend
    into a box etc.
*/
div.xarbb-legendwrapper2 {
    margin: 1em 0;
    clear: both;
}
div.xarbb-legendwrapper2 dl {
    text-align: left;
    width: auto;
    float: none;
    padding: 0;
    margin: 0;
    line-height: 100%;
}
div.xarbb-legendwrapper2 h2 {
    text-align: center;
}
div.xarbb-legendwrapper2 dl dt {
    /* We are going to hide the definition terms for now,
       but display them if you want as titles on each
       group of legend icons. */
    display: none;
}
div.xarbb-legendwrapper2 dl dd {
    display: inline;
    width: 15em;
    white-space: pre;
    float: left;
    padding: 0.5em 0;
    margin: 0;
}
div.xarbb-legendwrapper2 dl dd img {
    vertical-align: middle;
    display: inline;
}



div.xarbb-topiccontrols span a {
    padding: 0 .2em;
}

/* Note from andyv - make button more cross-theme robust */
div#mainmodulearea div.xarbb-topiccontrols a.cssbutton,
div.xarbb-topiccontrols a.cssbutton {
    float: left;
    height: 28px;
    line-height: 28px;
    padding: 0 10px 0 0;
    margin-right: 4px;
    background-image: url(../xarimages/classic_set/composite_mls_button.gif) !important;
    background-position: 100% 0;
    background-repeat: no-repeat;
    text-decoration: none;
}

div.xarbb-topiccontrols a.cssbutton span.newtopicicon,
div.xarbb-topiccontrols a.cssbutton span.postreplyicon,
div.xarbb-topiccontrols a.cssbutton span.closedtopicicon {
    float: left;
    height: 28px;
    width: 28px;
    background-image: url(../xarimages/classic_set/composite_mls_button.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
}

div.xarbb-topiccontrols a.cssbutton span.postreplyicon { background-position: -30px 0px; }
div.xarbb-topiccontrols a.cssbutton span.closedtopicicon { background-position: -60px 0px; }

/* Make the standard pager bolder */
div.xarbb-noteswrapper div.xar-pager * {
    text-weight: bold;
}




}