/* Container */

#newsletter-container {
	margin: 0 auto;
	width: 800px;
}


/* Header */

#header {
	height: 130px;
	margin-top: 30px;
}

#logo-jfe {
	float: left;
}

#logo-newsletter {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}

/* Title */
/* Startseite */

#title {
	border-bottom: 5px solid #00a5db;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}

#title h1 {
	float: left;
	padding: 5px 0px 0px 10px;
	font-size: 1.5em;
	color: #474747;
	margin-bottom: 0;
}

.ausgabe {
	font-size: 1.143em;
	color: #fff;
	background-color: #00a5db;
	padding: 5px;
	position: absolute;
	right: 0;
	bottom: -3px;
}

/* Titel */
/* Detailseite */

#title a {
	font-size: 1.5em;
	padding: 5px 0 0 10px;
	margin-top: 21px;
	display: block;
	border: 0;
	color: #474747;
}

div.blogpost.detail h1 {
	margin-top: 0;
}

#artikelgruppen h2 {
	font-size: 1.5em;
}

/* Main */
/* Startseite */

#main {
	width: 790px;
	float: left;
	clear: left;
	position: relative;
	height: 100%;
	background: none;
	padding-left: 10px;
}

#main-content {
	width: 480px;
	float: left;
}

.image-url,
.thickbox
{
	border: 0;
}

.image-url img,
.thickbox img {
	margin-bottom: 20px;
	display: block;
}

.gruppe {
	margin-bottom: 30px;
}

.titel {
	color: #474747;
	background-color: #f8f8f8;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 6px;
	border: 1px dotted #ccc;
	border-bottom-width: 0;
}

.blogpost.list.first-child {
	padding-top: 10px;
	border-top: 1px dotted #ccc;
	margin-top: 1px;
	margin-bottom: 20px;
}

.blogpost h2 {
	margin-top: 0;
	margin-bottom: 0.5em;
}

#artikelgruppen {
	float: left;
	width: 480px;
	padding-top: 5px;
}

/* Main */
/* Detailseite */

#comments {
	margin-top: 30px;
	padding-top: 20px;
	margin-bottom: 30px;
}

#comments div {
	margin-bottom: 5px;
}

#subscriptionState {
	margin-right: 10px;
}

#comment-subject {
	height: 20px;
}

#comment-subject,
#comment-body {
	font-size: 1em;
	font-family: Arial, Tahoma, Verdana;
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	margin-right: 5px;
}

#comments li {
	list-style-type: none;
	margin-bottom: 22px;
}

.comment-user,
.comment-datetime {
	float: left;
	margin-bottom: 0px;
	font-size: 0.85em;
}

.comment-user {
	color: #00a5db;
	margin-right: 5px;
}

.comment-datetime {
	color: #474747;
}

.commenttext {
	clear: both;
	background: url(../img/newsletter/commenttext-bg.png) no-repeat top left;
	padding: 18px 10px 10px 10px;
	border-bottom: 1px solid #ccc;
}

.commenttext h3,
.commenttext p {
	margin: 0px;
}

.comments .details {
	float: left;
	height:  auto;
}

input.submit {
	color: #fff;
	border: 1px solid #ccc;
	background-color: #00A5DB;
	padding: 2px;
}

.blogpost.detail {
	float: left;
	width: 480px;
	padding-top: 5px;
	margin-bottom: 2em;
}

/* Main */
/* Pager */

#pager {
	position: absolute;
	bottom: 10px;
	right: 20px;
	background: none;
}

a.previous {
	float: left;
	background: url(../img/newsletter/button-previous.png) no-repeat;
	margin-right: 5px;
	margin-top: 2px;
	width: 20px;
	height: 20px;
	display: block;
	border-bottom-width: 0px;
}

a.previous:hover,
a.previous:focus,
a.previous:active
{
	background: url(../img/newsletter/button-previous-hover.png) no-repeat;
}

a.next {
	float: left;
	background: url(../img/newsletter/button-next.png) no-repeat;
	width: 25px;
	height: 25px;
	display: block;
	border-bottom-width: 0px;
}

a.next:hover,
a.next:focus,
a.next:active
{
	background: url(../img/newsletter/button-next-hover.png) no-repeat;
}



/* Features */

.detail-page-actions {
	list-style-type: none;
	font-size: 0.857em;
}

.aside-page-actions {
	float: right;
	width: 280px;
	padding: 5px;
	padding-top: 1em;
}

.page-actions .feature {
	padding-bottom: 0;
}

.page-actions a {
	color: #666;
}

.footer-page-actions {
	padding-top: 1em;
	margin-bottom: 2em;
	border-top: 1px dotted #ccc;
	clear: both;
}

#features {
	float: right;
	width: 280px;
	min-height: 600px;
	background: url(../img/newsletter/features-bg.png) no-repeat top left;
	padding: 5px;
	margin-bottom: 4em;
	font-size: 0.857em;
}

#features h3 {
	margin-top: 0;
	color: #474747;
	font-size: 1.5em;
}

#features h4 {
	font-size: 1.333em;
	font-weight: normal;
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

#features h4 a {
	text-decoration: none;
	border-bottom-width: 0;
	color: inherit;
}

#features h5 {
	font-size: 1.167em;
	font-weight: bold;
	margin-top: 0;
}

#features ul {
	list-style-type: none;
}

#features .blogpost {
	border-width: 0;
	padding-top: 0px;
}

#features p,
#features .blogpost h5 {
	margin-top: 0;
	margin-bottom: 0.5em;
	font-weight: normal;
}

#features ul li {
	margin-bottom: 0.5em;
}

#features li p {
	margin-bottom: 0;
}

.feature {
	padding-bottom: 15px;
}

.filesize {
	font-size: 0.834em;
	color: #777;
}

/* Tell a Friend */

.tellAFriendWrapper {
	xleft: 150px;
	xtop: 0px;
	padding: 10px;
	background-color: #f2f2f2;
	border: 3px solid #00A5DB;
}

.tellAFriendWrapper,
.tellAFriendContainer {
	width: 280px;
}

.tellAFriendWrapper h2,
.tafCloseMessageLink,
.tafForm label
 {
	color: #474747;
}

.tafCloseMessageLink {
	float: right;
}

.tafForm input,
.tafForm textarea {
	font-family: Arial, Tahoma, Verdana;
	font-size: 1em;
	width: 150px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	margin-right: 5px;
}

.tafForm div input.submit {
	float: right;
	width: 80px;
	color: #fff;
	background-color: #00A5DB;
}

.tafForm label {
	width: 115px;
	text-align: right;
	margin-right: 5px;
	float: left;
}

.tafForm .error {
	color: red;
	padding-bottom: 5px;
}

/* Footer */

#footer {
	clear: both;
	border-top: 5px solid #00a5db;
	width: 100%;
	margin-bottom: 20px;
}

#footer-container {
	width: 50%;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

#footer a img {
	float: right;
	margin-top: 10px;
}

.clearing {
	clear: both;
}

#footer ul {
	list-style-type: none;
}


/* Themenpakete */

div.blogpost h2 .label {
	text-transform: uppercase;
}

div.blogpost .unternachrichten {
	margin-top: -10px;
	margin-left: 20px;
}

