/*-------------------------------------------------------------*/
/*-- Web Publisher: Alexandra Rattay --------------------------*/
/*-- Languages: CSS -------------------------------------------*/
/*-- July 2006 ------------------------------------------------*/
/*-- www.weblandschaften.de -----------------------------------*/
/*-------------------------------------------------------------*/
body {
	background-color: #99CCFF;
	background-image: url('tmpl/bckgr_flower.gif');
	background-repeat: no-repeat;
	background-position: -216px 88px;
	font-family: Verdana, Arial, Sans-Serif, Helvetica;
	font-size: 11px;
}
#Spoken {
	position: absolute;
	top: 10px;
	left: 420px;
	width: 564px;
	height: 60px;
	z-index:0;
}
#Pink {
	position: absolute;
	top: 80px;
	left: 50px;
	width: 826px;
	height: 7px;
	background-image: url('tmpl/pink.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index:1;
}
#Page {
	position: absolute;
	top: 87px;
	left: 50px;
	/*width: 1100px;*/
	background-image: url('tmpl/bckgr.jpg');
	background-repeat: repeat-y;
	background-position: 0px 0px;
	z-index:1;
	/*border: 1px solid #000;*/
}
#Impressum {
	position: absolute;
	top: 530px;
	left: 70px;
	z-index:2;
}
#Impressum a {
	color: #F8A1FF;
	text-decoration: none;
}
img {
	border: 0px;
}
.c1 {
	background-color: #F8A1FF;
}
#Navigation {
	width: 255px;
	float: left;
	margin: 0px;
	padding: 0px;
	border-top: 8px solid #f8a1ff;
	/*background-color: #990099;*/
}
#Menu {
	padding: 10px;
	text-align: right;
	color: #FFF;
}
#Menu a {
	display: block;
	line-height: 20px;
	font-size: 13px;
	color: #FFF;
	padding-right: 4px;
	border-right: 6px solid #990099;
	text-decoration: none;
}
#Menu a:hover {
	display: block;
	font-size: 13px;
	color: #990099;
	padding-right: 4px;
	border-right: 6px solid #F8A1FF;
	text-decoration: none;
	background-color: #F8A1FF;
}
#Menu a.sub {
	display: block;
	line-height: 20px;
	font-size: 11px;
	color: #F8A1FF;
	padding-right: 4px;
	border-right: 6px solid #990099;
	text-decoration: none;
}
#Menu a.sub:hover {
	display: block;
	font-size: 11px;
	color: #990099;
	padding-right: 4px;
	border-right: 6px solid #F8A1FF;
	text-decoration: none;
	background-color: #F8A1FF;
}
#Menu p.sub {
	font-size: 5px;
	margin: 0px;
	padding: 0px;
	line-height: 8px;
}
#Menu p {
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
#Content {
	width: 760px;
	float: left;
	text-align: left;
	padding: 0px;
	margin: 0px;
	margin-left: 6px;
	border-top: 8px solid #f8a1ff;
	background-image: url('tmpl/deco.gif');
	background-repeat: no-repeat;
	background-position: 140px 0px;
	background-color: #CFDFEF;
}
#Text {
	padding: 10px;
	color: #5B0853;
}
#Text p {
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
#Text a {
	color: #5B0853;
	text-decoration: underline;
}
#Text a:hover {
	color: #1C4F81;
	background-color: #E0E9F3;
	text-decoration: none;
}
#Text .Title {
	margin-top: 7px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}
#Text img {
	border: 8px solid #CFDFEF;
}
#Text img.links {
	border: 0px;
	float: left;
	margin: 10px;
	margin-left: 0px;
}
#Text img.rechts {
	border: 0px;
	float: right;
	margin: 10px;
	margin-right: 0px;
}
/*- Für die Startseite ---------------------*/
#Artikel {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #9DCDFE;
}
#Artikel #Links #Bild {
	width: 185px;
	float: left;
	text-align: center;
}
#Artikel #Links #Txt {
	width: 480px;
	float: right;
	padding-bottom: 5px;
}
#Artikel #Rechts #Bild {
	width: 185px;
	float: right;
	text-align: center;
}
#Artikel #Rechts #Txt {
	width: 480px;
	float: left;
	padding-bottom: 5px;
}
#Artikel .Datum {
	margin-bottom: 10px;
}
#Artikel .Titel {
	margin-bottom: 10px;
	font-weight: bold;
}
/*- Für die Startseite ---------------------*/
#URL {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #9DCDFE;
}
#URL #Links #Bild {
	width: 220px;
	float: left;
	text-align: left;
}
#URL #Links #Txt {
	width: 310px;
	float: right;
	padding-bottom: 5px;
}
#URL #Rechts #Bild {
	width: 185px;
	float: right;
	text-align: right;
}
#URL #Rechts #Txt {
	width: 350px;
	float: left;
	padding-bottom: 5px;
}
#URL .Datum {
	margin-bottom: 10px;
}
#URL .Titel {
	margin-bottom: 10px;
	font-weight: bold;
}

