@charset "UTF-8";
@media all {
	/* WYSWIYG
    -----------*/
	#content_a, #content_b {
		padding: 10px;
	}

	/* Links
    ---------*/
	a {
		color: #014A92;
		text-decoration: none;
	}

	a:hover {
		text-decoration: none;
	}

	.content a:hover {
		text-decoration: underline;
	}

	/* Überschrift
    ---------------*/
	h1.maincaption {
		margin-top: 0;
		margin-bottom: 20px;
	}

	h3, .h3 {
		font-size: 24px;
	}

	h1, h2, h3 {
		font-family: inherit;
		margin-top: 15px;
		margin-bottom: 10px;
		font-weight: 500;
		line-height: 1.1;
		color: inherit;
	}

	h4, h5, h6 {
		font-weight: bold;
	}

	h1 {
		font-size: 28px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 20px;
	}

	h4 {
		margin-top: 10px;
	}

	/* Absätze
    -----------*/
	p {
		margin: 0 0 10px;
	}

	/* HR
    ------*/
	hr {
		border: none;
		border-top: 1px solid #cccccc;
		background-color: transparent;
		margin-top: 20px;
		padding-bottom: 20px;
	}

	/* Section
    -----------*/
	section {
		margin-bottom: 20px;
	}

	/* Liste
    ----------*/
	.content ul, .content ol, .content menu, .content dir {
		padding-bottom: 10px;
		margin-left: 15px;
	}

	.content ul {
		list-style-type: disc;
	}

	/* Tabellen
    ------------*/
	table {
		width: 100%;
		border-collapse: collapse;
		border: 1px solid #cecece;
		margin-bottom: 20px;
	}

	td,
	th {
		padding: 3px 5px;
		border: 1px solid #cecece;
	}

	th {
		background-color: #efefef;
	}

	/* Formulare
    -------------*/
	fieldset {
		padding: 10px 15px 10px 15px;
		border: 1px solid #cccccc;
		margin-bottom: 10px;
	}

	fieldset legend {
		padding-right: 10px;
		padding-left: 10px;
	}

	form label {
		display: inline-block;
		padding-bottom: 5px;
	}

	input[type=text],
	input[type=password],
	input[type=email],
	input[type=url],
	input[type=number],
	textarea,
	select {
		box-sizing: border-box;
		display: block;
		width: 100%;
		height: 34px;
		padding: 6px 12px;
		font-size: 14px;
		line-height: 1.42857143;
		color: #555;
		background-color: #fff;
		background-image: none;
		border: 1px solid #ccc;
		border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		margin-bottom: 5px;
	}

	textarea {
		min-height: 100px;
	}

	input:focus,
	select:focus {
		border-color: #66afe9;
		outline: 0;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	}

	form ul {
		list-style-type: none;
	}

	input[type=button],
	input[type=submit],
	button,
	.btn {
		display: inline-block;
		border: none;
		background-color: #014a92;
		color: #ffffff;
		padding: 5px 10px;
		cursor: pointer;
		transition: all 0.2s;
		border-radius: 2px;
	}

	input[type=button]:hover,
	button:hover,
	.btn:hover {
		opacity: 0.8;
	}

	/* Zitate
    ----------*/
	blockquote {
		background-color: #f0f0f0;
		padding: 10px;
		margin-bottom: 10px;
	}

	blockquote p {
		margin-bottom: 0;
	}

	/* Definitionen
    ----------------*/
	dl {
		margin-bottom: 10px;
	}

	dt {
		font-weight: bold;
	}

	dd {
		padding-left: 30px;
	}

	/* pre
    -------*/
	pre {
		font-family: "Courier New", Courier, Monaco, monospace;
		background-color: #efefef;
		margin-bottom: 10px;
	}
}