@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 0;
}

body {
	font-size: 62.5%;
	font-family: "Lucida Grande", "Lucida Sans Unicode",sans-serif;
    color: #333;
    text-align: center;
}

#wrapper {
    width: 840px; margin: 0 auto;
}

#header {
    margin: 50px 0 40px 0;
}

#container {
    width: 845px;
    text-align: left;
}

#container div {
    width: 270px; float: left;
    margin-right: 15px;
    overflow: hidden;
}

#container #right {
    margin-right: 0px;
    
}

#footer {
    width: 840px;
    margin-top: 50px;
    padding-top: 10px;
    border-top: 1px solid #8d8b8b;
    color: #8d8b8b;
}

#left {
    color: #3b0051;
}

#center {
        color: #730000;
}

#right {
        color: #00396f;
}

#logo {
    background: url(../images/julia-stefan-heiraten.jpg) no-repeat top left;
    display: block;
    width: 840px; height: 200px;
    text-indent: -10000px; overflow: hidden;
}

h2 {
    font-size: 20px; margin-bottom: 20px;
    font-weight: normal;
}

a {
    color: #666;
}

p {
    font-size: 12px; line-height: 18px;
    margin-bottom: 14px;
    font-style: italic;
}

#footer p {
    margin-bottom: 0px;
}

.clear {
    clear: both;
}