@charset "utf-8";

/**
 * default for all browers
 */
html {
	margin: 0;
	padding: 0;
}

/* body magic, also applies common body background */
body {
	font: 75% Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #666666;
		
	/* default for all browsers */
	margin: 0;
	padding: 0;
	/* IE */
	text-align: center;
	min-width: 780px;
}

/**
 * the whole page with the top header applied as a background
 */
#page {
	text-align: left;
	margin: 0 auto 0 auto;
}

/**
 * centers all content on page
 */
#wrapper {
	margin:0 auto 0 auto;
	width: 780px;
	text-align: left;

	padding-top: 20px;

	border: none;
}

.gedichtwicht #container {
	width: 100%;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.gedichtwicht #main {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.gedichtwicht #page #wrapper #container #main #info a {
	color:#666666;
}

.gedichtwicht #wicht {
	float: left;
}
	
.gedichtwicht #info {
	text-align: right;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.gedichtwicht #design {
	font-size: 0.9em;
}
.gedichtwicht #design a {
	color:#666666;
	text-decoration:none;
}
