﻿@charset "utf-8";

table {empty-cells:show;}
th {text-align:center;vertical-align:middle;}
td {text-align:left;vertical-align:top;}
textarea {overflow:auto;}
a,option,button,input[type=radio],input[type=checkbox] {cursor:pointer;}
b,strong {font-weight:700 !important;}
button {width:auto;overflow:visible;} /* IE Hack für Button-Optik http://viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
a:link {text-decoration:underline;color:Blue;}
a:visited {text-decoration:underline;color:Navy;}
a:hover {text-decoration:none;color:Red;}
a:active {text-decoration:none;color:Red;outline:none;}
a:focus {text-decoration:underline;color:Magenta;outline:none;}
