/*
brands emotion v2
(C) Klaus Nahr
*/

body {
	margin: 20px 0 0 40px;
	padding: 0;
	background: #F0F0F0 url("../images/backgroundborder.gif");
	font-family: "Lucida Grande","Lucida Sans Serif","Trebuchet MS",Verdana,Arial,Helvetiva,sans-serif;
	font-size: 9pt;
	color: white;
	text-align: justify;
}


/* Header */
#header {
    position: relative;
    height: 79px;
    width: 800px;
    background-color: Black;
    border-top: solid 1px #404040;
    border-left: solid 1px #282828;
}

#headerLogo {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 355px;
    height: 67px;
	background: black url("../images/brandsemotion Logo 355x67.png") no-repeat;
}

#headerMenu {
    position: absolute;
    left: 20px;
    bottom: 10px;
}

#headerLanguage {
    position: absolute;
    left: 20px;
    top: 10px;
}

#headerMenu a  {
    font-weight: bold;
}

/* Rubrik */
#rubrik {
    position: relative;
    width: 760px;
    margin-top: 20px;
    border-top: solid 1px #404040;
    border-left: solid 1px #282828;
    background-color: black;
    font-size: 2em;
    font-weight: bold;
    padding: 10px 20px 10px 20px;
    color: #B0B0B0;
}

#rubrikUntertitel 
{
    position: absolute;
    font-size: 0.8em;
    left: 200px;
    bottom: 10px;
    padding: 0px; 
    color: #B0B0B0;
}

/* Banner */
#banner {
    position: relative;
    width: 800px;
    height: 160px;
    border-top: solid 1px #404040;
    border-left: solid 1px #282828;
    background-color: #222222;
    z-index: 20;
}

#bannerText1S 
{
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 2em;
    font-weight: bold;
    color: white;
    opacity: .60;
	-moz-opacity: .60;
	-khtml-opacity: .60;
	filter: alpha(opacity=60);
	z-index: 40;
	background-color: #404040;
	padding: 0px 10px;
}

#bannerText1 
{
    position: absolute;
    right: 11px;
    bottom: 11px;
    font-size: 2em;
    font-weight: bold;
    color: black;
    opacity: .20;
	-moz-opacity: .20;
	-khtml-opacity: .20;
	filter: alpha(opacity=20);
	z-index: 50;
	padding: 0px 10px;
}

/* Content */
#content {
    position: relative;
    background-color: Black;
    border-left: solid 1px #404040;
    border-top: solid 1px #404040;
    padding: 30px 20px 20px 20px;
    width: 760px;
}

#contentMenu {
    position: absolute;
    top: 28px;
    left: 18px;
    width: 140px;
}

#contentMenu a {
    width: 140px;
    padding: 2px;
    display: block;
    margin: 0px;    
}

#contentMenu a:hover, #contentMenu a:active {
    background-color: #222222;
}

#contentMenu a.getSatisfaction {
    margin-top: 40px;
    padding: 0px;
    display: block;
}

#contentMenu a.getSatisfaction:hover, #contentMenu a.getSatisfaction:active {
    background-color: Black;
}

#contentMenu a.bild {
    padding: 0px;
    display: block;
}

#contentMenu a.bild:hover, #contentMenu a.bild:active {
    background-color: Black;
}


#contentText {
    position: relative;
    margin-left: 180px;
}

#contentTextMitte {
    position: relative;
    margin-right: 133px;
}

#contentTextRechts {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 113px;
}

#contentTextRechts img {
    margin-top: 20px;
}

/* Fuss */
#footer {
    background-color: #222222;
    border-top: solid 1px #404040;
    border-left: solid 1px #404040;
    padding: 10px 20px 10px 20px;
    width: 760px;
    color: #999999;
}

#footer a:link, #footer a:visited {
    color: #BBBBBB;
}

#footer a:active, #footer a:hover {
    color: #F0F0F0;
}





h1 {
    margin-top: 0px;
	font-size: 2em;
	clear: both;
	text-align: left;
}

h2 {
	margin-top: 40px;
	font-size: 1.7em;
	color: #D0D0D0;
	border-bottom: 2px solid #808080;
	clear: both;
	text-align: left;
}

h3 {
	margin-top: 30px;
	font-size: 1.3em;
	color: #C0C0C0;
	border-bottom: 1px solid #808080;
	clear: both;
	text-align: left;
}

h4 {
	margin-top: 30px;
	font-size: 1.1em;
	color: #C0C0C0;
	text-align: left;
}

p, ol, ul {
	line-height: 1.5em;
}

p {
 	margin: 15px 0px;
}

p.kontakt {
	margin-top: 400px;
}

a:link, a:visited	{
	color: #ff9900;
	text-decoration: none;
}
 
a:active, a:hover {
	color: #f81216;
}

table {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 1px;
	margin-right: 1px;
	border: 1px solid #404040;
	border-collapse: collapse;
	empty-cells: show;
}

