@charset "utf-8";

body {
	background: #fff url("bg_infoframe.gif") repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	margin: 0px;
	padding: 3px;
}

a { text-decoration : none; color : #027ee7; border: 0px;} 
a:link { text-decoration : none; color : #027ee7; border: 0px;} 
a:active { text-decoration : underline; color : #027ee7; border: 0px;} 
a:visited { text-decoration : none; color : #027ee7; border: 0px;} 
a:hover { text-decoration : underline; color : #ff5a00; border: 0px;} 

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

img { border: none; }

p { margin: 0; }

#frame { margin: 0; padding: 0; width: 100%; }

#frame .logo { float: left; margin-right: 5px; }

/* #frame table { border-collapse: collapse; font-size: 12px; } */
#frame .shortinfo { float: left; width: 620px; margin: 0 auto 0 auto; }
#frame .title { font-size: 14px; font-weight: bold; color: #0060af; margin-bottom: 2px; }
#frame .hints { font-size: 11px; }
#frame .code { font-weight: bold; font-size: 14px; }

/* #frame .optionen { } */