/*-----------------Tabellen-----------------------*/

td {
	font-family: arial;
		
}


/*-----------------ohne Layout-----------------------*/

.contenttable.contenttable-0 {
	
	border-collapse: collapse;
	width: 630px;
	
}

.contenttable-0 td {
	padding: 4px;
	border: 1px solid #F3F3F3;
}



.contenttable-0 tr.tr-odd {
	
	vertical-align: text-top;
}

.contenttable-0 td p {
	padding: 0em 1em;
	margin: 0.5em 0em;
}

.tr-even, .tr-odd {
	vertical-align: text-top;
	font-size: 0.9em;
	color: #666666;
}

tr.tr-0 {
	font-weight: bold;
	color: #0D86D2;
	padding-top: 1em;
	background-color: #F6F6F6;
}


/*

-----------------Layout 1-----------------------

.contenttable-1 {
	background-color: #E3E8F3;
	border-collapse: collapse;
	width: 100%;
	line-height: 1.3em;
}

.contenttable-1 tr.tr-0 {
	background-color: #FFFFFF;
	padding-top: 5em;
	padding-bottom: 5em;
}

.contenttable-1 td p {
	padding: 0em 1em;
	margin: 0.5em 0em;
}

.contenttable-1 td.td-0 {
	width: 30em;
	border-bottom: 1px solid #FFFFFF;
}

.contenttable-1 td.td-1 {
	width: 10em;
	border-bottom: 1px solid #FFFFFF;
}

.contenttable-1 td.td-last {
	width: 10em;
	border-bottom: 1px solid #FFFFFF;
}

.contenttable-1 td.td-1, .contenttable-1 td.td-last {
	font-weight: bold;
}


-----------------Layout 2-----------------------



.contenttable-2 td {
	padding: 0em 1.2em;
}

.contenttable.contenttable-2 {
	border-top: 1px solid #FF0000;
	border-collapse: collapse;
	width: 100%;
}

.contenttable-2 tr.tr-odd {
	background-color: #E0EFFF;
	vertical-align: text-top;
}

.contenttable-2 td p {
	padding: 0em 0.2em;
	margin: 0.5em 0em;
}

.contenttable-2 td.td-0 {
	width: 20em;
}

.contenttable-2 td.td-1 {
	width: 40em;
}


-----------------Layout 3-----------------------

.contenttable-3 td {
	padding: 0em 1.2em;
}

.contenttable.contenttable-3 {
	border-top: 1px solid #FF0000;
	border-collapse: collapse;
	width: 100%;
}

.contenttable-3 tr.tr-odd {
	background-color: #E0EFFF;
	vertical-align: text-top;
}

.contenttable-3 td p {
	padding: 0em 0.2em;
	margin: 0.5em 0em;
}

.contenttable-3 td.td-0 {
	width: 20em;
}

.contenttable-3 td.td-1 {
	width: 20em;
}

.contenttable-3 td.td-2 {
	width: 20em;
}

.contenttable-3 td.td-last {
	width: 40em;
}



td img {
	padding-bottom: 0.2em;
}

td h3 {
	background-color: #FFFFFF;
}



*/