td, th {
	font-family: "Lucida Grande","Lucida Sans Serif","Trebuchet MS",Verdana,Arial,Helvetiva,sans-serif;
	font-size: 12px;
	color: white;
	padding: 3px;
	vertical-align: top;
	text-align: left;
	border: 1px solid #404040;
}

th {
	font-weight: bold;
	background-color: #202020;
}

td.center, th.center {
	text-align: center;
	vertical-align: middle;
}
	
img.rechts {
	border: 0px;
	/* damit die Unterstriche von h2 nicht sichbar sind */
	border-top: 10px solid black;  
	border-left: 20px solid black;  
	border-bottom: 10px solid black; 
	float: right;
}

img.icon {
	float: left;
	border: 1px solid #F81216;
	padding: 4px;
	margin: 4px 15px 5px 0px;
}

img.border {
	border: 1px solid #808080;
}

img.map {
	border: 1px solid #808080;
}

img {
	border-style: none;
    border-width: 0px;
}

.clear {
	clear: both;
}

.fett {
    font-weight: bold;
}

.block {
    display: block;
}

.zentriert {
    text-align: center;
}

.rechts {
    text-align: right;
}

/* beGPS */
.beGPSblau {
	color: #8da9e3;
	font-weight: bold;
}
.beGPSgruen {
	color: #8de3c6;
	font-weight: bold;
}
.beGPSgelb {
	color: #c1c830;
	font-weight: bold;
}
.beGPSorange {
	color: #ddae53;
	font-weight: bold;
}
.beGPSrot {
	color: #e39a8d;
	font-weight: bold;
}

.backgroundbeGPSblau {
	background-color: #8da9e3;
}
.backgroundbeGPSgruen {
	background-color: #8de3c6;
}
.backgroundbeGPSgelb {
	background-color: #c1c830;
}
.backgroundbeGPSOrange {
	background-color: #ddae53;
}
.backgroundbeGPSrot {
	background-color: #e39a8d;
}

/*
.backgroundbeGPSblau {
	background-color: #4d69a3;
}
.backgroundbeGPSgruen {
	background-color: #4da386;
}
.backgroundbeGPSgelb {
	background-color: #818800;
}
.backgroundbeGPSOrange {
	background-color: #9d6e13;
}
.backgroundbeGPSrot {
	background-color: #a35a4d;
}
*/
/* Hinweis */
p.hinweis {
	color: #D0D0D0;
	font-size: 80%;
}


/* Logfile */
#log {
	border: 1px solid #404040;
	padding: 10px;
	font-family: "Courier New", monospace;
	color: #D0D0D0;
}

#log a:link, #log a:visited	{
	color: #D0D0D0;
	text-decoration: none;
}
 
#log a:active, #log a:hover {
	color: #D0D0D0;
}


/* Produktliste */
#produktliste img {
    float: left;
    margin-top: 4px;
    margin-right: 20px;
    width: 96px;
    height: 72px;
}

#produktliste h2 {
	margin-top: 30px;
	font-size: 1.1em;
	color: #D0D0D0;
	border-bottom: 0px;
	clear: both;
	text-align: left;
}

#produktliste p {
    margin-top: -10px;
	margin-left: 116px;
}

/* Support */
.support p img {
	float: right;
	margin-left: 20px;
}

.anleitung p {
	background-color: #202020;
	border: 1px dotted #404040;
	border-left: 20px solid #404040;
	padding: 10px;
	height: 120px;
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
}

img.m11r {
	margin-right: 11px;
}

/* Infobox */
#infobox {
	clear: both;
	border: 3px solid #680000;
	background-color: #0C0E34;
	padding: 10px;
	width: 614px;
}

#infobox img.rechts {
	border: 0px;
	border-left: 20px solid #0C0E34;
	float: right;
}

#infobox div.clear {
	padding: 0px;
	margin: 0px;
	height: 1px;
    overflow: hidden;
}


/* Impressum */
img.eMail {
    margin-top: 5px; 
    margin-bottom: 5px;
    width: 131px;
    height: 10px;
}

/* Formular */
#formular {
    background-color: #131313;
    padding: 20px;
    margin: 30px 0px;
}

#formular label {
    clear: both;
    float: left; 
    display: block; 
    width: 10em;
    margin-top: 5px;
}

#formular input.text {
    width: 16em;
 	font-family: "Lucida Grande","Lucida Sans Serif","Trebuchet MS",Verdana,Arial,Helvetiva,sans-serif;
 	font-size: 1em;
}

#formular p {
    margin: 10px 0px 0px 0px;
}

/* Themen */
img.thema {
	border: 1px solid #404040;
}

/* Facebook */
p.facebook {
    margin-top: 30px;
}

img.facebook {
    float: left;
    margin-right: 10px;
    padding-top: 4px;
}

/* Liste */
li b 
{
    font-weight: bold;
    color: #8da9e3;
}
