@charset "utf-8";
/* CSS Document */

/**
* Rettungshundestaffel Mecklenburg-Vurpommern.
*
* @link http://www.rhs-viertore.de
*/
/**
* Globale Einstellungen und Bugfixes
*
* @section Browser-Reset
*/
 
/* Zurücksetzen der Innen- und Außenabstände */
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
}

/**
*Schriftgröße kontrollieren
*/
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
}
td, th {
	f\ont-size: 0.8em;
	vertical-align: top;
	padding-top: 5px;
}

.dashed {
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #036;
}

/*Farben und Hintergründe setzen*/
html, body {
	color: #036;
	background-color: #036;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 20px;
}
/**
* @section Links und Anker
*/
a:link {
  color: #980c02;
  background-color: transparent;
}
a:visited {
  color: #999;
  background-color: transparent;
}
a:hover, a:focus {
	color: #FF7700;
	background-color: transparent;
}
a:active {
  color: white;
  background-color: #980c02;
}
p {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: justify;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
}
.left {
	text-align: left;
}

.zentriert {
	text-align: center;
}




h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.1em;
	margin: auto;
	text-align: center;
}


h3 {
	color:#006;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
.h3rechts {
	float: right;
	width: 250px;
}
h4 {
	color:#006;
	line-height: .8em;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	font-weight: bold;
}
h5 {
	font-size: .9em;
	font-weight: lighter;
	padding-bottom: 3px;
}
.bildlegende {
	font-size: .7em;
	margin-bottom: 0px;
	margin-top: 0px;
}



	/*----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------*/
/**
* Regeln für besondere Bereiche
*
/* @section Bilder
*/

/* Rahmen verlinkter Bilder entfernen */

/* @section Kopfbereich
*/
#kopfleiste {
	width: 930px;
	height: 77px;
	margin: auto;
}
#logoleiste {
	height: 115px;
	width: 930px;
	margin: auto;
}
#menueleiste {
	margin: auto;
	width: 930px;
	height: 35px;
	background-color: #CCF;
	position: relative;
}
#menueleiste ul {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	right: 50px;
	bottom: 5px;
}
td a img {
	border: 0;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}












#menueleiste ul li {
	float: left;
	list-style: none;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menueleiste ul a,
#menueleiste ul strong{
	color: #336;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#menueleiste ul a:hover,
#menueleiste ul strong {
	text-decoration: underline;
	color: #903;
}
#main {
	color: #006;
	margin: auto;
	width: 930px;
	background-color: #FFF;
	height: auto;
	overflow: hidden;
}
#impressum {
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#main-inner {
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
}
#main-inner-kontakt {
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
	background-image: url(bilder/hg_kontakt_930px.gif);
	background-repeat: repeat-y;
}
#sidebar {
	width: 320px;
	float: left;
}
#sidebar-inner  {
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	padding-top: 5px;

}

#inhalt #inhalt-inner {
	width: 550px;
	margin-left: 320px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#sidebar-verein {
	width: 260px;
	float: left;
}
#sidebar-inner-verein  {
	border: 7px solid #ccf;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 30px;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
}
#sidebar-inner-verein img {
	padding-bottom: 10px;
}
#inhalt-inner-verein  {
	width: 630px;
	margin-left: 260px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 30px;
	padding-bottom: 10px;
}
#inhalt-inner-verein .spenden {
	text-align: center;
}
#teams-main-inner {
	width: 860px;
	height: auto;
	background-color: #FFF;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border-top-width: 7px;
	border-right-width: 7px;
	border-left-width: 7px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCF;
	border-right-color: #CCF;
	border-left-color: #CCF;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #ccf;
}
#teams-inner-top {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

#teams-inner-top table {
	width: 840px;
}
#teams-inner-middle {
	width: 840px;
	overflow: hidden;
	margin-right: 10px;
	margin-left: 10px;



}

#teams-inner-middle-left {
	width: 120px;
	float: left;
}
#teams-inner-middle-left table {
	width: 120px;
}
#teams-inner-middle-center {
	width: 566px;
	float: left;
	height: 290px;
	border: 7px solid #ccf;
	padding: 10px;
}


