/*
  ----------------------------------------------------------------------------
	Projekt		: smARTec 
	Datei		: smartec_screen.css
	Copyright	: (c)2006 - 2007 .hausformat gmbh
	Author		: Sacha P. Suter
  ----------------------------------------------------------------------------
*/

/*----------------------------------------------------------------------------
	Basis HTML Definitionen
  ----------------------------------------------------------------------------*/

html { height: 100%; }

body {
	background-color: #262626;
	margin: 0px;
	padding: 0px;
	font-size: 100.1%;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;	
	height: 100%;
}

* html body { text-align: center; } /* IE Hack */

/*----------------------------------------------------------------------------
	Container Definitionen
  ----------------------------------------------------------------------------*/

#container {
	width: 710px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
	overflow: hidden;
	background-color: #080808;
}

#header {
	width: 710px;
	height: 192px;
	padding: 0px;
	margin: 0px;
	background-image: url(../gui/header.gif);
	background-repeat: no-repeat;
}

#header #logo {
	margin: 0;
	width: 155px;
	height: 93px;
	position: absolute;
	left: 18px;
	top: 34px;
	display: none;
}

#header #adresse {
	padding: 0;
	text-align: left;
	margin: 0;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 35px;
}


#header #mainmenu {
	width: 904px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 142px;
	left: 0px;
	overflow: hidden;
	height: 27px;
	display: none;
}

#outer{
	margin: 0;
	background-color: #080808;
} 

#inner{
	margin: 0px 0 0 0;
	padding: 0;
	background-color: #080808;
} 

#left {
	width: 175px;
	position:relative;
	margin-left:-175px;
	margin-right:0px;
	padding-top: 0px;
	float: left;
	display: none;
}

#right {
	width:195px;
	float:right;
	position:relative;
	margin-right:-195px;
	margin-left:1px;
	padding-top: 0px;
	display: none;
}

#content {
	margin: 0 0 0 -10px;
	padding: 0;
	background-image: url(../gui/content_bg.gif);
	background-repeat: repeat-y;
	float: left;
	width: 600px;
}

#content #main {
	margin: 0;
	padding: 0 10px 0 10px;
	background-image: url(../gui/content_bg.gif);
	background-repeat: repeat-y;
}


#content #top {
	margin: 0;
	padding: 0;
	background-image: url(../gui/content_bg_top.gif);
	height: 29px;
	background-repeat: no-repeat;
	display: none;
}

#content #bottom{
	margin: 0;
	padding: 0;
	background-image: url(../gui/content_bg_bottom.gif);
	height: 28px;
	background-repeat: no-repeat;
	display: none;
}

#container #footer {
	color: #000000;
	text-align: right;
	clear:both;
	background-color: #262626;
	border-top: solid #080808 20px;
	display: none;
}

/*----------------------------------------------------------------------------
	Logo Formatieren
  ----------------------------------------------------------------------------*/
  
#header #logo img { border: none; }
  
/*----------------------------------------------------------------------------
	Adressfeld formatieren
  ----------------------------------------------------------------------------*/

#header #adresse p {
	font-size: 0.625em;
	color: #000000;
	margin: 0 0 6px 0;
	padding: 0;
}

#header #adresse a {
	color: #000000;
        text-decoration: none;
}

#header #adresse a:hover {
	color: #bdbdbd;
        text-decoration: underline;
}

/*----------------------------------------------------------------------------
	designed by hausformat
  ----------------------------------------------------------------------------*/

#container #footer a img { border: none;}


/*----------------------------------------------------------------------------
	Hauptmenu formatieren
  ----------------------------------------------------------------------------*/

#header #mainmenu ul {
	margin: 0;
	padding: 0;
	height: 27px;
	overflow: hidden;
}

#header #mainmenu ul li {
	margin: 0;
	padding: 0;
	list-style:none;
	width: 113px;
	height: 27px;
	float: left;
}

#header #mainmenu ul li a {
	font-size: 0.7em;
	color: #ffffff;
	text-decoration: none;
	height: 17px;
	float: left;
	width: 113px;
	padding: 8px 0 0 0;
	text-align: center;
}

