@charset "UTF-8";

/* 
   CSS für Kramer Immobilien Management GmbH, Kreuzlingen
   Created by Remo Sandmeier, Oberbüren
*/

ul, ol, dl, p, h1, h2, h3, h4, h5, h6
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
}
h1
{
	font-size: 130%;
	margin-bottom: 10px;
}
h2
{
	font-size: 120%;
	margin-bottom: 5px;
}
h3
{
	font-size: 110%;
	margin-bottom: 2px;
}
h4
{
	font-size: 100%;
	margin-bottom: 2px;
}
h5
{
	font-size: 80%;
	margin-bottom: 2px;
}
h6
{
	font-size: 60%;
	margin-bottom: 2px;
}
a, a:link, a:visited, a:active
{
	text-decoration: underline;
	color: #00CCFF;
}
a:hover
{
	text-decoration: none;
}
label
{

	cursor: pointer;
}
table
{

	font-size: 100%;
}
td, th
{
	vertical-align: top;
}

.tdlist
{
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
}

.hand {
	cursor: hand;
}

.blocktext {
	text-align: justify;
}

/* 
   CSS für Team
*/

.team {
  font-family: arial,helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  float: left;
  text-align: center;
  background-color: #FFF7D7;
  border: 1px solid #FFE98F;
  width: 250px;
  margin: 5px;
  padding:5px;
}

.team img {
  margin: 5px;
}

.team p {
  margin-left: 5px;
  margin-top: 0px;
  text-align: left;
  font-weight: normal;
}

/* 
   CSS für Formulare
*/

.submit, .reset {
background-color: #FFF7D7;
border-top: 3px double #053641;
border-right: 3px solid #053641;
border-bottom: 3px solid #053641;
border-left: 3px double #053641;
cursor: pointer;
}

input {
background-color: #FFFFFF;
border: 1px solid #FFE98F;
margin-bottom: 5px;
}

textarea {
background-color: #FFFFFF;
border: 1px solid #FFE98F;
}


.nolink {
border: 0;
}
