/* Global Structure---------------------------------------- */
body {
	/*background: url('/onlinefriedhof/images/layout/textur/wood.jpg') 50% 0 repeat #0f0b08;*/
	/*background-image: url("http://static2.grsites.com/archive/textures/wood/wood076.jpg");*/
	background-color: #e7ded4;
	/*font:12px/18px Arial, Helvetica, sans-serif;*/
	/*font: small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;*/
	font: 12px/18px "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	/*font-family: "Droid Sans","Helvetica Neue","Nimbus Sans L",sans-serif;*/
	/*color:#838383;*/
	color:#3d3d3d;
	/*color:#000;*/
	/*position:relative;*/
	
	margin: 0px;
	padding: 0px;
	outline: 0px;	
	
	/*Somme feelings */
	/*background-image: url("/onlinefriedhof/images/layout/template/sommer_large.jpg");*/
	/*Herbst feelings */
	/*background-image: url("/onlinefriedhof/images/layout/template/herbst.jpg");*/
	/*Winter feelings */
	/*background-image: url("/onlinefriedhof/images/layout/template/_MG_1349.jpg");*/
	
	background-position: left top;
	background-repeat: repeat-x;
	background-attachment: fixed;
	position:relative;
}


a {
	outline:none;
	cursor:pointer;
	text-decoration:none;
	/*color:#A68449;*/
	color:#000;

}
a:hover {
	text-decoration: underline;
	color:#F6BA00;
}

/*  Header styles */
h1, h2, h3, h4, h5, h6 {
	line-height:1.2em;
	/*text-transform:uppercase;*/
	/*font-family: 'Oswald', sans-serif;*/
	font-family: 'Georgia';
	font-weight:normal;
	padding-bottom:5px;
	/*color:#565656;*/
}
h1 {
	font-size:28px;
	color:#565656;
	font-weight:normal;	
}
h2 {
	font-size:24px;
	color:#565656;
	font-weight:normal;	
}
h3 {
	font-size:20px;
	padding-bottom:30px;
	color:#565656;
	font-weight:normal;	
}
h4 {
	font-size:15px;
	padding-bottom:2px;
    word-spacing: 2px;
	color:#565656;
	font-weight:normal;
}

h5 {
	font-size:14px;
	color:#565656;
	font-weight:normal;	
}
h6 {
	font-size:13px;
	text-transform:none;
	padding-bottom:6px;
	line-height:18px;
	padding-bottom:14px;
	color:#565656;
	font-weight:normal;	
}
h6 a {
	color:#f6f5f2;
}

.contentHead
{
        font-weight: normal;
        font-family: georgia;
        color: #464646;
        font-size: 16px;
        margin-bottom: 5px;
}

.box-img {
	border:2px solid #A68449;
	width:212px;
	height:152px;
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	box-shadow: 2px 2px 2px #666;	
}

.box-img img {
	width:100%;
	height:100%;
}

.box-img-shadow {
	border:2px solid #A68449;
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	box-shadow: 2px 2px 2px #666;	
}

.shadow {
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	box-shadow: 2px 2px 2px #666;	
}
/* Global Structure---------------------------------------- */
/*********************************content / wrapper *************************************/
#content {
	width:940px;
	margin:0 auto;
	position:relative;
	background-image: url(/onlinefriedhof/images/layout/template/content_background.png); 
	background-repeat:no-repeat;
	background-color:#FFF;
	-webkit-box-shadow: 2px 2px 2px #666;
	box-shadow: 2px 2px 2px #666;
}

.navigation {
	position:relative;
    border-top: 1px solid #433f3b;
	z-index:50;
	background:#393530;
	height:40px;/*
	margin-right: 75px;
	margin-left: 75px;*/
}

#search-form{  
    position: absolute;  
    top: 40px;  
    right: 0px;  
    display: block;      
    color: #FFF;  
}

/********************** Quick Login ************************/
#login-link{  
    display: block;  
    background: #2a2a2a;  
    padding: 5px 15px 5px 15px;  
    color: #FFF;  
}
#login-panel{  
    position: absolute;  
    top: 26px;  
    right: 0px;  
    width: 190px;  
    padding: 10px 15px 5px 15px;  
    background: #2a2a2a;  
    color: #FFF;  
    display: none;
    z-index:1000;
} 

#login-panel label {
	color: #FFF;
}

#footerline {
	position:relative;
    border-bottom: 1px solid #433f3b;
	z-index:50;
	background:#393530;
	/*height:40px;*/
	text-align:center;
	width:940px;
	margin:5px auto;
}

