@font-face {
	font-family: "Flama";
	src: url("Flama.otf") format("opentype");
}

@font-face {
	font-family: "FlamaL";
	src: url("FlamaLight.otf") format("opentype");
}

body {
	padding: 0;
	margin: 0;
	background: url("pix/bg.png") no-repeat scroll top left #6a675e;
	color: #fff;
	font-size: 13px;
	font-family: "FlamaL", arial, verdana, sans-serif;
}

.btn_3d {

    background: -moz-linear-gradient(90deg, #FFA800, #FFFFFF) repeat scroll 0 0 transparent;
    border-color: -moz-use-text-color -moz-use-text-color #EBEBEB;
    border-radius: 4px;
    border-style: none none solid;
    border-width: medium medium 0;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
    color: #666666;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    height: 29px;
    overflow: visible;
    padding: 1px 10px 5px;
    position: relative;
    text-shadow: 1px 1px 0 #FFFFFF;
    white-space: nowrap;
}
methodfive.css (Zeile 20)


#wrapper {
	min-height: 600px;
	margin: 0 0 0 20px;
	width: 650px;
}

#logo {
	height: 40px;
	left: 580px;
	position: absolute;
	top: 20px;
	width: 165px;
}

#logo a {
	border: 0 none;
}

em {
	font-size: 14px;
	font-style: normal;
	color: rgb(68, 68, 68);
	display: block;
	margin: 2px 0 6px;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	color:#FFA800;
	margin: 0;
}

p {
	margin: 0 0 10px;
	font-size: 13px;
	color: #fff;
}

td {
	vertical-align: top;
}

#mainnavi {
	margin: 30px 0 0 15px;
	width: 200px;
}

#mainnavi a, .subnavi a {
	border: 0 none;
	color: #FFFFFF;
	display: block;
	font-size: 15px;
	text-transform: uppercase;
}

h1 {
	color: #FFFFFF;
	font-size: 19px;
	font-weight: normal;
	margin: 50px 0 0;
	text-transform: uppercase;
	line-height: 24px;
}

form input, form textarea {
	background: none repeat scroll 0 0 transparent;
	border-color: #DEDEDE #CCCCCC #CCCCCC #DEDEDE;
	border-style: solid;
	border-width: 1px;
	color: #fff;
	font-size: 13px;
	font-family: "FlamaL", arial, verdana, sans-serif;
}

input, textarea {
	border-radius: 3px 3px 3px 3px;
	padding: 4px 6px;
	margin: 0 0 15px 0;
}

h2 {
	margin: 0 0 10px;
	font-weight: normal;
	font-size: 15px;
}

#content {
	margin: 0 0 40px 15px;
	width:660px;
}

#teaser {
	margin: 0 0 35px;
}

a {
	text-decoration: none;
	border-bottom: 1px dashed;
}

a:hover {
	text-decoration: underline;
}

a.active {
	text-decoration: underline;
}
