@charset "ISO-8859-1";

/* NFT UDS Kartenmanagement Template
Start 02.11.2010
Letzte Aenderung 16.12.2010
(C) Hannes Löhrmann (2010)
*/

/* Wichtige Farben
NFT rot: #872021
NFT grün: #00705D
Border grau: #D5D5D5
Header grau: #F2F2F2
Font hellgrau: #B3B3B3
Font allgemein grau: #666
*/


/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* allgemein */
p {
	padding-bottom:10px;
	font-size:0.8em;	
}
h1 {
	font-size:1.3em;
	color: #00705D;
	padding-bottom:15px;
}
h2 {
	font-size:1em;
	color: #872021;
	padding-bottom:5px;
}

h3 {
	font-size:0.9em;
	font-weight: bold;
	padding-bottom:5px;
}

a {
	text-decoration: none;
	color:#666;
}

small {
	font-size: 0.6em;
}
strong {
	color: #f56600;
	font-weight: bold;
}

/* tables */
table {
	table-layout: fixed;
	border-spacing: 1px;
	border: 1px dotted #D5D5D5;
	margin-bottom: 35px;
	overflow:hidden;
}
table.last{
	margin-bottom: 5px;
}
tr {

}
th {
	height: 15px;
	text-align:center;
	font-weight: bold;
	border-bottom: 1px dotted #D5D5D5;
	padding-bottom:4px;
}
td:nth-child(odd) {	/* Zebra-Baby */
	background: #ffffff;
}
td:nth-child(even) { /* Zebra-Baby */
	background: #F2F2F2;
}
td:first-child + td, td:first-child + td + td + td{	/* IE7+ Zebra-Hack */
	background: #F2F2F2;
}
.nbg td:nth-child(even) {
	background: #FFFFFF;
}
.nbg td:first-child + td {
	background: #FFFFFF;
} 
td {
	width: 140px;
	padding: 5px 0 5px 7.5px;
	overflow:hidden;
}
.showdata td {
	font-size:0.8em;
}

/* table overview */
table#overview {
	table-layout: auto;
	font-size:0.8em;
	width: 551px;
	margin-top: 5px;
}
table#overview td {
	width: auto;
	white-space: nowrap;
	padding: 5px 0 5px 7.5px;
	background: transparent;
}
table#overview .date {
	width: 80px;
}
table#overview .zebra { /* Zebra-Baby */
	background: #F2F2F2;
}

/* forms */
fieldset {
	
}
legend {
	font-size:1em;
	color: #872021;
	padding-bottom:10px;
}
label {
	font-size:0.8em;
}
label.error { 
    color:#FF0000; 
    margin-left:2px;     
}
input {
	width: 125px;
}
textarea {
	width: 382px;
	height: 50px;
	margin-right:5px;
}	
select {
	width: 130px;
}
.validity-summary-container {
	display:none;
}
.validity-summary-container ul, .php-error ul{
	padding-left: 20px;
	font-size: 0.8em;
	color:#f56600;
}
.validity-erroneous { 
	border:solid 2px #f56600 !important;
}
.button {
	width: 50px !important;
	margin-top:5px;
	color:#872021 !important;
	background-color:#f2f2f2;
	border:1px solid #d5d5d5;
	font-size:0.7em;
}
#main_sidebar input {
	margin-bottom:5px; 
	color:#b3b3b3;
}
#main_sidebar input:focus, #main_sidebar input:hover {
	color:#666;
}

