* {
    margin: 0px;
    padding: 0px;
}

p {
    margin-bottom: 10px;
}

li {
    list-style-type: none;
}

h1,h2 {
    font-weight: normal;
    font-size: 10px;
}

a {
    text-decoration: none;
    color: #A3302A;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0px;
}

body {
    background: url(/img/bg.jpg) repeat-x;
    background-color: #F5E6C6;
    color: #666;
    text-align: center;
    padding-bottom: 50px;
    font-family: verdana;
    font-size: 10px;
    line-height: 12px;
}

#container {
    border: 3px solid #960808;
    height: 497px;
    margin: auto;
    margin-top: 42px;
    background-color: #fff;
    width: 853px;             /* Deklaration fuer IE 5.x */    
    voice-family:"\"}\"";     /* ab hier ignoriert IE 5.x nachfolgende Deklarationen */
    voice-family: inherit;
    width: 847px;
}

#navi {
	margin: auto;
	height: 27px;
	width: 761px;
	padding: 5px 0 0 0;
	background: url(/img/bg-navi.gif) no-repeat;
	position: relative;
	top: 42px;
}

#navi a {
	color: #fff;
	padding: 10px 0 0 13px;
	margin: 0 15px 0 0;
	background: url(/img/white-drop.gif) no-repeat 0px 4px;
}

#left, #right {
    float: left;
    height: 497px;
    text-align: left;
}

#left {
    width: 215px;
    margin-right: 5px;
    background: #FEF3D9 url(/img/logo.gif) no-repeat 2px 0px;
}

#right {
    width: 627px;
}

#contact {
    background: url(/img/profile.jpg) no-repeat;
    color: #A3302A;
    margin-top: 273px;
    padding-left: 7px;
    /*height: 102px;
    */
}

#contact .studio {
	display: block;
	width: 215px;
	height: 100px;
	margin: 0px 0px 10px -7px;
}

#header {
    border-bottom: 2px solid #fff;
}

#footer {
    color: #aaa;
    font-size: 9px;
    margin-top: 15px;
    margin-bottom: 30px;
}

#footer a {
    color: #aaa;
    font-size: 9px;
    font-weight: normal;
}

