/**
* Table of contents
* 
* -HEADINGS
* -PARAGRAPH
* -LINKS
* -FORMATS
* -EMPHASES
* -ABBREVIATION
* -QUOTE
* -LISTS
*/

body {
  color: #3B3333;
  font-size: 20px;
  font-family: Ubuntu, sans-serif;
}

/*=HEADINGS
------------------------------------------------*/
h1,.h1, 
h2,.h2, 
h3,.h3, 
h4,.h4,
h5,.h5 { 
  font-weight: normal; 
	line-height: 130%;
}

h1,
.h1 { 
  color: #857A76;
  font-size: 2em; 
  line-height: 120%;
  margin: 0 0 60px 0;
  text-transform: uppercase;
}

h2,
.h2 { 
  color: #857A76;
  font-size: 1.25em; 
  line-height: 120%;	
  margin-bottom: 20px;
}

h3,
.h3 { 
  font-size: 1em; 
}
.h4,
h4 { 
  font-size: 1em; 
}

.subheading {
  color: #857A76;
  font-size: 1.5em;
  line-height: 120%;
  margin-bottom: 60px;
}


hgroup *:first-child {
	margin-bottom: 0px!important;
}




/*=PARAGRAPH
------------------------------------------------*/
p {
	color: #857976;
	font-size: 1em;
	line-height: 200%;
	margin-top: 0;
	padding: 5px 0 0 0;
}

/*=LINKS
------------------------------------------------*/
a {
  text-decoration: none
}
a:hover,
a:focus, 
a:active {
  outline: 0;
  text-decoration: none;
}

a.extern,
a.intern {
  color: #96B819;
  font-weight: bold;
}

h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a,
.h1 a, 
.h2 a, 
.h3 a, 
.h4 a, 
.h5 a {
  font-weight:      normal;
  text-decoration:  none;
}

  
/*=FORMATS
------------------------------------------------*/
.bold,
b { font-weight: bold; }  
i {}
  
/*=EMPHASES
------------------------------------------------*/
em {}
strong { font-weight: bold; }  
small {}

  
/*=ABBREVIATION
------------------------------------------------*/
abbr[title] {
  border-bottom: 1px dotted #D5D5D5;
}
abbr[title] {
  border-bottom: 1px dotted #999999;
  cursor: help;
}

/*=QUOTE
------------------------------------------------*/
blockquote {
  border-left: 5px solid #D5D5D5;
}
blockquote {
  border-left: 5px solid #EEEEEE;
  margin: 0 0 20px;
  padding: 0 0 0 15px;
}
cite {}


/*=LISTS
------------------------------------------------*/
ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
ul li {}

ul.list1 {
	color: #857976;
	list-style: none;
}

ul.list1 li {
  background-image: url(../img/icon-list1.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 20px;
  padding-left: 35px;
}
ul.list1 li.important {
  background-image: url(../img/icon-list2.jpg);
  color: #96B819;
}

ul.list-infomat {
  list-style: none;  
}



ol {}
ol li {}

dl {}
dt {}
dd {}


/*=TABLES
------------------------------------------------*/
.table1 {
	color: #857976;
	margin-left: -10px;
	width: 100%;
}
.table1 th {
	font-weight: normal;
	text-align: left;
}

.table1 td { 
	line-height: 200%;
	padding-right: 20px; 
}
.table1 tr th:first-child,
.table1 tr td:first-child {	padding-left: 10px; }
.table1 tbody tr:nth-child(2n+1) { background-color: #F0EFEE; }


.table2 { /*kauf statt miete tabellen*/
  border-collapse: separate;
  border-spacing: 0 6px;
  color: #857976;
  margin-left: -10px;
  width: 500px;
}
.table2 td { 
  line-height: 200%;
  padding-right: 10px; 
}
.table2 tr { background-color: #F0EFEE; }
.table2 tr td:first-child {	
  padding-left: 10px; 
  padding-right: 0; 
}

.table2 tr:last-child { 
  background-color: #96BA19; 
  color: #FFF;
  font-weight: bold;
}

/*=SOMETHING
----------------------*/
small {
  color: #857976;
  font-size: 0.7em;
}