#header #mainmenu ul li a:hover,#header #mainmenu ul li a.act  {
	font-size: 0.7em;
	height: 27px;
	background-image: url(../gui/button_rollover.gif);
	float: left;
	width: 113px;
}

/*----------------------------------------------------------------------------
	Menu I formatieren
  ----------------------------------------------------------------------------*/

#left #menu_i_titel {
	height: 21px;
	background-image: url(../gui/menu_i_titelbox.gif);
	margin: 0 7px 0 6px;
	color: #ffffff;	
	font-size: 0.7em;
	font-weight:bold;
	padding: 7px 0 0 10px;
}

* html #left #menu_i_titel  {
   height: 28px;             /* Internet Explorer < 6 */
   height/**/:/**/21px;      /* Internet Explorer >= 6 */
}

#left .clear {
	clear: both;
}

#left #menu_i {
	margin: 2px 7px 0 6px;
	padding: 3px 0 10px 0;
	border: solid #1d1d1d 1px;
	background-color: #171717;
}

#left #menu_i ul {
	margin: 0;
	padding: 0;
}

#left #menu_i li {
	margin: 0;
	padding: 0;
	list-style:none;
	float: left;
	clear: left;
}

#left #menu_i ul li a {
	font-size: 0.7em;
	color: #aeaeae;
	background-image: url(../gui/dot_norm.gif);
	background-repeat:no-repeat;
	margin-left: 5px;
	padding-left: 18px;
	text-decoration: none;
	float:left;
	margin-top: 5px;
	height: 15px;
}

#left #menu_i ul li a:hover,#left #menu_i ul li a.act {
	color: #ffffff;
	background-image: url(../gui/dot.gif);
	background-repeat:no-repeat;
}

/*----------------------------------------------------------------------------
	Menu II formatieren
  ----------------------------------------------------------------------------*/

#left #menu_ii_titel {
	height: 21px;
	background-image: url(../gui/menu_ii_titelbox.gif);
	color: #ffffff;	
	font-size: 0.7em;
	font-weight:bold;
	padding: 7px 0 0 10px;
	margin: 30px 7px 0 6px;
}

* html #left #menu_ii_titel  {
   height: 28px;             /* Internet Explorer < 6 */
   height/**/:/**/21px;      /* Internet Explorer >= 6 */
}

#left .clear {
	clear: both;
}

#left #menu_ii {
	margin: 2px 7px 0 6px;
	padding: 3px 0 10px 0;
	border: solid #1d1d1d 1px;
	background-color: #171717;
}

#left #menu_ii ul {
	margin: 0;
	padding: 0;
}

#left #menu_ii li {
	margin: 0;
	padding: 0;
	list-style:none;
	float: left;
	clear: left;
}

#left #menu_ii ul li a {
	font-size: 0.7em;
	color: #aeaeae;
	background-image: url(../gui/dot_norm.gif);
	background-repeat:no-repeat;
	margin-left: 5px;
	padding-left: 18px;
	text-decoration: none;
	float:left;
	margin-top: 5px;
	height: 15px;
}

#left #menu_ii ul li a:hover,#left #menu_ii ul li a.act {
	color: #ffffff;
	background-image: url(../gui/dot.gif);
	background-repeat:no-repeat;
}

/*----------------------------------------------------------------------------
	Infolinie formatieren
  ----------------------------------------------------------------------------*/

#content #top #breadcrumb {
	float: left;
	font-size: .75em;
	margin: 8px 0 0 10px;
	color: #dfdddd;
	font-weight:bold;
	width: 500px;
}

#content #top #print {
	float: right;
	margin: 8px 10px 0 0;
	width: 150px;
	text-align: right;
}

* html body #content #top #print {
	margin: 8px 4px 0 0;
}

#content #top #print a{
	margin: 0;
	padding:0 0 0 15px;
	color: #8c8c8c;
	font-size: 0.7em;
	text-decoration: none;
	background-image: url(../gui/print.gif);
	background-repeat: no-repeat;
	float: right;
}

#content #top #print a:hover {
	color: #dfdddd;
	background-image: url(../gui/print_hi.gif);
	background-repeat: no-repeat;
}

