/** reset browser styles **/

html, body, div, span,
h1, h2, h3, a, img, strong, ul, li,
fieldset, form, label,
table, caption, tbody, thead, tr, th, td,
input, select, p, b  {
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html, body, div, span,
h1, h2, h3, a, img, strong,
fieldset, form, label,
table, caption, tbody, thead, tr, th, td,
input, select, p, b  {
	margin: 0;
}

ul {
	margin: 0 0 15px 0;
	list-style: none;
}

li {
	margin: 0 0 0 15px;
	list-style: disc;
}

ul.bullet {
	list-style-image: url("/images/icons/list_bullet.png");
	margin-left: 15px;
	color: #1a5aaa;	
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

/** globals **/

body {
	background-color: #fff;
	background-image: url("/images/screen_main/100831_Muster_yj.png");
	background-repeat: ;
	background-position: ;
	font-size: 12px;
	font-family: Verdana, Arial, non-serif;
	line-height: 1;
	color: #000;
	text-align: center;
	padding-bottom: 25px;
}

p {
	margin: 0 0 15px 0;
}

a, a:link, a:visited {
	color: #e20025;
}

a:hover {
	color: #000;
}


.bluel{
	color: red;
}

.tbln{
	border-style: none;
}
.tbln TD { 
    border-style: none;
    text-align: right;           
}
.tbnlt {
	text-align: left;
}

h1, h2, h3 {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #1a5aaa;
	font-weight: bold;
}

h1 {
	display: none;
}

h3 {
	font-weight: normal;
	margin-bottom:  10px;
}

strong,
b {
	font-weight: bold;
}

hr {
	border:0px;
	height: 1px;
	color: #bbb;
	background-color: #bbb;
	clear: both;
	width: 100%;
	margin-bottom: 15px;
}

form br {
	clear: both;
}

.textfield,
textarea,
select {
	background: #f6f7f8;
	border: 1px solid #5383bf;
	padding: 1px;
}

input {
	height: 15px;

}

select {
	height: 18px;
		font-size: 11px;
}

input:focus,
textarea:focus,
select:focus {
	background: #fff;
}

label,
select,
input {
	color: #1a5aaa;
	cursor: pointer;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.energetix {
	text-transform: uppercase;
	color: #1a5aaa;

}

.uppercase {
	text-transform: uppercase;
}

.totop {
	margin-bottom: -5px;
	clear: both;
}

.totop a,
.totop a:link,
.totop a:visited   {
	color: #7c7c7c;
	text-decoration: none;
}

.blue {
	color: #1a5baa;
}

.red {
	color: #e20025;
}

.hidden {
	display: none;
}

.dropdown {
	font-size: 11px;
	line-height: 15px;
	color: #636363;
	cursor: pointer;
	white-space: nowrap;
}

.dropdown div.selected {
	width: 149px;
	height: 15px;
	border: 1px solid #bbb;
	padding: 0 0 0 2px;
	background-color: #fff;
	overflow: hidden;
	float: left;
}

* html .dropdown div.selected {
	width: 166px;
	height: 17px;
}

.dropdown img {
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 0;
}

* html .dropdown img {
	margin-left: -3px;
}

.dropdown ul {
	width: 168px;
	max-height: 400px;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #bbb;
	border-top: 0;
	position: absolute;
	z-index: 5;
	overflow: auto;
	background-color: #fff;
}

* html .dropdown ul {
	width: 183px;
	height: expression(this.scrollHeight > 400 ? "400px" : "auto");
	margin-top: -2px;
}

.dropdown li {
	height: 15px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 2px;
	overflow: hidden;
}

.dropdown li:hover {
	background-color: #eee;
}
