/* CSS Document */
/*
23de00 ist die hellere
28ff00 die dunklere farbkomponente

in /php/menu.php
und im mediaplayer hoerspiel/400asa-show
und im indexfile vom pressearchiv hats auch noch solche
am besten gleich mit suchen/ersetzen umändern...
*/
/*general*/
body {

}

* {
	color:#000;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height:23px;
	text-decoration:none;
}
h1 {
	font-size: 22px;
	font-weight:bold;
	color:#23de00;
	padding-bottom:3px;
	border-bottom: 3px #28ff00 solid;
}
h2 {
	font-size: 18px;
	font-style:italic;
	color:#23de00;
	margin-top: 25px;
	border-bottom: 2px #28ff00 dashed;
	
}
h3 {
	color:#23de00;
	font-weight:bold;
	margin-top:2em;
	margin-bottom:0em;
}
.linkbox h2 {
	font-size: 15px;
	border-bottom: 1px #28ff00 dashed;
	margin-bottom: -2px;
}
h4 {
	color:#23de00;
	margin-bottom: -10px;
}
ol li{
	font-size:15px;
}

.absatz p {
margin-bottom: -10px;
}

/*menuzeugs*/
#menu a:hover, #extras a:hover {
color:#23de00;
text-decoration:none;
}
.submenu {
padding-left:10px;
text-decoration:none;
}
.mainmenu {
text-decoration:none;
display:block;
}

.unmark
{
color: #000;
border: none;
}
/*boxen*/
#wrapper{
	position: absolute;
	left: 23px;
	top:0px;
	width:922px;
	height:1200px;
	background-color:#FFFFFF;
}
#deko {
position:absolute;
z-index: 99999;
left:60px;
top:25px;
width:80px;
height:80px;
background-image:url(../img/logos/deko_jubi.gif);
background-repeat:no-repeat;
}
#logo{
	position: absolute;
	left: 135px;
	top: 34px;
	z-index: 1;
	width: 640px;
	height: 104px;
}
#menu{
	position: absolute;
	width: 140px;
	left: 0px;
	top: 159px;
	z-index: 2;
}

#content{
	position: absolute;
	left:134px;
	top:150px;
	width:600px;
	z-index: 3;
}
.absatz{
	background-image:url(/img/material/verlauf.jpg);
	background-repeat:repeat-x;
	width: 600px;
	padding: 20px 20px 30px 20px;
	border: 1px dotted #28ff00;
	background-color:#fff;
	z-index: 3;
	margin-bottom: 10px;
}

.linkbox{
	background-image:url(/img/material/verlauf.jpg);
	background-repeat:repeat-x;
	width: 600px;
	padding: 20px;
	border: 1px dotted #28ff00;
	background-color:#fff;
	z-index: 3;
	margin-bottom: 10px;
		font-size: 15px;
}
.linkbox a, .linkbox li {
	font-size: 15px;
	}
#footer{	
	width: 640px;
	padding: 00px;
	border: 1px dotted #28ff00;
	background-color:#fff;
	z-index: 3;
	text-align:center;
	font-size:9px;
	color:#666666;
}
#extras{
	position: absolute;
	width: 180px;
	left: 772px;
	top: 159px;
	z-index: 2;
}
#extras ul {
list-style:none;
margin: 0;
padding: 0;
background-color:#fff;
}
#extras a:hover {
color:#23de00;
text-decoration:none;
}
#extras ul li {
	border-bottom: 1px dotted #28ff00;
	border-top: 1px dotted #28ff00;
	border-left: 1px dotted #28ff00;
	padding: 5px 5px 5px 10px;
	margin-bottom:5px;
	background-image:url(/img/material/verlauf.jpg);
	background-repeat:repeat-x;
}

#extras img{
	border: none;
	margin-right:5px;
}
/*speziell im absatzbereich*/
.absatz a {
font-size: 18px;
border-bottom: 1px dotted #009900;
}
.absatz a:hover {
border-bottom: 1px solid #009900;
text-decoration:none;
}

a.box {display: block; padding: 10px; border: 1px dotted #009900; background-color:#fafafa}
a:hover.box  {display: block; padding: 10px; border: 1px dotted #009900; background-color:#00ff00; color:#FFFFFF; }
a:hover.box em {color: #ffffff}

a.download {
background-image:url(http://400asa.ch/img/material/pdf.gif);
background-position:0 0;
background-repeat:no-repeat;
padding:0 0 0 22px;
}


blockquote {
	background-image: url(/img/material/blockquote2.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 0 2em 0;
	padding: 0 0 0 40px;
}

/*typo3*/

.csc-textpic-imagewrap ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.csc-textpic-imagewrap ul li {
padding: 0;
margin: 0 0 0.5em 0;
}
