/*
Teil allgemein
*/
body {background-color:white; color:black; text:white; font-weight:bold; padding-left='0' padding-top:'0';}

a:link, a:visited  { text-decoration: none; color:#9a0000; font-weight:bold;}

a:active { text-decoration: underline; color:#9a0000; font-weight:bold;}

a:hover { text-decoration: underline overline; color:#9a0000; font-weight:bold;}

h3 {color:#F70F37; text-align:center; font-weight:bold; text-decoration:underline}

table {border:0; text-align:center;}

/*
Teil für Hochzeitsseiten
*/
table#hochzeit {background:url(../../images/papierhochzeit.jpg) left top; background-color:#590000; color:black; font-weight:bold; width:540; border:0; text-align:center;}

h3#hochzeit {color:black; text-align:center; font-weight:bold; text-decoration:underline}

/*
Teil für Gedichte - Loveline
*/

/*ALT*/
#loveline {background:url(images/blumen1.jpg) fixed left top; background-color:#590000; color:black; font-weight:bold; padding-left='0' padding-top:'0';}
/*NEU mit Class*/
.loveline
{
	background:url(images/blumen1.jpg) fixed left top;
	background-color:#590000;
	color:black;
	font-weight:bold;
	padding-left='0';
	padding-top:'0';
}

/*ALT*/
table#loveline
{
	background:url(images/papierwithhearts.jpg) left top;
	background-color:red; color:black;
	font-weight:bold;
	width:540; border:0;
	text-align:center;}

/*NEU mit Class*/
table.loveline
{
	background:url(images/papierwithhearts.jpg) left top;
	background-color:red; color:black;
	font-weight:bold;
	width:540; border:0;
	text-align:center;}

h3.loveline
{
	background:url(images/papierwithhearts.jpg) left top;
	color:black;
	text-align:center;
	font-weight:bold;
	text-decoration:underline
}

td {color:black;}

a:link.loveline, a:visited.loveline
{
	background:url(images/papierwithhearts.jpg) left top;
	text-decoration: underline;
	color:yellow;
	font-weight:bold;
}


/*
Teil Themes
*/

/*SOMMER*/
/*ALT mit blauer Blume! #haupttheme {background:url(../images/blumen1.jpg) fixed left top; background-color:white; color:black; font-weight:bold; padding-left='0' padding-top:'0';}		*/

/* NEU zur CLASS! */
/*SOMMER
.haupttheme {background:url(images/blumen.jpg) fixed left top; background-color:white; color:black; font-weight:bold; padding-left='0' padding-top:'0';}

#hauptthemeblockquote {background:url(../images/blumen1.jpg) fixed left top; background-color:white; color:black; font-weight:bold; padding-left='10' padding-top:'10';}

/*ENDE SOMMER */

/*winter*/
#haupttheme {background:url(advent/eisblumen2.jpg) fixed left top; background-color:white; color:black; font-weight:bold; padding-left='0' padding-top:'0';}
.haupttheme {background:url(advent/eisblumen2.jpg) fixed left top; background-color:white; color:black; font-weight:bold; padding-left='0' padding-top:'0';}

#hauptthemeblockquote {background:url(advent/eisblumen.jpg) fixed left top; background-color:white; color:black; font-weight:bold; padding-left='10' padding-top:'10';}
/*ENDE WINTER*/

#skystartheme {background:url(../images/skystar.jpg) fixed left top; background-color:black; color:white; font-weight:bold; padding-left='0' padding-top:'0';}

/*#blumenstartheme {background:url(../images/blumen1.jpg) fixed left top; background-color:white; color:black; font-weight:bold; padding-left='0' padding-top:'0';}*/

#admintheme {background-color:#a5b0f3; color:darkblue; font-weight:bold; padding-left='0' padding-top:'0';}

#linkstheme {background-color:#black; color:gold; font-weight:bold; padding-left='0' padding-top:'0'; text-align:left;}

#alinklinkstheme  { text-decoration: none; color:gold; font-weight:bold; font-family:Bookman Old Style; font-size:12px;}

#webshopanzeigetheme {background-color:#67A6DB; color:#000000; font-weight:bold; padding-left='0' padding-top:'0';}
