
/*  BASICS
******************************************************************************/

html {
  min-height: 100%;
  margin-bottom: 1px;
}

body {
  background: #fff url(bg_page.png) repeat-y top center;
  font-family: Georgia, "Times New Roman", Times;
  font-size: 100%;
  color: #777;
  margin: 0px;
  padding: 0px;
}

#container {
  font-size:1.0em;
  width:700px;
  margin:0 auto;
}



/*  HELPFUL CLASSES
******************************************************************************/
.invisible {
  display:none;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.clear { 
  clear: both;
}



/*  HEADER
******************************************************************************/

#header {
  width: 700px;
  margin:0 auto;
  background: #FFE5E6 url(bg_header.png) no-repeat top center;
  height: 200px;
  padding-top:1px;
}

#header h1 {
  font-size:2.0em;
  color:#eee;
  margin-top: 110px;
  margin-left: 420px;
}

/*#header h2 {
  font-size:1.0em;
  color: #FDB0B3;
  margin-left: 225px;
  padding-left: 7px;
}*/



/*  NAVIGATION
******************************************************************************/

#navigation {
  text-align: left;
  margin: 10px 0;
}

#navigation li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline;
}

#navigation li a {
  background-color: #FFE5E6;	
  padding: 5px 7px;
  margin: 0 15px 0 0;
  color:#666;
  text-decoration:none;
  font-weight:bold;
  border: solid black;
  border-width: 0 0 1px 1px;
}

#navigation li a:hover, #navigation li a.current {
  background-color: #FFC9CB;	
  color:#C00;
  border: solid #c00;
  border-width: 1px 1px 0 0;
}



/*  CONTENT
******************************************************************************/

#content {
  margin: 20px 10px;
  padding: 0px;
  padding: 2px 0;
  margin-top: 15px;
  font-size: 1.0em;
}

#content h1 {
  background: url(bg_h1.jpg) repeat-x top left;
  display: block;
  margin: 10px 0.5em 0 0.5em;
  padding: 0 0 0 1.0em;
  font-size: 1.3em;
  line-height: 2.5em;
  color: #c00;
  border-top: 1px solid #c00;
  border-bottom: 1px dashed #FEC2C4;
  letter-spacing: 1px;
}

#content h2 {
  display:   block;
  margin: 5px 0 0 15px;
  padding: 0px;
  font-size: 0.8em;
  letter-spacing: 1px;
  color: #444;
}

#content p {
  margin: 5px 1.0em;
  line-height: 1.5em;
  text-align: justify;
}

#content ul {
  margin-left: 1.0em;
  line-height: 1.3em;
}

#content ol {
  margin-left: 2.0em;
  line-height: 1.3em;
}

a {
  color: #c00;
  text-decoration: underline;
}

a:hover {
  color: #6B060A;
  text-decoration: none;
}

#content .blockquote, blockquote {
  margin: 10px 40px;
  padding: 10px 10px 10px 20px;
  font-size: 0.9em;
  color: #444;
  border-left: 2px solid #c00;
  background-color: #f3f3f3;
}



/*    BILDCONTAINER + BILDER, SUBTEXT
******************************************************************************/
div.image {
  background: url(bg_h1.jpg) repeat;
  padding: 10px;
  border: 1px solid #c00;
}

div.image.float_right {
  margin: 1.0em 0 0.5em 1.0em;
}

div.image.float_left {
  margin: 1.0em 1.0em 0.5em 0;
}

div.image img {
  border: none;
}

div.image p {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  line-height: 0.9em;
  text-align: left;
}



/*  FOOTER
******************************************************************************/

#footer {
  margin: 0px;
  padding: 7px;
}

#footer p {
  margin: 0px;
  padding-left: 10px;
  text-align: left;
  line-height: 1.1em;
  color: #bbb;
  font-size: 0.8em;
}

#footer a {
  color:#888;
}

#footer a:hover {
  color:#bbb;
}



/* JAOS Gallery
*******************************************************************************/
#jaos
	{
	margin:0 auto;
	}

.jaosg_galerie
	{
	text-align:center; 
	vertical-align:middle; 
	padding:5px;
	}
  
.jaosg_galerie img {
  border: none;
}

.jaosg_thumbnail 
	{
	margin:5px;
	float: left;
	height: 80px;
	width: 80px;
	text-align: left;
	vertical-align:middle;
	}

.jaosg_nav
	{
	text-align: center;
	}

.jaosg_bild	
	{
	text-align: center;
	}

.jaosg_bildbeschreibung
	{
	text-align: justify;
	}
