/* general styles for "classical" web page */
/* Olivier Roth */
/* 29.4.08 */


/* ________________________________________ */
/* TAGs */
/* ________________________________________ */
body {
	color: #000000;
	background-image: url(../images/bg_3e2.jpg);
	background-repeat: repeat;
	padding: 0em;
	padding-right: 15px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

h1, h2, h3, h4 {
	color: #003366;
	margin-bottom: 0.5em;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
	margin-bottom: 1em;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
	font-variant: small-caps; 
	color: #003399;
}

ul {
	list-style-position: outside;
	margin-left:  1.6em;
	padding-left: 1.6em;
	text-indent: 0em;
	list-style-image:url(http://www.kristalle.ch/imgs/fluodraw.gif)
}

li {
}

a {
	color: #003399;
}

a:link {
	color: #003366;
}

a:hover {
	color: #ff0000
}

a:visited {
	color: #006699;
}

p {
	text-indent: 0em;
}

table {
	text-align: left;
	vertical-align: top;
}

/* ________________________________________ */
/* IDs */
/* ________________________________________ */
#wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 90%;
	min-width: 640px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}


/* ........................................ */
/* navigation as ul : */
#navig {
	background-color: transparent;
	position: absolute;
	float: left;
	top: 94px;
	left: 46px;
	font-family: 'Trebuchet MS', Futura, Optima, sans-serif;
	font-weight : 800;
	font-size   : 14px;
	width: 100px;
	padding: 4px;
	padding-left: 7px;
	margin: 5px;
}

#navig>UL {
/*	background-color: transparent;*/
	background-image: url(../images/navi_bg.gif);
	padding: 0;
	margin: 0;
}

#navig>UL>LI {
	position: relative;
	padding: 0;
	margin-top: 1px;
	margin-left: 0px;
	margin-bottom: 8px;
	list-style: none;
	background-color: #ffffff;
	width: 98px;
}

#navig>UL>LI>A {
	position: relative;
	display:  block;
	text-decoration: none;
	padding: 3px;
	border: 1px solid #003366;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	margin: 0;
	width: 90px;
}

#navig>UL>LI>A:link, #navig>ul>li>a:visited {
	color: #003383;
}

#navig>UL>LI>A:hover, #navig>ul>li>a:focus {
	color: #ffffff;
	background-color: #003366;
}

.tshadow1 {
	position: absolute;
	top: 5px;
	left:5px;
	color: #cccccc;
}

.tshadow2 {
	position: absolute;
	top: 6px;
	left:6px;
	color: #dddddd;
}

#navig .further {
	margin: -2px;
	margin-left: -3em;
	margin-right: 0px;
	padding: 4px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : 600;
	color: black;
	text-align: right;
/*	background-color: #003366;
	border-bottom: 2px solid #003366;*/
/*	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
*/
}

/* ........................................ */
#logo {
}

/* ........................................ */
#headerHome {
	text-align: center;
}

/* ........................................ */
#header {
	text-align: left;
}

/* ........................................ */
#footer {
	clear: both;
	padding-top: 6px;
}

/* ........................................ */
#main {
	float: left;
	position: absolute;
	top:    12px;
	left: 178px;
	width: 480px;
/*	margin-right: 30px;
	min-width: 480px;*/
}

#main P.firstpara:first-letter {
/*
vertical-align: baseline;
margin-right:1px;
color:white;
background: #003366;
border:1px solid #003333;
font-size:170%;
line-height:140%;
padding-top:0px;
padding-left:3px;
padding-right:4px;
font-family: times;
text-transform: uppercase;
*/
	margin-left: 6px;
	color: #003366;
	font-size: 170%;
	line-height: 100%;
	font-weight: bold;
	font-weight: 700;
	vertical-align: baseline;
	text-transform: uppercase;
}

#maincontent {
	font-size : 8px;
}

#subnavig {
	position: absolute;
	margin-left: 672px;
	top: 96px;
	width: 150px;
	padding: 5px;
	border: 1px solid #000000;
	background: #e6ffff;
	line-height: 1.3em;
}

#breadcrumbs {
	width: 100%;
	border-top: 	1px solid #aaaaaa;
	border-bottom:	1px solid #aaaaaa;
}

#breadcrumbs>a {
	text-decoration: none;
	color: #003366;
	font-weight: bold;
}

/* ________________________________________ */
/* CLASSes */
/* ________________________________________ */

.aktuell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

