* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	font-size: 62.5%;
	font-family: verdana, tahoma,  sans, arial, helvetica, sans-serif;
	color:#606466;
}


body {
  background: #CCC;
  background-image:url(../images/higru.gif); background-repeat:repeat;
}

#main {
  font-size:1.3em;
  line-height:1.3em;
}

a         { color:#2c779f; }
a:link    { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover   { text-decoration:underline; color:#2c779f }
a:active  { text-decoration:none; }
  
h1 {
  font-family: 'Trebuchet MS', verdana, tahoma,  sans, arial, helvetica, sans-serif;
  color:#2c779f;
  font-size:1.3em;
  font-weight:normal;
  margin: .5em 0 .2em 0;
  padding: 0;
}

h2 {
  font-family: 'Trebuchet MS', verdana, tahoma,  sans, arial, helvetica, sans-serif;
  color:#2c779f;
  font-size:1.3em;
  font-weight:normal;
  margin: .5em 0 .2em 0;
  padding: 0;
}

p {
  margin: .6em 0 .6em 0;
}

ul {
  margin-left:2em;
}
  
.clear {
  height:1px;
  line-height:1px;
  clear:both;
  overflow:hidden;
}

.artikel {
  margin-top:1.2em;
  padding:1em 1em 1.2em 1.2em;
  background-color:#e9f1f6;
}

.img {
  float:right;
}

.absatz {
  padding-top:.5em;
}

.clear-all, 
.clear {
  height:1px;
  line-height:1px;
  clear:both;
  display:block;
  overflow:hidden;
}

/* -- Formular -- */
form {display:inline;}

.textfield,
.textarea, 
.button, 
.select, 
.textfield_file,
.textarea-caption, 
.textfield-search, 
.textfield-short, 
.textfield-medium, 
.textfield-email, 
.textfield-150
  {
  	font-family: Tahoma,Verdana,Arial;
  	font-size: 8pt;
  	border: 1px solid #CCCCCC;
  }

.checkbox {border: 1px solid #CCCCCC;}

.button
  {
    background:#CCC;
    color:#666;
    border: 1px solid #999;
  }

.textfield, .textarea, .textarea-3k, .textarea-caption
  {
  	width:400px;
  }

.textfield_file
  {
    width:350px;
    display:inline;
  }

.textfield-search {	width:90px; }
.textfield-medium { width:200px; }
.textfield-email  { width:70px; }
.textfield-short  { width:5ex; }
.textarea         { height:150px; }
.textarea-caption { height:30px; }
.textfield-150    { width:150px; }
