/* Basics */
html, body {
  margin: 10px;
  background-color: #efefef;
}

h1,h2,h3,h4,ul,adress,blockquote,textarea,input,th,tr, div
{
	font-size:12px;
	font-family:Arial;
}

form {
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

.ueber
{
	color:#ff5500;
	font-size:16px;
	
	font-family:Arial;
}

a:active, a:link, a:visited, a:hover {
  text-decoration: underline;
  color: black;
}

a:hover {
  text-decoration: none;
}

.radio {
  border: none;
  background: transparent;
}

.formtable tr td {
  padding: 2px 20px 3px 0;
  vertical-align: top;
}

.formtable tr .d {
  width: 140px;
  padding-top: 5px;
}

/* Styles */
.blue {
  color: #ff5500;
}

.brown {
  color: #ff5500;
}

.bold {
  font-weight: bold;
}

/* GUI-Elements */
#head {
  left: 18px;
  top: 0;
  
  width: 100%;
  height: 135px;

  border-top: 1px solid #666666;
  border-bottom: 1px solid #2b2b2b;
  
  text-align: right;
}

.headadds{
  background-color: #ffffff;
  height: 70px;
  width: 310px;
}

#headmenu {
  left: 18px;
  top: 0;
  
  width: 100%;
  height: 20px;  
  background-color: #AAAAAA;
  color: #ff5500;
}

#headmenu td{
  padding-left:12px;
}

#headmenu a{
  color: #ffffff;
}

#headstatus {
  background-color: #CCCCCC;
  width: 100%;
  height: 20px;  
}

#headstatus td{
  padding-left:130px;
}


#add{
  width: 100px;
  border: 1px solid black;
}

#forum{
  padding-left:10px;
}

#langSelect {
  position: absolute;
  left: 563px;
  top: 981px;
  width: 249px;
  text-align: right;
}

#headmenu a:active, #headmenu a:link, #headmenu a:visited, #headmenu a:hover {
  color: #ff5500;
}

#proceed {
  width: 570px;
  background-color: #ff5500;
  margin-top: 3px;
  text-align: right;
}

#proceed a:active, #proceed a:link, #proceed a:visited, #proceed a:hover {
  color: #ff5500;
}

#footer {
  margin-top: 35px;
  margin-bottom: 50px;

  padding-top: 8px;
  
  border-top: 1px solid #ff5500;
}

#footer {
  color: #ff5500;
}

#footer, #footer * {
  font-size: 10px;
}

#footer a:active, #footer a:link, #footer a:visited, #footer a:hover {
  color: #ff5500;
}

/* Checkbox und Radio */
a.checkbox:active, a.checkbox:link, a.checkbox:visited, a.checkbox:hover {
  text-decoration: none;
}
