body { 
    background-color: #FFFFFF;
    background-image: url('../images/grad.jpg');
    background-repeat: repeat-y;
	color: #000000;
    font-family: Arial, sans-serif;
    font-size: 12px;
    height: 100%;
    margin: 0px;
    padding: 0px;
	width: 100%;
}

td {
    font-family: Arial, sans-serif;
    font-size: 12px;
}

div#page { 
    background-image: url('../images/bg.jpg');
    background-repeat: no-repeat;
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    position: absolute;
    min-width: 100%;
}

* html div#page {
    height: 100%;
	width: 100%;
}

div#menu {
    border-bottom: 1px solid #668BB0;
    margin-top: 100px;
}

div#nav {
    width: 750px;
}

div#nav ul {
    margin: 0px;
    margin-left: 50px;
    padding: 0px;
}

* html div#nav ul, * html div#menu, * html div#nav {
    position: relative;
}

div#nav ul li {
    display: inline;
    padding-right: 40px;
}

div#nav li a {
	background-color: transparent;
    border-bottom-style: none;
    color: #668BB0;
    display: inline;
    font-family: Arial, sans-serif;
    font-size: 10px;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    text-transform: uppercase;
}

div#nav li a.curr { 
    border-bottom: 2px solid #CC0000;;
    color: #CC0000;
}

div#nav li a:hover, div#nav li a:active, div#nav li a:focus { 
    border-bottom: 2px solid #CC0000;
    color: #CC0000;
}

div#content {
    clear: both;
    margin-left: 50px;
    padding-top: 30px;
	padding-bottom: 20px;
    width: 600px;
}

div#content h2 {
	background-color: transparent;
    border-top: 1px solid #CC0000;
    color: #CC0000;
    font-size: 13px;
    font-weight: bold;
    margin: 0px;
    margin-top: 12px;
    padding: 0px;
    padding-top: 4px;
    text-transform: uppercase;
}

div#content h2 span.normal {
    text-transform: none;
}

div#content p {
    margin: 0px;
    margin-top: 6px;
    padding: 0px;
    text-align: justify;
}

div#content p.top {
    background-color: transparent;
    color: #668BB0;
    font-weight: bold;
    margin-bottom: 20px;
}

div#content h3 {
	background-color: transparent;
    color: #668BB0;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

div#content h4 {
	background-color: transparent;
    color: #668BB0;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

div#content hr {
	background-color: #668BB0;
	border-style: none;
	color: #668BB0;
	height: 1px;
	margin: 0px;
	margin-bottom: 6px;
	margin-top: 15px;
}

* html div#content hr {
    margin-bottom: 0px;
    margin-top: 10px;
    padding: 0px;
}

div#content table {
    margin-bottom: 20px;
    margin-top: 15px;
}

div#content td {
    vertical-align: top;
}

div#content td h4 {
    margin: 0px;
    padding: 0px;
}

div#content td p {
    margin: 0px;
    padding: 0px;
}

div#content td ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

div#content td ul li {
    background-image: url('../images/bullet.jpg');
    background-position: left 7px;
    background-repeat: no-repeat;
    padding-left: 12px;
}

div#content a {
	background-color: transparent;
    color: #668BB0;
}

div#content a:link, div#content a:visited {
    text-decoration: underline;
}

div#content a:hover, div#content a:active, div#content a:focus {
    color: #CC0000;
    text-decoration: none;
}

div#content .references ul  {
    margin: 0px;
    padding: 0px;    
}

div#content .references ul li {
    display:inline;
    padding-right:0px;
}

div#content .references a {
	background-image: url('../images/pfeil_blau.png');
	background-position: right center;
	background-repeat: no-repeat;
	border-top: 1px solid #668BB0;
	display: block;
	padding-bottom: 3px;
	padding-top: 3px;
	text-decoration: none;
}

* html div#content .references a {
	background-image: url('../images/pfeil_blau.gif');
}

div#content .references a:link, div#content .references a:visited {
	text-decoration: none;
}

div#content .references a:hover, div#content .references a:active, div#content .references a:focus {
	background-image: url('../images/pfeil_rot.png');
}

* html div#content .references a:hover, * html div#content .references a:active, * html div#content .references a:focus {
	background-image: url('../images/pfeil_rot.gif');
}

div#content a.first {
	margin-top: 15px;
}

div#content h4.first {
	margin-top: 15px;    
}

div#content img.pdf {
	margin-bottom: 5px;
	margin-right: 5px;
	vertical-align: middle;
}

div#content input {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #000000;
	width: 200px;
}

div#content select {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #000000;
	width: 202px;
}

div#content input.button {
	background-color: #668BB0;
	border-style: none;
	color: #FFFFFF;
	font-weight: bold;
	width: 120px;
}

div#content input.button:hover {
	background-color: #CC0000;
	color: #FFFFFF;
}

div#content textarea {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	height: 100px;
	width: 300px;
}

div#content p.error, div#content p.done {
	background-color: transparent;
	color: #CC0000;
	font-weight: bold;
}

div#content img {
    border-style: none;
}

div#content .comparis {
    background-image: url('../images/logos/comparis.png');
    background-position: left center;
	background-repeat: no-repeat;
    
    display: block;
    
    width: 263px;
    height: 50px;
    
    border: 1px solid green;
}

* html div#content .comparis {
	background-image: url('../images/logos/comparis.gif');
}

div#content .comparis:hover {
    background-image: url('../images/logos/comparis_hover.png');
}

* html div#content .comparis {
	background-image: url('../images/logos/comparis_hover.gif');
}

div#too_left {
    float: left;
    margin-top: 0;
    padding-top: 0;
    width: 275px;
}

div#too_right {
    margin: 0 0 0 325px;
    width: 275px;
}

div#content .references h4 {
    border-top: 1px solid #CC0000;
    color: #CC0000;
    font-weight: bold;
    padding: 3px 0;
    text-transform: uppercase;
}

* html div#too_right {
    margin: 0 0 0 322px;
}

div#content p.top_simple {
    background-color: transparent;
    margin-bottom: 20px;
}

div#content a img {
    vertical-align: middle;
}