* {
	color: #666;
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

body {
	background: #fff url('../images/background_header.png') repeat-x 0 top;
}

.header {
	height: 276px;
}

#header {
	background: url('../images/header.png') no-repeat center top;
}

#header_subnav {
	background: url('../images/header_subnav.png') no-repeat center top;
}

#header_english {
	background: url('../images/header_en.png') no-repeat center top;
}

#header_vertrieb {
	background: url('../images/header_vertrieb.png') no-repeat center top;
}

#header_marketing {
	background: url('../images/header_marketing.png') no-repeat center top;
}

#header_channel {
	background: url('../images/header_channel.png') no-repeat center top;
}

#header_webtv {
	background: url('../images/header_webtv.png') no-repeat center top;
}

#header_kontakt {
	background: url('../images/header_kontakt.png') no-repeat center top;
	height: 276px;
}

#header_link a {
	filter:alpha(opacity=0);
	-moz-opacity:0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
	
	display: block;
	height: 272px;
}

.quote {
    margin-top: 100px;
    text-align: right;
    padding-bottom: 140px;
    background: url('../images/logo.png') no-repeat bottom right;
}

.quote .text {
    color: #e3a72e;
    display: block;
    font-size: 2em;
    line-height: 1.2em;
	font-family: FagoNoMed, "Helvetica Neue", Arial;
}

.quote .author {
    color: #999;
	font-family: FagoNoMed, "Helvetica Neue", Arial;
}

.header #menu {
	text-align: right;
	padding-top: 40px;
	height: 230px;
}

.header #menu ul {
	list-style-type: none;
	position: absolute;
	bottom: 0;
	right: 0;
}

ul {
    list-style-type:none;
}

ul li {
    margin-left: 0px;
}

ul.negative-margin {
	margin-top: -20px;
}

ul.list-style-dash {
	list-style-type: disc;
	list-style-position: outside;
}

ul.list-style-dash li {
	margin-left: 30px;
}

#menu a {
	text-decoration: none;
	color: #b67b34;
	font-weight: bold;
	display: inline-block;
}

#menu a:hover, #menu a.selected {
    background: url('../images/selected.png') repeat-x;
}

#logos {
	padding-top: 45px;
}

#logos .logo {
	float: left;
	text-align: center;
	padding-right: 30px;
	padding-bottom: 15px;
}

#logos * {
	text-decoration: none;
}

#content {
	border: 1px solid #c4c4c4;
	background: url('../images/background_bottom.png') repeat-x center bottom;
	border-top: none;
}

#content-top {
	background: url('../images/background_top.png') repeat-x center top;
}

#content #menu * {

}

#content p, #content h1, #content h2, #content h3, #content h4 {
	padding: 0 20px;
	font-size: 1em;
}

#content ul, #content ol {
	padding: 0 20px;
}

#content ol li {
	padding: 5px;
}


.centered {
    text-align: center;
}

.floatright {
    float: right;
}

.flaotleft {
    float: left;
}

.small_set_in {
    font-size: x-small;
    display: block;
    line-height: 6px;
}

#content acronym {
    font-style: italic;
    border-bottom: 1px dashed #666;
}

#footer {
	color: #aaa;
	font-size: x-small;
	text-align: center;
	padding-bottom: 30px;
}

.call-to-action {
    display: block; 
    border: 1px solid #ccc; 
    text-align: center; 
    padding: 20px !important; 
    margin: 20px; 
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    background: url('../images/background_top.png');
}

#kontakt_form {
	width: 810px;
}

#kontakt_form table.phone {
	width: 50%;
}

#kontakt_form table.phone td {
	padding: 5px;
	vertical-align: middle;
}

#kontakt_form fieldset {
	float: left;
	width: 400px;
}

#kontakt_form fieldset p {
	margin: 0;
	clear: both;
}

#kontakt_form fieldset label {
	width: 90px;
	margin-right: 20px;
	display: block;
	float: left;
	text-align: right;
	line-height: 30px;
}

#kontakt_form fieldset label.alignleft {
	text-align: left;
	display: inline !important;
	width: auto;
}

#kontakt_form fieldset input {
	min-width: 230px;
}

#kontakt_form .address_with_logo {
	width: 300px;
	display: block;
	float: left;
	padding-left: 140px;
	margin-left: 20px;
	background: url('../images/logo.png') no-repeat;
}

