﻿/*-------------------------CSS fuer RR HomePage----------------------------------*/
/*-------------------------Jan.2024---------------------------------------------*/


body {
	height: auto;
	width:  auto;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	/*font-size: 15px;*/
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #000000;
	margin: 0 auto;
	background-color: #9EB5B8;
	max-width: 1200px;
	position: relative;
}

/* Vertik. Scrollbalken erzwingen */
html {
overflow-y: scroll;
}

/*margin / padding  1.wert:oben, 2.:rechts, 3.:unten, 4.:links */
h1 {
	color: #D4FDFE;
	font-weight: bold;
	font-family:  Tahoma, Verdana, Geneva, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-size: 25px;
	text-shadow: 2px 2px 2px gray;
	margin:  8px 0px 7px 0px;
}


h2 {
	clear:left;
	color: #800000;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 17px;
	text-shadow: 2px 2px 2px gray;
	margin:  5px 0px 5px 0px;
}


h3 {
	clear:left;
	color: #0000CD;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-style: normal; /*oblique;*/
	font-weight: normal;
	text-decoration: none;
	font-size: 17px;
	text-shadow: 2px 2px 2px gray;
	margin:  5px 0px 5px 0px;
}

h4 {
	float:left;
	color: #000000;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-style: oblique;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	margin:  5px 0px 5px 0px;
}

#speedy{
	color: #ffcc00;
	font-weight: bold;
	font-family:  Tahoma, Verdana, Geneva, sans-serif;
	font-style: oblique;
	text-decoration: none;
	font-size: 25px;
	text-shadow: 5px 5px 4px gray;
}


#divausblenden {
  display: none;
}


hr{
	border-bottom: 10px solid #E00060;
	text-align: left;
	width: 10px;
	float:left;
	margin:  5px 5px 0px 0px;
}


a {
	color: #0A0A0A;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;

}


a:focus, a:hover, a:active {
	color: #7FFFD4;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	text-shadow: 2px 2px 2px #909090;
}

/* IndexSeiten-Logos Veränderung mit der Maus */

a.logos{ }
a.logos:hover{height: auto;}
a.logos img { border: 2px solid #000000;}
a.logos:hover img { border: 2px solid #FF0000;}



input{
	width: 95%;
	text-decoration: none;
	font-size: 12px;
}



table {
	width: 99%;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid black;
}

th, td , tr{
	width: auto;
    padding: 5px;
    text-align: left;
	font-size: 16px;
	height: 20px;
    vertical-align: center;
	border: 1px solid black;
}


tr:hover {background-color: #b0e0e6}

/*margin / padding  1.wert:oben, 2.:rechts, 3.:unten, 4.:links */

.rlogo
{
float:left;
max-width: 80%;
height: 80%;
margin: 0px 0px 0px 30px;
padding: 15px 0px 0px 0px;
border: 0px solid #666666;
}

.imglogo
{
float:left;
margin: 0px 2px 0px 0px;
border: 0px solid #666666;
padding: 0px 10px 0px 0px;
}

.imgrechts
{
float:right;
margin: 0px 2px 0px 2px;
border: 0px solid #666666;
padding: 5px 5px 5px 5px;
}

.imglinks
{
float:left;
margin: 0px 2px 0px 0px;
border: 0px solid #666666;
padding: 5px 5px 5px 5px;
}


.imglogolinks
{
float:left;
margin: 2px 8px 2px 0px;
border: 1px solid #666666;
padding: 5px 5px 5px 5px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}


.imglinksunten
{
float:left;
clear:left;
margin: 0px 2px 0px 0px;
border: 0px solid #666666;
padding: 5px 5px 5px 5px;
}

.imgmittig
{
display: block;
margin-left: auto;
margin-right: auto;
border: 0px solid #666666;
padding: 5px 5px 5px 5px;
}

.tooltip{
    display: inline;
    position: relative;
}

.tooltip:hover:after{
    width: auto;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
    background: transparent;
    /*background: rgba(0,0,0,.4);*/
    bottom: 20px;
    color: #ffffff;
    content: attr(title);
    left: -5%;
	padding: 10px 10px 10px 15px;
    position: absolute;
    z-index: 98;
    border-radius: 10px;
}

.tooltip:hover:before{
    border: solid;
    border-color: transparent;
    border-width: 6px 6px 0px 6px;
    bottom: 20px;
    content: "";
    left: 10%;
    position: absolute;
    z-index: 99;
}


#browser{
	font-size: 10px;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #A00000;
	padding: 0px 0px 0px 30px;
}

/*margin / padding  1.wert:oben, 2.:rechts, 3.:unten, 4.:links */

#verkaufsrahmen{
	height:auto;
	width: auto;
	max-width: 60%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	color: #000000;
	border: 6px #7D9B9F solid;
	background-color: #A8BCBD;
	margin:  0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#infotextrahmen{
	height:auto;
	width: auto;
	max-width: 95%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	color: #000000;
	border: 2px #7D9B9F solid;
	background-color: #C0C0C0;
	margin:  10px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


#infotextrahmen_leer{
	height:auto;
	width: auto;
	max-width: 95%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	color: #000000;
	border: 2px #7D9B9F solid;
	/*background-color: #C0C0C0;*/
	margin:  10px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}


#infotextrahmen_spende{
	height:auto;
	width: auto;
	max-width: 95%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	color: #000000;
	border: 4px #FF0000 solid;
	/*background-color: #C0C0C0;*/
	margin:  10px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}




