/*----------------------------------------------------------------------------
StyleSheet aperto.net

Name: 				basic.css
Datum: 				2007-11-01
Beschreibung: 		Basicstylesheets für TypoLIGHT
Author: 			ideeos.de
URL: 				http://www.ideeos.de

Index:
	$1 - Globale CSS Einstellungen
	$2 - TypoLIGHT Stylesheets
	$3 - 
	
WICHTIG: Immer eine Sicherheitskopie der CSS-Datei erstellen, bevor Veränderungen durchegeführt werden.
----------------------------------------------------------------------------*/
/* $1 - Globale CSS Einstellungen
----------------------------------------------------------------------------*/
body {
	margin:0px 0px 24px 0px;
	padding:0px;
	font-size:11px;
	font-family:Tahoma, Verdana, Arial;
}
a,body,div,em,input,label,li,ol,p,select,span,strong,td,th,textarea,u,ul{
	font-family:Tahoma, Verdana, Arial;
	color:#666666;
	font-size:11px;
}
a,body,div,input,label,li,ol,p,select,td,th,textarea,u,ul{
	font-size:11px;
}
h1{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-weight:bold;
	font-size:13px;
	color:#808040;
	border-bottom:1px #9e9e9e dotted;
	width:95%;
}
h2{
	margin:0px 0px 6px 0px;
	padding:0px 0px 2px 0px;
	font-weight:normal;
	font-size:12px;
	color:#444444;
}
a{
	text-decoration:none;
	color:#666666;
	font-weight:bold;
}
a:hover{
	text-decoration:none;
	color:#222222;
	font-weight:bold;
}
img{
	vertical-align:middle;
	border:0px;
}
p,pre,form{
	margin:0px;
	padding:0px;
}

/*----------------------------------------------------------------------------
 $1 - Globale CSS Einstellungen
----------------------------------------------------------------------------*/
div.mod_breadcrumb{
	font-size:9px;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
}
div.mod_breadcrumb span{
	font-size:9px;
	color:#808040;
}
div.mod_breadcrumb a{
	font-size:9px;
	color:#FFFFFF;
	font-weight:normal;
}
div.mod_breadcrumb a:hover{
	font-size:9px;
	color:#663333;
	font-weight:normal;
}
div.mod_breadcrumb{
	padding-bottom:15px;
}
.info { /* Datum bei News */
	font-size:9px;
	color:#999999;
}
p.more a { /* weiterlesen */
	font-size:9px;
	color:#999999;
	font-weight:normal;
}
p.more a:hover { /* weiterlesen */
	font-size:9px;
	color:#999999;
	font-weight:normal;
	text-decoration:underline
}
span.captcha_text { /* Kontaktfeld */
	top:-5px;
	position:relative;
}
span label { /* Kontaktfeld */
	top:-5px;
	position:relative;
}
div#events .header { /* Events in der Eventliste */
	margin-top:30px;
}
.invisible { /* Teil der Navigationen */
}
.pdf_link { /* als PDF Drucken */
	text-align:right;
	font-size:9px;
}
.pdf_link a { /* als PDF Drucken */
	text-align:right;
	font-size:9px;
	font-weight:normal
}
.pdf_link a:hover { /* als PDF Drucken */
	text-align:right;
	font-size:9px;
	text-decoration:underline;
	font-weight:normal
}
.accordion div div.ce_code{
	padding:0px;
}
.accordion div div.ce_downloads,
.accordion div div.ce_downloads div{
	padding:0px;
	border-right:0px;
	border-left:0px;
}
.accordion div div.ce_downloads .time{
}
.accordion div div.ce_downloads .add_icon{
	padding:1px 0px 1px 20px;
	background-image:url("system/themes/default/images/iconRAR.gif");
	background-position:left center;
	background-repeat:no-repeat;
}
.accordion div div.ce_downloads .add_icon {
	padding:1px 0px 1px 20px;
	background-image:url("system/themes/default/images/iconRAR.gif");
	background-position:left center;
	background-repeat:no-repeat;
}
.toggler{
	display:block;
	padding:5px 6px 6px 6px;
	background: #c7c7c9;
	width:97%;
	border:1px solid #8f8c90;
	font-size:12px;
	font-weight:bold;
	color:#663333;
	cursor:hand;
	cursor:pointer;
	text-indent:25px;
	margin-bottom:4px;
}
.mod_newslist .layout_full{
	padding-bottom:10px;
}