body {
	background: #f1f1f1 url(../images/body.jpg) repeat left top;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	margin:0;
	padding:0;
	color: #575656;
}

a {
	color: #25669b;
	text-decoration: none;	
	outline: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #d03216;	
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	margin: 30px 0 20px 0;
}

h2 {
	margin: 30px 0 10px 0;
	padding: 0;
	font: 700 13px verdana, sans-serif;
	color: #25669b;
}

h1:first-child, h2:first-child {
	margin-top: 0;
}

h1 + h2 {
	margin-top: 5px;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

p {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

ol, ul {
	margin: 15px 0 20px 30px;
	padding: 0;
	font-weight : normal;
	text-align: left;
	list-style-position: outside;
}

ol {
	list-style-type: decimal-leading-zero;
}

ul {
	list-style-type: square;
}

li {
	padding: 0 0 15px 0;
}

form {
	margin: 0;
	padding:0;
}

div#login input {
	background: #fff;
	border: 1px solid #e1e1e1;
	width: 170px;
	height: 25px;
	margin: 10px 8px 0;
	padding: 0; 
	box-shadow: 1px 1px 5px #e1e1e1;
	border-radius: 3px;
	font-size: 11px;
}

div#login input[type="submit"] {
	background: #fff;
	border: 1px solid #e1e1e1;
	width: 170px;
	height: 25px;
	margin: 10px 8px 0 125px;
	padding: 0; 
	box-shadow: 1px 1px 5px #e1e1e1;
	border-radius: 3px;
}


div#login label {
	width: 100px;
	height: 25px;
	margin: 17px 8px 0;
	padding: 0; 
}

#login, #container {
	background: #f5f5f5;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	width: 320px;
	overflow:auto;
	margin: 5% auto 0;
	padding:25px;
	box-shadow: 1px 1px 5px #e1e1e1;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #fff;
	text-align:center;
}

#login h1 {
	color: red;
	font-size: 15px;
}

#container > h1 {
	text-align: center;
	margin: 30px 0 50px;
	display: block;
	color: #4A8AC9;
	font-size: 15px;
}

h2 {
	color: #4A8AC9;
	margin: 0 0 20px;
	font-size: 13px; 
}


#container {
	width: 1000px;
	text-align:left;
	text-shadow: none;
}

#navigation, #content, user {
	float: left;
}

#navigation {
	width: 180px;
	margin: 0;
}

#content {
	width: 550px;
	float: left;
	min-height: 400px;
	border-right: 1px dashed #d5d5d5;
	border-left: 1px dashed #d5d5d5;
	margin: 0 25px;
	padding: 0 25px;
}

#user {
	width: 150px;
	float: left;
	
}



.nav {	
	border-top: 1px dashed #ccc;
	line-height: 25px;
	outline:none;
	font-size:13px;
	cursor:pointer;
}
	
.nav:first-child {	border-top: none;}	
	
.navsub {	
	margin: 0 0 10px;
	}
	

.navsub_on {	background: none;	}
	
.navsub_over {	color: #03478E; 	}



.navsub ul,
.navsub ul li	{
	margin: 0;
	padding: 0;
    list-style-type: square;
	list-style-position:inside;
}

.navsub ul li {
	font-size:12px;
	line-height:20px;
}

.navsub ul li a {
	color: #03478E;
}






/* tables */

.table {
    display: table;
    margin-top: 15px;
	width: 100%;
}

/*IE 7*/

*+html .table  {
	behavior: url(scripts/display-table.min.htc);
}

/* /IE 7 */

form[name="form1"] + .table, form#form + .table, textarea + .table {
	margin-top: 65px;
}

.tr {
    display: table-row;
}

#tableUser {
	width: 400px;
}

#tableEdit .tr:first-child {
	font-weight: bold;
}

.tr:hover .td {
	background: #ddd;
}

.old .td {
	color: #bbb;
}

.old .td a {
	color: #bbb;
}


#tableEdit .tr:first-child:hover .td {
	background: #eee;
}

.td {
    display: table-cell;
    padding: 5px;
	background: #eee;
	border-bottom: 1px solid #fff;
	vertical-align: top;
}

#tableUser .td:first-child {
	width: 150px;
}

.td:first-child {
	border-left: none;
}





/* forms */

form {
	overflow: auto;
}

legend, label, input, textarea, select {
	float: left;
	width: 290px;
	font-size: 12px;
}

/* IE 7 */

*+html input 		{	clear: left;}
*+html textarea		{	clear: left;}
*+html form select	{	clear: left;}

/* /IE 7 */

fieldset, legend, label, input[type="submit"], input[type="checkbox"], form p, p#legend {
	clear: left;
}

fieldset, legend {
	margin: 0;
	padding: 0;
	border: none;
}

legend, label {
	padding-top: 8px;
	width: 150px;
}

legend {
	padding-top: 2px;
}

fieldset label {
	float: none;
	clear: none;
	width: auto;
	padding-top: 0;
}

input, textarea /*, select*/ {
	margin: 2px 0;
	padding: 6px 2px;
	border: 1px solid #A7A6AA;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	/*-webkit-appearance:none;*/
}

input:focus, textarea:focus, select:focus, input[type="submit"]:active, input[type="button"]:active {
	box-shadow: inset 0 0 2px  #aaa;
}

input[onclick] {
	width: auto;
	color: #81868A;
	font-weight: bold;
	cursor: pointer;
}

input[onclick] + input[type="checkbox"] {
	margin-left: 0;
	clear: none;
}

input[onclick]:hover {
	text-decoration: underline;
}

input[onclick]:active {
	box-shadow: none;
}

input[disabled], input[readonly] {
	background: #fff;
	border: 1px solid #fff;
}

input[type="submit"], input[type="button"] {
	margin: 18px 2px 0 153px;
	width: auto;
	background: #f0f0f0;
}

input[type="button"] {
	margin: 18px 2px 0 20px;
	font-weight: normal;
	text-decoration: none !important;
	color:  #000;
}



/* IE7 */

*+html input.input[type="submit"] {
	margin-left: 0;
}

*+html form p {
	margin-left: 0;
}

/* /IE7 */

input[type="file"] {
	width: auto;
	background: #fff;
	border-width: 1px;
}

input[type="radio"],
input[type="checkbox"] {
	float: none;
	margin-right: 5px;
	width: auto;
	height: auto;
	background: transparent;
	border: 0;
	box-shadow: none;
}

input#format2, input#format3 {
	margin-left: 20px;
}
/*

input[type="checkbox"] {
	margin-bottom: 10px;
	margin-left: 153px;
	margin-top: 11px;
	width: auto;
	height: auto;
}*/

input.searchButton {
	position: relative;
	float: right;
	left: -470px;
	width: auto;
	margin: 2px 0;
	padding: 5px 2px;
	background: #f0f0f0;
}

input.search {
	float: left;
}

textarea {
	height: 160px;
	resize: vertical;
}

form p {
	margin-left: 153px;
	font-size: 10px;
}

p#legend {
	font-size: 10px;
}

form img {
	float: left;
	margin: 5px 0;
}

span.radio {
	float: left;
	margin: 7px 20px 0 5px;
}

span.star {
	color: red;
}

.formfehler {
	color: red;
}