#teams-inner-middle-right {
	float: left;
	width: 120px;
}
#teams-inner-middle-right table {
	width: 120px;
}


#teams-inner-bottom {
	width: 840px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#teams-inner-bottom table {
	width: 840px;
}


#footer {
	background-color: #ccf;
	width: 930px;
	margin: auto;
	height: 35px;
}
#footer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#footer ul li {
	list-style: none;
	padding-right: 12px;
	padding-left: 12px;
	float: left;
	padding-top: 10px;
}
#footer ul li img {
	margin-top: 3px;
	border: 0;
}

#alarm {
	border: 7px double #903;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
	color: #903;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
}
.index {
	margin-top: 3px;
	margin-bottom: 0px;
}
a .top {
	font-size: 1.1em;
	text-decoration: none;
	text-transform: uppercase;
}

/* Section Tabelle Tagebuch
*/

#tb-inhalt table {
	margin: 30px;
	width: 870px;
}

#tb-inhalt table td {
	padding: 5px;
	font-size: 1em;
}



.dunkel {
	background-color: #e8e7ee;
}
.hell {
	background-color: #f5f4f8;
}
h6 img {
	border: 0;
	position: relative;
	left: 10px;
	top: 10px;
}
h7 img {
	border: 0;
	position: relative;
	top: 20px;
}



#jahre {
	margin: auto;
	width: 850px;
	height: 35px;
	background-color: #fff;
	position: relative;
	float: left;
}
#jahre ul {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	right: 40px;
	bottom: 6px;
	width: 800px;
}
#jahre ul li {
	float: left;
	list-style: none;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
}

#jahre ul a, #jahre ul strong {
	color: #336;
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
#jahre ul a:hover, #jahre ul strong {
	text-decoration: underline;
	color: #903;
}

/**
*	@section Formulare
*/
fieldset {
	border: 1px solid #cbb8ba;
	margin: 1em 0;
	padding: 0 1em;
}
legend {
	color: white;
	background-color: #cbb8ba;
	padding: .3em 1em;
}
input[type="checkbox"],
input[type="radio"] {vertical-align: middle; }

input[type="text"] {
	border: 1px solid #cbb8ba;
	padding: 3px 10px;
}

input[type="submit"] {
	color: #2e050a;
	background-color: #f5f4f8;
	font-weight: bold;
	padding: 0 6px;
}

textarea {
	border: 1px solid #cbb8ba;
	margin: 1em 0;
	padding: 5px 15px;
	width: 535 px;
}

label {
	cursor: pointer;
	padding-right: .5em;
}

/* Tabelle in Formularen */
form table {
	width: 100%;
	border-collapse: collapse;
	margin: .8em 0;
}

form tr {
	color: #5e2021;
	background-color: #e8e7ee;
	border-bottom: 4px solid white;
}

form tr:nth-child(odd) {
	color: #5e2021;
	background-color: #f5f4f8;
}

form td,
form th {padding: 5px 5px 5px 15px; }

form th {
	width: 40%;
	text-align: left;
}

form p#submit {
	color: white;
	background-color: #cbb8ba;
	padding: 10px 15px;
	margin: 2.5em 0;
}
input[type="reset"] {
	color: #2e050a;
	background-color: #f5f4f8;
	font-weight: bold;
	padding: 0 6px;
}
#aktuell {
	border: 7px solid #CCF;
	margin: 10px;
	height: 130px;
	background-image: url(bilder/tag_des_hundes.png);
	background-repeat: no-repeat;
	background-position: 420px center;
	padding-left: 10px;
}
.aktuell {
	width: 380px;
	height: 100px;
	font-size: .8em;
	margin-top: 10px;
}
.dunkel td p {
	margin-right: 20px;
	margin-left: 20px;
	font-size: 1em;
	text-align: center;
}
.weiterempfehlen {
	text-decoration: none;
	border: medium double #903;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	height: auto;
	width: auto;
	padding: 5px;
}
.weiterempfehlen-kontakt {
	text-decoration: none;
	border: medium double #903;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	height: auto;
	width: 230px;
	padding: 5px;
}

