/*Gaslicht_styles.css*/
/*Schriftstile*/

.headline
{
  font-size:2.0em;
  /*color: #FECC00;*/
  color: #EEC242;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  margin-top:10px;
}

.headlinebackground
{
  background-color: #003A5A;
}

.subheadline
{
  font-size:1.5em;
  color:#B51032;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align:center;
}

.tableheadline
{
  font-weight:bold;
  font-size:1.0em;
  line-height:1.3em;
  color:#B51032;
  text-align:left;
}

.secondsub
{
  font-size:1.3em;
  color:#B51032;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align:center;
}

#label
{
  font-size:4.0em;
  font-weight:bold;
  text-align:center;
  font-style:italic;
  /*color: #FECC00;*/
  color:#EEC242;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  margin:auto;
}

.subtitle
{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color: #7B7D8E;
  line-height:1.0em;
}

.email
{
  color:#0000AA;
  font-weight: bold;
  text-align:center;
}

#part
{
  font-size:2.8em;
  font-weight:bold;
  text-align:right;
  /*color: #8598A3;*/
  color: #064b71;
}

/*Formatierung des normalen Textes*/
.normaltext
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 1.2em;
	font-weight: normal;
  text-align:justify;
	line-height: 1.3em;
 }
 
.smalltext
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 0.9em;
	line-height: 1.1em;
}

/*Ausrichtung*/
.justify
{
  text-align: justify;
}

.center
{
  text-align: center;
}

.left
{
  text-align: left;
}

.right
{
  text-align: right;
}

/*Schriftschnitt*/
.bold
{
  font-weight: bold;
}

.normal
{
  font-weight: normal;
}

/*Schriftgroesse*/
.fs0_5
{
  font-size: 0.5em;
}

.fs0_6
{
  font-size: 0.6em;
}

.fs0_7
{
  font-size: 0.7em;
}

.fs0_8
{
  font-size: 0.8em;
}

.fs0_9
{
  font-size: 0.9em;
}

.fs1_0
{
  font-size: 1.0em;
}

.fs1_1
{
  font-size: 1.1em;
}

.fs1_3
{
  font-size: 1.3em;
}

.fs1_4
{
  font-size: 1.4em;
}

.fs1_5
{
  font-size: 1.5em;
}

.lh1_3
{
  line-height: 1.3em;
}

.first-letter
{
	font-size:1.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*background-color: #B51032;*/
	color:#B51032;
	font-style: italic;
	line-height:1.3em;
  /*letter-spacing: 0.2em;*/
}

/*Layout-Stile*/
/*Textrahmen*/
.rahmen
{
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  border-width:4px;
  border-style:solid;
  border-radius: 15px;
  border-color:#B51032;
  padding:0px 10px 0px 10px;
  text-align:justify;
  }

.img_center /*zentriert Bild im Element .rahmen*/
{
    display: block;
    margin-left: auto;
    margin-right: auto
}
  
.rahmen_args_all
{
  border-width:1px;
  border-style:solid;
  border-color:#7B7D8E;
  padding:0px 2px 0px 2px;
  text-align:justify;
}

.rahmen_args
{
  border-width:0px;
  border-style:solid;
  /*border-color:none;*/
  padding:0em 2em 0em 2em;
  text-align:justify;
}

body
{
	font-family:Verdana, Arial,Helvetica,sans-serif;
	font-size:12px;
	/*background-color:#050525;*/
  /*background-color:#4B5B63;*/
  background-color: #4B5B63;
	/*text-align:center;*/
	margin:0px;
}

/*Container mit Banner*/
#title
{
	width: 782px;
	height:163px;
	margin: auto;
	padding-top:3px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 3px;
	/*background-color:#4B5B63; Das ist das Schiefergrau*/
  background-color: #003A5A;
	border-bottom:1px solid #000000;
	overflow: hidden;
}

