/*GRUNDLEGENDES*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #B2C4D0;
	background-image: url(../pic/body_hg.gif);
	background-position: center center;
	background-repeat: repeat-y;
}


.bg_noborder {
	background-image: url(../pic/body_hg_noborder.gif);
}


form, pre, .noPadnoMar{
	padding: 0;
	margin: 0;
}

.clear {
	line-height: 0px;
	height: 0px;
	clear: both;
}

img {
	border: 0;
}

h1 {
	margin: 0px;
	margin-bottom: 15px;
	font-size: 17px;
	font-weight: bold;
	color: #003A63;
}

h2 {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
}

p {
	margin: 0px;
	margin-bottom: 10px;
}

a:link,a:visited {
	color: #003A63;
	text-decoration: underline;
}

a:hover,a:active {
	color: #8B0B05;
	text-decoration: underline;
}

/*BUTTON*/
.button,.button_menu {
	border: 1px solid;
	margin-left: 10px;
}

.button,.submitButton, .submitButtonBlue, .deactivatedButton  {
	background-color: #8B0B05;
	border: none;
	margin: 0px;
	margin-left: 1px;
	margin-right: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

.submitButtonBlue{
	background-color: #003A63;
}

.submitButton {
	
}

.deactivatedButton {
	background-color: #ccc;
}

/*TABELLEN*/
td {
	font-size: 12px;
}

.rowDark{
	background: #BDCDDB;
}

td .odd {
	background: #BDCDDB;
}


.rowDark{ 
	background-color: #BDCDDB; 
}

.tableHeader  {
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	background-color: #003A63;
	color: #fff;
}

.tableHeader td {
	border-bottom: 1px solid #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tdrowline  td {
	border-left: 1px solid #D4DEE7;
}

.infotd {
	background: #fff;
	margin-left: 20px;
}

.tableListe td {
	border: none;
	border-bottom: 1px solid #ccc;
}

.innerTable td {
	padding-bottom: 5px;
}

.innerTableDetails td {
	padding-bottom: 0px;
	margin: 0px;
}


.details .headerHiLi td{ 
	background:#BDCDDB;
}

.outerTable  td {
	height: 100%;
}

/*SUMMEN*/
.summe {
	border-bottom: double 3px #999;
	text-align: right;
}

.summeline {
	border-bottom: solid 1px #999;
	height: 1px;
	line-height: 10%;
}

/*HINWEISE*/
.error {
	line-height: 180%;
	padding-left: 15px;
	margin-top: 3px;
	color: #B10D06;
	background: url(../images/error.gif) no-repeat left center;
	font-weight: bold;
	display: block;
}

.errorTitle {
	border: 1px solid #CC0000;
	padding: 20px;
}

.succTitle {
	border: 1px solid #66CC33;
	padding: 20px;
}

/*JOOMLA*/
.contentpaneopen {
	width: 100%;
}

.nopad {
	width: 100%;
}

/*SLIDER*/ /* put the left rounded edge on the track */
#track1-left,#track2-left,#track3-left,#track4-left {
	position: absolute;
	width: 5px;
	height: 9px;
	background: transparent url(../images/slider-images-track-left.png)
		no-repeat top left;
}

/* put the track and the right rounded edge on the track */
#track1,#track2,#track3,#track4 {
	background: transparent url(../images/slider-images-track-right.png)
		no-repeat top right;
}

/*FORMATE*/
.label {
	font-weight: bold;
}

/*FORMATE*/
.tarif {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#333;
}

.here{
	background-image: url(../images/here.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.schadengroupHeader{
	background-color: #fff;
	font-weight: bold;
}
.schadengroup{
	background-color: #BDCDDB;
}

.schadengroup td{
	padding-top:5px;
}

/*FOR JOOMLA & LIGHTBOX*/


.SubSubHeader{
	white-space:nowrap;
}


#pagingline{
	width:100%;
	padding-bottom: 10px;
	text-align: right;
	
}
.pagingActive{
	font-weight: bold;
	font-size: 1.2em;
	color: #8C0800;
}
#pagingline a{

	text-decoration: none;
	
}

 /*-- Sub Style -------------------------------------------------------------*/
 






