@charset "utf-8";



/* STYLESHEET ZU WWW.STARCOM.CH
-------------------------------------------------------------------------   
   
   Programmierung: www.per.net.ch
   
   DIE CSS-DEFINITIONEN SIND NACH CSS2 VALIDIERT UND FUER AKTUELLE
   BROWSERVERSIONEN OPTIMIERT UND GETESTET.
   
-------------------------------------------------------------------------      */




/* USED COLORS:
-------------------------------------------------------------------------
Grau (Laufschrift)          #666666    (102 102 102)
Rot							#d01567    (208 021 103)
Linkblau                    #013c7e
-------------------------------------------------------------------------      */





/* AUFBAU DES CSS-DOKUMENTES
-------------------------------------------------------------------------
->  Standard-Elemente
->  ID's
->  Klassen
->  ID-bezogene Definitionen
->  Navigationen
-------------------------------------------------------------------------      */






/*
========================================================================
Standard-Tags ==========================================================
========================================================================      */

/* @group Standard-Tags */

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

li {
	list-style-type: none;
}

body {
	color: #666;
	background: #fff;
	font-family: Verdana,sans-serif;
	font-size: 62.5%;
	text-align: center;
}

p {
	font-size: 1.1em;
	line-height: 1.6em;
	margin-bottom: 1em;
}

h1,h2,h3,h4,h5,h6,h7 {
	
}

h1 {
	font-size: 2em;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 1em;
	letter-spacing: 0.1em;
	color: #333;
}

h2 {
	font-size:  1.4em;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.4em;
	letter-spacing: 1px;
	margin-top: 1.4em;
	margin-bottom: 0.3em;
	color: #333;
}

h3 {
	font-size:  1.4em;
	font-weight: normal;
	line-height: 1.4em;
	margin-top: 3.5em;
	margin-bottom: 0.3em;
	color: #000;
}

h4 {
	font-size: 1.2em;
	line-height: 1.4em;
}

h5 {
	font-size:  1.2em;
	font-weight: normal;
	line-height: 1.4em;
	margin-top: 1.5em;
	margin-bottom: 0.3em;
	color: #000;
}

h6 {
	font-size: 1.2em;
}

h7 {
	font-size:1em;
	line-height:1.1em;
	color: #000
}
	
strong {
	color: #000;
}

a:link, a:visited {
	color: #013c7e;
	text-decoration: none;
}

a:hover, a:active {
	color: #013c7e;
	text-decoration: underline;
}

/* @end */










/*
========================================================================
Layout-ID's ============================================================
========================================================================      */

/* @group Layout-ID's */

#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}

#topheader {
	height: 1.8em;
	background: #999;
	border-top: 4px solid #555;
}

#header {
	height: 120px;
	background: url(../images_design/mainnavi_linie.jpg) no-repeat right bottom;
}

#content {
	background: url(../images_design/trichter_gross.gif) no-repeat left bottom;
}

#content.home {
	background: url(../images_design/trichter.gif) no-repeat left bottom;
	overflow: hidden;
}

#subnavi {
	width: 200px;
	padding-top: 60px;
	float: left;
}

#inhalt {
	min-height: 400px;
	margin-left: 200px;
	margin-right: 0;
	padding-left: 0;
	padding-top: 60px;
	padding-bottom: 20px;
	border-left: 1px solid #ccc;
}

*html #inhalt {
	height: 400px;
}

#footer {
	height: 3em;
	border-top: 9px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom: 15px;
}
#footer2 {
	height: 3em;
	border-top: 9px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom: 15px;
}

#homepic {
	height: 294px;
}

#homepic img {
	border: 1px solid #666;
	border-top: none;
}


/* @end */








/*
========================================================================
Allgemein gültige Klassen ==============================================
========================================================================      */

/* @group Allgemeine Klassen */

.cll {
	clear: left;
}

.clr {
	clear: right;
}

.clb {
	clear: both;
}

.rot {
	color: #d01567;
}

.kursiv {
	font-style: italic;
}

.blocksatz {
	text-align: justify;
}

/* @end */









/*
========================================================================
ID-bezogene Tags =======================================================
========================================================================      */

/* @group ID-Tags */

/* HEADER ********************
-------------------------------------------------------------------------     */
#header img {
	display: block;
	float: right;
	padding-top: 41px;
	padding-right: 3px;
}




/* INHALT ********************
-------------------------------------------------------------------------     */



/* home ---------------------*/

#homepic h1 {
	position: relative;
	top: -120px;
	left: 25px;
	text-transform: none;
	letter-spacing: 2px;
}

*html #homepic h1 {	/* Workaround IE6 */
	margin-top: -25px;
}

#infobartop {
	margin: 20px 0 30px;
	overflow: hidden;
}

.homebox  { background: #d1d1d1 url("../images_design/bg_homebox.gif") repeat-x; margin-right: 9px; padding: 14px; width: 266px; min-height: 360px; float: left; border-top: 5px solid #999 }/* default min-height was 290 */

html .homebox {		/* workaround for IE6 min-height */
	height: 420px;
}

.homebox p {
	font-size: 1em;
	font-weight: bold;
	color: #333;
	margin-bottom: 0;
}

.redbox {
	width: 597px;
	padding-top: 12px;
	margin-left: 303px;
	border-top: 1px dotted #a11250;
	border-bottom: 1px dotted #a11250;
}

.homebox h3 {
	font-size: 1.6em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding-bottom: 0.2em;
	margin-bottom: 0.2em;
	margin-top: 0;
	padding-top: 0;
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.redbox p {
	color: #d01567;
	font-size: 1.1em;
	font-weight: normal;
	text-align: center;
}


#infobarbottom {
	margin:  20px 0 0;
	padding-bottom: 30px;
	overflow: hidden;
}





/* subnavi ------------------*/

#subnavi blockquote {
	font-family: georgia,times,serif;
	font-style: italic;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #999;
	margin-top: 80px;
	padding-right: 50px;
}





