@import url("general.css");

body {
	margin: 0;
	padding: 0;
}

#innerframe {
	margin: 0 auto !important;
	padding: 0 !important;
	width: 470px !important;
}

div#buchungsformular {
	margin: 0;
	padding: 0;
}

div#buchungsformular table.form, div#buchungsformular table.testauswahl  {
	width: 450px;
	margin: 10px;
}

div#buchungsformular table.testauswahl td input {
	margin-left: 3px;
}


div#buchungsformular #zusatzinfo {
	width: 98%;
}

div#innerframe UL LI {
	font-size: 11px !important;
	line-height: 16px !important;
	list-style-image: url('inc/li-hook-small.png');
}

div#buchungsformular table.form td {
    background: white;
}
div#buchungsformular table.form td:hover { background: #EDEDEA; }
div#buchungsformular table.nohover td:hover { background: #EDEDEA; }

div#buchungsformular H1 {
    color: black;
}
div#buchungsformular H2 {
    background: #EDEDEA;
    color: black;
}
div#buchungsformular table.testauswahl td {
    background: #EDEDEA;
}
div#buchungsformular table.form th {
    color: black;
}
div#buchungsformular table.testauswahl th {
    background: #5f5f51;
    color: white;
}
div#buchungsformular INPUT.lined {
    border: 1px solid white;
    border-bottom: 1px solid black;
    background: white;
}
div#buchungsformular TEXTAREA {
    border: 1px solid white;
    border: 1px solid black;
    background: white;
}
P { color: black;}

input.buttonstyle { 
    background: #5f5f51 none repeat scroll 0 0;
    color: white;
} 

div#innerframe {
	background: white;
}

body.einbindung {
	background: white;
}

