* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body, table, input, select, textarea {
	font-size: 11px;
	font-family: Verdana, Arial, non-serif;
	color: #333;
}

body {
	padding-top: 15px;
	background-color: #333;
}

h1 {
	color: #666;
	padding-bottom: 5px;
	margin-bottom: 35px;
	font-family: Georgia;
	font-weight: normal;
	border-bottom: 5px solid #ddd;
	font-size: 26px;
}

h2 {
	color: #666;
	padding: 5px;
    background-color: #ddd;
	font-size: 12px;
	position: relative;
}

h3 {
	color: #666;
         padding: 5px;
	font-size: 11px;
}

h4 {
	color: #666;
         padding: 5px;
	font-size: 16px;
}

h5 {
	color: #999999;
    font-size: 10px;
	font-family: Verdana, Arial, non-serif;   
	  
}


h6 {
	color: #666;
	padding: 5px;
	font-family: Georgia;
	font-weight: normal;
    background-color: #dcd;
	font-size: 30px;
	position: relative;
}

h7 {
	color: #666;
	padding: 5px;
    background-color: #dcd;
	font-size: 12px;
	position: relative;
}

a {
	color: #000;
         text-decoration: none;
}

a:hover {
	color: #727272;
         text-decoration: none;
}

p {
	padding-bottom: 25px;
         margin: 5px;
         text-align: justify;
	line-height: 17px;
}

.clear {
	clear: both;
	line-height: 0px;
}

#wrap {
	padding: 5px;
	width: 710px;
	position: relative;
	left: 50%;
	margin-left: -360px;
	background-color: #E9E9E9;
	border: 8px solid #222;
}

#head {
	background-image: url(/standards/images/head_background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom: 5px solid #E9E9E9;
	height: 125px;
}

#logo {
	border-right: 5px solid #E9E9E9;
	width: 190px;
}

#navi {
         background-image: url(/standards/images/navi_back.gif);
	background-repeat: repeat-x;
	height: 35px;
}

#navi ul {
	list-style-type: none;
}

#navi ul li {
	float: left;
	padding: 0px 15px 0px 10px;
	margin-top: 11px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial;
	border-right: 2px solid #fff;
}

#navi ul li a {
	color: #727272;
	text-decoration: none;
}

#navi ul li a:hover {
	color: #E9E9E9;
}

#navi ul li ul {
	position: absolute;
	background-color: #C3C1C1;
	display: none;
}

#navi ul li:hover ul {
	display: block;
}

#navi ul li ul li {
	float: none;
	border: 0px;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #aaa;
	width: 120px;
}

#content {
	padding: 15px 20px 0px 0px;
}

#content a {
	text-decoration: underline;
}


#leftColumn {
	width: 195px;
	float: left;
}

#middleColumn {
	margin-left: 210px;
	padding: 0px 5px 5px 5px;
}

.contentBox {
	border: 5px solid #DCDCDC;
	padding: 10px;
	margin: 0px 5px 5px 0px;
	width: 165px;
	height: 165px;
}

.prices {
	width: 99%;
}

.prices th {
	padding: 5px;
	text-align: left;
}

.prices td {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}

#footer {
	color: #aaa;
	background-color: #DCDCDC;
	font-size: 9px;
	padding: 8px 10px 8px 10px;
	margin-top: 40px;
}

ul.normal {
	padding: 0px 0px 35px 15px;
}


ul.normal li {
	padding: 0px 0px 5px 10px;
         list-style-type: circle;
}

.downloads {
	background-color: #c7c7c7;
         width: 80px;
         float: right;
}


#content .downloads a {
	text-decoration: none;
}

td.first {
	padding: 0px 0px 5px 0px;
}

td.zwischenueberschrift {
	padding: 20px 0px 5px 0px;
}

ul.linkList {
	list-style-type: none;
	padding-bottom: 15px;
}

ul.linkList li {
	padding: 0px 0px 5px 35px;
	background-image: url(/standards/images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 20px 4px;
	position: relative;
}

ul.linkList li a {
	color: #999;
}

ul.linkList li a:hover {
	color: #000;
}
