/*
Theme Name: Stellwerk Berlin
Author: Stellwerk Berlin
Version: 1.0
Description: Schlichtes Theme auf Basis des Stellwerk Berlin HTML-Templates
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background: #fff;
	line-height: 1.2em;
}

/*---------------------------------------layout divs--------------------------------------*/	
#wrapper {
	width: 780px;
	min-height: 500px;
	position: relative;
	margin: 5% auto;
}

#footer {
	width: 730px;
	text-align: right;
	margin-top: 10px;
}

#footer nav {
	display: inline;
}

#footer nav ul {
	list-style: none;
	display: inline;
}

#footer nav ul li {
	display: inline;
	margin-left: 15px;
}
	
/*---------------------------------------inhalts divs--------------------------------------*/
#header {
	width: 780px;
	height: 110px;
}
	
#content {
	min-height: 360px;
	margin-top: 10px;
	border: solid 1px #CCC;
	padding: 30px;
}

/*---------------------------------------text-formatierung--------------------------------------*/

h1 { font-size: 10pt; color: #146c84; letter-spacing: 0.03em; }
h2 { font-size: 10pt; padding: 8px 0; color: #146c84; }
h3 { font-size: 9pt; padding: 10px 0; color: #000; }
h4 { font-size: 8pt; padding: 8px 0; color: #FFF; }

p {
	font-size: 9pt;
	color: #666;
	text-align: justify;
	margin-bottom: 12px;
}

/*---------------------------------------link-formatierung im text-------------------------------*/
a { text-decoration: none; color: #999; }
a:visited { text-decoration: none; color: #999; }
a:active, a:hover { text-decoration: none; color: #942026; }

/*---------------------------------------link-formatierung im footer-------------------------------*/
#footer a, #footer a:visited, #footer a:active {
	text-decoration: none;
	font-size: 9pt;
	color: #146c84;
}
#footer a:hover { text-decoration: none; color: #942026; }

.grau { color: #999; }
.rot { color: #942026; }
.blau { color: #146c84; }

/*---------------------------------------kommentarbereich-------------------------------*/
.comments-area {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

.comment-list {
	list-style: none;
	padding: 0;
	margin: 15px 0;
}

.comment-list .comment {
	margin-bottom: 15px;
	padding: 10px;
	background: #f9f9f9;
	border: 1px solid #eee;
}

.comment-author {
	font-weight: bold;
	color: #146c84;
	margin-bottom: 5px;
}

.comment-meta {
	font-size: 8pt;
	color: #999;
	margin-bottom: 10px;
}

.comment-body p {
	margin-bottom: 0;
}

.comment-respond {
	margin-top: 20px;
}

.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
	width: 100%;
	padding: 5px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	font-family: inherit;
	font-size: 9pt;
	box-sizing: border-box;
}

.comment-form input[type="submit"] {
	background: #146c84;
	color: #fff;
	padding: 6px 12px;
	cursor: pointer;
	font-size: 9pt;
}

.comment-form input[type="submit"]:hover {
	background: #942026;
}