body {
	font-family: 'Times New Roman',Times,serif;
}

.container {
	position:absolute;
	
	width:990px; 
	margin-left:-495px; 
	left:50%;
	
	/*height:600px; 
	margin-top:-300px; 
	top:50%;
	background-color:yellow;*/
}

#logo {
	position:absolute;
	width:780px;
	height:110px;
	padding: 0px 0px 0px 0px;
	left: 208px;
	top:30px;
	border: dotted;
	border-color: #820024;
	border-width: 1px;
	background-image: url(../img/logo.jpg);
	background-repeat:no-repeat;
}

#content {
	position:absolute;
	width:740px;
	height:auto;
	padding: 20px 20px 20px 20px;
	left: 208px;
	top:140px;
	overflow: auto;
	border-left-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-color: #820024;
	border-width: 1px;	
}

/*fuer Anpassungen am content*/
/*Links im Content*/
#content a{
	color: #820024;
	text-decoration: underline;
}

/*Bildunterschriften*/
.csc-textpic-caption {
	padding: 2px;
	font-size: 70%;
}

/*Listendarstellung*/
#content li{
	padding: 2px 2px 2px 12px; /*top - right - buttom - left*/
	background-image: url(../img/pfeil.gif);
	background-repeat:no-repeat;
}

#content ul{
	padding: 5px 0px 10px 0px; /*top - right - buttom - left*/
}

/*fuer die RTE-Auswahl important und detail*/
/*Sonderpreis*/
span.important {
	color: #820024;
	font-weight: bold;
	font-size: 100%;
	/*padding: 5px 20px 5px 6px;*/
}

/*UVP*/
span.detail { 
	font-size: 100%;
	text-align: right;
}

/*Definition fuer HTML-Standard-Tags*/
h1 {
	font-size: 130%;
	margin-bottom: 15px;
	color: #820024;
}

h1.csc-firstHeader {
	font-size: 130%;
	font-variant:small-caps;
	background-color: #820024;
	color: #FFFFFF;
	padding: 5px 5px 5px 5px;
}

h2 {
	font-size: 110%;
	margin-bottom: 5px;
	color: #820024;
	/*font-style: italic;*/
	text-decoration: underline;
}

h3 {
	font-size: 100%;
	margin-bottom: 5px;
	font-style: italic;
}

p {
	padding: 0px 0px 5px 0px;
	text-align: justify;
}

p.align-right {
	text-align: right;
}

p.align-center {
	text-align: center;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}
