/**
 * Style sheet xBasic
 */
/* badsl... */
.active,
.mod_navigation .active
{
	font-weight:bold;
	color:#ff0000;
}

/* badsl... */
#footer,
#footer .inside
{
	margin-left:auto;
	text-align:right;
	vertical-align:text-bottom;
	background-color:#dedede;
	font-weight:bold;
	font-style:italic;
	font-size:10px;
	line-height:25px;
}

#left,
#container,
#header
{
	background-color:#ffffff;
}

/* badsl */
.ueberschrift
{
	font-weight:bold;
	font-size:18px;
}

hr
{
	/* beide Farben gleich setzen */
	/* und eine "Null-Border" verwenden, */
	/* da die Browser bei der Darstellung */
	/* unterschiedlich vorgehen */
	background-color: #c6ad8;
	color: #c6ad8;
	border: 1 px;
	/* bei Bedarf anpassen, */
	/* Gecko fügt ein Pixel hinzu! */
	height: 1px;
	/* evtl. zusätzlich */
	clear: both;
	display: block;
	/* bei Bedarf anpassen */
	width: 100%;
}

#trennlinie
{
	width:100%;
	height:1px;
	background-color:#c6ad8d;
}

/* Datum / Uhrzeit bei den News */
.info
{
	font-style:italic;
	color:#999999;
}

.caption
{
	font-weight:bold;
	font-size:9px;
	color:#999999;
}


/**
 * Basic tags
 */
img
{
	vertical-align:middle;
	border:0px;
}

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

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

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:11px;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
}


/**
 * Body
 */
body
{
	margin:0px;
	padding:0px;
	background-color:#d6dbff;
}

* html body
{
	margin-left:1px;
}


/**
 * Font family
 */
a,
b,
body,
cite,
div,
em,
i,
label,
li,
ol,
p,
strong,
td,
th,
u,
ul
{
	font-family:Verdana, sans-serif;
}

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

fieldset,
form,
input,
optgroup,
select,
textarea
{
	font-family: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:#666966;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-size:12px;
	color:#666966;
}


/**
 * Links
 */
a
{
	text-decoration:none;
	color:#0099ff;
}

a:hover
{
	text-decoration:underline;
}

