/* =================================================
Stylesheets für das Projekt 0169 Ewige Seite

Graue Grundfarbe: #ACACAC 
Graue Grundfarbe2: #DCDBDB
Grauton: #A4A3A3;
Helles Grau: #B9D9FB 

Grau: #C0BABA
Dunkelgrün: #013904
hellgrün: #007005
sehr helles Grün: #D5F1D6

Farbtupfer: #FBF596

==================================================*/




/* =================================================
1. Allgemein
==================================================*/
@import url("bugs.css");
* {
	padding: 0;	/*Grundzustand erzwingen*/
	margin: 0;	/*Grundzustand erzwingen*/
}


body {	
	background: #DCDBDB url(../die_ewige_seite/hg_kreuz-2.gif) repeat left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;	
	margin-top: 5px;
}

a {
	text-decoration: none; 
	outline: none; 
}

a:link {
	color: #013904; 
}

a:visited { 
	color: #013904; 
}
a:hover{
	background-color: #023f04; 		
	color:#FFFFFF; 
}
a:focus{
	color:#FFFFFF;
}
a:active{
	color:#FFFFFF;
}


select {
	width: 105px;
	/*border: 1px solid #6CA2DD;*/
}
table {
	width: 100%;	
}

td {	
	vertical-align: top;
	padding: 3px;
}

th {	
	vertical-align: top;
	padding: 3px;
	font-weight: bold;
	text-align: left;
	background-color: #D5F1D6;
}


h1 {
	font-size: 125%;
	font-weight: bold;
	display: block;
	margin: 0 0 10px 0; 
	padding: 5px;
	text-align: center;
}

h2 {
	font-size: 100%;
	font-weight: bold;
	display: block;
	margin: 0 0 5px 0; 
	padding: 2px;
	text-align: center;
}

p {
	padding: 5px;
	margin-bottom: 5px;
}
input {
	width: 105px;
	border: 1px solid #000000;

}
img{
	padding: 2px;
	background-color: #FFFFFF;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	width: 375px;
	height: 75px;
	border: 1px solid #000000;
}

li{
	list-style: none;
}

fieldset {
	padding: 5px;
}

iframe {
	width: 685px;
	height: 400px;
	border: 1px solid #677FA1;
}


input#mail:focus,
input#pwd:focus,
input#betreff:focus,
input#absender:focus,
input#capcha:focus{
	background-color: #F9F8F8;
}


#disclaimer{
	padding: 20px;
}


/* =================================================
1.1 Allgemeine Klassen
==================================================*/
.klein{	
	font-size: 85%;
}

.fehler {
	width: 150px;
	color: #000000;
	padding: 3px;
	margin-bottom: 20px;
	background-color: #FFE1E0;
	border: 1px solid #FF0000;
}

.meldung {	
	width: 160px;
	color: #000000;
	padding: 3px;
	margin-bottom: 20px;
	background-color: #E4FFE9;
	border: 1px solid #013904;
}

.achtung {
	font-weight: bold;
	color: #D48700;
	padding: 3px;

}

.absatzende {
	border-bottom: 1px dotted #FF9A63;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.zeileHell{
background-color: #F9F8F8;
}

.js_zeile_aktiv {
	background-color: #DCDBDB;
}

.js_zeile_deaktiv {
	background-color: #DCDBDB;
}

.blocksatz {
	text-align: justify;
}


.zelle {
	/*border: 1px solid #00ff00;	/*tmp*/
	display: inline;
	float: left;
	padding: 2px 9px 2px 9px;
}

.bildunterschrift {
	font-weight: bold;
	color: #7E7E7E;
	background-color: #FEFCC3;
	padding: 1px;
}

.clearing {
	clear: both;
}

.rahmendezent {
	border: 1px solid #F775E0;
}


.info2_foto {
	margin: 3px 5px 1px 5px;
	border: 1px solid #FFFFFF;
}

.textblock1 {
	float: left;
	width: 48%;
	display: inline;
	border-right: 1px solid #666666;
}

.abstand_unten {
	margin-bottom: 15px;
}

.passwort{
	font-size: 85%;
	padding: 10px;
}
.passwort a{
	color: #0056E6;
}


/*Hier werden die links formatiert */
.link a:link{
	display: block;
	text-decoration:none; 
}
.link a:visited{ 
	color:#FFFFFF; 
	text-decoration:none; 
}
.link a:active{
	color:#FFFFFF; 
	background-color: #ffffff;
	text-decoration:none; 
}

