/*
  ----------------------------------------------------------------------------
	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%;
}

* { margin:0; padding:0; border:0; }

* html body { text-align: center; } /* IE Hack */

a { outline: none; }

/*----------------------------------------------------------------------------
	Container Definitionen
  ----------------------------------------------------------------------------*/

#container {
	width: 902px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
	overflow: hidden;
	background-color: #080808;
}

#header {
	width: 902px;
	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;
}

#header #adresse {
	padding: 0;
	text-align: right;
	margin: 0;
	width: 676px;
	position: absolute;
	left: 213px;
	top: 35px;
}


#header #mainmenu {
	width: 904px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 142px;
	left: 0px;
	overflow: hidden;
	height: 27px;
}

#outer{
	margin: 0 7px 0 7px;
	background-color: #080808;
} 

#inner{
	margin: 0;
	padding: 0;
	width:100%;
	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;
	padding: 0;
	background-image: url(../gui/content_bg_home.gif);
	background-repeat: repeat-y;
	float: left;
  width: 100%;
}

#content #main {
	margin: 0;
	padding: 0 10px 0 35px;
	background-image: url(../gui/content_bg_home.gif);
	background-repeat: repeat-y;
}


#content #top {
	margin: 0;
	padding: 0;
	background-image: url(../gui/content_bg_top_home.gif);
	height: 3px;
	background-repeat: no-repeat;
	width: 887px;
	overflow: hidden;
}

#content #bottom{
	margin: 0;
	padding: 0;
	background-image: url(../gui/content_bg_bottom_home.gif);
	height: 28px;
	background-repeat: no-repeat;
	width: 887px;
	float: left;
}

#container #footer {
	color: #000000;
	text-align: right;
	clear:both;
	background-color: #262626;
	border-top: solid #080808 20px;
}

#content #main div.mainleft {
	width: 370px;
	float: left;
}

#content #main div.mainright {
	width: 421px;
	float: right;
}
/*----------------------------------------------------------------------------
	Logo Formatieren
  ----------------------------------------------------------------------------*/
  
#header #logo img { border: none; }
  
/*----------------------------------------------------------------------------
	Adressfeld formatieren
  ----------------------------------------------------------------------------*/

#header #adresse p {
	font-size: 0.625em;
	color: #bdbdbd;
	margin: 0 0 6px 0;
	padding: 0;
	line-height: 12px;
}

#header #adresse a {
	color: #bdbdbd;
  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);
	margin: 30px 7px 0 6px;
	color: #ffffff;	
	font-size: 0.7em;
	font-weight:bold;
	padding: 7px 0 0 10px;
}

* 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;
}

/*----------------------------------------------------------------------------
	Startbilder formatieren
  ----------------------------------------------------------------------------*/
  
#content #gallery {
   clear: left;
   padding: 10px 0 0 30px;  
   margin: 0;
   float: left; 
}

#content #gallery .imagebox {
   width: 210px;
   float: left;
   m-argin: 0 15px 5px 15px;
   background-image: url(../gui/imgborder.gif);
   background-repeat: no-repeat;
}

#content #gallery .imagebox img {
   float: left;
   margin: 7px 0 0 8px;
}

#content #gallery .imagebox p {
  font-size: 0.69em;
  width: 210px;
  float: left;  
}

#content #gallery .imagebox p a {
  color: #ffff00;
  text-decoration: none;
  margin-top: 5px;
  margin-left: 8px;
  float: left;
}

#content #gallery .imagebox p a:hover {
  color: #ffff00;
  text-decoration: underline;
}

#content .news {
  float: left;
  width: 60px;
}

#content .news-list-container p {
  margin:  0;
  padding: 0;
	color: #dddbdb;
}

#content .newscontent {
  float: left;
}

#content .newscontent .date {
  float: left;
  clear: left;
  width: 100px;
}

#content .newscontent .micro a {
  font-size: 0.85em;
}

.csc-frame-frame2 {
border: solid #FFCF40 1px;
padding: 5px;
color: #FFFFFF;
a:hover: red;
}
.csc-frame-frame2 a{
color: #FFCF40;
text-decoration: none;
}

