@charset "utf-8";
/* CSS Document */

body {
    margin: 0;
	background-color: #000000;
	background-image:url(../images/bg_site.jpg);
	background-repeat: repeat-y;
	background-position: center;
    font-family: Arial, Trebuchet MS, Garamond, sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #3d3d3d;
}

h1 {
    font-size: 25px;
    border-bottom:1px solid #a7a7a7;
    padding-bottom:10px;
    margin-bottom:10px;
}

.h1 {
    font-size: 25px;
    padding-bottom:10px;
    margin-bottom:10px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 17px;
    margin-bottom: 5px;
}

hr {
    border-bottom: 1px solid #a7a7a7;
}

.klein {
    font-size: 13px;
    color: #a39999;
}

a {
	color: #a7a7a7;
	text-decoration: none;
}
	
a:visited {
	color: #a7a7a7;
	text-decoration: none;
}
	
a:hover {
	color: #444;
	text-decoration: underline;
}
	
a:active 
{
	color: #444;
	text-decoration: underline;
    outline: none;
}

.veiling p {
    border-bottom: 1px solid #a7a7a7;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.veiling ul {
    border-bottom: 1px solid #a7a7a7;
    padding: 0 0 10px 15px;
    margin: 0 0 10px 0;
}

.veiling p img {
    float: right;
    margin: 3px 0 10px 10px;
}

.veiling p {
    overflow: hidden;
}