﻿/* copyright   RomanticRoad e.K.  all rights reserved.  CSS for homepages  */
 
  
// General Buttons, Paragraphs, Logo, Links 

P.greeting   {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:500;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: rgb(0,48,0);
}

P.welcome   {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:500;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: rgb(63,121,74);
}

P.rrlink   {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:400;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

P.logo {
	text-align:center;
	font-weight:400;
  	font-family: Arial, Helvetica, sans-serif;
	color: rgb(186,62,69);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

IMG.logo {
	border-left:1px maroon solid;
	border-right:1px maroon solid;
	border-top:1px maroon solid;
	border-bottom:1px maroon solid;
}

P.logoinfo {
	text-align:center;
	font-weight:400;
	font-family: Arial, Helvetica, sans-serif;
	color: maroon;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

IMG.logoinfo {
	border-left:1px maroon solid;
	border-right:1px maroon solid;
	border-top:1px maroon solid;
	border-bottom:1px maroon solid;
}

IMG.phototblr {
	border-left:1px white solid;
	border-right:1px white solid;
	border-top:1px white solid;
	border-bottom:1px white solid;
}

IMG.phototbl {
	border-left:1px white solid;
	border-top:1px white solid;
	border-bottom:1px white solid;
}

IMG.photot {
	border-top:1px white solid;
}	

IMG.phototbr {
	border-right:1px white solid;
	border-top:1px white solid;
	border-bottom:1px white solid;
}

IMG.photob {
	border-bottom:1px white solid;
}	

P.nav {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:600;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: rgb(0,48,0);
}


A:link {
	color: rgb(63,121,74);
	text-decoration: none;
}

A:visited {
	color: rgb(63,121,74);
	text-decoration: none;
}

A:hover {
	color: red;
}

A:active {
	color: red;
	text-decoration: none;
}

BODY.home  {
	background-color: rgb(246,233,195);
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*  UNDERTITLE  */
P.undertitle {
	text-align:center;
	font-weight:400;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(184,0,0);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
