/* ---------------------------------------------------------------------- */
/* General                                                                */
/* ---------------------------------------------------------------------- */

body {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	/*orient: portrait;*/
}

a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	border: 0px #000000 solid;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #990000;
}

.activeLink {
	color: #990000;
}

table {
	border-collapse: collapse;
}

table td {
	padding: 2px;
	vertical-align: top;
}

input, select, textarea {
	font-size: 11px;
	border: 1px solid #000000;
	border-top-color: #999999;
	border-left-color: #999999;	
}

*[type="button"] {

}

*[type="button"]:hover {
	background-color: #999999;
	color: #FFFFFF;
	border-top-color: #DDDDDD;
	border-left-color: #DDDDDD;
	border-bottom-width: 2px;
	border-right-width: 2px;	
}

/* ---------------------------------------------------------------------- */
/* Layout                                                                 */
/* ---------------------------------------------------------------------- */
.wtpMain {
	border: 0px #000000 solid;
	margin: 0px;
	padding: 0px;	
	width: 100%;
	height: 100%;
	background-color: #CAD6DA;
	overflow: hidden;
	position: absolute;
}

.wtpHeader {
	border: 0px #000000 solid;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 144px;
	position: absolute;
}

.wtpHeaderKeyVisual {
	border: 0px #000000 solid;
	margin: 0px;
	padding: 0px;
	width: 144px;
	height: 144px;
	background-image: url('../media/bildji.jpg');
	position: absolute;
}

.wtpHeaderLogo {
	border: 0px #000000 solid;
	margin: 0px 0px 0px 144px;
	padding: 0px;
	width: 100%;
	height: 54px;
	background-color: #FFFFFF;
	position: absolute;	
}

.wtpHeaderLangBar {
	border: 0px #000000 solid;
	margin: 54px 0px 0px 144px;
	padding: 0px;
	width: 100%;
	height: 36px;	
	background-color: #889EA7;
	position: absolute;
}

.wtpHeaderDeviceSelection {
	border: 0px #000000 solid;
	margin: 10px 0px 0px 298px;
	padding: 0px;
	position: relative;
	width: 400px;
	font-size: 11px;
	color: #666666;
}

.wtpHeaderNavigationBar {
	border: 0px #000000 solid;
	margin: 90px 0px 0px 144px;
	padding: 20px;
	width: 100%;
	height: 54px;	
	background-color: #CAD6DA;
	position: absolute;
}

.wtpHeaderSubNavigationBar {
	border: 0px #000000 solid;
	margin: 124px 0px 0px 144px;
	padding: 0px 0px 0px 18px;
	width: 100%;
	height: 20px;	
	background-color: #CAD6DA;
	position: absolute;
}

.wtpBody {
	border: 0px #FF0000 solid;
	margin: 144px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
}

.wtpBodyTitle {
	border: 0px #FF0000 solid;
	margin: 0px 0px 0px 144px;
	padding: 10px;
	width: 100%;
	background-color: #FFFFFF;
	position: relative;
}

.wtpBodyNavigation {
	border: 0px #FF0000 solid;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 140px;
	position: absolute;
}

.wtpBodyContent {
	border: 0px #FF0000 solid;
	margin: 0px 0px 0px 144px;
	padding: 10px;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	position: relative;
}