/*
	Farben: 
	orange: #cc6633
*/

/*##############################################################################
	html elemente
###############################################################################*/

body {
	font-family:Arial,Helvetica, sans-serif;
	font-size:85%;
	margin:10px;
	color:#333333;
}

h1 { font-size:1.1em; }
h2 { font-size:1em; }
a { color:#cc6633; text-decoration:none; }
a:hover { color:#666666; }
ul { margin-left:8px; padding-left:8px; list-style-type:disc; }
.hidden { display:block; }
legend { font-weight:bold; }
input, textarea { width:180px; display:block; margin-bottom:5px; }
input[type=submit] { width:auto; }
input[type=image] { width:auto; }
textarea { height:100px; }


/*##############################################################################
	1. zeile => logo, grosse buttons mitte, kleine buttons rechts
###############################################################################*/

div#grass { display:none; }

div#headLeft { display:block;  }
div#headCenter {  display:block;  }
div#buttonsCenter img { display:none; }

div#headRight { display:block; }
div#buttonsRight { display:block;}
div#languages { display:block;  }



/*##############################################################################
	2. zeile => abstand
###############################################################################*/

div#spacerLeft { display:none; }
div#spacerCenter {display:none; }
div#spacerRight { display:none; }


/*##############################################################################
	3. zeile => suchformulare, inhalt, rechte navigation
###############################################################################*/

/* linke spalte */
div#colLeft {
	border:none;
	display:block;
	background:none;
}

div#colLeft select { width:150px;display:block;margin-bottom:10px; }
div#colLeft img { display:block; margin-top:3px; float:none;}
div#colLeft #all { margin-bottom:-30px; }

/* mittlere spalte */
div#colCenter {
	border:none;
	display:block;
	font-size:0.9em;
}
div#colCenter th { display:none; }
div#colCenter td { display:block;text-align:left;padding:0px; border:1px solid #666666;width:100%; }

/* Erzeugung der runden Ecken */
div.borderTopLeft { display:none; }
div.headline { border:none; }
div.borderTopRight { display:none;  }

div.centerLeft { display:none;  }
div.centerRight { display:none;   }

div.borderBottomLeft { display:none;    }
div.footer { border:none;  }
div.borderBottomRight {display:none;   }


/* rechte spalte */
div#colRight {
	display:block;
	background:none;
	border:none;
	width:185px;
}

div.borderTop { display:none; }

/*##############################################################################
	4. zeile => banner
###############################################################################*/

div#banner img { display:block; margin-bottom:10px; }