/* lists */
#main_content ul {
	font-size:0.8em;
	padding: 0 0 25px 22px;
}
#main_content li {
	list-style-image: url(../gfx/li.jpg);
}
#top_nav li, #footer li {
 	display: inline;
 	list-style: none;
 	padding: 0 0 0 22px;
 	font-size:0.7em;
	vertical-align:middle
}
#top_nav ul {
 	padding: 5px 20px 0 0;
 	color:#B3B3B3;
}
#footer ul {
	float:right;
	padding-top: 5px;
}
#main_nav li {
	height: 25px;	
	padding: 0 0 0 10px;
	line-height: 25px;
	list-style: none;
}
#main_nav ul{
	border-bottom: 1px solid #D5D5D5;
	padding-left: 0;
}
li.level0{
	border-top: 1px solid #D5D5D5;
	background-color: #F2F2F2;
	font-weight: bold;
	display: none;
}
li.level0.active{
	color:#00705d;
	border-bottom: 1px solid #D5D5D5;
}
li.level0.active.single{
	border-bottom: 0;
}
li.level1 {
	margin:0 10px 0 10px;
	border-top: 1px solid #D5D5D5;
	display:none;
}
li.level1.first {
	border:0;
}
li.level1.active {
	color:#00705d;
}
li.db {
	display:block
}

/* etc */
.fl{float:left;}
.fr{float:right;}
.cb{clear:both;}
.taj{text-align: justify;}
.tac{text-align: center;}
.tal{text-align: left;}
.tar{text-align: right;}
.nb{border:0; border-spacing:0;}
.nbg{background-color:#fff;}
.w140{width:140px;}
.w280{width:280px;}
.w400{width:400px;}
.w500{width:500px;}

/* body */
body {
   font-family: 'Arial', 'Verdana', 'Tahoma', sans-serif;
   font-size:1em;
   background-color:#d5d5d5;
   color:#666;
   text-decoration:none;
   text-align:left;
}

/* wrapper */
#wrapper {
	width: 970px;
	height: auto;
	background: url(../gfx/main_bg.jpg) repeat-y #fff;
}

/* top navigation */
#top_nav {
	height:36px;
	margin-left:10px;
	background: url(../gfx/top_nav_bg.jpg) repeat-x;
	text-align:right;
}
#top_nav a{
	text-decoration: none;
	color: #666;
}
#top_nav a:hover{
	color:#872021;
}

/* header-bereich */
#header_logo {
	width:208px;
	height:100px;
	float:left;
}
#header_left {
	height:100px;
	width:592px;
	float: left;
	background-color: #F2F2F2;
}
#header_left p {
	padding:30px 0 0 20px;
	font-size:0.7em;
}
#header_right {
	width:170px;
	height:100px;
	float:left;
	text-align: right;
	background-color: #F2F2F2;
}
#header_right p {
	padding:30px 20px 0 0;
	font-size:0.7em;
}

/* navigations-bereich */
#main_nav {
	clear:both;
	width:197px;
	float:left;
	margin-left:10px;
	padding-top: 40px;
	background: url(../gfx/header_bottom_bg.jpg) repeat-x;
	font-size:0.7em;
}
.level0 a, .level1 a {
	text-decoration: none;
	color:#666;
}
.level0 a:hover, .level1 a:hover {
	color:#00705d;
}
.level0.active a, .level1.active a {
	color:#00705d;
}

/* content-bereich */
#main {
	width:591px;
	float: left;
	background: url(../gfx/header_bottom_bg.jpg) repeat-x;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
}
#main_content {
	padding:10px 20px 0 20px;
	min-height:400px;
}

/* sidebar */
#main_sidebar {
	width:170px;
	float:left;
	padding-top: 40px;
	background: url(../gfx/header_bottom_bg.jpg) repeat-x;
}
#main_sidebar p {
	padding-top: 10px;
	font-size:0.8em;
}
.sidetitle {
	height: 25px;
	padding-left: 10px;
	color: #872021;
	font-size:0.7em;
	font-weight: bold;
	line-height:25px;
	border-top:1px solid #D5D5D5;
	border-bottom:1px solid #D5D5D5;
}
.sidecontent {
	padding: 20px 10px 0 10px
}

/* footer */
#footer {
	height: 40px;
	margin: 35px 20px 0 20px;
	border-top: 1px solid #D5D5D5;
	vertical-align:middle
}
#footer a{
	text-decoration: none;
	color: #666;
}
#footer a:hover{
	color:#00705d;
}

/* brotkrümel */
.breadcrumb {
	font-size: 0.6em;
	padding-bottom: 10px;
}