/* content ------------------*/

#inhalt p,
#inhalt h1,
#inhalt h2,
#inhalt h3,
#inhalt h4,
#inhalt h5,
#inhalt h6,
#inhalt ul {
	padding-left: 100px;
	padding-right: 150px;
}

#inhalt p.jobtrenner {
	padding-top: 3.5em;
	border-top: 1px solid gray;
}

#inhalt h3 {
	margin-bottom: 0.3em;
}

#inhalt h3.jobs {
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 0.8em;
}

#inhalt h4 {
	color: #d01567;
	margin-bottom: 0.3em;
}

#inhalt ul {
	padding-left: 90px;
	font-size: 1.1em;
	line-height: 1.6em;
}

#inhalt li {
	padding-left: 10px;
	background: url(../images_design/bg_listdot.gif) no-repeat 0 7px;
}

#inhalt li.black {
	margin:  10px 0px 0px 10px;
	padding-left: 10px;
	background: url(../images_design/bg_listdot_black.gif) no-repeat 0 7px;
}

#inhalt ul span.section {
	padding-left: 10px;
	line-height: 2.3em;
}

#inhalt img {
	padding: 5px;
	background: #eee;
	border: 1px solid #999;
}

#inhalt img.minipic {
	margin-left: 18px;
	margin-top: 0.5em;
	/*display: block;*/
	float: left;
	padding: 3px;
}

#inhalt img.midipic {
	/*display: block;*/
	float: right;
}

#inhalt img.rflowpic {
	margin: 5px 0 5px 12px;
	/*display: block;*/
	float: right;
}

#inhalt img.lflowpic {
	margin: 5px 12px 5px 0;
	/*display: block;*/
	float: left;
}

#inhalt img.bigpic {
	margin-left: 100px;
}



/* FOOTER
-------------------------------------------------------------------------     */
#footer p {
	font-size: 0.9em;
	padding: 0.7em 0 0 300px;
}
#footer2 p {
	font-size: 0.9em;
	text-align: center;
	padding: 0.7em 0 0 0px;
}

#footer a {
	color: #013c7e;;
	text-decoration: none;
}


/* @end */







/*
========================================================================
Navigation =============================================================
========================================================================      */

/* @group Navigation */

/* Sprachwechsel
-------------------------------------------------------------------------     */
#sprachwechsel {
	width:  300px;
	float: left;
	font-size: 0.9em;
}

#sprachwechsel a {
	color: #fff;
}

#sprachwechsel li {
	float: left;
	padding: 0.3em 0.5em;
}

/* Topnavi
-------------------------------------------------------------------------     */
#topnavi {
	float:  right;
	margin-right: 3px;
	font-size: 0.9em;
}

#topnavi a {
	color: #fff;
}

#topnavi li {
	float: left;
	padding: 0.3em 0.5em;
}


/* Mainnavi (Bildnavigation)
-------------------------------------------------------------------------     */
#header {
	
}

#header ul {
	height: 49px;
	width: 501px;
	background: transparent url(../images_design/mainnavi.jpg) top left no-repeat;
	position: relative;
	top:  71px;
}

#header ul li {
	position: absolute;
	top: 0;
}

#header ul li, #header ul a {
	height: 49px;
	display: block;
}

#header ul li a {
	text-indent: -999em;
	text-decoration: none;
	/* commented backslash hack v2 \*/
	overflow: hidden;
	/* end hack */
}

/* Positionierung der over-bilder */
#abou	{ left: 0px; width: 100px; }
#serv	{ left: 100px; width: 100px; }
#refe	{ left: 200px; width: 100px; }
#care	{ left: 300px; width: 100px; }
#news	{ left: 400px; width: 100px; }

/* Mouseover */
#abou a:hover		{ background: transparent url(../images_design/mainnavi.jpg) 0px -50px no-repeat; }
#serv a:hover		{ background: transparent url(../images_design/mainnavi.jpg) -100px -50px no-repeat; }
#refe a:hover		{ background: transparent url(../images_design/mainnavi.jpg) -200px -50px no-repeat; }
#care a:hover		{ background: transparent url(../images_design/mainnavi.jpg) -300px -50px no-repeat; }
#news a:hover		{ background: transparent url(../images_design/mainnavi.jpg) -400px -50px no-repeat; }


/* Aktive Seite */
#abou a.aktiv	{ background: transparent url(../images_design/mainnavi.jpg) 0px -100px no-repeat; }
#serv a.aktiv	{ background: transparent url(../images_design/mainnavi.jpg) -100px -100px no-repeat; }
#refe a.aktiv	{ background: transparent url(../images_design/mainnavi.jpg) -200px -100px no-repeat; }
#care a.aktiv	{ background: transparent url(../images_design/mainnavi.jpg) -300px -100px no-repeat; }
#news a.aktiv	{ background: transparent url(../images_design/mainnavi.jpg) -400px -100px no-repeat; }



/* Subnavi
-------------------------------------------------------------------------     */
#subnavi ul {
	width: 200px;
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#subnavi ul li {
	display: inline;
}

#subnavi ul li a:link, #subnavi ul li a:visited {
	display: block;
	padding: 0.8em 0;
	color: #000;
}

#subnavi ul li a:hover, #subnavi ul li a:active {
}

#subnavi ul li a:link.aktiv, #subnavi ul li a:visited.aktiv {
	font-weight: bold;
	color: #013c7e;
}

/* @end */

