@charset "UTF-8";

/* CSS zu www.s-tec.ch */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #5C2403;
}


#body {background: url(../layout_img/shine_topleft.png) }


#hauptspalte  {background-color: #eee;}


/* ------------- Spalte 1 = Navigationsspalte ------------------------------------ */
/* der code für die Navigation ist in der Datei navigation.css */

/* ------------- Inhalt v.a. für Hauptinhalt (Spalte 2) --------------------------- */

h1 {
	font-size: 2em;
	font-weight: normal;
	color: #5C2403;
	margin: 10px 0;
}

h2 {
	/*line-height: 25px;*/
	padding: 15px 0 0 0;
	font-size: 1.5em;
	font-weight: normal;
	/*text-indent: 15px;*/
	color: #5C2403;
}

h3 {
	font-size: 1.1em;
	color: #666;
	font-weight: bold;
	}
	

.text , h3{	text-indent: 7px; }


a[rel=nofollow_external]:after {content: " " url(../layout_img/ext_link_red.png);}
a[rel=external]:after {content: " " url(../layout_img/ext_link_red.png);}
a {text-decoration: none; color: #f00;}
a:hover { text-decoration: underline;}
a:visited {color: #f00;}
.neutrallink  p{text-decoration: none; color: #222;}

img {border-style: none;}

.lead {font-weight: bold;}
.abbildungslegende {margin-top: 5px; font-size: 80%;}

em {font-style: normal; font-weight: bold;}



/* Bilder zentriert oder rechts angeordnet */
.img_zentriert {text-align: center;}
.img_right {text-align: right;}



/* index.html ******************************************************** */

#stec_logo {float: right; margin: -15px 20px 0 0px;}



.indexkastenbild {width: 200px; height: 168px; text-align: left; 
									padding: 5px; border: solid 1px #ccc;}
.indexkastenbild:hover {border: solid 1px red; }
.indexkastenbild img {width: 100%;}
.indexkastenbild p {margin: 0; padding: 0; }
.indexkastentext {float: left; width: 80px; height: 60px; padding-left: 5px; text-align: left;}
.indexkastentext p {padding: 5px 0 0 5px; font-size: 0.8em; margin: 0; color: white;}
.rahmenlink:hover, .rahmenlink, .rahmenlink:visited {text-decoration: none; color: black;}
