/*--------------------------------------------------------------------------------

	Projekt			:	RECOM-HUAT
	Grafikdesign	: 	Heinz Roffeis / www.enzo.at
	Webdesign  		:	Josef Kahofer / www.kahofer.net

----------------------------------------------------------------------------------*/

/* ### HTML ###################################################################### */
html {
	margin: 0px;
	padding: 0px;
}

/* ### BODY ###################################################################### */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*font-size: 85%;*/
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

/** html body { text-align:center; font-size: xx-small; }  *//* IE 5.5 Hack */

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

.floatLeft { float:left; }
.floatRight { float:right; }

.warning { color:#f00; background: inherit; }

/* ### Website #################################################################### */
/* +++++++++++++++++++++ layout +++++++++++++++++++++ */
/* ++++++++++++++++ container ++++++++++++++++ */
.main_container {
	padding-bottom: 0px;	
}
.container {
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0px;
	width: 1024px;
	margin-top: 5px;
	background-color: #FFF;
	background-image: url(bg_main.gif);
	background-repeat: repeat-y;
}
/* ++++++++++++++++ seitenkopf ++++++++++++++++ */
.header {
	height: 133px;
	background-color: #FFFFFF;
}

/* ++++++++++++++++ spalte links ++++++++++++++++ */
.leftcol {
	float: left;
	width: 239px;
/*	height: 500px;*/
	background-color: #EFEDEF;
}
/* +++++++ siehe navigation.css +++++ */

/* ++++++++++++++++ spalte mitte ++++++++++++++++ */
.maincol {
	float: left;
	width: 575px;
}

/* +++++++++++ content +++++++++++ */
/* +++++++ siehe content.css +++++ */

/* ++++++++++++++++ spalte rechts ++++++++++++++++ */
.rightcol {
	float: right;
	width: 204px;
}
.news {
	width: 184px;
	padding: 10px;
}

/* Doppelte Ueberschriften fuer Newsbox verbergen */
.news h1, .news h2, .news h3, .news h4, .news h5,.news h6 {
	display: none;
}
/* Doppelte Ueberschriften fuer News verbergen */
.teaseroutput h1, .teaseroutput h2, .teaseroutput h3, .teaseroutput h4, .teaseroutput h5,.teaseroutput h6 {
	display: none;
}
/* Content-Bilder in Newsbox verbergen */
.teaseroutput img {
	display: none;
}
.teaseroutput .tinymcewysiwyg strong{
	font-weight: normal;
	padding: 0px;
}

/* ### Footer ###################################################################### */

.footer {
    margin: 0;
}

/* ### modul download_mime_link ###################################################################### */
/*#content .download-file p  { 
  width:97.3%;*/ /* IE6 Hack */
/*	margin: 0;
}
#content .download-file {
	padding: 0;
	font-weight: bold;	
}
*/
