/*-----------------------------------------------------------------------------
	Globale Einstellungen
-----------------------------------------------------------------------------*/

body {
	text-align: left;
	font-weight: normal;
}

body, h1, h2, h3, h4, h5, h6, input, textarea, select, td {
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	line-height: 16px;
}

body, h1, h2, h3, h4, h5, h6, form, center, div {
   margin: 0px;
   padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 12px;
}

h2 {
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 7px;
}

h3 {
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 7px;
}

td {
	border: 0px;
	text-align: left;
	vertical-align: top;
}

p {
	margin: 0px 0px 7px 0px;
}

img {
	margin: 0px;
	border: 0px;
}



/*-----------------------------------------------------------------------------
	Globale Design Elemente
-----------------------------------------------------------------------------*/


/*	Grundelemente
----------------------------------------------------------->  */

html {
}

body#mainpage {
	color: #000000;
	background-color: #FFF3BD;
	margin: 25px 20px 10px 10px;
	text-align: center;
}

body#welcome {
	color: #000000;
	background-color: #6A6A6A;
	margin: 0px;
}

body#window {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	background-color: #F3F3F3;
	padding: 20px;
}

body#iframe {
	color: #000000;
	background-color: transparent;
	padding: 0px;
}

a {
	color: #FF9800;
	text-decoration: none;
}

a:hover, a:active {
	color: #000000;
	text-decoration: none;
}

a.text-link {
	color: #FF9800;
	text-decoration: underline;
}

a.text-link:hover, a.text-link:active {
	color: #FF9800;
	text-decoration: none;
}

hr {
	height: 0px;
	margin: 0px;
	border: 0px;
	border-bottom: 1px solid #444444;
}

ul {
	margin: 0px 0px 0px 7px;
	padding: 0px;
}

li {
	padding: 0px;
	margin: 5px 0px 0px 12px;
}


/*	Formular-Elemente
----------------------------------------------------------->  */

input, textarea, select {
	line-height: 15px;
	color: #000000;
	background-color: #F3F3F3;
	border: 1px solid #666666;
	margin: 0px;
	padding: 2px 4px;
	width: 370px;
	vertical-align: middle;
}

textarea {
	line-height: 19px;
	border: 1px solid #666666;
	margin: 0px;
	width: 370px;
}

select {
	padding: 0px 2px;
}

input.button, input.button2 {
	line-height: 15px;
	color: #FFFFFF;
	background-color: #FF9800;
	border: 1px outset #9C4600;
	width: 110px;
	margin-right: 8px;
	padding: 0px;
}

input.button {
	font-weight: bold;
}

input.file {
	margin: 10px 0px;
	padding-top: 0px;
	width: 340px;
}

input.radio {
	width: auto;
	height: auto;
	border: 0px;
	padding: 0px;
	background-color: transparent;
	margin: 0px 5px 0px 0px;
}

input.checkbox {
	width: auto;
	background-color: transparent;
	margin: 0px 8px 0px 0px;
	border: 0px;
	padding: 0px;
}

input.helpline {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: transparent;
	font-size: 11px;
	line-height: 12px;
	width: 100%;
	border: 0px;
	margin: 3px 0px 13px 0px;
	padding: 0px;
}


/*	Standard Design Elemente
----------------------------------------------------------->  */

p.bottom-line {
	margin-top: 1px;
	font-size: 12px;
	line-height: 14px;
	text-align: right;
	color: #CC6D00;
}

p.bottom-line a {
	color: #B65B00;
}

p.bottom-line a:hover {
	color: #000000;
}

td.submenu a {
	color: #5978B0;
	text-decoration: none;
	font-weight: bold;
}

td.submenua a:hover, td.submenu a:active {
	color: #5978B0;
	text-decoration: none;
}

td.submenu img {
	margin: 2px 7px -1px 0px;
	width: 12px;
	height: 12px;
}
