* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
	margin: 0;
	padding: 0;
}

BODY {
	text-align: center; /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
}

DIV.tx-rmtecmarketing-pi1-error {
	font-weight:bold;
}

DIV.tx-rmtecmarketing-pi1-error LI {
	color:red;
	font-weight:bold;
}


DIV.tx-rmtecmarketing-pi1-category {
	margin-top: 32px;
}

DIV.tx-rmtecmarketing-pi1-topic {
	margin-top:3px;
	padding-bottom:5px;
	padding-right:10px;
	border:1px solid #ccc;
	width:95%;
	clear:both;
	display: inline-block;
	
}

DIV.tx-rmtecmarketing-pi1-topic:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.tx-rmtecmarketing-pi1-topic IMG{
	margin-right: 20px;
	margin-top:5px;
	margin-bottom:5px;
	margin:0 auto;
	align:center;
}

.tx-rmtecmarketing-pi1-topic-image {
	float:left;
		width:134px;
	overflow:hidden;
	padding-top:5px;
	align:center;
	text-align:center;

}

.tx-rmtecmarketing-pi1-item{
	
	border-right:0px;
	border-bottom:0px;
	float:right;
	margin: 0px;
	width:339px;

}

.tx-rmtecmarketing-pi1-item DIV{
	margin-top:5px;
}

DIV.tx-rmtecmarketing-pi1-text {
	float:right;
	width:300px;
	padding-top:5px;
	padding-bottom:5px;
}

DIV.tx-rmtecmarketing-pi1-category-title{
	margin-bottom: 5px;
	padding:0px;
}

DIV.tx-rmtecmarketing-pi1-category-description {
	margin-top:5px;
	margin-bottom:3px;
	padding:0px;
}

DIV.tx-rmtecmarketing-pi1-category-title H2 {
	margin:0px;
}

DIV.tx-rmtecmarketing-pi1-topic-title {
	float:right;
	width:330px;
	padding-top:5px;
	padding-bottom:5px;

}

DIV.tx-rmtecmarketing-pi1-topic-title H3, DIV.tx-rmtecmarketing-pi1-topic-title H3 A{
	font-size:10pt;
}

DIV.tx-rmtecmarketing-pi1-topic-title H3{
	color:black;
	font-weight:bold;
	
}



DIV.tx-rmtecmarketing-pi1-text H4 {
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	color:black;

}

DIV.tx-rmtecmarketing-pi1-text H2 {
	margin-top:0px;
}

DIV.tx-rmtecmarketing-pi1-amountbox{
	float:left;
	width:20px;
	font-wight:bold;
	padding-top:6px;
	padding-left:5px;
	margin:0px;

}

DIV.tx-rmtecmarketing-pi1-amountbox INPUT {
	margin-top:2px;
	padding:0px;
}

DIV.tx-rmtecmarketing-pi1-amountbox LABEL{
	display:none;
}

DIV.tx-rmtecmarketing-pi1-adressform{
	clear:both;
	margin-top: 25px;
	padding-top: 5px;
	border-top: 1px solid #ccc;
}

DIV.tx-rmtecmarketing-pi1-adressform DIV{
clear:both;
}

DIV.tx-rmtecmarketing-pi1-adressform LABEL{
	float:left;
	width: 80px;
	margin-top:5px;
}

DIV.tx-rmtecmarketing-pi1-adressform INPUT{
	float:right;
	width: 200px;
	margin-top:2px;
margin-right:170px;
}

DIV.tx-rmtecmarketing-pi1-adressform DIV.captcha {
	margin-top:60px;
	margin-bottom:10px;
}






DIV {
	text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}

HTML, BODY {
height: 100%;
}

#container{
	width:1000px;
	align:center;
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;

}

#top-nav{
	border: none;
	padding: 0px;
	margin:0px;
	float: right;
         margin-bottom:3px;
         padding-right: 8px;
}

#top-nav UL{
	border: none;
	padding: 0px;
	margin:0px;
}

#top-nav UL LI{
	display: inline;
}

#header {
	clear:both;
	border: none;
	padding-top: 21px;
	margin-bottom:21px;
	height: 146px;

}

#content-area{
	position: relative;
	margin: 0 auto;
	width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	border: 1px solid green;
}

#main-nav{
	float:left;
	width: 175px;
	margin-right:16px;

}

#main-nav DIV{
         height:23px;
         background-color: #F8F8F8;
         border-bottom: 1px solid #E2E1E2;
         width:170px;
         padding-left: 5px;
         padding-top: 5px;
}

#login-box FORM, #login-box DIV, #login-box DIV *{
float: left;
}

#page-content{
	float:left;
	width: 500px;
	margin-right:3px;
	padding-right:10px;
}

#image-area{
	float:left;
	width: 112px;
	overflow: hidden;
	margin-right: 2px;
         margin-left: 5px;
}

#news-box{
	float:left;
	width: 175px;
         margin-left:2px;
         color:#666666;
         background-color: #D1D2D5;


}

#news{
	padding:5px;
}

.news-single-item .important {
	background-color:yellow;
}

/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

