/* Version 1.2 */


/*--------------------------
   Content - Style
--------------------------*/
#content {
   font-family: "Trebuchet MS", Verdana, sans-serif;
   font-size: 12px;
   color: #424242;
}

p.titel {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #424242;
  
  margin: 0px 0px 0px 0px; /* margin: 0px 0px 8px 0px; */
}

h1, h2 {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #424242;
  
  margin: 15px 0px 0px 0px;
  clear: none;
}

h2 {
  float: right;
  clear: both;
}

p {
  margin: 10px 0px 0px 0px;
}

/*--------------------------
   Listen
--------------------------*/

ul { 
  list-style:none;
  text-align: left;
  
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 12px;
  color: #424242;
}

ul li {
  background: url(img/symbole/liste1.gif) no-repeat left 0.5em;  /*list-style-image:url(img/symbole/ul.gif);  */
  padding-left: 15px;
  margin-left: 10px;
}

ul li ul li {
  background: url(img/symbole/liste2.gif) no-repeat left 0.5em;
  padding-left: 15px;
  margin-left: 5px;
}

ol { 
  padding-left: 20px;
}

ol li {
  padding-left: 0px;
  margin-left: 10px;
}

ol li ol li {
  padding-left: 0px;
  margin-left: 5px;
}

/*--------------------------
   Links
--------------------------*/

a {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 12px;
  color: #3F5B95;
  outline: none;
}

 a:link {
 text-decoration:none;
}

 a:visited {
 text-decoration:none;
}

 a:hover {
 text-decoration:underline;
}

 a:active {
 text-decoration:underline;
}

 a:focus {
 text-decoration:underline;
}

p a[href^='http://'] 
{
background:url(img/symbole/linkextern.gif) center right no-repeat;
padding-right:14px;
}

a[href $=".pdf"], a[href $=".PDF"],
a[href *=".pdf#"], a[href *=".PDF#"],
a[href *=".pdf?"], a[href *=".PDF?"] {
    background: url("img/symbole/pdf.png") center left no-repeat;
    padding-left: 19px;
}


/*--------------------------
   Formular
--------------------------*/

form, input {
   font-family: "Trebuchet MS", Verdana, sans-serif;
   font-size: 12px;
   color: #424242;
} 

/*--------------------------
   Bilder
--------------------------*/

.thumbnail {
  	border: 1px solid #bbb;
	border-top-color: #ccc;
	border-left-color: #ccc;
	padding: 5px 5px 5px 5px;
	margin: 10px 0px 5px 5px;
	
	float:right;
	clear: both;
}

.highslide {
    
}

.thumbnail:hover {
	border: 1px solid #47d;
}
