html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q,
blockquote {
	quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}

header h1 {
	font-weight: bold;
}
/*
Styles starts
*/

html {
	overflow-y: scroll;
	/* Horizontale Scrollbalken erzwingen */
}

body {
	margin: 0 auto;
	color: #555;
	font: normal 1em/150% Geneva, Helvetica, sans-serif, Verdana;
	letter-spacing: 1px;
	max-width: 1100px;
	position: relative;
}

a {
	text-decoration: none;
	color: #265258;
}

a:focus,
a:hover,
a:active {
	color: #dd4b39;
}

strong {
	font-weight: bold;
}
/*
Wenn ein Element ein title-Attribut hat
*/

[title] {
	cursor: help;
}

a [title],
a[title] {
	cursor: pointer;
}

table {
	margin: 15px 0;
	border: 1px solid #355E64;
	border-collapse: collapse;
}

table th,
table td {
	width: 150px;
	height: 50px;
	font-size: .8em;
	text-align: center;
	font-weight: bold;
	border: 1px solid;
	cursor: default;
}

table th {
	height: 30px;
	background: #355e64;
	color: #FFF;
	border: 1px solid #355e64;
	border-right: 1px solid #FFF;
}

table th:nth-child(5) {
	border-right: 1px solid #355e64;
}

table tfoot td {
	height: 25px;
	font-size: .8em;
}
/*
Skiplinks
*/

#skiplinks {
	position: absolute;
	top: -1000px;
	left: -1000px;
}

#skiplinks a:focus,
#skiplinks a:active {
	position: absolute;
	top: 1005px;
	left: 1015px;
	z-index: 5;
	white-space: nowrap;
	min-width: 250px;
	display: block;
	padding: 5px 15px;
	color: #F2F2F3;
	font-weight: bold;
	background: #19363E;
	border: 1px solid #c1e7f2;
	border-width: 1px 2px;
	border-radius: 10px;
	outline: 0;
}
/*
Flexibles Design und die Leistung von Medienabfragen nutzen
http://googlewebmastercentral-de.blogspot.de/2012/06/flexibles-design-und-die-leistung-von.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed:+blogspot/vIRG+%28Webmaster-Zentrale+Blog%29
*/
/* screen */

