/*Style Sheet für projekt Freiburger Seminare für TA   */


#paper {
border-top-width:1px;
border-top-style:solid;
border-top-color:#000000;
border-left-width:1px;
border-left-style:solid;
border-left-color:#000000;
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#000000;
border-right-width:1px;
border-right-style:solid;
border-right-color:#000000;
  }

#main {
text-align: center;
color: white;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
  }

body  {
scrollbar-base-color:#ffffff;
scrollbar-3dlight-color:#000000;
scrollbar-arrow-color:#000000;
scrollbar-darkshadow-color:#000000;
scrollbar-face-color:#ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#ffffff;
scrollbar-track-color:#ffffff;
}

h1  {
margin-top:5px;
margin-bottom:10px;
font-family: verdana;
font-size: 12pt;
text-align: left;
letter-spacing: 0pt;
color: white;
}

h2{
margin-top:20px;
margin-bottom:5px;
font-family: verdana;
font-size: 11pt;
text-align: left;
color: #bbccee;
}

h3{
margin-top:10px;
margin-bottom:2px;
font-family: verdana;
font-size: 10pt;
font-weight:bold;
text-align: left;
color: #bbccee;
}

p{
margin-top:0px;
font-family: verdana;
font-size: 10pt;
text-align: left;
color: white;
}

td{
font-family: verdana;
font-size: 10pt;
vertical-align: top;
text-align: left;
color: #bbccee;
}


li{
font-family: verdana;
font-size: 10pt;
color: #bbccee
}

a {
font-family: verdana;
text-decoration: none;
font-size: 10pt;
font-weight:bold;
color: #7799bb;
text-align: left;}


a:hover {
border-top-width:1px;
border-top-style:solid;
border-top-color:#7799bb;
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#7799bb;
color: white;
}

a.menu{
margin-left:15px;
font-family: verdana;
text-decoration: none;
font-weight:bold;
color: #7799bb;
}

a.submenu{
margin-left:25px;
font-family: verdana;
text-decoration: none;
font-weight:normal;
color: #7799bb;
}

/*Rand für Kontaktformular*/
input.rand {
border-style: solid;
border-width: 1px;
border-color: white;
background-color: #ffff99;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
}

/* 3-D-Effekt für Buttons*/
input.knopf {
border-style: outset;
border-width: 1px;
border-color: white;
background-color: white;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
}