/* ---

teycom technology GmbH
Brüderstr. 14
20355 HAmburg

Inhaltsverzeichnis:
	01. Allgemein
	02. Wrapper Inhalt
	
	


--- */
@import url("../css/subscreen.css");
@import url("../css/hmenunew.css");
@import url("../css/vmenu.css");
@import url("../css/content.css");
@import url("../css/headnav.css");


/**********************************************************
*
* 01. Allgemein
*
*/

* {
	outline:none;
	font: 12px arial;
}

html /* Scrollbars in Firefox immer anzeigen, verhindert Spruenge */
{
	min-height: 101%;
	height: 101%;
}

div /* Hauptdefinitionen des Hintergrunds */
{
	margin: 0;
	padding: 0;
	border: 0;
}

#Main{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color:#000000;
}

#Wrapper /* DIV-Umgebung (Mitte bestimmen) */
{
	margin: 200px auto;
	width: 600px;
	height: 400px;
	text-align: left;
	border:0px solid #ffffff;
}

#Content td {
	font-family:"Arial";
	color:#cccccc;
}

