/*	undo
*******************************************************************************/

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code {
	font-size:10px;
	font-weight:normal;
	font-family: Arial;
	line-height: normal;
}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {
	border:none;
	padding:0px;
	margin:0px;
	border-spacing:0px;
	font-size:10px;
	line-height: normal;
}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }

body, div,p,li { background-repeat:no-repeat; }

/*	reset some basic style
*******************************************************************************/
dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:10px; }

a:hover { text-decoration:none; }

/*	html
*******************************************************************************/
html {
	min-height: 100%;
	margin-bottom: 1px;
	background-color: #3E454F;
	background-repeat: no-repeat;
}

/*	body
*******************************************************************************/
body {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
}

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

.flLeft { float:left; }
.flRight { float:right; }

.warning, 
#main-block .warning { color:#f00; }


/*	website
*******************************************************************************/
#website {
	position:relative;
	display:block;
	margin:0;
	height:100%;
	width:790px;
	color:#404751;
	text-align:left;
	padding-top: 10;
	padding-left: 100;
	background-color: #FFFFFF;
	left: 100px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
}

/*	header
*******************************************************************************/
#header {
	position:relative;
	margin:0;
	height:159px;
	background-image:url(bg_header.gif);
	padding-top: 10;
	padding-left: 10;
	left: 0px;
	bottom: 0px;
	background-color: #3E454F;
	top: 0px;
	background-repeat: no-repeat;
}

/*	logo / breadcrumb
*******************************************************************************/
#logo {
	position:absolute;
	bottom: auto;
	top: 165px;
	left: 610px;
}

#logo2 {
	position:absolute;
	bottom: auto;
	top: 620px;
	left: 610px;
}

#logo_google {
	position:absolute;
	bottom: auto;
	top: 730px;
	left: 610px;
}

#logo a {
	display:block;
	height:100px;
	width:170px;
}


#breadcrumb {
	position:absolute;
	bottom:9px;
	left:250px;
	top: 225px;
}

#breadcrumb a, 
#breadcrumb a:link {
	color:#404751;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
}

#breadcrumb a:hover {
	text-decoration:underline;
}

/*	image rezice
*******************************************************************************/
Das Modul nutzt 2 Klasssen zur Ausrichtung der Bilder. .pleft und .pright

Code: 


/* KLXM Bild ... Ausrichtung Links-Rechts */ 

.pleft {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
border: 1px solid #000000;
}
.pright {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
border: 1px solid #000000;
}
/*	Newsletter
*******************************************************************************/
/*  Start Forms */ 
#formwrap { 
   padding: 0px 0px 0px 0px; 
   margin: 0px 0px 0px 50px; 
} 
#form { 
   padding: 0px 0px 10px 0px; 
   margin: 0px 0px 0px 0px; 
   text-align: left; 
} 
/* Rahmenfarbe angeben für Opera */ 
fieldset { 
   border: 1px solid #000000; 
   padding: 0px 0px 0px 0px; 
   margin: 0px 0px 0px 0px; 
} 
legend { 
   border: 1px solid #000000; 
} 
Label { 
   font:10px/normal verdana, arial, helvetica, sans-serif; 
   padding:0px; 
   margin-left: 0px; 
} 
.inpt {
	width: 350px;
	border: 1px solid #999;
	background-color: transparent;
	color: #666666;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	padding: 1px 1px 1px 3px;
	margin: 0px 0px 5px 0px;
	word-spacing: 0.2em;
	line-height: normal;
} 
.txt { 
   width: 350px; 
   border: 1px solid #999; 
   background-color: transparent; 
   color: #666666; 
   font-family: Verdana, Arial, Sans-Serif; 
   font-size: 11px; 
   padding: 1px 1px 1px 3px; 
   margin: 0px 0px 5px 0px; 
   word-spacing: 0.2em; 
} 
input.inpt:focus, textarea.txt:focus { 
   color: #000; 
   font-family: Verdana, Arial, Sans-Serif; 
} 
.senden {
	width: 150px;
	font-weight: bold;
	font-size: 10px;
	margin: 15px 0px 0px 198px;
	padding: 3px 0px 3px 0px;
	background-color: #eee;
	color: #333;
	text-align: center;
	border: solid 1px #999;
	cursor: pointer;
	line-height: normal;
} 
label, 
select, 
input[type=checkbox], 
input[type=radio], 
input[type=button], 
input[type=submit] { 
   cursor: pointer; 
} 

/*  End Forms */ 



/*	Bild mit Mousovereffekt
*******************************************************************************/
#inhalt .galeriethumb {
        float: left;
        width:80px;
        padding:0;
        margin:20px;
        border:1px solid #4fa51d;
        font:bold 14px verdana, sans-serif;
}


#inhalt .galeriethumb img {
        border:none;
        width: 80px;
}

#inhalt .galeriethumb a {
    z-index:24;
}

#inhalt .galeriethumb a:hover {
        z-index:25;
        border:0px solid #4fa51d;
}

#inhalt .galeriethumb a span {
        display:none;
        z-index:25;
}

