

/***************************************
	Standard-Formen
****************************************/

* html body{
	behavior: url(/javascript/csshover.htc); 
	behavior: url(/javascript/pngfix.htc); 
}

html {
	font-size: 62.5%;
}

body {
	font-family: "Lucida Grande", Tahoma;
	width: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:Ó; }
abbr,acronym { border:0; }

a {
	text-decoration: none;
	color: #0194aa;
}

/***************************************
	Feature Liste
****************************************/

table.featurelist {
	width: 800px;
	margin: 35px;
}

table.featurelist td {
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	padding: 0.5em;
	color: #515151;
	font-size: 0.7em;
	line-height: 1.3em;
	margin-bottom: 0.5em;
}

table.featurelist td.title {
	background-color: #6ccdf3;
	font-weight: bold;
	font-size: 0.8em;
}

table.featurelist td.program {
	width: 50px;
	text-align: center;
}