/* @Font-Face Custom Fonts */

@font-face {
	font-family:TextileRegular;
 src: url(($IMG)/fonts/textile-webfont.eot);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family:'TextileRegular';
	src: url('($IMG)/fonts/textile-webfont.eot');
	src: url('($IMG)/fonts/textile-webfont.woff') format('woff'), url('($IMG)/fonts/textile-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

body {
	margin:0;
	padding:0;
	height:100%;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#314399;
}
table, tr, td {
	color:#314399;
	text-decoration:none;
	font-size:12px;
	vertical-align:top;
}
.main {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-bottom:5px;
	width:1012px;
}
/* Für Javascript-unfähigkeit: zeige diese Elemente nicht */
.mit_javascript {
	display: none;
}
/*#################################
Rabattpreis a
##################################*/

.rabattpreis {
	margin-left:14px;
}
/*#################################
Globals für TextEditor
##################################*/

h1, .divueberschrift {
	font-size:12px;
	font-weight:bold;
	margin: 15px 0 8px 0;
}

h2 {
	font-size:12px;
	margin-bottom:10px;
	padding:0px;
	margin-top:0px;
}
h3 {
	font-weight:normal;
	font-size:12px;
}
h4 {
	font-size:12px;
	margin-bottom:0px;
	margin-top:10px;
	margin-left:15px;
	text-align:left;
}
a {
	color:#314399;
	text-decoration:none;
	font-size:12px;
	outline:none;
}
a img {
	border:0px;
	text-decoration:none;
}
