body {
	background-image: url(images/bg.jpg);	
	background-color: #000000;
	font-family: "Trebuchet MS", verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E7E7E7;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Tahoma, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

h1 { 
	margin-bottom: 10px;
	padding: 0 0 22px 0;
	font-size: 24px;
	background: #000000 url(images/img3.gif) repeat-x left bottom;
}

h2 {
	margin-bottom: 10px;
	padding: 0 0 22px 0;
	font-size: 24px;
	background: #000000 url(images/img3.gif) repeat-x left bottom;
}

h3 {
	padding: 0 0 22px 0;
	font-size: 13px;
	background: #000000 url(images/img3.gif) repeat-x left bottom;
}
h4 {
	padding: 2px 2px 2px 2px;
	font-size: 13px;
	color: #000000;
	background-color: #347bca; 
}
p {
	margin-top: 0;
	text-align: justify;
	line-height: 160%;
}

a {
	color: #347bca;
}

a:hover {
	text-decoration: none;
	color: #ffffff;
}

.list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list li {
	padding: 5px 0;
	background: url(images/img5.gif) repeat-x;
}

.list li.first {
	background: none;
}

/* Header */

#header {
	width: 687px;
	margin: 0 auto;
	padding: 10px 0 0 13px;
	height: 185px;
	background: url(images/img1.gif) repeat-x left bottom;
}

#header h1 {
	float: left;
}

#header h2 {
	display: none;
}

#header ul {
	float: right;
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#header li {
	display: inline;
}

#header a {
	display: block;
	float: left;
	padding: 0 14px 0 10px;	
	text-decoration: none;
	font: bold 15px Tahoma, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#header a:hover {
	text-decoration: underline;
	color: #347bca;
}

#header .first a {
	background: none;
}

/* Content */

#content {
	width: 694px;
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 179px;
	padding: 0 0 0 21px;
}

#colOne h3 {
	margin-top: 14px;
}

#colTwo {
	float: right;
	width: 400px;
	padding: 0 29px 0 0;
}

/* Footer */

#footer {
	clear: both;
	width: 694px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

#footer p {
	padding: 20px 0 0 0;
	background: url(images/img4.gif) repeat-x;
	text-align: center;
	color: #8A8A8A;
}
.floatLeft
{float:left;padding-right:15px;}
.floatRight 
{float:right;padding-left:15px;}
/**
 * ---------------------------------------------------------------------------------
 * Modul: 3-01 - Bild & Galerie (jscript)
 * Stand: 05-2009
 * ---------------------------------------------------------------------------------
 */

#galerie {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    /* display: block; */
}

.galerie-image {
	/* width: 270px; */ /* wird im Modul Galerie bestimmt! */
	float: left;
	position: relative;
	padding: 5px;	
}

.galerie-image img {
	padding: 10px;
	border:1px solid #aaa;
}
/* JAOS Lightbox Style-Sheet
Einfaches Style-Sheet zur (X)HTML-validen Darstellung
der Thumbnails, ausgelegt auf eine Thumbnail-Grösse
von 60 x 80 Pixel.
Hoch- bzw. Querformat (ls/pt) wird vom Modul berechnet
und dem jeweiligen div's zugeordnet.
*/

div.jaosg_thumbnail{
	float: left;
	background: #000000;
	border: 1px solid;
	border-color: #fe4e00;
	margin: 5px 3px;
}

div.jaosg_thumbnail img{
	border: 0px solid;
	border-color: #ffffff;
}
/* ls=landscape-Format der Thumbs */
div.ls img{
	height: 50px;
	width: 66px;
	margin: 23px 15px;
}
/* pt=portrait-Format der Thumbs */
div.pt img{
	height: 66px;
	width: 50px;
	margin: 15px 15px;
}
div#jaosg_footer{
	clear: both;
	padding-top: 1em;
}