td.content {
	background-image   : none;
	background-color   : #EEEEEE;
	padding-right      : 0;
	margin-right       : 0;
	height             : 400px;
	max-width          : 200px;
	font-size          : 11px;
	font-family        : Verdana;
}



/* Shop formatierung */
.berechnen {
	background-color : #EEEEEE;
	border           : 1px solid #1F3590;
	color            : #000;
	margin-bottom    : 3px;
	text-decoration  : none;
}

.kasse {
	background-color : #EEEEEE;
	border           : 1px solid #1F3590;
	color            : #000;
	margin-bottom    : 3px;
	text-decoration  : none;
}

.loeschen {
	font-size          : 0;
	border             : none;
	background         : none;
	margin-right       : 10px;
	color              : #fff;
	height             : 30px;
	width              : 35px;
	text-decoration    : none;
	background-image   : url(/loeschen.gif);
	background-repeat  : no-repeat;
	background-position: top left;
}

.mitteilung {
	border      : 1px solid #7F9DB9;
	background  : #fff;
	width       : 270px;
	height      : 80px;
	margin-left : 0;
	
}


.text table img {	
	border : 1px solid #000;
	padding: 0;
	margin : 0;
	width: 160px;
}



/* Unter-Navigation links */
td.nav {
	font-size      : 12px;
	font-variant   : normal;
	letter-spacing : 0px;
	font-weight    : normal;
	font-style     : normal;
	width          : 150px;
	text-indent    : 0px;
	padding-left :10px;
}

/*td.nav li,*/
td.nav ul,
td.nav ul li {
	background-image   : none;
	margin             : 0;
	padding            : 0;
	padding-bottom     : 4px;
	list-style         : none;
}

/* Wichtig! Formatierung für Listen-abstand */
td.nav ul li p {
	margin : 5px;
}

td.nav ul a:link, 
td.nav ul a:visited,
td.nav ul a:active {
	font-size      : 11px;
	font-variant   : normal;
	color          : #000;
	font-weight    : bold;
	letter-spacing : 0px;
	text-decoration: none;
}

td.nav ul a:hover {
	font-size      : 11px;
	font-variant   : normal;
	color          : #2E2C70;
	font-weight    : bold;
	letter-spacing : 0px;
	text-decoration: none;
}

h1{
	font-size      : 13px;
	font-variant   : small-caps;
	font-style     : normal;
	color          : #fff;
	font-weight    : bold;
	margin         : 0;
	padding-top    : 0px;	
}

h2 {
	font-size      : 13px;
	font-variant   : small-caps;
	font-style     : normal;
	color          : #fff;
	font-weight    : bold;
	margin         : 0;
	padding-top    : 0px;	
}

