/* Allgemeine Layout-Einträge */

html, body, td, a, div {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: normal;
}

body.layout {
	background-color: white;
	margin-top: 30px;
	margin-bottom: 8px;
  text-align: center;
}

div.umrandung {
	position: relative;
	width: 954px;
	height: 428px;
	margin: 0 auto 0;
	background-color: rgb(230,230,230);
	border: 1px solid #666666;
	padding-top: 65px;
	padding-bottom: 65px;
  text-align: left;
}

div.kopf {
	position: absolute;
	top: 63px;
	left: 63px;
	width: 889px;
	height: 29px;
}

div.main {
  position: absolute;
  top: 104px;
  left: 0;
  width: 954px;
  height: 287px;
  border-top: 1px solid #666666;
}

div.main_civic {
  position: absolute;
  width: 273px;
  height: 161px;
  top: 124px;
  left: 0;
}

div.kopf2 {
	position: absolute;
	width: 954px;
	height: 81px;
	top: 287px;
	left: 0;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

div.kopf2-logo {
  position: absolute;
  width: 437px;
  height: 81px;
  top: 0;
  left: 21px;
}

div.kopf2-bild {
  position: absolute;
  width: 496px;
  height: 81px;
  top: 0;
  left: 458px;
}

div.validations {
   position: absolute;
   top: 520px;
   left: 10px;
}

div.menu-zeile {
	position: absolute;
	top: 475px;
	left: 0;
	width: 804px;
	height: 19px;
	font-size: 13px;
	color: white;
	border-bottom: 1px solid #666666;
	padding-top: 3px;
	padding-left: 150px;
}

div.hondalogo {
  position: absolute;
  top: 459px;
  left: 781px;
  width: 61px;
  height: 51px;
}

/* Einträge für Slots */

.rechtliches {
  position: absolute;
  top: 65px;
  left: 830px;
  width: 120px;
  line-height: 19px;
  text-align: left;
  color: rgb(102,102,102);
}

.content {
  position: absolute;
  top: 129px;
  left: 506px;
  width: 430px;
  height: 240px;
  text-align: left;
}

/* Verlinkungen */

a:link, a:visited, a:hover, a:active {
	color: #AAAAAA;
	text-decoration: none;
}
a:hover { color: #888888; }

a.menu-line-1:link, a.menu-line-1:visited, a.menu-line-1:hover, a.menu-line-1:active {
	font-size: 13px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}
a.menu-line-1:hover { color: #CCCCCC; }

a.menu-line-1-checked:link, a.menu-line-1-checked:visited, a.menu-line-1-checked:hover, a.menu-line-1-checked:active {
	font-size: 13px;
	color: rgb(170,195,238);
	text-decoration: none;
	font-weight: bold;
}
a.menu-line-1-checked:hover { color: rgb(170,195,238); }

.rechtliches a:link, .rechtliches a:visited, .rechtliches a:hover, .rechtliches a:active {  color: rgb(102,102,102);  }
.rechtliches a:hover {  color: rgb(152,152,152);  }


/* Headlines */

h1 {
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #EEEEEE;
	padding-bottom: 6px;
}

/* Bildabstände */

img {
	margin: 0;
	border: 0;
}

/* Weitere mögliche Textfarben im WYSIWYG-Editor (sgcms) */

.textcolor_1 {  color: rgb(197, 117, 115);  }
.textcolor_2 {  color: rgb(180, 68, 74);  }
.textcolor_3 {  color: rgb(90, 90, 90);  }
.textcolor_4 {  color: rgb(67,95,139);  }
.textcolor_5 {  color: black;  }
