/* CSS Document */
html	{
	background-color: #400E0B;
	height: 100%;
}

body	{
	position: relative;
	width: 900px;
	height: 99%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(../images/bgBody.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1	{
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	background-color: #cccccc;
	margin-top: 120px;
	margin-bottom: 7px;
	margin-left: 60px;
	margin-right: 40px;
	color: #333333;
}

h2	{
	font-size: 1.2em;
	font-weight: bold;
	/*
	background-image:url(../images/h2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	*/
	border-bottom: 1px solid #cccccc;
	margin: 0px;
	margin-bottom: 15px;
	padding-bottom:8px;
}

h3	{
	font-size: 1em;
	margin: 0px;
	margin-bottom: 5px;
}

h4	{
	color: #666666;
	font-size: 1em;
	margin: 0px;
	margin-bottom: 5px;
	padding-left: 10px;
}

h5	{
	color: #ffffff;
	background-color: #990000;
	font-size: 12px;
	padding: 3px;
}

p	{
	margin: 0px;
	margin-bottom: 10px;
}

li	{
	margin: 0px;
	margin-top: 1px;
}

th	{
	text-align:left;
	background-color: #666666;
	color: #ffffff;
}

button	{
	width: 125px;
	border-left: 1px solid #ffffff; 
	border-top: 1px solid #ffffff; 
	border-right: 1px solid #000000; 
	border-bottom: 1px solid #000000;
	font-size: 11px; 
	background-color: #EA0008;
	color: #ffffff;
}

form	{
	margin: 0px;
	padding: 0px;
}


*html li	{
	margin: 0px;
}

#contentarea1	{
	background-color: #ffffff;
	width: 563px;
	margin-left: 267px;
	padding:15px;
	font-size:0.7em;
	background-image: url(../images/contentarea1Bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	overflow: auto;
}

#contentarea1 ul	{
	list-style-image:url(../images/li.gif);
	margin-top: 0px;
	margin-bottom: 10px;
	}
	
#contentarea1 a	{
	color: #EA0008;
	text-decoration: none;
	
}

#contentarea1 a:hover	{
	color: #EA0008;
	text-decoration: underline;
}

#contentarea1 img	{
	margin-left: 15px;
	margin-bottom: 10px;
}

#contentarea1 input,textarea,select	{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	padding: 3px;
	
}

.errorInput	{
	border: 1px solid #FF0000!important; 	
}


#lastChange	{
	color: #cccccc;
	font-size:10px;
	text-align: right;
	margin-right: 55px;
	margin-top: 3px;
	margin-bottom: 20px;
	height: 20px;
}

#switchLanguage	{
	position: absolute;
	top: 127px;
	right: 49px;
}

#search	{
	position: absolute;
	top: 127px;
	right: 149px;
}

#searchContainer	{
	position: absolute;
	display: none;
	width: 275px;
	height:100px;
	top: 200px;
	left: 400px;
	background-image: url(../images/bgSearch.gif);
	background-repeat:no-repeat;
	padding-left: 8px;
	padding-top: 4px;
	font-size: 11px;
}

.tableHead1	{
	background-color: #cccccc;
	font-weight: bold;
}

/* navigation*/
#naviMainList	{
	position: absolute;
	left: 60px;
	top: 154px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	
}

.naviMain	{
	display: block;
	width: 190px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	text-align: right;
	background-color: #cccccc;
	background-image: url(../images/mainNavi.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.naviMain:hover	{
	color: #ffffff;
	background-color: #EA0008;
	font-weight: bold;
}

.naviMainActive	{
	display: block;
	width: 190px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	background-color: #EA0008;
	background-image: url(../images/mainNavi.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.naviMainActiveParent	{
	display: block;
	width: 190px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	background-image: url(../images/mainNaviBgActive.gif);
	background-repeat: no-repeat;
}

#naviSubList
	{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	}
	
.naviSub	{
	display: block;
	width: 170px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	margin-left: 20px;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	text-align: right;
	background-color: #CCCCCC;
	background-image: url(../images/mainNavi.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.naviSub:hover	{
	background-color: #666666;
	color: #ffffff;
}

.naviSubActive	{
	display: block;
	width: 170px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	margin-left: 20px;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	text-align: right;
	background-color: #666666;
	background-image: url(../images/mainNavi.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* /navigation*/


/* layout images */
#headLine	{
	position: absolute;
	left: 0px;
	top: 0px;
}

#dssTypo	{
	position: absolute;
	left: 0px;
	top: 120px;
}
/* /layout images */
