/* Stylesheet Schreibtisch */

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #d7d2cb;	/* dunkles grau */	
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#wrapper {
	background-color: silver;
	color: black;
	width: 1100px;
	height: 555px;
	margin: 20px auto;		/* abstand von oben, autozentrierung des schreibtisches */
}

#links {
	position: relative;
	float: left;
	width: 180px;
	height: 555px;
	background-color: #d7d2cb;
	color: black;
	text-align:right;
}

#mitte {
	position: relative;
	float: left;
	background-color: silver;
	color: black;
	width: 740px;
	height: 555px;
}

#rechts {
	position: relative;
	float: left; 
	width: 180px;
	height: 555px;
	background-color: #d7d2cb;
	color: black;
	text-align: left;
}

#schreiben {
	background-color: silver;
	color: black; 
	padding: 0px;
}

h1 { font-size: 150%;
	padding: 15px;
}
	
h2 { font-size: 130%; }

p {
	font-size: 100%;
	padding: 0 15px 15px 15px;
	line-height: 1.3em;
}
cite {
	color: #9f0f3e;
}