@media screen,
projection {
	/* Site-Header */
	
	header {
		margin-bottom: 45px;
		padding: 0 20px 30px 15px;
		color: #FFF;
		position: relative;
		border-bottom: 5px solid #c1e7f2;
		background-color: #1e3940;
		background-size: 100%;
		background-image: -webkit-linear-gradient(top, #1e3940 0%, #28555b 100%);
		background-image: linear-gradient(to bottom, #1e3940 0%, #28555b 100%);
		box-shadow: 0 5px 10px #555555;
	}
	header h1 {
		padding: 60px 0 10px 0;
		font-size: 2em;
	}
	header h1 a {
		color: #c1e7f2;
	}
	header h1 a:focus,
	header h1 a:hover,
	header h1 a:active {
		color: #6DC7DB;
	}
	header h2 {
		font-size: 1em;
	}
	main {
		margin: 20px 0;
		padding: 0 15px;
		overflow: hidden;
	}
	/* Sidebar */
	
	aside {
		width: 23%;
		float: left;
	}
	aside form {
		margin: 35px 0 40px;
	}
	aside form legend {
		margin-bottom: 10px;
		display: block;
		width: 100%;
	}
	aside form p {
		margin: 0;
		padding: 10px 0 0;
	}
	aside form p input {
		padding: 4px 4px;
	}
	aside form p input[type="text"] {
		width: 95%;
		background: white url("http://wiki.selfhtml.org/images/1/1f/Design_11_sprites.png") no-repeat right -366px;
		border-color: #779EC4;
		border-style: outset;
		border-radius: 5px;
		color: #999;
	}
	aside form p input[type="text"]:focus {
		color: #333;
		background: url("http://wiki.selfhtml.org/images/1/1f/Design_11_sprites.png") no-repeat right -366px;
		border-color: #AAA;
	}
	aside h2,
	aside h3,
	aside h4,
	aside fieldset legend {
		margin-bottom: 10px;
		font-size: .7em;
		font-weight: bold;
		line-height: 130%;
		color: #BAC5C7;
		border-bottom: 1px solid;
		cursor: default;
	}
	aside #network_tools {
		margin-top: 35px;
		height: 105px;
		background: url("http://wiki.selfhtml.org/images/1/1f/Design_11_sprites.png") no-repeat 0 -250px;
	}
	aside #network_tools > div {
		display: inline;
	}
	aside nav li {
		padding: 0;
	}
	aside nav a,
	aside nav span {
		padding: 5px 0;
		display: block;
		border-bottom: 1px solid;
	}
	aside nav span {
		color: #82B2BC;
	}
	#breadcrumb {
		width: 73%;
		float: right;
		margin-bottom: 10px;
		font-size: .7em;
		font-weight: bold;
		line-height: 130%;
		color: #BAC5C7;
		border-bottom: 1px solid;
		cursor: default;
	}
	#breadcrumb h2,
	#breadcrumb div {
		margin: 0;
		padding: 0;
		display: inline;
	}
	article {
		float: right;
		width: 73%;
	}
	article h1,
	article h2,
	article h3,
	article h4,
	article h5,
	article h6 {
		padding: 25px 0;
		font-size: 1.5em;
		font-weight: bold;
	}
	article h1 {
		padding: 25px 0 0;
	}
	article p {
		margin: 25px 0;
	}
	article ul {
		margin-left: 15px;
		line-height: 170%;
		list-style: disc;
	}
	article ul ul {
		margin-left: 25px;
		list-style: square;
	}
	article img {
		margin: 5px 5px 3px 15px;
		float: center;
		border: 1px solid #275258;
		border-radius: 10px;
	}
	article blockquote {
		padding: 15px 10px 5px 15px;
		font-size: 1.1em;
		font-weight: bold;
		line-height: 140%;
		color: #B6B6B6;
		background-color: #ffffff;
		border: 1px solid;
		border-radius: 10px;
		background-size: 100%;
		background-image: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
		background-image: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	}
	article blockquote cite {
		margin-right: 15px;
		display: block;
		text-align: right;
		font-size: .7em;
	}
	article blockquote cite a {
		border-bottom: 1px dashed;
	}
	article blockquote cite a:focus,
	article blockquote cite a:hover,
	article blockquote cite a:active {
		border-bottom-style: solid;
	}
	footer {
		margin: 45px 15px 0;
		padding: 0 10px 0;
		font-size: .8em;
		color: #FFF;
		text-align: center;
		border-top: 1px solid #112426;
		background-color: #38636a;
		background-size: 100%;
		background-image: -webkit-linear-gradient(top, #38636a 0%, #102224 100%);
		background-image: linear-gradient(to bottom, #38636a 0%, #102224 100%);
		border-top-right-radius: 20px;
		border-top-left-radius: 20px;
	}
	footer section {
		display: inline-block;
		vertical-align: top;
		margin: 0;
		padding: 15px 0;
		width: 24%;
		text-align: left;
	}
	footer section h1,
	footer section h2,
	footer section h3,
	footer section h4,
	footer section h5 {
		font-weight: bold;
		padding: 5px 0 10px;
	}
	footer section h3 {
		padding-top: 10px;
	}
	footer section.about_us p {
		padding-right: 15px;
	}
	footer section .org {
		font-weight: bold;
	}
	footer section #map_button {
		margin-top: 15px;
		display: block;
		text-indent: -9999em;
		overflow: hidden;
		width: 180px;
		height: 119px;
		border: 1px solid #000;
		background: url("http://wiki.selfhtml.org/images/1/1f/Design_11_sprites.png") no-repeat 0 -102px;
		border-radius: 5px;
	}
	footer a {
		color: #F6F6F6;
		border-bottom: 1px dashed;
	}
	footer a:focus,
	footer a:hover,
	footer a:active {
		border-bottom-style: solid;
	}
	footer hr {
		margin: 10px 15px 0;
		opacity: .2;
	}
	footer .copyright {
		margin: 0 auto;
		padding: 0;
		display: block;
		color: #707C7D;
		font-size: .9em;
		text-align: center;
		cursor: default;
	}
	footer .copyright span {
		display: block;
	}
	#social_buttons {
		position: absolute;
		top: 10px;
		right: 10px;
	}
	#social_buttons li {
		margin-right: 5px;
		display: inline;
	}
	#social_buttons li a {
		display: inline-block;
		width: 32px;
		height: 32px;
		text-indent: -9999em;
		overflow: hidden;
		background: url("http://wiki.selfhtml.org/images/1/1f/Design_11_sprites.png") no-repeat -999px -999px;
		opacity: 0.8;
	}
	#social_buttons li a#feed_button {
		background-position: 0 0;
	}
	#social_buttons li a#fb_button {
		background-position: 0 -33px;
	}
	#social_buttons li a#gp_button {
		background-position: 0 -66px;
	}
	#social_buttons li a#tw_button {
		background-position: -33px 0;
	}
}