/*footer counter */
.footCounter
{
	padding: 10px;
	font-weight:bolder;
	color:#FFF;
}

#footerline h1 {
	color:#FFF;
}


#headimage {
  position:relative;
  height:250px;
  width:940px;
  margin:0 auto;
  border-right: 1px solid #CCC;
  -webkit-box-shadow: 2px 2px 2px #666;
  box-shadow: 2px 2px 2px #666;
  overflow-y: hidden;
  overflow-x: hidden;
}

#headimage img {
  position:absolute;
  border-top-left-radius: 18px;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#headimage img.lang {
 position:relative;
 padding:1px;
 border-radius:  3px;
}

@-webkit-keyframes hiFadeInOut {
   0% {opacity:1;}
   25% {opacity:1;}
  75% {opacity:0;}
  100% {opacity:0;}
}

@-moz-keyframes hiFadeInOut {
   0% {opacity:1;}
   25% {opacity:1;}
  75%	{opacity:0;}
  100% {opacity:0;}
}

@-o-keyframes hiFadeInOut {
  0% {opacity:1;}
   25% {opacity:1;}
  75% {opacity:0;}
  100% {opacity:0;}
}

@keyframes hiFadeInOut {
  0% {opacity:1;}
  25% {opacity:1;}
  75% {opacity:0;}
  100% {opacity:0;}
}

#headimage img.top {
	-webkit-animation-name: hiFadeInOut;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 10s;
	-webkit-animation-direction: alternate;
	-moz-animation-name: hiFadeInOut;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-iteration-count: infinite;
	-moz-animation-duration: 10s;
	-moz-animation-direction: alternate;
	-o-animation-name: hiFadeInOut;
	-o-animation-timing-function: ease-in-out;
	-o-animation-iteration-count: infinite;
	-o-animation-duration: 10s;
	-o-animation-direction: alternate;
	animation-name: hiFadeInOut;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 10s;
	animation-direction: alternate;
}


