* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* ************************* STYLES **************************** */

body {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #505639;
	text-align: center;
	color: #ffffff;
}

#container {	
	text-align: left;
	width: 700px;
	margin: 40px auto 50px auto;
}

.kondolenz,
.eintragen,
#header {
	color: #000000;
	background-color: #ffffff;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	padding: 15px 20px 15px 15px;
	position: relative;
	margin-bottom: 5px;
	-moz-box-shadow: 0px 0px 8px #111111;
	-webkit-box-shadow: 0px 0px 8px #111111;
}

#header {
	color: #ffffff;
	background-color: #000000;
}

#header img {
	float: right;
}

.pager {
	padding: 5px 20px 30px 20px;;
}	

.pager a {
	color: #bababa;
}	

h1 {
	font-family: Constantia, Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	line-height: 30px;
	margin-bottom: 40px;
	margin-top: 54px;
}

h1 span {
	font-size: 18px;
}	

h2 {
	font-family: Constantia, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-bottom: 10px;
	width: 400px;
	padding-top: 2px;
}

blockquote {
	font-family: Constantia, Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 50px;
	margin-top: 5px;
}


.date {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 150px;
	font-family: Constantia, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-bottom: 10px;
	width: 200px;
	text-align: right;
	color: #555555;
}

.nr {
	float: left;
	padding-right: 10px;
	font-family: Constantia, Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #555555;
}

.pager span {
	padding: 0 7px;
}

p {
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #555555;
}

a:hover {
	text-decoration: underline;
}

.eintragen h2 {
	font-size: 18px;
	padding: 10px 0;
}

.eintragen label {
	font-family: Constantia, Georgia, "Times New Roman", Times, serif;
	width: 150px;
	display: inline-block;
	margin-top: 10px;
	font-size: 14px;
}

.eintragen input,
.eintragen textarea {
	width: 480px;
	border: 1px solid #bababa;
	padding: 5px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

textarea {
	height: 200px;
}

.eintragen input[type=submit] {
	width: 150px;
	margin: 16px 0 20px 250px;
	color: #ffffff;
	background-color: #000000;
	border: 0;
}

.c5t_frontend_pagination {
	padding: 5px 15px 0 15px;
	
}

.c5t_frontend_pagination span,
.c5t_frontend_pagination form {
	padding-right: 10px;
	display: inline;
}

.c5t_frontend_pagination input {
	background: none;
	color: #ffffff;
	display: inline;
}

.c5t_frontend_pagination input #nextpage {
	margin-left: 420px;
}


/* ************************* LAYOUT **************************** */


/* ************************* BASICS **************************** */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
}

label, 
input[type=button],
input[type=submit], 
button {
	cursor: pointer;
}

q:lang(de) {
	quotes: '„' '“' '‚' '‘';
}

.clear {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.eintragen {
    display:none;
}

