/* CSS Document */

body{
	background-color: #ECECEC;
	MARGIN-TOP: 40px;
	MARGIN-LEFT: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma;
	font-weight: lighter;
	font-size: 11px;
}

.normal_text{
	margin-top: 40px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana;
	font-size: 11px;	
}


.frame{
	BORDER-RIGHT: #CCCCCC 1px solid;
	BORDER-LEFT: #CCCCCC 1px solid;
	BORDER-BOTTOM: #CCCCCC 1px solid;
	BORDER-TOP: #CCCCCC 1px solid;
	background-color: #FFFFFF;
}

.tabel{
	BORDER-RIGHT: 0px solid;
	BORDER-LEFT: 0px solid;
	BORDER-BOTTOM: 0px solid;
	BORDER-TOP: 0px solid;
	border-color: white;
}


TH{
	BORDER-bottom: 0px solid;
	border-color: #8C8C8C;
	color: #000000;
	background-color: white;
	font-style: italic;
	font-family: Verdana;
	font-size: 11px;
	text-align:left;
}

.footer{
	font-family: Tahoma;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
}

.menu{
	font-family: Tahoma;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
	background-color: #333333;
}
a.menu:link {
	color: white; 
	text-decoration: none; 
}
a.menu:visited {
	color: white; 
	text-decoration: none; 
}
a.menu:hover {
	color: white; 
	text-decoration: underline; 
}
a.menu:active {
	color: white; 
	text-decoration: none; 
}

a.inline:link {
	color: #003D59; 
	text-decoration: none; 
}
a.inline:visited {
	color: #003D59; 
	text-decoration: none; 
}
a.inline:hover {
	color: #003D59;
	text-decoration: underline; 
}
a.inline:active {
	color: #003D59; 
	text-decoration: none; 
}

.titelkes{
	color: #003D59; 
	font-weight: 500;
	
}

.form {
	font-size: 12px; 
	color: #333333; 
	font-family: Tahoma; 
	height:11px;
}


input {
	BORDER-RIGHT: #999999 1px solid; 
	BORDER-TOP: #999999 1px solid; 
	FONT-SIZE: 10px; 
	BORDER-LEFT: #999999 1px solid; 
	COLOR: #000000; 
	BORDER-BOTTOM: #999999 1px solid; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #f4f4f4
}


TEXTAREA {
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
	color: #000000;
	border-bottom: #999999 1px solid;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #F4F4F4;
	font-size: 10px;
}

SELECT {
	BORDER-RIGHT: #999999 1px solid; 
	BORDER-TOP: #999999 1px solid; 
	FONT-SIZE: 10px; 
	BORDER-LEFT: #999999 1px solid; 
	COLOR: #000000; 
	BORDER-BOTTOM: #999999 1px solid; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #f4f4f4;
}

.list {
	padding: 0;
	font-family: Verdana;
	font-size: 10px;
	margin: 0  10px  -1px 10px;
	list-style-type: none;
	list-style-image: url(images/smokeandglass_iconlevel.gif);
}

div.scroll {
	height: 300px;	
	width: 600px;	
	overflow: hidden;	
	border: 0px solid #666;	
	background-color: white;	
	padding: 0px;
}
