.black {
	color: #000000;
}
.white {
	color: #FFFFFF;
}
.red {
	color: #AE0000;
}
.green {
	color: #00AE00;
}
.blue {
	color: #0644a6;
}
.lightblue {
	color: #7C9AD5;
}

a.black:active, a.black:link, a.black:visited {
	color: #000000;
}
a.white:active, a.white:link, a.white:visited {
	color: #FFFFFF;
}
a.red:active, a.red:link, a.red:visited {
	color: #AE0000;
}
a.green:active, a.green:link, a.green:visited {
	color: #00AE00;
}
a.blue:active, a.blue:link, a.blue:visited {
	color: #0644a6;
}

a.nextB {
	/*background-image: url(../images/button/nextB.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;*/
	display: inline-block;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	font-weight: bold;
}
a.nextB:hover,
a.nextB:focus {
	text-decoration: none;
}
a.button:active, 
a.button:link, 
a.button:visited {
	background-image: url(../images/button/button.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	height: 20px;
	width: 100px;
	line-height: 20px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
a.button:hover, 
a.button:focus {
	background-position: 0 -20px;
	text-decoration: none;
}
a.next {
	background-image: url(../images/button/next.png);
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
}
a.prev {
	background-image: url(../images/button/prev.png);
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
}
a.print {
	background-image: url(../images/button/sym_printer.gif);
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
}
a.add {
	background-image: url(../images/button/sym_add.gif);
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
}
a.mail {
	background-image: url(../images/button/sym_email.gif);
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
}
div.error {
	background-image: url(../images/button/error.png);
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	min-width: 120px;
	min-height: 20px;
	line-height: 20px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-left: 20px;
	float:left;
}

div.clear {
	clear:both;
}
div.table {
	margin-top:5px;
	margin-left: 5px;
}
div.td {
	min-width: 120px;
	min-height: 18px;
	line-height: 18px;
	margin-left: 5px;
	/*margin-bottom: 5px;*/
}
.aleft {
	float:left;
}
.aright {
	float: right;
}
.PicPopup {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #000;
}
.mainPic {
	width: 324px;
	height: 240px;
	position: relative;
	text-align: center;
}
div.pager {
	width: 720px;
	margin: 0 auto;
	margin-top: 5px;
	text-align: center;
	height: 22px;
}
table tfoot tr td div.pager {
        width: 670px;
}
div.pager span.pager_current {
	display: inline-block;
	font-weight:bold;
	background-image: url(../images/button/pager.png);
	background-repeat: no-repeat;
	background-position: 0 -36px;
	color: #0644a6;
	height:22px;
	line-height:22px;
	margin-right:3px;
	width:28px;
}
div.pager span.pager_site {
	margin-right:3px;
	margin-top:2px;
}
div.pager span.pager_site a:active, 
div.pager span.pager_site a:link, 
div.pager span.pager_site a:visited {
	display: inline-block;
	font-weight:bold;
	background-image: url(../images/button/pager.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #FFFFFF;	
	height:18px;
	line-height:18px;
	width:28px;
	text-decoration: none;
}
div.pager span.pager_site a:hover, 
div.pager span.pager_site a:focus {
	background-position: 0 -18px;
}

div.line {
	background-image: url(../images/main/line.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 1px;
	width: 298px;
	/*margin-left: 25px;*/
	font-size: 1px;
}
span.pfeil {
	background-image: url(../images/button/pfeil.png);
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	width: 20px;
	height: 11px;
}
div#slider > span {
	width: 260px;
	display: block;
	margin-bottom: 15px;
	margin-left: 10px;
}

table.admin thead {
	font-weight: bold;
}