.link a:focus{
	color:#FFFFFF; 
	background-color: #ffffff; 
	text-decoration:none; 
}
.link a:hover{	
	color:#FFFFFF; 
	background-color: #023f04; 
	text-decoration:none;
}


.link_neu a:hover, a:focus {
	background-color: #FFFFFF;
}
.passwort_text{
	margin: 15px 60px 0 60px;
}

.erster_buchstabe:first-letter{	
	font-size:140%;
	font-weight: bold;
}

/* =================================================
2. Hauptbereiche
==================================================*/
#head {
	background:url(../die_ewige_seite/logo-1.jpg)  bottom no-repeat;
	height: 98px;
}
#head span{
	position: relative;
	width: 300px;
	top: 64px;
	left: 288px;
	font-size: 130%;
	text-align:left;
	font-weight: bold;
	color: #359438;
}
#head h1{
	display: inline;
	text-align:right;
	font-size: 60%;
	color: #326f34;
}
#container {
  background-color: #FFFFFF;
	width: 800px;
	margin: auto;
	border: 1px solid;
}
#navigation{
	background:url(../die_ewige_seite/logo_farbverlauf.jpg) repeat-x;
	height: 35px;
	margin: 0;
	padding: 0px;
  background-color: #D7D4D4;
  text-align:center;	
}

#anzeige {
position: absolute;
	margin: 0;
	padding: 0;
	border: 1px solid red;
}

.rahmen_suche{
	float: right;
	padding: 2px 5px 0 5px;	
}

.rahmen_suche input, select{
	background-color: #C0BABA;
}


#content {
	margin: 5px;
}

#content_suche{
	margin: 20px;
	padding: 10px;
	width: 740px;
	border: 1px solid #ACACAC;;
}


#content_suche span{
	padding: 0 5px 0 0;
	text-align: left;
}


#login{
	padding:5px 5px 10px 5px;
	margin: auto;
	width: 550px;
	border: 1px solid #ACACAC;
}


#login2{
	padding:5px 5px 10px 5px;
	margin: auto;
}
#login3{
	padding:5px 5px 10px 5px;
	margin: auto;
	width: 700px;
	border: 1px solid #ACACAC;
}

#login textarea {
	width: 250px;
	height: 75px;
	border: 1px solid #000000;
}

.login_input{
	float: left;
	padding: 3px 0 0 5px;	
	text-align: left;
}

.login_input input{
	width: 180px;
}
.input_links{
  	float:left;
  	padding-top: 5px;
	text-align: right;
	width:  190px;	
}

.input_rechts{
	float:left;
	padding: 5px 0 0 20px;
	text-align: left;
	width:  280px;
}

/*kondolenzen*/
.login_input2{
	float: left;
	padding: 3px 0 0 5px;	
	text-align: left;
}

.login_input2 input{
	width: 180px;
}
.input_links2{
  float:left;
  padding-top: 5px;
	text-align: right;
	width:  220px;
}
/*kondolenzen ende */


#login a{
	color: #013904; 
	font-weight: normal;
	font-variant:small-caps;
	text-decoration:underline;
}
#login a:hover, a:focus {
	background-color: #EEEEEE;
}

.start_bild{
	height: 410px;
}

#start a{
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	word-spacing: 0;
	color: #013904; 
	text-decoration: none; 
	font-variant:small-caps;
}

#start a:hover, a:focus {
	background-color: #EEEEEE;
	color: #013904; 
}

#start a:active {
	color: #013904;
	background-color: #EEEEEE;
}

#start_oben {
  text-align: justify;
	padding: 5px 2px 2px 2px;
	height: 90px;
	margin: 0 280px 0 280px;
	border-right: 3px solid #C0BABA;
	overflow:hidden;

	
}
#start_mitte{
	text-align: justify;
	padding: 0 2px 0 2px;
	height: 92px;
	margin: 0 150px 0 150px;
	border-right: 3px solid #C0BABA;
	border-bottom: 3px solid #C0BABA;
overflow:hidden;
}
#start_unten{
	position: relative;
	top: -5px;
	text-align: justify;
	padding: 0px 3px 3px 2px;
	height: 205px;
	margin: 0 280px 0 280px;
	border-top: 5px solid #ffffff;
	border-right: 3px solid #C0BABA;
	border-bottom: 3px solid #C0BABA;
	
