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

body {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 80%;
        color: #333333;
}

h1 {
        margin: 0;
        padding: 0;
        color: #4f7dc9;
}

h2 {
        clear: both;
        padding: 20px 0 1px 0;
        font-size: 1.3em;
        font-style: normal;
        border-bottom :solid #888 1px;
}

#wrapper {
        width: 635px;
}
.person {
        float: left;
        background: url(images/corner.jpg) no-repeat;
        width: 300px;
        height: 150px;
        margin-bottom: 5px;
        margin-right: 10px;
}
.person img {
        float: left;
        margin: 5px;
}
.person h4 {
        margin: 0px 0px 14px 0px;
}
.person h5 {
        margin-top: 10px;
	margin-bottom: 12px;
        font-style: italic;
        font-size: 0.9em;
        color: #666666;
}
.flag img {
        margin: 8px 2px 2px 2px;
}

.epost {
	margin-top: 0px;
	margin-bottom: 5px;
}
.epost a {
        font-size: 0.9em;
        text-decoration: none;
        color: #0040A0;
}
.telefon {
        font-size: 0.9em;
        margin-top: 0px;
	margin-bottom: 5px;
}

