body
{
	background-color: #f9f9f9;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #555555;
}

img { margin-right: 5px; margin-left: 5px; border: 0; }

input { font-size:10px; }

.title { 
	font-size: 1.1em;
	font-weight: 700;
	display: block;
	margin-bottom: 0;
border-bottom: solid 0 #549200;

}


.clearer { 
	display: block;
	clear: both;
	line-height: 0;
	height: 1px;
	font-size: 0;
	visibility: hidden;
}

.clear { 
	clear: both;
}

.imageflLeft { 
	float: left;
}

.imageflRight { 
	float: right;
}

image flLeft { 
	float: left;
}

.image flRight { 
	float: right;
}

.warning { 
	color: #f00;
}


a   { color: black;  text-decoration: underline }
a:hover { color: black; text-decoration: none }


/*	article
*******************************************************************************/
.category-list, 
.article-list {
	margin:10px 0 10px 0;
} 

.article-list {
	padding:10px;
	width:448px;
	background:#f1f1f1;
}

.category-list .image {
	display:block;
	float:left;
	margin:0 10px 10px 0;
	width:120px;
	height:80px;
	background:#f1f1f1;
}
.category-list .text {
	float:left;
	width:338px;
}
.category-list .text a,
.category-list .text a:link, 
.article-list a,
.article-list a:link {
	color:#006;
}

.category-list .text a:hover, 
.article-list a:hover {
	text-decoration:underline;
}




/* TEXT --------------------------------------------------------------------------------------------------------------------- */
h1
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

h2
{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}

.category
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.category,p,td,tr
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

ul {
list-style-type:none;
margin-top:10px;
}

li {
margin-bottom: 10px;
}


/* TEXT --------------------------------------------------------------------------------------------------------------------- */

.tblContent
{
	background-color: #FFFFFF;
	border: 1px solid #555555;
	padding: 15px;
	border-collapse: collapse;
}

.tblNavi
{
	background-color: #F0F0EE;
	border: 1px solid #555555;
	padding: 0px;
	border-collapse: collapse;
}

.tblHeader
{
	background-color: #FFFFFF;
	border: 1px solid #555555;
	padding: 0;
	border-collapse: collapse;
}

.tblHeader2
{
	background-color: #FFFFFF;
	border-top: 1px solid #555555;
	padding: 0;
	border-collapse: collapse;
}

.tblHeader2 img { margin: 0;border: 0; }

.tblFooter
{
	background-color: #FFFFFF;
	border: 1px solid #555555;
	padding: 2px;
	border-collapse: collapse;
}


#rechts {

margin: 10px 5px 10px 5px;
width: 170px;
overflow: hidden;
}

/* NAVIGATION --------------------------------------------------------------------------------------------------------------------- */
.main
{
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #555555;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

.main_act
{
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #555555;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

.sub1
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom: 1px dotted #E3E3E3;
	background-color: #E3E3E3;
	font-weight: normal;
}

.sub1_act
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom: 1px dotted #E1E1E1;
	background-color: #E1E1E1;
	font-weight: normal;
	color: #CC0000;
}

.sub2
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	border-bottom: 1px dotted #D0D0D0;
	background-color: #D0D0D0;
	font-weight: normal;
}

.sub2_act
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	border-bottom: 1px dotted #D0D0D0;
	background-color: #D0D0D0;
	font-weight: normal;
}

/* NAVIGATION --------------------------------------------------------------------------------------------------------------------- */

/* FORMULAR --------------------------------------------------------------------------------------------------------------------- */

.feld
{
	border: 1px solid #55555;
	font-family: Arial;
	font-size: 12px;
	color: #55555;
	background-color: #FFFFFF;
}

/* FORMULAR --------------------------------------------------------------------------------------------------------------------- */

.warning
{
	color: #EE0000;
}

/* LINKS --------------------------------------------------------------------------------------------------------------------- */
a.n:link { font-size: 12px; color: #555555; font-weight: normal; text-decoration :none; }
a.n:visited { font-size: 12px; color: #555555; font-weight: normal; text-decoration: none; }
a.n:active { font-size: 12px; color: #55555; font-weight: normal; text-decoration: none; }
a.n:hover { font-size: 12px; color: #555555; font-weight: normal; text-decoration: underline; }

a.r:link { font-size: 12px; color: #CC0000; font-weight: normal; text-decoration :none; }
a.r:visited { font-size: 12px; color: #CC0000; font-weight: normal; text-decoration: none; }
a.r:active { font-size: 12px; color: #CC0000; font-weight: normal; text-decoration: none; }
a.r:hover { font-size: 12px; color: #CC0000; font-weight: normal; text-decoration: underline;
 }


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

#form-module { 
	margin: 0px;
	padding: 0px;
	width: 500px;
	background-color: #f7f7f7;
	color: #666;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.1em;
}

#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;
	background-color: #f7f7f7;
	border-top: 2px solid #fff;
}

#form-module label { 
	display: block;
	float: left;
	padding: 5px;
	width: 120px;
	border-right: 2px solid #fff;
}

#form-module label.checkbox { 
	width: 362px;
	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 #333;
}

#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;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	cursor: pointer;
}

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

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

#form-module-thanks { 
	display: block;
	color: #666;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.2em;
}





/* 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: #DCDCDC;
	border: 1px solid;
	border-color: #AAA #444 #444 #AAA;
	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: 60px;
	width: 80px;
	margin: 20px 10px;
}
/* pt=portrait-Format der Thumbs */
div.pt img{
	height: 80px;
	width: 60px;
	margin: 10px 20px;
}
/*footer schaltet float:left wieder aus */
div#jaosg_footer{
	clear: both;
	padding-top: 1em;
}
