/* *************************************** */
/* Main Styles für Home und Contentseiten  */
/* *************************************** */

body			{ margin:0px; 
				  padding:0px; 
				  background-color:#CCCCCC; }


/* ----------- */
/* Massangaben */
/* ----------- */

/* Breite gesamt (Content, schwarzer Balken, Schatten rechts) */
.widthAll		{ width:779px; }
/* Breite weisser Contentbereich */
.widthContent	{ width:608px; }


/* ----------- */
/* Farbangaben */
/* ----------- */

/* Wird auch von Hauptmenue benutzt */
.bgBody			{ background-color:#CCCCCC; }
.bgContent		{ background-color:#FFFFFF; }
/* schwarzer Balken rechts */
.bgLogoBar		{ background-color:#000000; }
/* Trennstriche zwischen Main Menu Punkten */
.bgHyphen		{ background-color:#C3C5C8; }

/* Grau Content */
.bgGreyCon01		{ background-color:#EBEBEB; }
.bgGreyCon02		{ background-color:#D7D7D7; }

/* Grau der Sub Sub Menu Leiste */
.bgGreySubSubBar	{ background-color:#9C9C9C; }

/* Dunkelstes Grau (Download Links etc) */
.bgGreyDark			{ background-color:#858384; }

/* Impressum Content Grau */
.bgGreyDisclaimer	{ background-color:#B6B6B6; }


/* ---------------------------------------------------------------- */
/* Blocks (legen Abstände zum Rand des beinhaltenden Elements fest) */
/* ---------------------------------------------------------------- */

/* Logo und Adresse in schwarzem Balken rechts */
/* some ads by naw */
.blockLogo		{
	margin-left: 7px;
	margin-top: 18px;
}	
.Logo		{
	width: 148px;
	height: 148px;
	background-image: url(../../_pics/suitestuff_logo.gif);
	background-repeat: no-repeat;
}
.newsLogo		{
	width: 148px;
	height: 148px;
	background-image: url(../../_pics/logo.gif);
	background-repeat: no-repeat;
}
.blockAward		{
	margin-left: 10px;
}	
.Award		{
	width: 148px;
	height: 148px;
	background-image: url(../../_pics/Showtech-winner-2009.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.BOE		{
	width: 100px;
	height: 100px;
	background-image: url(../../_pics/BOE_100x100.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.blockAddress	{ margin:10px 0 17px 10px; }
.blockRefGfx	{
	margin: 5px 5px 5px 0px;
}
.TabRefGfx	{
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
}
/* Inhalt (Punkte) Sub Sub Menu */
.blockSubSub	{ margin-left:29px; }

/* Content Textblock */
.blockConText	{ margin:29px; margin-top:26px; margin-bottom:40px; }
/* Kleine Content Bloecke rechts mit Textinhalt */
.blockConBox	{ margin:29px; margin-top:26px; margin-bottom:32px; }

/* Content Bildbereich rechts bei Übersichtsseiten 1 Spalte */
.blockConPicCo1	{ margin-left:13px; margin-top:11px; margin-bottom:40px; }
/* Content Bildbereich rechts bei Übersichtsseiten 2 Spalten */
.blockConPicCo2	{ margin-left:9px; margin-top:11px; margin-bottom:40px; }

/* Inhalt der Boxen */
.blockBoxesCon	{ margin:10px; margin-top:3px; margin-bottom:4px; }

/* Text vor Eingabefeldern */
.blockTextElm	{ margin-right:15px;}


/* ----------------- */
/* Formular Elemente */
/* ----------------- */

form 			{ padding:0px; margin:0px; }

.inputNormal	{ width:200px;
				  font-size:12px;
				  color:#000000;
				  font-family:Verdana,Arial,Helvetica,sans-serif; }

.button			{ width:100px;
				  font-size:12px;
				  font-weight:bold; 
				  color:#000000; 
				  font-family:Verdana,Arial,Helvetica,sans-serif; }

/* Abstand zwischen den Formularfeldern */
.spaceElmElm	{ height:11px;}
