/****************************
+++ Tabellen +++
****************************/

table.rahmen {
	border-right: solid 1px #C6A65E;
	border-bottom: solid 1px #C6A65E;
	padding:0;
}



table.rahmen td,table.rahmen th {
	border-left: solid 1px #C6A65E;
	border-top: solid 1px #C6A65E;
	padding:10px;
}

table.rahmen tr:hover {
	background:#E8DBC0;
}

table.ohne {
	border:none;
	padding:0;
	margin:0;
}

table.ohne td {
	border:none;
	padding:10px;
}

div.tablefix {
	padding-bottom:37px;
}

table.fix {
	position:fixed;
	background:#C6A65E;
}












