html, body, body * { font-family: Arial, Helvetica, sans-serif; color: #232733; }
body { background: #fff; font-size: 10px; text-align: center;margin: 0; margin-left: auto; margin-right: auto; padding: 0; } /* padding: 0px wegen Opera 7 */

a:link, a:visited, a:active {
	color: #6891BC;
	text-decoration:none;
}

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

/* REMOVE PADDING AND MARGIN VALUES */
* { margin: 0; padding: 0; }

/* auxnav */
table#auxnav {
width:780px;
margin: 3px auto 20px auto;
text-align:left;
color:#3A5D83;
background-color: white; 
}
#auxnav a { color:#3A5D83; }
#auxnav a:hover { color:#232323; }

#auxnav td{ color:#3A5D83;}
#auxnav td.right { text-align: right}

/* header */
div#header { width: 780px; height: 60px; text-align:left; margin-left: auto; margin-right: auto; position: relative; }

img#logo { position: absolute; top:5px; }


/* images */
img { border: 0px; float: none; }
img.left { float: left; margin: 3px 10px 10px 0px; }
img.right { float: right; margin: 3px 0px 10px 10px;}



/* Lists */
ul, ol, dl {list-style-type: disc;}
li { margin-left: 16px; }


/* Schnellsuche */

#schnellsuche {
	padding: 0; margin: 0;
	width: auto;
	background-color: white;
}

#schnellsuche input, #schnellsuche input {
	padding: 0; margin: 0;
}

#schnellsuche form {
	padding: 0; margin: 0;
}

#schnellsuche td label{
	position: relative;
}

#schnellsuche input.inputtext {
color: #515151;
background-image: url(p/textinput-bg.png);
background-repeat: repeat-x;
background-position: right;
	width: 245px;
	font-size: 11px;
	padding: 1px;
	padding-left: 4px;
	border-left: 1px solid #C3C3C3;
	border-right: 1px solid #C3C3C3;
	border-bottom: 1px solid #DDDDD;
	border-top: 1px solid #7C7C7C;
	position: relative;
	top: -2px;

}

#schnellsuche input.inputtext:focus {
	border-left: 1px solid #7C7C7C;
	border-right: 1px solid #7C7C7C;
	border-bottom: 1px solid #7C7C7C;
	border-top: 1px solid #7C7C7C;
	color: black;
}

#schnellsuche input.button {
	font-size: 11px;
	padding: 0px;
}

/* for ie - remove padding from radios & checkboxes */
#rights-rm, #rights-rf, #option-key, #option-num, #option-cd {
	padding: 0; margin: 0;
	overflow:hidden;
	width: 13px; 
	height: 13px;
}