/*oberer Container mit Navigationsmenue*/
#nav_top
{
	width: 800px;
	height: auto;
	margin: auto;
	/*background-color: #8598A3;*/
  background-color: #064b71;
	color: #000000;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav_left
{
	width:119px;
	height: auto;
	margin: auto;
	padding: 0px;
	float: left;
	/*background-color: #8598A3;*/
  background-color: #064b71;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

/*Formatiert Tabelle im oberen(_top) und seitlichem (_left) Navigationscontainer*/
#button_top
{
	border: none;
	width: 800px;
	height: 20px;
	padding: 0px;
	margin: 0px;
}

#button_left
{
  border: none;
  width:119px;
  height: 20px;
  padding: 0px;
  margin: 0px;
}

/*Formatierung aller Links in oberer (_top) und seitlicher (_left) Navigationsleiste*/
#button_top a:link, #button_top a:visited
{
	padding: 0px;
	color: #FFF8F0;
	background-color: #B51032;
	text-decoration: none;
	border: 0px solid #711515;
	font-size: 1.2em;
	font-weight: bold;
}

#button_top a:hover
{
	color: #FFCC00;
	text-decoration: underline;
	background-color: #B51032;
}

#button_left a:link, #button_left a:visited
{
	padding: 0px;
	color: #FFF8F0;
	background-color: #B51032;
	text-decoration: none;
	border: 0px solid #711515;
	font-size: 1.2em;
	font-weight: bold;
}

#button_left a:hover
{
	color: #FFCC00;
	text-decoration: underline;
	background-color: #B51032;
}

/*Platzhalter Tabellenzelle in oberer (_top) und seitlicher (left) Navigationsleiste*/
#leer_top
{
  height: 20px;
  width: 185px;
  border: none; 
  /*background-color: #8598A3;*/
  background-color: #064b71;
}

#leer_left
{
  height: 40px;
  width: 119px;
  border: none; 
  /*background-color: #8598A3;*/
  background-color: #064b71;
}

/*Formatierungen fuer alle Tabellenzellen, die Links enthalten*/
#data
{
  height: 20px;
  width: 115px;
  background-color: #B51032;
  border: 1px solid #711515;
  text-align: center;
}

.data
{
  height: 20px;
  width: 115px;
  background-color: #B51032;
  border: 1px solid #711515;
  text-align: center;
}

#data_img
{
  height: 20px;
  width: 38px;
  background-color: #BDBEC6;
  border: 1px solid #711515;
  text-align: center;
}

.auto
{
  width: auto;
}

.top_icon
{
  width: 473px;
}

/*Inaktivierter Link zu der aktuell aufgerufenen Seite*/
#aktuell
{
	height: 20px;
	width: 115px;
	padding: 0px;
	color: #FFF8F0;
	background-color: #B51032;
	text-decoration: none;
	border: 1px solid #711515;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

/*Container DIV*/
.div_left
{
height:auto;
width: auto;
float: left;
}

.div_right
{
height:auto;
width: auto;
float: right;
}

/*Unterer alles umfassender Container*/
#all
{
	width:800px;
	height: auto;
	margin: auto;
	 /*background-color: #8598A3;*/
  background-color: #064b71;
	border:none;
}

/*Formatierung den inneren Containers, der die Inhalte und Bilder umfasst*/
#content
{
	width:630px;
	min-height: 800px;
	border-top:1px solid #00304F;
	border-left:1px solid #00304F;
	background-color:#FFF8F0;
  /*background-color: #E9D9BB;*/
  /*background-color: #035485;*/
	float:right;
	padding: 0px 25px 25px 25px;
  overflow: hidden;
}

#catalog
{
	width:800px;
	min-height: 800px;
	border-top:1px solid #00304F;
	border-left:1px solid #00304F;
	background-color:#FFF8F0;
  /*background-color: #E9D9BB;*/
  /*background-color: #035485;*/
	padding: 0px 25px 25px 25px;
  overflow: hidden;
}

#content a:link, #content a:visited
{
  color:#0000AA;
  font-size: 1.0em;
  font-weight: bold;
}

/*Formatierung des containers der auf der Seite Hintergrund.html die Argumente der Gaslichtinitiative umfasst*/
.InboxHGD
{
	padding: 0px 30px 0px 20px;
}

/*Formatierung der container mit den Mitgliederfotos*/
.foto
{
height:auto;
width: auto;
margin:0px 20px 0px 0px;
float: left;
}

/*Formatierung der Fotocontainer (picto) und des Platzhalters (buffer) auf der Seite Sightseeing*/
.picto
{
height:auto;
width:auto;
margin: 3px;
}

/*.buffer
{
height:auto;
width:35px;
float: left;
}*/

/*Formatierung unterste Fussleiste*/
#footer
{
  height: 15px;
  width:800px;
  border: none;
  margin:0px auto;
  text-align:left;
  /*background-color:#050525;*/
  background-color: #003A5A;
  /*color: #FECC00;*/
  color: #EEC242;
}

/*Bildcontainer fuer linke (_left) und rechte (_right) Bildposition verschiedener Groessen*/
#img_left
{
  height: auto;
  width: 300px;
  padding: 0px 20px 0px 0px;
  /*border:0px solid #FFCC00;*/
  border:0px solid #EEC242;
  float: left;
}

.img_left
{
  height: auto;
  width: 300px;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 0px;
  /*border:0px solid #FFCC00;*/
  border:0px solid #EEC242;
  float: left;
}

#img_half_left
{
  height: auto;
  width: 150px;
  padding: 0px 15px 0px 0px;
  /*border:0px solid #FFCC00;*/
  border:0px solid #EEC242;
  float: left;
}

.img_half_left
{
  height: auto;
  width: 150px;
  padding: 0px 15px 0px 0px;
  /*border:0px solid #FFCC00;*/
  border:0px solid #EEC242;
  float: left;
}

.img_small_left
{
height: auto;
width: 120px;
padding: 0px 15px 0px 0px;
/*border:0px solid #FFCC00;*/
  border:0px solid #EEC242;
float: left;
}

#img_right
{
  height: auto;
  width: 300px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  /*border:0px solid #FFCC00;*/
  border:0px solid #EEC242;
  float: right;
}

.img_right
{
  height: auto;
  width: 300px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  /*border:0px solid #FFCC00;*/
  border:0px solid #EEC242;
  float: right;
}

/* Formatierung des Logos*/
#Logo
{
float:left;
width:120px;
height:163px;
margin-left:3px;
}

/*Bildcontainer auf Hintergrund.html fuer linke (_left) und rechte (_right) Bildposition
#args_right
{
  height: auto;
  width: 300px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  border:0px solid #FFCC00;
  float: right;
}

#args_right
{
  height: auto;
  width: 300px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  border:0px solid #FFCC00;
  float: right;
}*/