/* Weblayout derbidge.de DATEI: layout/weblayout.css */

/* Festlegungen fuer die gesamte Seite */

@charset "utf-8";

body {
	background-color: #D9D9D9; /* Hintergrundfarbe festlegen */
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; /* Schriftarten festlegen */
	margin: 0px 0px 0px 0px; /* Abstand vom Rand festlegen */
	text-align: center;
}

/**/
#seite {
	width: 1004px; /* Breite der angezeigten Seite */
	text-align: left; /* Seiteninhalt wieder links ausrichten */
	margin: 0px auto;	/* standardkonforme horizontale Zentrierung */
	clear: both;
	float: inherit;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
}
/* Layout des Kopfes */
#kopf {
	width:1004px; /* Breite des Kopfes */
	height: 288px; /**/
	margin: 0px 0px 0px 0px;
	background-image: url(../images/Kaira.jpg);
	background-repeat: no-repeat;
	background-position: 115px 14px;
}

#kopf h1 {
	font-size: 13px; /**/
	font-weight: bold;
	padding-top: 195px;
	color: #AFAEAE;
	padding-left: 325px;
	margin: 0px 0px 0px 0px;
}
#kopf table {
	font-size: 20px; /**/
	font-weight: normal; /**/
	margin-top: 0px; /**/
	letter-spacing: 2px; /**/
}
#kopf a {
	border: 0px none;
	display: inline; /**/
	text-decoration: none;
	color: #000;
}
#kopf a:focus {
	border: 0px none;
	text-decoration: none; /**/
}
#kopf a:hover {
	border: 0px none; /**/
	text-decoration: underline; /**/
}
#kopf a:active {
	text-decoration: none; /**/
}
/**/
#linkespalte {
	width: 220px;
	margin: 0px 0px 0px 0px;
	float: left;
	height: 430px;
}
#linkespalte h1{
	font-size: 13px; /**/
	font-weight: bold; /**/
	text-align: left; /**/
	margin-left: 70px;
	margin-top: 20px;
}
#linkespalte h2{
	font-size: 11px; /**/
	font-weight: bold; /**/
	text-align: left; /**/
	margin-left: 70px;
	margin-top: 350px;
	color: #AFAEAE;
}
#linkespalte a {
	border: 0px none;
	display: inline; /**/
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	color: #000;
}
#linkespalte a:focus {
	border: 0px none;
	text-decoration: none; /**/
}
#linkespalte a:hover {
	border: 0px none; /**/
	text-decoration: underline; /**/
}
#linkespalte a:active {
	text-decoration: none; /**/
}
/**/
#inhalt {
	width: 630px;
	margin-left: 325px;
	clear: right;
}
#inhalt p {
	font-size: 13px;
	text-align: left;
	margin-top: 20px;
	font-weight: normal;
	line-height: 19px;
}
#inhalt a {
	border: 0px none;
	display: inline; /**/
	text-decoration: none;
	color: #000;
}
#inhalt a:focus {
	border: 0px none;
	text-decoration: none; /**/
}
#inhalt a:hover {
	border: 0px none; /**/
	text-decoration: underline; /**/
}
#inhalt a:active {
	text-decoration: none; /**/
}
#inhalt cite {
	font-size: 19px;
	text-align: left;
	margin-top: 20px;
	font-weight: normal;
	line-height: normal;
	font-style: italic;
	color: #A91A2A;
}
#inhalt dfn {
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	font-style: italic;
	color: #A91A2A;
	margin-left: 235px;
	line-height: normal;
}
