@charset "utf-8";
/* 
  ------------------------------------------------
  CSS Layout Tabelle
  Copyright (c) 2011 Design67
  www.design67.de
  ------------------------------------------------
*/

.tabelle_oben {
	font-size: 1.7em;
	margin: 0;
	color: #6F8789;
	line-height: 1em;
	font-weight: normal;
	background-image: url(picts/tabelle_oben.jpg);
	background-repeat: no-repeat;
	height: 49px;
	width: 215px;
	text-align: center;
	background-position: top;
	border-radius: 15px 15px 0px 0px;
	-moz-border-radius: 15px 15px 0px 0px;
	-webkit-border-radius: 15px 15px 0px 0px;
}
.tabelle_oben2 {
	font-size: 1.5em;
	margin: 0;
	color: #6F8789;
	line-height: 1em;
	font-weight: normal;
	background-image: url(picts/tabelle_oben.jpg);
	background-repeat: no-repeat;
	height: 49px;
	width: 215px;
	text-align: center;
		border-radius: 15px 15px 0px 0px;
	-moz-border-radius: 15px 15px 0px 0px;
	-webkit-border-radius: 15px 15px 0px 0px;
}
.tabelle_mitte1 {
	margin: 0;
	color: #57696A;
	font-weight: normal;
	background-image: url(picts/tabelle_mitte1.jpg);
	background-repeat: no-repeat;
	width: 155px;
	text-align: left;
	padding-left: 60px;
	padding-top: 5px;
	line-height: 1em;
	height: 150px;
}
.tabelle_mitte2 {
	margin: 0;
	color: #57696A;
	font-weight: normal;
	background-image: url(picts/tabelle_mitte.jpg);
	background-repeat: no-repeat;
	width: 155px;
	text-align: left;
	padding-left: 60px;
	line-height: 1em;
	height: 150px;
}
.tabelle_mitte3 {
	margin: 0;
	color: #57696A;
	font-weight: normal;
	background-image: url(picts/tabelle_mitte3.jpg);
	background-repeat: no-repeat;
	width: 155px;
	text-align: left;
	padding-left: 60px;
	padding-top: 5px;
	line-height: 1em;
	height: 150px;
}
.tabelle_unten {
	margin: 0;
	height: 25px;
	width: 215px;
	text-align: center;
	background-color: #B5B5B5;
	font-size: 1.35em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9FB1BD;
}
.tabelle_unten a:link{
	color: #EBEBEB;
	text-decoration: none;
}