overflow:hidden;
}

.mitte{
	text-align: center;	
}
/*==================================================
AUSWAHL Anfang
====================================================*/
#auswahl{
	padding: 10px 20px 10px 20px;
	
}
.basic ,.premium{
	width: 380px;
	height: 100px;
	margin: 5px;
	text-align: center;

}

.basic2{
	float:left;
	width: 360px;
	height: 430px;
	text-align: center;
	border: 1px solid #ACACAC;
}

.premium2{
	float:right;
	width: 360px;
	height: 430px;
	text-align: center;
	border: 1px solid #ACACAC;
}

.basic{
	float:left;

}

.premium{
	float: right;
}

#auswahl span{
	height: 20px;
	font-size: 110%;
	border: none;
}
.basic2 ul{
	padding: 0 0 0 80px;
	margin: 15px 0 0 0;
	text-align: left;
  font-size: 85%;
}
.basic2 li{
	list-style: disc;
}
.premium2 ul{
	padding-left: 80px;
	text-align: left;
  font-size: 85%;
}
.premium2 li{
	list-style: disc;
}

/*==================================================
AUSWAHL Ende
====================================================*/
#faq{
	width: 500px;
	padding: 10px;
	margin: auto;
	border: 1px solid #ACACAC
}

/*==================================================
Angang Detail
====================================================*/

#impressum{
	padding: 10px;
}


#impressum .mitte{
	text-align: center;
	margin: auto;
	font-weight: bold;

	font-size: 110%;
	margin-bottom: 15px;
}
#impressum #spalte1 {
	float: left;
	width: 320px;
	text-align: right;	
	line-height: 20px;
	padding: 10px;
}

#impressum #spalte2 {
	padding: 10px;	
		line-height: 20px;
}


#editor{
	text-align: center;
}

.mitte_editor{
	padding: 10px 10px 10px 10px;
	margin: auto;
	width: 600px;
	border: 1px solid #ACACAC;	
}

.test{
	display: inline;
}

#text textarea{
	width: 400px;
	height: 120px;
}

#text2 textarea{
	width: 450px;
	height: 80px;
}

#text3 textarea{
	width:250px;
	height: 50px;
}

.editor_name{
	height: 23px;
	text-align: left;

}
.editor_name input{
	float:left;
	margin: 3px 15px 0 0;
	width: 170px;	
}
#name2 {
	float:left;
	margin-right: 5px;
	width: 14px;
}
.name3{
	text-align: left;
	font-size: 85%;
	padding-top:5px;
}

.links{
	float:left;
	width: 90px;
	font-size: 85%;
	padding-top: 2px;
}

.links2{
	float:left;
	text-align: left;
	width: 120px;
	font-size: 85%;
	padding-top: 2px;
}
.links3{
	text-align: left;
	width: 235px;
	padding: 3px 0 0 195px;
}

.links4{
	text-align: left;
	width: 240px;
	padding: 50px 0 0 195px;
}

.links5{
	text-align: left;
	width: 240px;
	padding: 50px 0 0 225px;
}
.rechts2{
	float:left;
	text-align: left;
	width: 200px;
	font-size: 85%;
	padding: 2px;
}


#rechtshinweis{
	padding: 25px 50px 0 50px;
	font-size: 85%;
}
#rechtshinweis p{
	padding: 5px;
}
/*///////////////////////////////////////////////777
Details
/////////////////////////////////////////////////////*/
#detail{
	background-image: url("../die_ewige_seite/grabstein-1.jpg");		
	background-position:top;
	background-repeat:no-repeat;
	margin: auto;
	text-align: center;
	width: 580px;	
	z-index: 3;
}

#detail2{
	float: left;
	padding: 10px;
	width: 350px;
	text-align: center;
}

.detail_name{
	float: left;
	width: 363px;
	height: 320px;
	border-left: 1px solid #ACACAC;
}
.detail_name2{
	text-align: center;
	width: 165px;
	margin: 60px 0 0 33px;
	padding: 5px;
	
}


.detail_bild{
	float: left;
	width: 215px;
	height: 320px;	
	border-right: 1px solid #ACACAC;
	text-align: center;
}
.detail_bild2{
	width: 215px;
	height: 300px;
	margin: 35px 0 0 0;
	text-align: center;	
}

