body, table {
	 font-family:Verdana, Arial, Helvetica;
	 font-size: 10pt;
	 color: #000000;
}

body {
	background-image: url(http://www.feelthewind.de/_themes/feelthewind02/blue05.jpg);
}

table {
	border-width: 0px;
	vertical-align: top;
}

h1, h2, h3 {
	color: #000066;
	font-size: 10pt;
}

A {
	color: #0000FF;
	text-decoration: none;
}

A:Hover {
	text-decoration: underline;
}


/* ### Benutzerdefinierte Klassen ###*/

TABLE.TopLinks {
	padding-bottom: 10px;
	width: 500px;
}

TABLE.TopLinks A {
	font-weight: bold;
}

/* Tabelle um (jedes Rezept) in der Listenansicht */
TABLE.List {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	margin-bottom: 4px;
	width: 500px;
	padding: 4px;
}

TABLE.List TD.ListText {
	padding-left: 20px;
	vertical-align: middle;
	text-align: left;
}

TABLE.List TD.ListText A {
	font-weight: bold;
	text-decoration: none;
}

TABLE.List TD.ListText A:Hover {
	font-weight: bold;
	text-decoration: underline;
}


/* Tabelle um (jedes Rezept) in der Galleryansicht */
TABLE.Gallery TD.CellGallery {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	text-align: center;
	padding: 4px;
}

TABLE.Gallery TD.CellGallery IMG, TABLE.Gallery TD.CellGallery A {
	border-width: 0px;
	text-decoration: none;
}

TABLE.Gallery TD.CellGallery A:Hover {
	text-decoration: underline;
}

/* Tabelle um die Detailansicht */
TABLE.Detail {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	padding:4px;
	width: 750px;
}

TABLE.Detail TD {
	vertical-align: top;
	text-align: left;
}

TABLE.Detail TD.Links {
	width: 150px;
	text-align: right;
	line-height: 14pt;
}

TABLE.Detail .Cell_Zutaten {
	width: 40%;
	padding-right: 5px;
}

TABLE.Detail .Cell_Zubereitung {
	width: 60%;
}

.Cell_Zutaten DIV.Headers, .Cell_Zubereitung DIV.Headers {
	font-weight: bold;
	padding-bottom: 6px;
}

TABLE.Detail .Cell_Zutaten DIV {
	padding-bottom: 5px;
}


/* Tabelle um die "Neu"-Ansicht */
TABLE.New {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	padding:4px;
	width: 750px;
}

TABLE.New INPUT, TABLE.New TEXTAREA {
	border-width: 1px;
	border-color: #000000;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
}

TABLE.New .Cell_Zutaten {
	width: 40%;
}

TABLE.New .Cell_Zubereitung {
	width: 60%;
}

/*  Login */
TABLE.Login {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	margin-bottom: 4px;
	width: 300px;
	padding: 4px;
	text-align: center;
}

TABLE.Login INPUT {
	border-width: 1px;
	border-color: #000000;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
}