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

Name: 				aperto.css
Datum: 				2007-11-01
Beschreibung: 		Template CSS
Author: 			ideeos.de
URL: 				http://www.ideeos.de

Index:
	$1 - Globale CSS Einstellungen
	$2 - DIV Formatierung
	$3 - Lithographie
	$4 - Stylesheet ID und Klasse
	$5 - Katalog
	$6 - Umfrage
	
WICHTIG: Immer eine Sicherheitskopie der CSS-Datei erstellen, bevor Veränderungen durchegeführt werden.
----------------------------------------------------------------------------*/
/* $1 - Globale CSS Einstellungen
----------------------------------------------------------------------------*/
ul {
	margin:0; 
	padding:0; 
	list-style:none; 
	line-height:17px
}
li {
	background:url(images/marcer.gif) left center no-repeat; 
	padding:0 0 0 11px;
}
hr {
	color:#9e9e9e;
	width:100%;
	margin:5px 0 5px 0;
	
}
body{
 	margin:0px;
  	padding:0px;
	background-color:#b6b4ba;
	background:url(images/bg.gif) repeat top left;
}
input, select, textarea {
	padding:0px;
	margin:5px 0;
}
label {
	}
/*--------------------------------------------------------------------------
	$2 - DIV Formatierung
----------------------------------------------------------------------------*/
#content {
	width:900px;
	margin:0px;
	padding:0px;
	text-align:left;
}
#kopf {
	height:40px;
	width:900px;
	text-align:left;
	float:left;	
}
#header {
	height:30px;
	width:900px;
	margin:0px auto;
	padding:0px;
	text-align:left;
	float:left;
	background:url(images/mainnav_bg.gif) repeat-x top left;
}
#standard {
	width:900px;
	margin:0px auto;
	padding:0px;
	text-align:left;
	float:left;
	background:url(images/leftright_bg.gif) repeat-y top left;
}
#standardleft {
	width:660px;
	margin:0px;
	padding:0px;
	text-align:left;
	float:left;
}
#standardinnerleft {
	width:630px;
	padding:5px 5px 10px 10px;
	margin:5px 5px 10px 10px;
}
#standardinnerleft img {
	margin:0px;
	padding:0px;
}
#standardright {
	width:220px;
	margin:0px;
	padding:0px;
	text-align:left;
	float:left;
}
#standardinnerright {
	width:201px;
	padding:10px 5px 5px 13px;
	margin:10px 5px 5px 13px;
}
#leftborder {
	height:369px;
	width:10px;
	margin:0px;
	padding:0px;
	float:left;
	background:url(images/leftborder_bg.gif) no-repeat top left;
}
#left {
	height:369px;
	width:660px;
	margin:0px;
	padding:0px;
	text-align:left;
	float:left;
	background-color:#e9e8e9;
}
#innerleft {
	width:640px;
	padding:10px 5px 5px 10px;
}
#right {
	height:369px;
	width:220px;
	margin:0px;
	padding:0px;
	text-align:left;
	float:left;
	background:url(images/news_bg.gif) no-repeat top left;
}
#innerright {
	width:201px;
	padding:10px 5px 5px 13px;
}
#rightborder {
	height:369px;
	width:10px;
	margin:0px;
	padding:0px;
	float:left;
	background:url(images/rightborder_bg.gif) no-repeat top right;
}
#maintop {
	height:18px;
	width:900px;
	margin:0px;
	padding:0px;
	text-align:left;
	float:left;
	background:url(images/maintop_bg.gif) no-repeat top left;
}
#main {
	width:900px;
	margin:0px;
	padding:0px;
	text-align:left;
	float:left;	
	background:url(images/main_bg.gif) repeat-y top left;
}
#innermain {
	width:860px;
	padding:0px 30px 10px 10px;
	margin:0px 10px 10px 10px;
	float:left;
}
#innermain .toggler{
	display:block;
	padding:5px 6px 6px 6px;
	background: #e7e7e7;
	width:97%;
	border:1px solid #8f8c90;
	font-size:12px;
	font-weight:bold;
	color:#663333;
	cursor:hand;
	cursor:pointer;
	text-indent:25px;
	margin-bottom:4px;
}
#footer {
	width:900px;
	margin:0px auto;
	padding:0px;
	text-align:left;
	float:left;
	background:url(images/footer_bg.gif) repeat-x top left;
}
#innerfooter {
	width:880px;
	padding:10px;
}
.clear {
	clear:both;
	height:0.1px;
	line-height:0.1px;
	font-size:0.1px;
	overflow:hidden;
}
/*--------------------------------------------------------------------------
	$3 - Lithographie
----------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
	$3 - Stylesheet ID und Klasse
----------------------------------------------------------------------------*/
#footernav{ /* Footer Nav */
	float:left;
	font-size:10px;
}
#footernav li{ /* Footer Nav */
	display:inline;
	font-size:10px;
	font-weight:normal;
}
#footernav a{ /* Footer Nav */
	font-size:10px;
	font-weight:normal;
}
#footernav p{ /* Footer Nav Active */
	display:inline;
	text-decoration:underline;
	font-weight:normal;
	font-size:10px;
	
}
.float{ /* Copyright Text */
	float:right;
	padding-right:15px;
	font-size:10px;
}
#nachrichten .layout_full{ /* Nachrichten Trend & news  */
	float:left;
	width:290px;
}
#nachrichten .info{ /* Nachrichten Trend & news Datum  */
	padding:0px 0px 5px 5px;
}
#float {
	float:left;
}

