body {
	width: 800px;
	margin: 0px 50px;
 	border-bottom: 10px solid #FD011A;
}

#content a {
	color: #FD011A;
	text-decoration: none;
}

#content a:hover {
	color: #000;
	text-decoration: underline;
}

#content img {
	float:left;
	margin: 0px 10px 10px 0;
}

#menu a {
	color: #000;
	text-decoration: none;
}


a img {
	border: 0px;
}


a:hover {
	color: #000;
	text-decoration: none;
}


#head-left {
	float: left;
	width: 100px;
	height: 60px;
	hasLayout
}

/* Logo */

#head-left h1 {
	background-image: url(../images/logo.jpg);
	width: 70px;
	height: 100px;
	margin-top: 19px;
}

#head-left span {
	display: none;
}


#head-right {
	border-top: 8px #FD011A solid;
	border-bottom: 4px #000 solid;
	margin: 0;
	padding: 0;
	height:124px;
}


#head-right img {
	margin: 0px;
   	text-align: right;
}


#left {
	width: 200px;
	margin-left: 0px;
	padding-left: 0px;
}

.up {
   	text-align: right;
	margin: 0;
}


* html #left {
	height: 10px;
	padding-left: 0px;
}


/* Element PDF und English Version */

#menu {
	float: left;
	width: 180px;
	margin: 0;
	padding: 0;
}

#menu img {
	margin: 0;
	padding: 0;
}

* html #menu {
	height: 100%;
	padding-left: 0px;
}

#menu ul {
	list-style-type: none;
	list-style-position: inside;
	padding-left: 0px;
	margin-left: 0px;
}

#menu ul li {
	list-style-type: none;
	list-style-position: inside;
	border-top: 1px dotted #999;
}

#menu a {
	display: block;
	padding: 5px 0 5px 0px;
}

#menu ul li ul li{
	list-style-type: none;
	list-style-position: inside;
	padding-left: 14px;
	border-top: 1px dotted #999;
	background-color: #F6F6F6;
	color: #000;
}

* html #menu ul {
	padding: 0px;
	margin: 0px;
}


#menu a:hover,
#menu a:visited {
	color: #FD011A;
	text-decoration: none;
}

#menu a.currentpage:link,
#menu a.currentpage:visited {
	font-weight: bold;
	color: #FD011A;
	text-decoration: none;
	padding: 5px 0 5px 0px;
	background: #F7F7F7;
}


#menu p {
	margin-top: 25px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	font-size: 10px;
	padding-top: 5px;
}


#content {
	width: 600px;
	margin-left: 200px;
}


* html #content {
	width: 550px;
}


ul.toc {
	list-style-type: none;
	list-style-position: inside;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}


ul.toc li {
	display: inline;
	padding: 2px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 10px;
	border: 1px solid #000000;
}


div.box {
	border: 1px solid #949494;
	padding: 5px;
}


a.border {
	border: 1px solid #000000;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 10px;
	text-decoration: none;
}

a.border:hover {
	border-color: #FF0000;
}

.error {
	font-size: 10px;
	color: #FF0000;
}


input {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	color: #000000;
}


input:hover,
input:active {
	border: 1px solid #FF0000;
	color: #FF0000;
}