#inhalt .galeriethumb a span img {
        width:auto;
        height:auto;
}

#inhalt .galeriethumb a:hover span {
        display:block;
        width:350px;
        position:absolute;top:0px;right:-1px;
        border:1px dashed grey;
        padding:15px;
        font:normal 14px verdana, sans-serif;
        background-color: #ffea87;
        z-index:1;

}


/*	content
*******************************************************************************/


#content, #content2 {
	display:block;
	clear:both;
	position:relative;
	padding:0 0 0 0;
	left: 0px;
	top: 0px;
}


/* hide from IE/MAC \*/
* html #content, * html #content2 {
	height:1px;
}
/* end hide */


#content {}

#content2 {
	background-repeat:no-repeat;
}

#main {
	float:left;
	width:370px;
	top: 0px;
	bottom: 10px;
	padding-left: 0px;
	font-family: Arial;
	left: 0px;
	font-size: 10px;
	height: 100%;
	line-height: 1px;
	font-style: normal;
}

#main-block {}

#main-block2 {
	padding:0px;
	background-color: #FFFFFF;
}


/*	Navigation vertical - 
	Wenn die Navigation mit der ID 3 verwendet wird, kann alles bis 
	zum nächsten Kommentar gelöscht werden
------------------------------------------------------------------------------*/
#navigation {
	float:left;
	width:200px;
	padding:0px 0;
	line-height: 11px;
	background-image: url(Button_navi_hintergrund2.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 530px;
}

#navigation ul.nav1st {
	width:180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	top: 20px;
}


#navigation ul.nav1st li {
	padding:4px 0 4px 14px;
	line-height: 11px;
	top: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#navigation ul.nav1st li.active {
	background:url(Button_navi_hintergrund.gif);
	line-height: 11px;
	padding-top: 26px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 14px;
	top: 26px;
	left: 14px;
	bottom: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#navigation ul.nav1st li.active a,
#navigation ul.nav1st li.active a:link {
	color:#494949;
	line-height: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#navigation ul.nav1st a, 
#navigation ul.nav1st a:link {
	display:block;
	color:#494949;
	font-size:11px;
	font-weight:bold;
	line-height: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navigation ul.nav1st a:hover {
	color:#494949;
	line-height: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#navigation ul.nav1st li ul.nav2nd li {
	padding:0;
	margin-left:10px;
	list-style-image: url(linkarrow.gif);
	line-height: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#navigation ul.nav2nd a, 
#navigation ul.nav2nd a:link {
	display:block;
	padding:2px 0;
	font-size:11px;
	font-weight:normal;
	line-height: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navigation ul.nav2nd a.current, 
#navigation ul.nav2nd a.current:link, 
#navigation ul.nav2nd a:hover {
	line-height: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CB0034;
	text-decoration: underline;
}


/*	Navigation horizontal and vertical - 
	Wenn die Navigation mit der ID 2 verwendet wird, kann alles bis 
	zum nächsten Kommentar gelöscht werden
------------------------------------------------------------------------------*/

#header-nav {
	position:absolute;
	bottom:30px;
	left:200px;
	width:560px;
	background:#fff;
}

#header-nav ul.nav1st {
}


#header-nav ul.nav1st li {
	display:block;
	float:left;
	padding-top: 5px;
	padding-right: 7px;
	padding-left: 7px;
}

#header-nav ul.nav1st li.active {
	background:#f7f7f7;
}

#header-nav ul.nav1st li.active a,
#header-nav ul.nav1st li.active a:link {
	color:#090;
}

#header-nav ul.nav1st a, 
#header-nav ul.nav1st a:link {
	color:#494949;
	font-size:1.2em;
	font-weight:bold;
}

#header-nav ul.nav1st a:hover {
	color:#090;
}


#navigation {
	float:left;
	width:200px;
	padding:0px 0;
	line-height: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#navigation ul.nav2nd li {
	padding:0;
	margin-left:14px;
	font-size:11px;
	font-weight:normal;
	line-height: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navigation ul.nav2nd a, 
#navigation ul.nav2nd a:link {
	display:block;
	padding:2px 0;
	color:#494949;
	line-height: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#navigation ul.nav2nd a.current, 
#navigation ul.nav2nd a.current:link, 
#navigation ul.nav2nd a:hover {
	color:#CB0034;
	line-height: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/*	Werbebanner
------------------------------------------------------------------------------*/
#banner1 {
	height: 100px;
	width: 160px;
	padding-left: 0px;
	left: 0px;
}
#banner2 {
	height: 50px;
	width: 160px;
	left: 0px;
}

/*	Headlines
------------------------------------------------------------------------------*/

/* Headline 1 */
#main-block h1 {
	color:#3E454F;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	line-height:normal;
}

#main-block .teaser h1 {
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Headline 2 */
#main-block h2 {
	color:#404751;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:normal;
}
/* Headline 3 */
#main-block h3 {
	color:#949698;
	padding:0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:normal;
}

