/*****************************/
/*                           */
/*         DIVs              */
/*                           */
/*****************************/


#header {
	margin: 0 0 10px 0;
	border-bottom: 1px solid black;
	text-align: center;
}

#content {
	margin: 0 0;
	padding-bottom: 30px;
}

.footer {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-top: 1px solid;
	padding-bottom: 15px;
}

.highlight {
	background: yellow;
	border:1px solid #000000;
	padding: 2px;
	width: 500px;
	margin-top: 10px;
}


/*****************************/
/*                           */
/*         Formulare         */
/*                           */
/*****************************/

.button {
	background-color:#fff;
	/*font-size: 8pt; */
        font-size: 14px;
        line-height: 1.5;
        padding: 1px 4px;
        margin: 8px 4px;
	border:1px solid #ff5021;
}
.button:hover{
	background-color:#ff5021;
	color:#fff;
}

form br {
	clear:both;
}
form p {
	clear:both;
	padding:0px 0px;

}
form label {
	float:left;
	padding-right: 10px;
	text-align: right;
	width:120px;
}

form .input, select  {
	border:1px solid #000000;
	font-size: 8pt;
	background-color:#fff;
}

form input:focus, form textarea:focus {
	background-color:#EFEFEF;
}

.form_span {
	margin-left: 130px;
}


/*****************************/
/*                           */
/*         Fonts             */
/*                           */
/*****************************/
body {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	background: white;
	color: black;
        margin: 20px;
}

p, table, .blue, .red {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
}

.blue {
	color:blue;
}

.red {
	color:red;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, serif;
}

h1 {
	font-size: 18pt;
	font-weight: bold;
}

h2 {
	font-size: 16pt;
	font-weight: bold;
}

h3 {
	font-size: 14pt;
	font-weight: bold;
}

h4 {
	font-size: 12pt;
	font-weight: bold;
}

h5 {
	font-size: 10pt;
	font-weight: bold;
}

a, a:visited{
	color: #ff5021;
	text-decoration: none;
	font-weight: bold;
	border-bottom: solid 1px #ff5021;
}

a:hover {
	background-color: #ff5021;
	color: #fff;
}

a.nolink, a.nolink:visited, a.nolink:hover {
	background-color: #FFFFFF;
	text-decoration:none;
	border-bottom: solid 1px #FFFFFF;
}
/*****************************/
/*                           */
/*         Tabellen          */
/*                           */
/*****************************/

table, klein.table {
	border: 0;
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 2px 2px;
	empty-cells: show;
	caption-side: bottom;
}

.klein {
	font-size: 8pt;
}

th {
	color: #000000;
	background: #EFEFEF;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	padding: 4px;
}

td {
	text-align: left;
	vertical-align: top;
	padding: 4px;
}

.toggle-password {
    font-size: 20px;
}

input#pass_bild,
input#passwort_fb {
    font-size: 14px;
    line-height: 1.5;
    padding: 1px 4px;
}