/********************** ICON Links ************************/
/* FlashMsg Symbol */
.flashMsg {
	background-image: url(/onlinefriedhof/images/piktogramm/icon-flashmsg.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 8pt;
	font-weight: bold;
	color: #182b45;
	text-decoration: none;
}

/* z.b. beim editieren der gedenkseite */
a.editLink, span.editLink {
	background-image: url(/onlinefriedhof/images/piktogramm/icon-edit.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 8pt;
	font-weight: bold;
	color: #182b45;
	text-decoration: none;
}

/* z.b. beim logout */
a.logoutLink, span.logoutLink {
        background-image: url(/onlinefriedhof/images/piktogramm/icon-logout.png);
        background-repeat: no-repeat;
        background-position: center left;
        padding-left: 25px;
        padding-top: 1px;
        padding-bottom: 1px;
        font-size: 8pt;
        font-weight: bold;
        color: #FFF;
        text-decoration: none;
}


/* z.b. beim editieren der gedenkseite */
a.viewLink, span.viewLink {
	background-image: url(/onlinefriedhof/images/piktogramm/icon-view.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 8pt;
	font-weight: bold;
	color: #182b45;
	text-decoration: none;
}

/* z.b. beim editieren der gedenkseite */
a.optionLink {
	background-image: url(/onlinefriedhof/images/piktogramm/icon-option.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 8pt;
	font-weight: bold;
	color: #182b45;
	text-decoration: none;
}

a.mailLink {
        background-image: url(/onlinefriedhof/images/piktogramm/icon-mail.png);
        background-repeat: no-repeat;
        background-position: center left;
        padding-left: 20px;
        padding-top: 1px;
        padding-bottom: 1px;
        font-size: 8pt;
        font-weight: bold;
        color: #182b45;
        text-decoration: none;
}

a.helpLink, span.helpLink {
	background-image: url(/onlinefriedhof/images/piktogramm/icon-help.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 8pt;
	font-weight: bold;
	color: #182b45;
	text-decoration: none;
	cursor:pointer;
	width:16px;
	height:16px;
}

a.deleteLink, span.deleteLink {
	background-image: url(/onlinefriedhof/images/piktogramm/icon-delete.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 8pt;
	font-weight: bold;
	color: #182b45;
	text-decoration: none;
	cursor:pointer;
}

a.balanceLink, span.balanceLink {
        background-image: url(/onlinefriedhof/images/piktogramm/icon-coins.png);
        background-repeat: no-repeat;
        background-position: center left;
        padding-left: 17px;
        padding-top: 1px;
        padding-bottom: 1px;
        font-size: 8pt;
        font-weight: bold;
        color: #000;
        text-decoration: underline;
        background-size: 16px 16px;
}

a.closeLink {
	background-image: url(/onlinefriedhof/images/piktogramm/icon-delete.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 8pt;
	font-weight: bold;
	color: #182b45;
	text-decoration: none;
	width:16px;
	height:16px;
}

a.deleteLink, span.deleteLink {
	background-image: url(/onlinefriedhof/images/piktogramm/icon-delete.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 8pt;
	font-weight: bold;
	color: #182b45;
	text-decoration: none;
	cursor:pointer;
}

a.detailsLink, span.detailsLink {
	background-image: url(/onlinefriedhof/images/piktogramm/details.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 8pt;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}


/********************** Icon for Table Filter ************************/
.TableFilter {
	background-image: url(/onlinefriedhof/images/piktogramm/icon-finder.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 17px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-size:15px;	
}

/********************** Top - Tabs ************************/

.candleCount {
	background-image: url(/onlinefriedhof/images/piktogramm/icon-candle.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 8pt;
	background-size:15px;
}

.visitCount {
	background-image: url(/onlinefriedhof/images/piktogramm/icon-eye.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 17px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 8pt;
	background-size:15px;
}

.condolenceCount {
	background-image: url(/onlinefriedhof/images/piktogramm/icon-condolence.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 17px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 8pt;
	background-size:15px;
}



/********************** Login Panel ************************/
/********************** Navigation ************************/
#nav {}
#nav ul{ list-style-type:none; margin:0; padding:0; }
#nav li { float:left; padding:0; margin:0;}
/*#nav li a { width:150px; display:block; text-align:center; color:#000; margin-right:5px; height:35px; line-height:35px; text-decoration:none; border:1px solid #ccc;background:#EBE7E6;}*/
#nav li a { width:150px; display:block; text-align:center; color:#FFF; margin-right:5px; height:40px; line-height:35px; font-weight:bolder;text-decoration:none;background:#393530;}
#nav li a:hover { background:rgb(87,83,79);border-bottom: 2px solid rgb(118,167,18);margin-top:-2px; }
#nav ul ul { display:none; position:absolute; z-index:999;}
#nav li li { float:none; }
/*#nav li li a { background:#EBE7E6!important; text-align:left; height:auto; line-height:1; width:auto; padding:8px 20px 8px 22px; border:1px solid #D0D0D0; border-top:none; margin-right:0; }*/
#nav li li a { background:#393530; text-align:left; height:auto;font-weight:normal; line-height:1; width:auto; padding:8px 20px 8px 22px;border-top:none; margin-right:0; }
* html li li { display:inline; } /* IE6 Bugfix... */
/********************** Navigation ************************/

/***********Grab Menue***********************************/
#grab_menu {}
#grab_menu ul {list-style-type:none; margin:0; padding:0; }
#grab_menu li a {width:180px; display:block; text-align:center; height:30px; line-height:25px;text-decoration:none;background:#393530;border-bottom: 1px solid rgb(118,167,18); }
#grab_menu li a:hover { background:rgb(87,83,79);}

/***********Button Green Index*****************************/
.button_green {
	-moz-box-shadow:inset -1px 1px 0px -7px #a4e271;
	-webkit-box-shadow:inset -1px 1px 0px -7px #a4e271;
	box-shadow:inset -1px 1px 0px -7px #a4e271;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
	background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
	background-color:#89c403;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #74b807;
	display:inline-block;
	color:#ffffff;
	font-size:12px;
	font-weight:normal;
	padding:6px;
	text-align:center;
	width:200px;
	text-decoration:none;
	text-shadow:1px 1px 27px #528009;
	
	margin-top:10px;
	margin-bottom:10px;
}.button_green:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) );
	background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
	background-color:#77a809;
	color:#ffffff;
	text-decoration: none;
}.button_green:active {
	position:relative;
	top:1px;
}

/***********Button Link Pfeil*****************************/
.button {
	/*display:inline-block;*/
	display:block;
	/*font-family: 'Oswald', sans-serif;*/
	/*text-transform:uppercase;*/
	font-size:12px;
	line-height:18px;
	color:#A68449;
	/*color:rgb(0, 66, 118);*/
	position:relative;
	padding-left:23px;
	padding-bottom:5px;
	/*font-weight:bold;*/
}
.button, .button span {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.button span {
	width:21px;
	height:21px;
	/*background:url(/onlinefriedhof/images/layout/icons/marker-1.png) no-repeat right 0 #76a712;*/
	background:url(/onlinefriedhof/images/layout/icons/marker-1.png) no-repeat right 0 #F63F00;
	/*background:url(/onlinefriedhof/images/layout/icons/marker-1.png) no-repeat right 0 #A65353;*/
	display:inline-block;
	position:absolute;top:0;left:0
}
.button:hover span {
	background-color:#616161;
	background-position: 0 0
}
.button:hover {
	color:#76a712;
}

/***********Datumsformate + wrapper *****************************/
.date-1 {
    background: none repeat scroll 0 0 #464039;
    color: #FFFFFF;
    float: left;
    font-family: 'Oswald',sans-serif;
    font-size: 24px;
    line-height: 28px;
    margin: 0 20px 0 0;
    padding: 4px 0 3px;
    text-align: center;
    width: 50px;
    background: #393530 url(images/ui-bg_highlight-soft_15_393530_1x100.png) 50% 50% repeat-x;
    border: 1px solid #FFF;
    border-radius: 7px;
   -moz-border-radius: 7px;
   -webkit-border-radius: 7px;
    box-shadow: 1px 2px 4px rgba(0,0,0,.4);
}
.date-1 span {
    color: #9D9893;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    line-height: 14px;
}
.date-2 {
    color: #76A712;
}

.name-date {
    color: #76A712;
    padding-bottom: 5px;
}

.name-date span {
    color: #76A712;
    
}

.name-date a {
/*    color: #A68449;*/
}

.wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 8px;
   
}

.wrapper a {
/*	color:#A68449;*/
	text-align:left;
}
.overflow {
    overflow: hidden;
}

.box-quote, .box-quote1 {
    /*background: none repeat scroll 0 0 #12100E;*/
    margin-left: 12px;
    overflow: visible;
    padding: 4px 6px 2px;
    position: relative;
}

blockquote, q {
    quotes: none;
}
/*-------------------Formular-----------------*/

label { 
	/*height: 25px;*/
	display: block;
	color:#7e7c7c;
	cursor: pointer;
}

label.error { 
	color: rgb(34, 177, 76);
	height: 15px;
	display: block;
	font-weight: lighter;
}
	
input[type=text],input[type=password], textarea {
	background: none repeat scroll 0% 0% rgb(250, 250, 250);
	/*border: 1px solid #A68449;*/
	/*border: 1px solid #004276;*/
	border: 1px solid rgb(170, 170, 170);
	/*border: 1px solid #CCC;*/
	/*margin: 3px 0;*/
	display: block;
	font-size: 12px;
	padding: 5px 3px;
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	box-shadow: 2px 2px 2px #666;
}

input:focus, textarea:focus {
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	border-color: rgb(51, 51, 51);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	outline: 0px none;
}

input[type=submit], input[type=button], input[type=checkbox] {
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: rgb(68, 68, 68) !important;
	font-size: 11px;
	border-radius: 2px 2px 2px 2px;
	cursor: default !important;
	display: inline-block;
	font-weight: bold;
	height: 29px;
	line-height: 29px;
	min-width: 54px;
	padding: 0px 20px;
	text-align: center;
	text-decoration: none !important;
	-moz-user-select: none;
	background-color: rgb(240,240,240);
}

input[type=submit]:active, input[type=button]:active, input[type=submit]:hover, input[type=button]:hover {
	/*border: 1px solid rgb(0, 66, 118);*/
	/*border: 2px solid rgba(0, 0, 0, 0.1);*/
	background-color: rgb(192,192,192);
}

textarea {
	width:250px;
}

select {
	background: none repeat scroll 0% 0% rgb(250, 250, 250);
	/*width: 220px;*/
	padding: 5px;
	font-size: 12px;
	border: 1px solid rgb(170, 170, 170);
	border-radius: 0;
	padding: 5px 3px;
	min-width: 150px;
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	box-shadow: 2px 2px 2px #666;
}

select:active, select:hover {
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	border-color: rgb(51, 51, 51);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	outline: 0px none;
}

/***********rip-form**************************/
.rip-form {
	padding:10px; 
	width:500px;
	/*border-left:4px solid rgb(246, 63, 0);*/
	float:left; 
}

.uploadForm
{
	padding:4px; 
	border: 1px solid #eee; 
	background: #eee; 
	width:350px; 
	margin-top:20px;
}

/***********rip-form-text**************************/
.rip-form-text
{
	width:300px; 
	padding-left:100px; 
	float:left; 
	/*border-left:4px solid rgb(246, 63, 0);*/
}
/***********rip-form-dialog**************************/
.rip-form-dialog {
	padding:10px; 
}

/***********content description left**************************/
.main_content_left
{
	float:left;
	width:600px;
	padding-left:10px;
}
/*Textbloecke wenn standard content 600x600px*/
.main_content_right
{
	width:290px; 
	padding-left:20px;
	float:left;
}

.main_content_right h2
{
	/*color:red;*/
}
/***********MISC**************************/
.Error 
{
	width:300px;
	display:none;
}
/***********Messanger**************************/
.MSGHistoryWinMain
{
	height: 200px;
	overflow: auto;
	color:#000;
}
.MSGHistoryMSGWin
{
	clear: both;
	border-bottom: 1px dotted rgb(137, 143, 156);
}
.MSGHistoryUserName
{
	width: 100px;
	float: left;
	font-size: 11px;
	font-weight: bold;
}
.MSGHistoryContent
{
	width: 200px;
	float: left;
	font-size: 11px;
}
.MSGHistoryContent span
{
	color: rgb(137, 143, 156);
	font-size: 9px;
	display: block;
}
/***********Messanger**************************/
/***********Farbverlauf**************************/
.Gradient
{
	background: #eee;
	border: 1px solid #eee;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: -moz-linear-gradient(left, #EEE, #FFF); 
	background: -webkit-linear-gradient(left, #eee, #fff);
	background: -ms-linear-gradient(left, #eee, #fff); 
	background: -o-linear-gradient(left, #eee, #fff);
	/*box-shadow: 1px 2px 4px rgba(0,0,0, .2);*/
		
}
/* z.B. Index.tt */
.Gradient_Box_left
{
	width:287px;
	height:576px; 
	padding-left: 10px; 
	background: #eee;
	border: 1px solid #DDD;
	background: -moz-linear-gradient(left, #EEE, #FFF); 
	background: -webkit-linear-gradient(left, #eee, #fff);
	background: -ms-linear-gradient(left, #eee, #fff); 
	background: -o-linear-gradient(left, #eee, #fff);
	box-shadow: 1px 2px 4px rgba(0,0,0, .2);
}
/* z.B. Index.tt */
.Gradient_Box_right
{
	width:287px;
	height:576px; 
	padding-left: 10px; 
	background: #eee;
	border: 1px solid #DDD;
	background: -moz-linear-gradient(right, #EEE, #FFF); 
	background: -webkit-linear-gradient(right, #eee, #fff);
	background: -ms-linear-gradient(right, #eee, #fff); 
	background: -o-linear-gradient(right, #eee, #fff);
	box-shadow: 1px 2px 4px rgba(0,0,0, .2);
}
/***********Farbverlauf**************************/
/***********MOM**************************/
.MOM_Box
{
	display: none;
	margin:0 auto;
	width:90%;
	height:100px;
	background: #eee;
	border: 1px solid #DDD;
	background: -moz-linear-gradient(top, #EEE, #FFF); 
	background: -webkit-linear-gradient(top, #eee, #fff);
	background: -ms-linear-gradient(top, #eee, #fff); 
	background: -o-linear-gradient(top, #eee, #fff);
	box-shadow: 1px 2px 4px rgba(0,0,0, .2);
}
/***********MOM**************************/

/* Social Media Box *********************/
.no-bullet { list-style: none; }

ul.social-icons-list {
  margin-bottom: 15px;
  padding: 7px 0 3px 0;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
}

ul.social-blog {
  border-top: 0px !important;
  border-bottom: 0px !important;
}

ul.social-icons-list li {
  display: inline-block;
  margin: 0 3px;
}

.post-item a[class^="icon-"] {
  background-color: #ccc;
}

a[class^="icon-"] {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #4e5257;
  background-image: url(/onlinefriedhof/images/layout/template/social-icons.png);

  transition: background-color 0.5s 0s ease;
  -webkit-transition: background-color 0.5s 0s ease;
  -moz-transition: background-color 0.5s 0s ease;
  -o-transition: background-color 0.5s 0s ease;
  -ms-transition: background-color 0.5s 0s ease;
  -moz-border-radius: 15px;
  border-radius: 15px;  
}

.icon-twitter { background-position: -60px 0; }
.icon-twitter:hover { background-color: rgb(0, 172, 237) !important; background-color: rgba(0, 172, 237, 0.8) !important; }		

.icon-facebook { background-position: -90px 0; }
.icon-facebook:hover { background-color: rgb(60, 90, 151) !important; background-color: rgba(60, 90, 151, 0.8) !important; }

.icon-google { background-position: -120px 0; }
.icon-google:hover { background-color: rgb(220, 62, 54) !important; background-color: rgba(220, 62, 54, 0.8 )!important; }
/* Social Media Box *********************/