#hinweistextrahmen{
	height:auto;
	width: auto;
	max-width: 95%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-decoration: none;
	color: #000000;
	border: 2px #FF4500 solid;
	background-color: #C0C0C0;
	margin:  10px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}



#titeltextrahmen{
	clear:left;
	overflow: auto;
	height:auto;
	width: auto;
	max-width: 99%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	color: #000000;
	border: 2px #000000 solid;
	background-color: #C0C0C0;
	margin:  10px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


#codetextrahmen{
	height:auto;
	width: auto;
	max-width: 89%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-decoration: none;
	color: #000000;
	border: 1px #000000 solid;
	background-color: #C0C0C0;
	margin:  10px 0px 10px 0px;
	padding: 5px 5px 5px 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


/*margin / padding  1.wert:oben, 2.:rechts, 3.:unten, 4.:links */

#titelname{
	color: #9EB5B8;
	font-family: Times New Roman, Arial, Times, serif;
	font-style: oblique;
	font-weight: bold;
	text-decoration: none;
	font-size: 50px;
	text-align: center;
	padding: 30px 0px 0px 50px;
	margin:  0px  0px 0px 00px;
	text-shadow: 1px 2px 2px #808080;
}

#willkom{
	font-family: Arial, Times, serif;
	position: relativ;
	color: #9EB5B8;
	font-weight: normal;
	text-decoration: none;
	font-size: 20px;
	text-align: center;
}

#datum{
	font-family: Tahoma, Arial, Times, serif;
	position: relativ;
	color: #9EB5B8;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	text-align: right;
	padding: 0px 0px 0px 0px;
	margin:  0px 20px 0px 0px;
}


/*margin / padding  1.wert:oben, 2.:rechts, 3.:unten, 4.:links */
#kopf_rahmen{
	width: auto;
	position: relative;
	max-height: 100px;
	height: 100px;
	margin-bottom: 45px;
	padding: 0px 20px 30px 15px;
	margin:  0px 0px 10px 0px;
	color: #FFFFFF;
	border: 0px #99FFCC solid;
	background-color: #669999;
	background-size: 100%;
	background-image: -webkit-linear-gradient(top, #3E8B96 0%, #102224 100%);
	background-image: linear-gradient(to bottom, #3E8B96 0%, #102224 100%);
	box-shadow: 0 5px 10px #555555;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


/*margin / padding  1.wert:oben, 2.:rechts, 3.:unten, 4.:links */

#navi_rahmen{
	height:auto;
	max-width: 220px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-decoration: none;
	color: #ffffff;
	border: 0px #7D9B9F solid;
	background-color: #9EB5B8;
	margin:  20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: left;
}

#navigation{
	height:auto;
	width: auto;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-decoration: none;
	color: #ffffff;
	border: 0px #7D9B9F solid;
	background-color: #9EB5B8;
	margin:  20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: left;
}


#sub_navigation{
	height:auto;
	width: auto;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-decoration: none;
	color: #ffffff;
	border: 0px #7D9B9F solid;
	background-color: #9EB5B8;
	margin:  20px 0px 0px 00px;
	padding: 0px 0px 0px 0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: left;
}

/*margin / padding  1.wert:oben, 2.:rechts, 3.:unten, 4.:links */

#suchfeld{
	height: 20px;
	width: 120px;
	font-size: 10px;
	display: block;
	/*border-color: #779EC4;*/
	/*border-style: outset;*/
	/*color: #999999;*/
	border: 1px #7D9B9F solid;
	margin:  20px 10px 0px 0px;
	padding: 5px 5px 5px 5px;
	float: right;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


/*margin / padding  1.wert:oben, 2.:rechts, 3.:unten, 4.:links */

#textfeld_rahmen{
	width: 77%;
	height: auto;
	min-height: 580px;
	float: right; 
	clear: right;
	border: 0px #7D9B9F solid;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #000000;
	margin:  10px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	background-color: #9EB5B8;
	/*background: url("img_hp/backgr.jpg") repeat;*/
	position: relative;
	white-space: pre-line;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


#seiten_ende{
	width: auto;
	height: auto;
	float: right;
	clear: right;
	font-size: 13px;
	font-weight: normal;
	line-height: 150%;
	color: #000000;
	border: 0px solid;
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

#seiten_ende  a{
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

#seiten_ende  a:hover{
	font-size: 13px;
	color: #2E7675;
	font-weight: bold;
}


/*margin / padding  1.wert:oben, 2.:rechts, 3.:unten, 4.:links */

#footer_rahmen {
	height: 40px;
	width: 99%;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 15px;
	text-align: right;
	color: #9EB5B8;
	margin: 15px 15px 0 0;
	padding: 20px 20px 0px 0px;
	background-color: #9EB5B8;
	background-size: 100%;
	border: 0px #99FFCC solid;
	background-image: -webkit-linear-gradient(top, #38636a 0%, #102224 100%);
	background-image: linear-gradient(to bottom, #38636a 0%, #102224 100%);
	box-shadow: 0 5px 10px #555555;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: left;
}


/*---------------------------------Ende------------------------------------------*/