.aktuell UL {
	list-style-position: outside;
	margin-left:  10px;
	padding-left: 10px;
	margin-top:   10px;
	text-indent:  0em;
	list-style-image:url(http://www.kristalle.ch/imgs/pfeil7x7-24.gif)
}

.imgL {
	float: left;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom:5px;
}

.imgR {
	float: right;
	margin-top: 4px;
	margin-left: 4px;
	margin-bottom:5px;
	margin-right: 0px;
}

.largeBox {
	float: left;
	position: relative;
	width: 100%;
	top:  1px;
	margin: 0px;
	margin-bottom: 1.2em;
}

.mlargeBoxL {
	float: left;
	position: relative;
	width: 60%;
	top:  1px;
	margin: 0px;
	margin-bottom: 1.2em;
}

.bigR {
	font-size: larger;
	text-align: right;
	margin-bottom: 1.5em;
}

.picBoxL {
	float: left;
	position: relative;
	top:  3px;
	left: 3px;
	margin-right:  6px;
	margin-bottom: 6px;
	padding-bottom: 4px;
	border-bottom: 1px solid #cccccc;
}

.picBoxR {
	float:right;
	position: relative;
	top:  3px;
	right: 2px;
	margin-left:   8px;
	margin-bottom: 6px;
	padding-bottom: 4px;
	border-bottom: 1px solid #cccccc;
}

.textBoxN {
	overflow: visible;
	text-indent: 0em;
	border: 1px solid #000000;
	padding: 5px;
	font-size: 10px;
}

.textBox {
	overflow: visible;
	font-family: serif;
	font-size: 12px;
	text-indent: 0em;
	border: 1px solid #000000;
	padding: 5px;
}

.textBoxL {
	float: left;
	position: relative;
	top:  3px;
	left: 0px;
	margin-right:  8px;
	margin-bottom: 6px;
	max-width: 200px;
}

.textBoxR {
	float: right;
	position: relative;
	top:  2px;
	right: 2px;
	margin-left:   9px;
	margin-bottom: 6px;
	max-width: 200px;
}

.shadow1 {
	position: relative;
	top:  0px;
	left: 0px;
	border-right-width: 1px;
	border-right-color: #cccccc;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
}

.shadow2 {
	position: relative;
	top:  0px;
	left: 0px;
	border-right-width: 1px;
	border-right-color: #aaaaaa;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #aaaaaa;
	border-bottom-style: solid;
}

.shadow3 {
	position: relative;
	top:  0px;
	left: 0px;
	border-right-width: 1px;
	border-right-color: #888888;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #888888;
	border-bottom-style: solid;
}

.shadow4 {
	height: 3px;
	width:  3px;
	position: absolute;
	right: -3px;
	top:   0px;
	background-color: white;
	border: 0px;
}

.shadow5 {
	height: 3px;
	width:  3px;
	position: absolute;
	left:   0px;
	bottom: -3px;
	background-color: white;
	border: 0px;
}

.legend {
	max-width:  250px;
	overflow:   visible;
	margin-top: 5px;
	font-style: italic;
}

.new {
	font-weight: bold;
	color: red;
}

.bareList {
	padding: 0;
	margin: 0;
	list-style: none;
}

.linklist {
}

.linklist TABLE {
	border: 0px solid black;
	border-spacing: 0;
	font-size: 10px;
}

.linklist TD,TH {
	vertical-align: top;
	padding-right: 5px;
	padding-top: 0.5em;
	padding-bottom: 0.7em;
	border-bottom: 1px solid #dddddd;
}

.linklist A {
	font-weight: bold;
}

.linklist A[NAME] {
	font-size: larger;
	line-height: 2em;
}

.linklist A[HREF ^="http"] {
   padding-right: 16px;
   background: transparent url(http://www.kristalle.ch/imgs/external_link.gif) no-repeat center right;
}

.linkerr {
	font-size: 0.9em;
}

.linkerr A {
	font-weight: normal;
}

.linkerr A[HREF]:after {
	content: "";
}

/* ICON definitions */
a[href ^="mailto:"] {
   padding-right: 20px;
   background: transparent url(http://www.kristalle.ch/imgs/mailto.gif) no-repeat center right;
}
a[href $=".pdf"] {
   padding-right: 20px;
   background: transparent url(http://www.kristalle.ch/imgs/pdf.gif) no-repeat center right;
}
.pdf {
   padding-right: 20px;
   background: transparent url(http://www.kristalle.ch/imgs/pdf.gif) no-repeat center right;
}
a[icon ^="out"] {
   padding-right: 16px;
   background: transparent url(http://www.kristalle.ch/imgs/external_link.gif) no-repeat center right;
}

/* comments:
- various list formats (normal, fluo)
- table formats
- ?photogallery
- letters (page content's first leter), words, paragraphs
- styles also for screen, print and handheld
*/
