/* ==========================================================
CSS für www.bagatellen.net
Stand: 03/2008
Autor: Jan Quast, Theres Grau

Inhalt:	1. Allgemeines
		2. Layoutbereiche
		3. Sonstiges
============================================================== */


/*	=========================
	1. Allgemeines
	========================= */

* { padding: 0px; margin: 0px; }

html { height: 101%; }

body {
	background-color: #fc3;
	color: #006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(bilder_bagatellen/hintergrund_verlauf.jpg);
	background-repeat: repeat;
}
h1 {
	color: #006600;
	font-size: large;
	padding-top: 20px;
	padding-bottom: 15px;
}
h2 {
	color: #006600;
	font-size: medium;
	padding-top: 20px;
	padding-bottom: 10px;
}
a:link   { color: #7a3f27; text-decoration: none; outline: none medium }
a:visited  { color: #7a3f27; text-decoration: none; outline: none medium }
a:hover, a:focus {
	color: #f67f04;
	text-decoration: none;
}
p {
	padding: 5px 0px;
}
cite {
	font-style: italic;
	font-size: 80%;
}
li {
	margin-left: 18px;
	padding: 3px 0px;
 }

/*	=========================
	2. Layoutbereiche
	========================= */

#wrapper {
	margin: 0px 2.5% 10px 3%;
}
#kopfzeile   { color: #3f3f3f; font-size: x-large; font-weight: bold; text-align: left; padding: 25px 0 15px }
#navigation {
	border-bottom: 1px solid #006600;
	padding-bottom: 15px;
}
	#navigation li {
		border-left: #006600 solid 1px;
		margin: 0px;
		padding: 0px 4px 0px 8px;
		display: inline;
		font-size: small;
		list-style-type: none;
}
#sprachen {
	font-size: 70%;
	text-align: right;
}
#hauptteil {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 290px;
}
#bilder {
	float: right;
	width: 255px;
	padding-top: 31px;
}
#seitenanfang {
	float: right;
	width: 150px;
	padding-top: 30px;
}
#seitenanfang a {
	font-size: 70%;
	font-weight: bold;
}
#fusszeile {
	color: #006600;
	text-align: left;
	font-size: 70%;
	font-weight: bold;
	padding: 25px 0px;
}

/*	=========================
	3. Sonstiges
	========================= */

.skiplink {
	position: absolute;
	top: -2000px;
	left: -3000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}
td {
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