/*--------------------------------------------------------------------------
	$5 - Katalog
----------------------------------------------------------------------------*/
table.all_records{
	width:625px;
}
table.all_records .head{
	padding:0px 0px 5px 0px;
	border-bottom: 1px dotted #c7c6c8;
	text-align:right;
}
table.all_records .body{
	padding:5px 0px 5px 0px;
	border-bottom: 1px dotted #c7c6c8;
	text-align:right;
}
table.single_record{
	width:625px;
}
table.single_record .row_0 row_first even {
	color:#FFFFFF;
}
table.single_record .label{
	width:225px;
	font-size:12px;
	font-weight:bold;
}
table.single_record .value{
	padding:5px;
}
table.all_records .odd{
	background-color:#dddddd;
}
table.all_records:focus{
	background-color:#000000;
}

/*--------------------------------------------------------------------------
	$6 - Umfrage
----------------------------------------------------------------------------*/
.mod_quickpoll .title h2 { /* Titel */
}
.mod_quickpoll .description { /* Beschreibung */
	padding: 0px 0px 10px 0px;
}
.mod_quickpoll .formbody .widget .radio_container span { /* Beschreibung */
	display:block;
}
.mod_quickpoll .stoptext { /* Ergebnisse */
	padding: 0px 0px 10px 0px;
	font-size:10px;
}
.mod_quickpoll .totaltext { /* Ergebnisse */
	padding: 0px 0px 10px 0px;
}
.mod_quickpoll .graph .label { /* einzelene Ergebnisse */
	padding: 0px 0px 2px 0px;
}
.mod_quickpoll .graph .results { /* einzelene Ergebnisse Abstand */
	padding: 0px 0px 10px 0px;
}
.mod_quickpoll .graph .results .color1 { /* einzelene Ergebnisse Farbe */
	color:#FFFFFF; 
	background-color:#333333; 
	text-align:center;
}
.mod_quickpoll .graph .results .color2 {
	color:#000000; 
	background-color:#99CC33; 
	text-align:center;
}
.mod_quickpoll .graph .results .color3 { 
	color:#000000; 
	background-color:#99CCFF; 
	text-align:center;
}
.mod_quickpoll .graph .results .color4 { 
	color:#000000; 
	background-color:#FFFFCC; 
	text-align:center;
}
.mod_quickpoll .graph .results .color5 { 
	color:#000000; 
	background-color:#FFCCCC; 
	text-align:center;
}
.mod_quickpoll .graph .results .color6 { 
	color:#000000; 
	background-color:#CCCCFF; 
	text-align:center;
}

/* Formular Fehlermeldung */

div.error {
	color:#FF0000;
}