html{
	font-size:100.01%;
	}
	
body{
	margin:0;
	background:url(gurschl-hg.jpg) repeat-x;
	background-color:#999;
	font:64% Arial, Verdana, sans-serif;
	}
	
/* GENERAL */
img{
	border:0;
	}

p{
	margin:5px 0;
	padding:0;
	}

ul{
	margin:0;
	padding:0;
	list-style:none;
	}
	
/* MAIN */
#main {
	width:600px;
	margin:30px auto;
}

/* HEADER */
#header {
	width:600px;
	height:94px;
	margin-bottom:50px;
}

/* CONTENT */
#content {
	width:560px;
	padding:20px;
	background-color:white;
}

#content a, #content a:active, #content a:visited {
	color:black;	
}
#content a:hover {
	text-decoration:none;	
}

/* FOOTER */
#footer{
	overflow:hidden;
	width:600px;
	margin-top:15px;
	}
	
#footer ul{
	float:left;
	width:100%;
	}
	
#footer ul li{
	float:left;
	padding:0 5px 0 7px;
	font:10px Arial, Verdana, sans-serif;
	color:black;
	}

#footer ul li.first{background:none;}
#footer ul li.last{float:right; background:none;}

#footer ul li a{
	color:white;
	text-decoration:underline;
	}
	
#footer ul li a:hover{
	text-decoration:none;
}

/* 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: white;
	border: 1px solid;
	border-color: #CCC;
	margin: 5px 3px;
}

div.jaosg_thumbnail img{
	/*border: 1px solid;
	border-color: #444 #AAA #AAA #444;*/
}
/* ls=landscape-Format der Thumbs */
div.ls img{
	height: 112px;
	width: 150px;
	margin: 32px 13px;
}
/* pt=portrait-Format der Thumbs */
div.pt img{
	height: 150px;
	width: 112px;
	margin: 13px 32px;
}
/*footer schaltet float:left wieder aus */
div#jaosg_footer{
	clear: both;
	padding-top: 1em;
}

/* form-module
*******************************************************************************/
#form-module * {
	padding:0px;
	margin:0px;
}

#form-module {
	margin:0px;
	padding:0px;
	width:100%;
	color:black;
}

#form-module fieldset {
	border:0px solid #fff;
}

#form-module legend {
	display:none;
}


#form-module p {
	margin:0;
	padding:5px;
	font-size:1em;
	font-weight:bold;
}

#form-module .element {
	display:block;
	clear:both;
}

#form-module label {
	display:block;
	float:left;
	padding:5px;
	width:120px;
}

#form-module label.checkbox {
	width:372px;
	border-left:2px solid #fff;
	border-right:none;
}

#form-module input, 
#form-module select, 
#form-module textarea {
	float:left;
	margin:5px;
	width:295px;
	border:1px solid black;
}

#form-module input.text {
	height:20px;
}

#form-module input.checkbox {
	width:120px;
	padding:0;
	border:none;
}

#form-module input.submit { 
	margin:5px 5px 5px 137px;
	padding:2px 5px;
	border:1px solid #333;
	background-color:#fff;
	color:#666;
	text-align:center;
	cursor:pointer;
}

#form-module input.submit:hover { 
	color:#000;
}

#form-module label.textarea, 
#form-module textarea.textarea {
	height:96px;
}

#form-module-thanks {
	display:block;
	color:#666;
}