.detail_gruss{
	margin: 0 0 10px 0;
	border-left: 1px solid #ACACAC;
	border-bottom: 1px solid #ACACAC;
	border-right: 1px solid #ACACAC;
}

.kondolenz{
	margin: auto;
	padding: 2px;
	width: 440px;
	text-align: left;
	border: 1px solid #ACACAC;
}

.rechts{
	text-align:right;
}

.fett{
 font-weight: bold;
}

.normal_text{
 font-weight: normal;
}

.abstand{
	padding: 5px;
}
.detail_text{
	font-size: 90%;
	text-align: left;
	padding: 330px 10px 10px 10px;
}

#feet {
	background:url(../die_ewige_seite/logo_farbverlaufu.jpg) repeat-x;
	height: 35px;
	text-align: center;
	margin: 15px 0 0 0;
}
#feet .text{
	padding: 8px;
}

.begrenzung{
	height: 32px;
}
.schriftklein{
	font-size: 85%;
}
.noborder img{
	padding: 0px;
	border: 0px;
}

.link_aktiv {
	float: left;
	border-right: 1px solid #151515;
	width: 75px;
	letter-spacing: 1px;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 85%;
	background-color: #023f04;
	padding: 3px;
}

.link_aktiv  a{
	color: #FFFFFF;

}

.link_aktiv a:visited{ 
	color:#FFFFFF; 
	text-decoration:none; 
}
.link_aktiv a:active{
	color:#FFFFFF; 
	background-color: #ffffff;
	text-decoration:none; 
}

.link_aktiv a:focus{
	color:#FFFFFF; 
	background-color: #ffffff; 
	text-decoration:none; 
}
.link_aktiv a:hover{	
	color:#FFFFFF; 
	background-color: #023f04; 
	text-decoration:none;
}

.link_deaktiv {
	float: left;
	border-right: 1px solid #151515;
	width: 75px;
	letter-spacing: 1px;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 85%;
	padding: 3px;
}

#min_height{
	float:left;
	width: 1px;
	height: 400px;
}

.login2 a{
	color: #013904; 
	font-weight: normal;
	font-variant:small-caps;
	text-decoration:underline;
}
.login2 a:hover, a:focus {
	background-color: #EEEEEE;
}

.anzeige{
	font-size: 80%;
	display: inline;
	text-align: center;
	float: left;
	width: 210px;
	z-index: 1;
	margin: 80px 0 0 30px;

}
.anzeige2{
	position: relative;
  top: -40px;
	background:url(../die_ewige_seite/spruch_animiert.gif) repeat;
	display: inline;
	float: left;
	width: 210px;
	height: 50px;
	z-index: 2;
}


	
	

#hinweis {
	position: absolute;
	top: 425px;
	display: inline;
	width: 150px;
	margin: auto;
	padding: 2px;
	border-top: 1px solid #DCDBDB;
	border-right: 1px solid #DCDBDB;	
	border-bottom: 1px solid #ACACAC;
	border-left: 1px solid #ACACAC;
	
	
	
	text-align: center;
	font-size: 85%;
}


#hinweis a{	
	text-decoration:underline;
}

#hinweis a:hover{	
	color:#FFFFFF; 
	background-color: #023f04; 
	text-decoration:none;
}


#album{
	text-align: center;
	margin: auto;	
}
#album table{
	margin: auto;
	width: auto;
}

.album table{
	padding: 5px;
	border: 1px solid;
	width: auto;
	margin: auto;
	background: #DCDBDB;
}
#album td{
	height: 65px;
	vertical-align: bottom;
}
.album a{
	padding: 0; 

}

#login3 a:hover, a:focus {
	background-color: #EEEEEE;
	color: #013904;
}

#majax_antwort {
	background-color: #FBF596;	
}

.abstand_oben {
	margin: 5px 0 0 0;	
}


/* =================================================
Optimierungen: Angaben für SEO-Maßnahmen
==================================================*/

#opti {
	margin: 175px auto;
	width: 800px;
	color: #8B8B8B;
	}

#opti div {
	
	margin: 15px 0 0 0;
	background-color: #FFFFFF;
	text-align: justify;
}

#opti a  {
	color: #787878;
}



/* =================================================
	E N D E
==================================================*/


.test {
	background-color: #FFFFFF;	
	padding: 3px;
	margin: 3px;
}