/* GENERAL */

body,td,th {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
form { 
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px;
	margin-right: 0px;
}
a:link { 
	text-decoration: underline; 
	color: #636363;
}        
a:visited { 
	text-decoration: underline; 
	color: #636363;
}        
a:active { 
	text-decoration: underline; 
	color: #636363;
}        
a:hover { 
	text-decoration: underline; 
	color: #000000;
}

.gblink a:link {
	text-decoration: none; 
	color: #cd2020;
}
.gblink a:visited {
	text-decoration: none; 
	color: #cd2020;
}
.gblink a:active {
	text-decoration: none; 
	color: #cd2020;
}

.gblink a:hover {
	text-decoration: none; 
	color: #cd2020;
}



/* NEW LINKSTYLE */

.callink a:link {
	text-decoration: none; 
	color: #000000;
}
.callink a:visited {
	text-decoration: none; 
	color: #000000;
}
.callink a:active {
	text-decoration: none; 
	color: #000000;
}
.callink a:hover {
	text-decoration: none; 
	color: #a41515;
}



/* OTHER SETTINGS */

.calpad {
	padding-left: 4px; 
	padding-right: 2px; 
	padding-top: 2px; 
	padding-bottom: 2px;
}
.calpadlink {
	padding-left: 4px; 
	padding-right: 2px; 
	padding-top: 2px; 
	padding-bottom: 2px;
	cursor: pointer;
}
.whitetext {
	color: #FFFFFF;
}
.largetext {
	font-size: 13px;
	font-weight: bold;
}
.bartext {
	font-size: 10px;
	color: #FFFFFF;
}
.smalltext {
	font-size: 11px;
}
.verysmalltext {
	font-size: 10px;
}
.codetext {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
}
.inputtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 16px;
	width: 131px;
	border: 1px solid #000000;
}

.submessage {
  display: none;
  visibility: hidden;
}

#address {
  width: 100%;
}

#address .table_header {
  font-weight: bold;
}

#address td {
  vertical-align: top;
}

#address input {
  width: 100%;
  font-size: 12px;
  font-family: "Arial", Helvetica, sans-serif;
}

#address textarea {
  width: 100%;
  font-size: 12px;
  font-family: "Arial", Helvetica, sans-serif;
}

#address .hidden {
  display: none;
  visibility: hidden;
}

#address .name {
  width: 120px;
}

#address .address {
  width: 120px;
}

#address .postnr {
  width: 50px;
}

#address .mobilnr {
  width: 75px;
}

#address .homenr {
  width: 75px;
}

#user_table {
  width: 100%;
}

#user_table .odd {
  background-color: #ddd;
}

#user_table .even {
  background-color: #eee;
}

.space_user_table td {
  vertical-align: top;
  padding: 3pt 2pt 3pt 2pt;
}

#user_table td input {
  border: 1px solid black;
  width: 100%;
}

