
/*
 * Listen
 */
ul {
	margin: 0 0 1em 1em;
}

li {
	margin-left: 1.5em;
	line-height: 1.5em;
}

/*
 * Links
 */
a:link, a:visited {
	color: #CA1400;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.fett, a.fett:link, a.fett:visited, a.fett:hover {
	font-weight: bold;
}

/*
 * Bilder
 */
img {
	border-width: 0;
}

img.design {
	display: block;
}

img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/*
 * Überschriften
 */
h1 {
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000000;
}

h1 + h2 {
	margin-top: 0;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000000;
}

/*
 * Absätze
 */
p {
	margin-bottom: 10px;
	line-height: 1.2em;
}

/*
 * Datum/Uhrzeit
 */
abbr.timestamp {
	border-bottom: none;
}

/*
 * Formulare
 */
table.form td {
	padding: 2px;
}

table.form td.label {
	text-align: right;
	font-weight: bold;
	padding-right: 20px;
	vertical-align: top;
	padding-top: 6px;
}

form.form label {
	padding: 0 20px 0 0;
	font-weight: bold;
}

form.form div.line {
	margin-bottom: 10px;
}

form.form div.line label {
	float: left;
	display: block;
	padding-top: 3px;
}

form.form div.line label.top {
	float: none;
	padding-top: 0;
	margin-bottom: 3px;
}

form.form div.line label.right {
	margin-left: 10px;
}

textarea {
	font-size: 1.1em;
	overflow: auto;
	resize: none;
}

input, select, textarea {
	border: 1px solid #D3D3D3;
	background-color: #FFFFFF;
	padding: 2px;
	transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, -moz-box-shadow linear .2s;
	-webkit-transition: border linear .2s, -webkit-box-shadow linear .2s;
}

input:focus, textarea:focus {
	outline: none;
	border: 1px solid #77B2EE;
	border: 1px solid rgba(82, 168, 236, 0.75);
	box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
	-moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
	-webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
}

input[type=radio], input[type=checkbox] {
	border-width: 0;
	vertical-align: middle;
}

label input[type=checkbox] {
	margin-bottom: 0.05em;
	border-width: 0;
}

input.submit {
	background-color: #FBFBFB;
	border: 1px solid #D3D3D3;
	padding: 4px 15px 4px 15px;
	overflow: visible;
	width: auto;
	font-size: 1.2em;
	cursor: pointer;
}

input.submit:hover {
	border-color: #77B2EE;
	box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
	-moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
	-webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
}

option {
	padding-right: 0.5em;
}

fieldset {
	border: 1px solid #065492;
}

legend {
	color: #065492;
	font-weight: bold;
}

/*
 * Standard-Box
 */
div.box {
	border: 1px solid #E6E6E4;
	background-color: #F5F6F1;
	padding: 5px;
}

/*
 * Spezielle Links
 */
a.pdf:link, a.pdf:visited {
	background-image: url(../gfx/link.pdf.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	padding: 3px 0 3px 20px;
}

a.extern:link, a.extern:visited {
	background-image: url(../gfx/link.extern.png);
	background-repeat: no-repeat;
	background-position: right 50%;
	padding: 0 15px 0 0;
}

a.print:link, a.print:visited {
	background-image: url(../gfx/link.print.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	padding: 0 0 0 15px;
}
