/* Created with a little help from Joomla! 1.5 Template Toolbar (http://antun.vkrgnf.com/) */
/* Author: Vadim Reimer */
/* Website: http://www.vadim-reimer.de/ */

/* --------------------------------------- */
/* Seitenhintergrund und Seitengrundeinstellungen */
body {
text-align:left;
color:#000;
font-size:11pt;
font-family:Times;
line-height:1.3;
}

p {
text-align:left;
}

/* --------------------------------------- */
/* Globale Listenformatierung */
ul, ol {
}
ul {
list-style:disc;
padding-left:25px;
}
/* --------------------------------------- */
h1 {
}

h2 {
font-size:14pt;
font-weight: bold;
}
/* --------------------------------------- */
/* Hyperlinks */
a, a:link, a:active, a:visited {
color:#DF0404;
font-weight:normal;
text-decoration: underline;
}

a img{
border:0px;
}
/* --------------------------------------- */
/* Globale Tabellen-Formatierung */
table { 
width: auto; 
border-collapse:collapse; 
}
table.full { 
width: 100%; 
}
table.fixed { 
table-layout:fixed 
}
table.contentpaneopen, table.contentpane, table.blog, table.category {
width: 100%;
}
table.contentpaneopen td {
padding:5px 5px 5px 0px;
}
table.contentpaneopen td.contentheading,
table.contentpaneopen td.createdate {
padding:0;
}

/* --------------------------------------- */
/* Artikelueberschriften */
.componentheading {
font-size:16pt;
font-weight:bold;
color:#000;
font-family:Arial, Helvetica, sans-serif;
}
.contentheading {
font-size:16pt;
font-weight:bold;
color:#000;
font-family:Arial, Helvetica, sans-serif;
}
.contentpagetitle {
font-weight:bold;
color:#000;
padding-bottom:10px;
}
.componentheading a, .contentheading a {
color:#000;
font-weight:bold;
text-decoration:none;
}
/* --------------------------------------- */

/* --------------------------------------- */
/* Erstelldatum */
.createdate {
font-family:Verdana, Arial, Helvetica, sans-serif;
text-transform:uppercase;
font-size:11px;
color:#000;
}
/* --------------------------------------- */
/* Kategorie/Bereichsbezeichung neben dem Erstelldatum */
.createdate span {
padding:0px;
text-transform:none;
background:none;
color:#406577;
}
.createdate span.image {
padding-left:18px;
background-image:url(../images/category.gif);
background-repeat:no-repeat;
}

.small {
font-size:8pt;
line-height:1.2em;
}
