/* 
// **********************************************************************************
// Allgemeine Einstellungen
// **********************************************************************************
*/
/* Standard-Schrift */
body, td, input, select, textarea
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #333;
	cursor: default;
}
/* Seiten-Body der Hauptseiten */
body.Main
{
	margin: 0px;
}
/* "Standard-Kasten" */
table.Box
{
	background-color: #f0f1ff;
	border: 1px solid #acafff;
	font-size: 12px;
	font-weight: bold;
	padding: 7px;
}
/* Select-Box für die Kategorien-Übersicht */
select.Kategorien
{
	width: 100%;
	background-color: #e6e6e6;
	border: 1px solid #aaa;
	font-size: 12px;
}
/* Navigations-Zeile */
tr.Navigation
{
	background-image: url(../../image/frontend_navigation_background.jpg);
	height: 39px;
}
span.Topic_Mietangebot_rot
{
	color: #800;
}
span.Topic_Mietangebot_gruen
{
	color: #398e31;
}
span.Topic_Mietangebot_blau
{
	color: #32318f;
}
span.Topic_Mietangebot_mintgruen
{
	color: #3f7f71;
}
hr.Trenner
{
	border: none 0; 
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #efefef;
	height: 2px;
	text-align: left;
}
input.Formatted
{
	border: 0px;
	border-bottom: 1px solid #bbb;
	background-color: transparent;
}
textarea.Formatted
{
	border: 1px solid #bbb;
	background-color: transparent;
}
div.ScrollContainer
{
  width: 100%; height: 336px;
  overflow: auto;
}
div.NavigationContainer
{
	width: 100%;
	border-top: 1px solid #ddd;
	text-align: center;
}

/* 
// **********************************************************************************
// Hyperlinks
// **********************************************************************************
*/
/* Standard Links */
a:link
{
	color: #000;
	text-decoration: none;
}
a:active
{
	color: #000;
	text-decoration: underline;
}
a:visited
{
	color: #000;
	text-decoration: none;
}
a:hover
{
	color: #000;
	text-decoration: underline;
}

/* Navigation */
a.Navigation
{
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}
a.Navigation:link
{
	text-decoration: none;
}
a.Navigation:active
{
	text-decoration: underline;
}
a.Navigation:visited
{
	text-decoration: none;
}
a.Navigation:hover
{
	text-decoration: underline;
}

/* Sub-Navigation */
a.Subnavigation
{
	font-size: 12px;
}
a.Subnavigation:link
{
	text-decoration: none;
}
a.Subnavigation:active
{
	text-decoration: underline;
}
a.Subnavigation:visited
{
	text-decoration: none;
}
a.Subnavigation:hover
{
	text-decoration: underline;
}

/* Farbschema "rot" */
a.rot
{
	color: #800;
}
a.rot:link
{
	color: #800;
	text-decoration: none;
}
a.rot:active
{
	color: #800;
	text-decoration: underline;
}
a.rot:visited
{
	color: #800;
	text-decoration: none;
}
a.rot:hover
{
	color: #800;
	text-decoration: underline;
}

/* Farbschema "grün" */
a.gruen
{
	color: #398e31;;
}
a.gruen:link
{
	color: #398e31;;
	text-decoration: none;
}
a.gruen:active
{
	color: #398e31;;
	text-decoration: underline;
}
a.gruen:visited
{
	color: #398e31;;
	text-decoration: none;
}
a.gruen:hover
{
	color: #398e31;;
	text-decoration: underline;
}

/* Farbschema "blau" */
a.blau
{
	color: #32318f;
}
a.blau:link
{
	color: #32318f;
	text-decoration: none;
}
a.blau:active
{
	color: #32318f;
	text-decoration: underline;
}
a.blau:visited
{
	color: #32318f;
	text-decoration: none;
}
a.blau:hover
{
	color: #32318f;
	text-decoration: underline;
}

/* Farbschema "mintgruen" */
a.mintgruen
{
	color: #3f7f71;
}
a.mintgruen:link
{
	color: #3f7f71;
	text-decoration: none;
}
a.mintgruen:active
{
	color: #3f7f71;
	text-decoration: underline;
}
a.mintgruen:visited
{
	color: #3f7f71;
	text-decoration: none;
}
a.mintgruen:hover
{
	color: #3f7f71;
	text-decoration: underline;
}
