/* 
 * (c) Copyright 2004 by volken franz-josef, fiesch
 * Design by sws - schalbetter web solutions
 *
 */
 
 
/* Auflistungen, Bilder, Buttons und Felder */
li { list-style-image: url(/bilder/listitem.gif); }
img { border:0px;}


/* Klassen */
.titel { color: #ff7733; font-size: 18px; font-family: verdana, sans-serif; font-weight: 900; }
.untertitel { color: #959595; font-size: 12px; font-family: verdana, sans-serif; font-weight: bold; text-transform:uppercase; }

.text { color: #000000; font-size: 11px; font-family: Verdana, sans-serif; font-weight: 100; }
.text a { color: #5C7B3A; font-size: 11px; font-family: verdana, sans-serif; text-decoration:none; }
.text a:hover { color: #ff7733; font-size: 11px; text-decoration:underline; }

.meta { color: #ffffff; font-size: 11px; font-family: verdana, sans-serif; font-weight: 100; 
		background-image: url(/bilder/meta_new_bg.gif); background-repeat: no-repeat; 
		background-position: top left; height:29px; }
.meta a { color: #ffffff; font-size: 11px; font-family: verdana, sans-serif; text-decoration:none; }
.meta a:hover { color: #000000; font-size: 11px; text-decoration:none; }

.nav { color: #ffffff; font-size: 11px; font-family: verdana, sans-serif; font-weight: 600; }
.nav a { color: #ffffff; font-size: 11px; font-family: verdana, sans-serif; text-decoration:none; font-weight: 600; }
.nav a:hover { color: #ff7733; font-size: 11px; text-decoration:none; font-weight: 600; }

.gray { color: #959595; font-size: 10px; font-family: verdana, sans-serif; font-weight: 100; }
.gray a { color: #959595; font-size: 10px; font-family: verdana, sans-serif; font-weight: 100; }
.gray a:hover { color: #959595; font-size: 10px; font-family: verdana, sans-serif; text-decoration: underline; }

.fehler { color: #ff7733; font-size: 11px; font-family: verdana, sans-serif; font-weight: 900; }

.m_input { font-family: verdana; sans-serif; font-size: 11px; color: #000000; border: 1px solid #333333; }
.m_button { font-family: verdana; sans-serif; font-size: 11px; color: #000000; width: 120px; }