/*	Paragraphs / Lists
------------------------------------------------------------------------------*/
#main-block p,
#main-block ul,
#main-block ol {
	margin-bottom:1.2em;
	font-size:1.2em;
	line-height:1.6em;
}
#main-block ul li ul,
#main-block ul li ol,
#main-block ol li ol,
#main-block ol li ul {
	font-size:10px;
}

#main-block ul {
	margin-left:14px;
	list-style-type:square;
}

#main-block ol {
	list-style-type:decimal-leading-zero;
}


/*	Hyperlinks
------------------------------------------------------------------------------*/
#main-block a, #main-block a:link {
	color:#CB0035;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial;
	background-position: left center;
	cursor: hand;
	font-style: normal;
	line-height: 12px;
?, Direction=?);
}

#main-block a:hover {
	color:#CB0035;
	font-family: Arial;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	font-style: normal;
}



/*	Images
------------------------------------------------------------------------------*/
#main-block div.image {
	margin-bottom:0;
}
#main-block div.image p {
	margin:0;
	font-size:10px;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main-block div.flLeft {
	margin-right:14px;
}
#main-block div.flRight {
	margin-left:14px;
}


/*	footer
------------------------------------------------------------------------------*/
.footer {
	display:block;
	width:790px;
	position: relative;
	left: 100px;
	height: 50px;
	background-color: #3E454F;
	background-image: url(bg_content.gif);
}
.footer2 {
	padding:0 14px;
}
.footer p {
	margin:0;
	padding:9px 0;
	font-size:10px;
	text-transform:none;
	left: 20px;
	height: 40px;
	top: 2px;
}

.footer p, 
.footer p a,
.footer p a:link {
	color:#404751;
	left: 20px;
}
.footer p a:hover {
	text-decoration:underline;
}

.footer .col-left {
	float:left;
	width:300px;
	left: 200px;
}
.footer .col-right {
	float:left;
	left: 200px;
	padding-left: 200px;
}

/*	login form
------------------------------------------------------------------------------*/
.login {
	margin:1.2em 0 1.2em 0;
	width:170px;
	background-color:#f7f7f7;
	font-size:1.2em;
	line-height:1.4em;
}

.login2 {
	padding:5px 0 5px 14px;
}

.login label {
	display:block;
	clear:both;
	margin-top:5px;
	color:#606060;
}

.login input {
	float:left;
	margin:5px 0;
	width:130px;
	border:1px solid #606060;
	background-color:#fff;
}


.login input.submit { 
	border:none;
	background:none;
	color:#606060;
	text-decoration:underline;
	cursor:pointer;
}
/* ARTIKELLIST
*******************************************************************************/
}
.articlelist .articleimage {
	FLOAT: left; WIDTH: 190px
}
.articlelist .headline {
	FONT-WEIGHT: bold
}
.articlelist .description {
	DISPLAY: block; FLOAT: left; WIDTH: 300px
}

/* form-module
*******************************************************************************/
#form-module * {
	padding:0px;
	margin:0px;
}

#form-module {
	margin:0px;
	padding:0px;
	width:520px;
	background-color:#f7f7f7;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;
}

#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: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 #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;
}


/* download
*******************************************************************************/
#main-block .download-hdl p, 
#main-block .download-file p, 
#main-block .download-desc p {
	margin:0;
}
#main-block .download-hdl p {
	padding:5px 7px;
	background-color:#393;
	font-weight:bold;
	color:#fff;
}

#main-block .download-file {
	padding:1.2em 7px;
	border-left:2px solid #393;
	border-right:2px solid #393;
}

#main-block .download-desc {
	margin-bottom:1.2em;
	padding:1.2em 7px;
	background-color:#e5ffe5;
	border-left:2px solid #393;
	border-right:2px solid #393;
	border-bottom:2px solid #393;
}

#main-block .download-without-desc {
	margin-bottom:1.2em;
	border-top:2px solid #393;
}
/* Download anbieten */

.list_content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	font-size:10px;
	color:#666666;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:24px;
	width:335px;
	margin:0px;
	line-height: 18px;
	background-image: url(oetb_download_2.gif);
	}

.list_content2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
	color:#FFFFFF;
	padding-left:10px;
	padding-top:2px;
	padding-right:24px;
	padding-bottom:2px;
	width:335px;
	margin:0px;
	line-height: 18px;
	background-image: url(oetb_download_1.gif);
	background-repeat: no-repeat;
	height: 20px;
	text-transform: uppercase;
	}

.list_content3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	font-size:10px;
	color:#666666;
	padding-left:10px;
	padding-top:3px;
	padding-right:24px;
	padding-bottom:3px;
	width:335px;
	background-color:#F3F5F4;
	margin:0px;
    line-height: 18px;
	}
	/* 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: #F3F5F4;
	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: 10px 10px;
}
/* pt=portrait-Format der Thumbs */
div.pt img{
	height: 100px;
	width: 75px;
	margin: 10px 10px;
}
/*footer schaltet float:left wieder aus */
div#jaosg_footer{
	clear: both;
	padding-top: 1em;
}