/* ********************************** COMMON *************************************** */

h2
{
	font-weight: bold;
}

strong
{
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

hr
{
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	height: 2px;
	color: #FCF7E7;
	background-color: #FCF7E7;
	border: 0px;
}

span.tabUeberschrift
{
	color: #007744;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}


/* ********************************** TABLES *************************************** */

table
{
	width: 760px;
	table-layout: fixed;
	background-color: #FFFFFF;
}

table caption
{
	display: none;
}

td
{
	vertical-align: top;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

table.tab1col td
{
	background-color: #FCF7E7;
}

table.formular td.spalte1
{
	width: 150px;
	background-color: #FCF0CF;
}


table.formular td.spalte2
{
	width: 460px;
	background-color: #FCF0CF;
}

table.error
{
	margin-bottom: 20px;
}

table.error td.spalte1
{
	width: 150px;
	background-color: #FCE5A4;
	color: #003300;
	font-weight: bold;
}

table.error td.spalte2
{
	width: 460px;
	background-color: #FCE5A4;
	color: #003300;
}

table.formular td.spalte2 input
{
	clear: both;
	float: left;
	margin-right: 5px;
}

table.tab2col th.spalte1 {
	width: 180px;
}

table.tab2col th.spalte2 {
	width: 430px;
}

table.tab3col th.spalte1 {
	width: 175px;
}

table.tab3col th.spalte2 {
	width: 310px;
}

table.tab3col th.spalte3 {
	width: 125px;
}

table.tab3col th,
table.tab2col th,
table.tab1col th
{
	padding: 0px;
	margin: 0px;
	background-color: #FCF0CF;
	color: #920505;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

table.tab3col th.spalte1 div.contentDummy,
table.tab2col th.spalte1 div.contentDummy,
table.tab1col th div.contentDummy
{
	padding: 5px 5px 5px 21px;
}

table.tab3col th.spalte2 div.contentDummy,
table.tab3col th.spalte3 div.contentDummy
{
	padding: 5px;
}

td div.contentDummy
{
	padding: 5px;
}

table.tab3col td ul,
table.tab2col td ul,
table.tab1col td ul {
    float: left;
	list-style: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

table.tab3col td ul li,
table.tab2col td ul li,
table.tab1col td ul li {
	display: block;
	border: 0px;
	margin: 0px 5px 5px 0px;
	padding: 0px 0px 0px 16px;
    background-image: url(../images/pfeilbutton.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

table.tab2col td.spalte1,
table.tab2col td.spalte2
{
	background-color: #FCF7E7;
}

table.tab3col td.spalte1,
table.tab3col td.spalte2,
table.tab3col td.spalte3
{
	background-color: #FCF7E7;
}

td.zwischenzeile
{
	height: 10px;
	background-color: #FCF7E7;
}

td.buttonzeile
{
	background-color: #FCF7E7;
	text-align: right;
	vertical-align: middle;
	height: 45px;
}

td.buttonzeile a.btnRight
{
	color: #920505;
	text-decoration: none;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	
	/*
	background-image: url(../images/pfeilbutton.gif);
	background-position: top;
    background-repeat: no-repeat;
    */
	padding: 2px 0px 0px 16px;
}


/* ********************************** FORMS *************************************** */

form
{
	margin: 0px;
	padding: 0px;
}

input[type=checkbox]
{
	margin-left: 0px;
}

input[type=file]
{
	margin-bottom: 5px;
}

input.long
{
	width: 526px;
}

select.long
{
	width: 533px;
}

select.longFormular
{
	width: 558px;
}

label
{
	color: #920505;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

label.checkbox
{
	display: block;
	float: left;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 2px;
}

input.btnRight
{
	background-image: url(../images/pfeilbutton.gif);
	background-repeat: no-repeat;
	background-position: left;
	vertical-align: middle;
	background-color: transparent;
	border: 0px solid #FCF7E7;
	padding: 2px 0px 0px 16px;
	cursor: pointer;
	/* Text Attribute */
	color: #920505;
	text-decoration: none;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
