/* CSS Document, (c) 2009, RINGSTEDTENHOF  */

/* ----- Generelle Einstellungen ----- */

body {
	font-family: Verdana, Arial, Helvetica; background-color: #517750; font-size: 12px; line-height: 1.5; color: #333333;
	}

hr	{
	border: 1px dotted #666666;
 	height: 0;
 	width: 100%;
 	}

h1 	{
	font-size: 20px;
	font-weight: bold;
	color: #999999;
	}
	
h2 	{
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2;
	}
	
.Brickbox_Headline {
	font-size: 13px;
	font-weight: bold;
	color: #666666;

	}

.Brickbox_Bodytext {
	font-size: 10px;
	color: #666666;
	line-height: 1.2;
	}

.Kleingedrucktes {
	font-size: 10px;
	color: #666666;
	}


/* ----- Listenelemente ----- */

ul { 
	list-style-type: none; 
	list-style-image: none;
	font-style: italic;
	}
li {
	background: url(images/square.gif) no-repeat 0 0.3em;
	padding-left: 15px;
	margin: 0px 10px 5px;
	}


/* ----- Bildergalerien ----- */
	
.WebYepGalleryImage {
	margin: 5px 5px 5px 5px;
	padding: 0px 0px 0px 0px;	
}


/* ----- Spezielle Tabellen ----- */

.tablerow_green			{background-color: #365037; font-family: Verdana, Arial; font-size: 10px; color: #ffffff;}
.tablerow_white			{background-color: #ffffff;}
.table_infobox 			{background-color: #DACA97; border-style: dotted; border-width: 1px; border-color: #DACA97;}


/* ----- Aussehen und Verhalten von Links innerhalb der Texte ----- */

a:link 					{color: #365037; text-decoration: underline; font-weight: bold;}
a:visited				{color: #365037; text-decoration: underline; font-weight: bold;}
a:hover					{color: #000000; text-decoration: underline; font-weight: bold;}
a:active				{color: #000000; text-decoration: underline; font-weight: bold;}


/* ----- Aussehen und Verhalten von den Haupt-Menüpunkten ----- */

a.navigation:link 		{color: #365037; text-decoration: none; font-weight: bold; line-height: 1;}
a.navigation:visited	{color: #365037; text-decoration: none; font-weight: bold; line-height: 1;}
a.navigation:hover		{color: #365037; text-decoration: underline; font-weight: bold; line-height: 1;}
a.navigation:active		{color: #365037; text-decoration: underline; font-weight: bold; line-height: 1;}
.menue_active 			{color: #ffffff; font-weight: bold; line-height: 1;}

	
/* ----- Aussehen und Verhalten von den Links in der Fusszeile ----- */

a.footer:link			{color: #FFFFFF; text-decoration: underline; font-weight: normal;}
a.footer:visited		{color: #FFFFFF; text-decoration: underline; font-weight: normal;}
a.footer:hover			{color: #DACA97; text-decoration: underline; font-weight: normal;}
a.footer:active			{color: #DACA97; text-decoration: underline; font-weight: normal;}

	
/* ----- Aussehen und Verhalten von Schaltflächen ----- */

a.button {
	float:left;
	margin: 0 10px 0 0;
	padding: 0px 5px 0px 5px;
	color: white;
	font-size: 14px;
	line-height: 1.1em;
	background: url(images/button_background.jpg) center repeat-x;
	border: 1px solid #000;
	}
a.button:hover {
    color: #FF0000;
	text-decoration: none;
	}



