/* styles_ross.css
------------------------------------------------------------------------
Diese stylesheets enthalten die Basic-CSS Regeln fuer
das Weisse Ross Kleinostheim aus Kleinostheim


Author: dops.net
--------------------------------------------------------------------- */



/* Basic CSS Rules fuer den Seitenaufbau
--------------------------------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
}

a 			{text-decoration: underline;color: black;}
a:link		{text-decoration: underline;color: black;}
a:active	{text-decoration: underline;color: black;}
a:visited	{text-decoration: underline;color: black;}
a:hover 	{text-decoration: underline;color: #004494;}

td			{font-size: 13px;font-family: Arial;color: black;}

.weiter {
	text-align: right;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}


/*Styles rechte Spalte mit Infoboxen*/
.spalte_re {
		background-image: url(images/template/bg_spalte_re.jpg);
		padding-top: 15px;
		padding-left: 7px;
		padding-right: 0px;
}


/*Styles fuer Infoboxen rechte Spalte*/
.Info_Top {
	background-image: url(images/template/1px_braun.gif);
	color: white;
	font-weight: bold;
	padding-left: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.Info_Inhalt {
	background-image: url(images/template/1px_beige.gif);
	border-left: 1px solid #b29a6c;
	border-right: 1px solid #b29a6c;
	border-bottom: 1px solid #b29a6c;
	padding-left: 23px;
	padding-right: 2px;
	padding-bottm: 2px;
}
.Info_Inhalt2 {
	background-image: url(images/template/1px_beige.gif);
	border-left: 1px solid #b29a6c;
	border-right: 1px solid #b29a6c;
	border-bottom: 1px solid #b29a6c;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottm: 2px;
}
/*Ende Styles Infoboxen rechte Spalte*/

