* {
		margin: 0px;
		padding: 0px;
}
.clear {
		clear: both;
}

body {
		background: url(../images/background.png) repeat-x fixed;
		font: 0.9em Verdana, Geneva, sans-serif;
}
.page {
		width: 1014px;
		margin-right: auto;
		margin-left: auto;
		background: url(../images/content_back.png) repeat-y;
		padding-top: 20px;
		padding-bottom: 12px;
}
.page .in-page {
		width: 950px;
		margin-right: auto;
		margin-left: auto;
}
.page .in-page .head {
		background: url(../images/head.png) no-repeat center;
		height: 172px;
		width: 950px;
		display: block;
		margin-right: auto;
		margin-left: auto;
}
.page .in-page .head .invisible {
		display: none;
}

.page .in-page .content {
		margin-top: 25px;

}


.content .menu {
		list-style: none;
		height: auto;
		width: 265px;
		display: block;
		float: left;
}
.content .menu a {
		background: url(../images/menu.png) no-repeat 0px 18px;
		display: block;
		min-height: 45px;
		width: 265px;
		margin-bottom: 25px;
		text-indent: 40px;
		line-height: 50px;
		text-decoration: none;
		font-weight: bold;
		font-size: 105%;
		color: #00436d;
		cursor: hand;
		cursor: pointer;
}
.content .menu a:hover {
		color: #0070b5;
}
.content .menu .visited {
		background: url(../images/menu_vis.png) no-repeat 0px 18px;
}
.content .menu a .machinen {
		margin-bottom: 15px;
}
.content .menu ul {
		width: 245px;
		margin-left: 20px;
		list-style: none;
}

.content .menu ul a{
		background: url(none);
		width: 245px;
		min-height: 25px;
		margin-bottom: 10px;
		margin-top: 10px;
		line-height: 25px;
}
.content .menu ul .visited{
		color: #0070b5;
}
.content .menu-horizontal {
		display: block;
		margin-left: 40px;
		float: left;
		min-height: 146px;
		width: 610px;
		list-style: none;
		margin-bottom: 12px;
}
.content .menu-horizontal span {
		display: block;
		border-right: 1px solid #00436d;
		border-bottom: 1px solid #00436d;
		border-left: 1px solid #00436d;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 5px;

}
.content .menu-horizontal img{
		height: 100px;
		width: 100px;
		overflow: hidden;
		background: #0070b5;
		border: 1px solid #E2EBF3;
}
.content .menu-horizontal li {
		display: block;
		margin-right: 10px;
		float: left;
		margin-bottom: 7px;
}
.content .menu-horizontal a {
		text-decoration: none;
		font-weight: bold;
		text-align: center;
		color: #0070b5;
		cursor: hand; 
		cursor: pointer; 
}
.content .menu-horizontal a:hover {
		text-decoration: none;
		font-weight: bold;
		text-align: center;
		color: #00436d;
}





.content .in-content {
		width: 610px;
		min-height: 700px;
		float: left;
		margin-left: 40px;
		margin-bottom: 20px;
		margin-top: 8px;
		padding-right: 20px;
}
.content .in-content h2 {
		font-size: 120%;
		color: #0070b5;
		margin-bottom: 7px;
}
.content .in-content a, .content .in-content a:visited {
		color: #00436d;
}
.content .in-content a:hover {
		color: #0070b5;
}
.content .in-content strong {
		letter-spacing: 120%;
}

.content .in-content p {
		font-size: 100%;
		line-height: 150%;
		text-align: justify;
		margin-bottom: 15px;
}


.content .in-content h1 {
		font-size: 150%;
		color: #233139;
		margin-bottom: 20px;
}
.content .in-content .first:first-letter {
		font-size: 160%;
		font-weight: bold;
		color: #0070b5;
		line-height: 100%;
}

.content .in-content  img.left {
		float: left;
		margin-top: 15px;
		margin-right: 10px;
		margin-bottom: 10px;
		border-style: none;
}
.content .in-content img {
		height: auto;
}

.content .in-content .first img  {
		float: right;
		margin-left: 12px;
		border-style: none;
		margin-bottom: 10px;
		margin-top: 4px;
}

.content .in-content  img.right {
		float: right;
		margin-top: 15px;
		margin-left: 10px;
		margin-bottom: 10px;
		border-style: none;
}
.content .in-content ul {
		margin-left: 25px;
		list-style: url(../images/list.png) outside;
		line-height: 25px;
		color: #000;
		margin-bottom: 20px;
}

.content .in-content .parameters td {
		font-size: 90%;
		border-collapse: collapse;
		border: none;
		padding: 5px;
		vertical-align: top;
				
				
}
.content .in-content .parameters {
		width: 610px;
}
.content .in-content .parameters .even {
		background: #8bc9ef;
}



.page .in-page .footer {
		text-align: right;
		font-size: 70%;
		color: #CCC;
		padding-right: 15px;
		margin-top: 10px;
}
.page .in-page .footer a, .page .in-page .footer a:visited {
		color: #CCC;
}
.content .in-content h3 {
		margin-bottom: 10px;
}
