/*********** Body ************/
html, body {
}

/*************** Oberer Bereich (Text "CGG" und Quicklinks) **************/
#access {
  display: none;
}

#top h1{
	font-size: 150%;
	text-align: right;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: medium;
	font-family: "Lucida Grande", Geneva, Verdana, sans-serif;
	}

/* Quick-Links Navigation */
#topNav{
  display:none;

}

/* Stile Navigation */
#navStils{
  display:none;

}


/************** Hauptnavigation **************/

/* Navigationsbox */
#navBar {
	display: none;
}

/************ Inhalt ****************/

a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
}
/*
#content a[href]:after {
  content: " (http://cgg.deaf.ch" attr(href) ") ";
  font-style: italic;
  font-weight: normal;
}*/

.image_left, .image_right, .image, .image_legend {
  font-style: italic;
  text-align: left;
  padding-left: 1em;
}

#content td {
	vertical-align: top;
}
#content th {
	vertical-align: top;
  font-weight: bold;
  text-align: left;
}

#content blockquote {
  font-style:italic;
}


/* Standardtext */

#content {
  padding-left: 0;
  margin-left: 0;
}

#content p {
	padding-left: 1em;
  vertical-align: top;
}


/* Ueberschriften */
#content h1 {
	font-size: 140%;
	font-weight: bold;
  padding-top: 1em;
}

#content h2 {
	font-size: 125%;
	font-weight: bold;
	padding-top: 0.8em;
}

#content h3 {
	font-size: 110%;
	padding-top: 0.6em;
	padding-right: 0px;
	padding-bottom: 0.3em;
}

#content h4 {
	font-weight: bold;
}

/* Lead */

#content .button
{
  display: none;
}


/************ Individuelle Definitionen *******************/
/* Hauptseite */


/* Übersichtseiten, generell */
#content .overview{
	clear: both;
	padding: 15px 2px;
}

#content .overview .overview-left {
	width: 50%;
	float: left;
}
#content .overview .overview-right {
	float: right;
	width: 50%;
}

