/*  
Theme Name: Akkordwechsel (AKWN) Standard DE-Edition Neu
Theme URI: http://akkordwechsel.de/theme
Description: Das Akkordwechsel (AKWN) Theme - neues Design.
Version: 0.6
Author: Ingo Henze
Author URI: http://putzlowitsch.de/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Rand und Innenabstand für alle Elemente auf 0 */
* {
	margin: 0;
	padding: 0;
}	

body {
	font-size: 12px;
	font-family: Helvetica, Arial, Sans-Serif;
}

h1 {
	font-size: 4.8em;
	font-variant: small-caps;
}

h1 a {
	text-decoration: none;
}

h2 {
	font-size: 1.3em;
}

h2 a {
	text-decoration: none;
}

h3 {
	font-size: 1.1em;
}

h3 {
	text-decoration: none;
}

p {
	margin: 0.5em 0 1em 0;
}

p img {
  background: #ddd;
	border: 0.1em solid #aaa;
	padding: 0.5em;
	margin: 0 0.5em 0 0;
}

#page {
  background: #dbc;
	margin: 1em;
	width: 60em;
}

#header {
	border-bottom: 0.1em solid #aaa;
  background: #bcd;
	padding: 1em;
	text-align: center;
}

#content {
  background: #edc;
	padding: 1em;
	width: 45em;
	float: left;
}

#sidebar {
  background: #dbc;
	padding: 1em;
	width: 11em;
	float: left;
}
.cleardummy {
	clear: both; 
	font-size: 0px;
}

#footer {
	border-top: 0.1em solid #aaa;
  background: #cdb;
	text-align: center;
	padding: 1em;
}

ul.menu {
	list-style: none outside;
}

ul.menu ul {
	list-style: none outside;
}

.imagelink a {
	border: none;
}

