/******************************************
* File      :   screen.css
* Project   :   destangofah-project.de
******************************************/

body {
background-color: #663300;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
color: #ccc;
}

a                        { text-decoration: none; font-weight: bold; color: #777722; }
a:link                { text-decoration: none; font-weight: bold; color: #777722; }
a:visited        { text-decoration: none; font-weight: bold; color: #444400; }
a:active        { text-decoration: none; font-weight: bold; color: #000; }
a:hover         { text-decoration: underline; font-weight: bold; color: #888822; }

img { border: 0px; }

td {
text-align: center;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
color: #ccc;
}

.ueberschrift {
font-size: 16px;
font-weight: bold;
line-height: 20px;
text-align: center;
}

.unterschrift {
font-size: 14px;
font-weight: bold;
line-height: 14px;
text-align: center;
}

.center { text-align: center; }

div#all {
width: 980px;
position: relative; top: 0px; left: 0px;
margin: 0px auto;
}