/* @charset "utf-8"; */
/* CSS Document für naminco.de */

* {
    padding:0;
    margin:0;
		font-size:100.01%;
}

html {
    height:100%;
}

body {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:68.75%;
    color:#333;
    background-color:#9A9A9A;
    min-height:101%;
}

/* Rahmen um alles */
#wrapper {
    margin: 0 auto;
    width: 780px;
    background: #fff;
    border: 1px solid #777;
    position: relative;
}

#leftcolumn {
    width: 160px;
    float: left;
}

#rightcolumn {
    width: 620px;
    float: right;
}

/* Seitenkopf mit Bannergrafik*/
#bannerpart1 {
    height: 80px;
    width: 160px;
}

#bannerpart2 {
    height: 140px;
    width: 620px;
}

/* Hauptmenü Container */
#mainmenu {
    width: 160px;
    padding-bottom: 20px;
}

/* Hauptmenü */
#mainmenu p {
/* Abstände zwischen den Menübalken */
    margin: 1px 0 0 0;
}

/*Links im Hauptmenü - Allgemein */
#mainmenu p a {
    text-decoration:none;
    display:block;
    padding:7px 3px;
    color:#fff;
}

/* Hauptmenü Level 1 */
#mainmenu p.menu-l1-no a:hover, #mainmenu p.menu-l1-act a:hover {
    background: #d41;
    color: #fff;
}

#mainmenu p.menu-l1-no {
    background: #c30;
}

#mainmenu p.menu-l1-act {
    background: #c30;
    font-weight: bold;
}

/* Hauptmenü Level 2 */
#mainmenu p.menu-l2-no a, #mainmenu p.menu-l2-act a {
    font-variant: normal;
    color: #333;
}

#mainmenu p.menu-l2-no a:hover, #mainmenu p.menu-l2-act a:hover {
    background: #eee;
    color: #333;
}

#mainmenu p.menu-l2-no {
    background: #ddd;
}

#mainmenu p.menu-l2-act {
    background: #ddd;
    font-weight: bold;
}

/* Hauptmenü Level 3 */
#mainmenu p.menu-l3-no a, #mainmenu p.menu-l3-act a {
    font-variant: normal;
    color: #444;
}

#mainmenu p.menu-l3-no a:hover, #mainmenu p.menu-l3-act a:hover {
    background: #fff;
    color: #444;
}

#mainmenu p.menu-l3-no {
    background: #eee;
}

#mainmenu p.menu-l3-act {
    background: #eee;
    font-weight: bold;
}

/* Newsbox unter dem Hauptmenü */
#newsbox {
    width:100%;
    color: #000000;
    margin-top: 25px;
}

#newsbox a {
    color: white;
}

#newsbox a:hover {
    text-decoration: none;
}

#newsbox h1 {
	font-size:109.09%;
	font-weight: bold;
	display: block;
	padding: 5px;
	/* background-color: #3333FF; */
	background-color: #AC1400;
	color: #FFFFFF;
	margin: 0px;
}

#newsbox .csc-header {
	margin-top: 15px;
	margin-bottom: -1px;
}

#newsbox p {
	display: block;
	padding: 5px;
	margin: 0px;
	border: 1px solid #AC1400;
}

#newsbox p .external-link-new-window {
	color: black;
}

#newsbox p a:hover {
	text-decoration: underline;
}

#newsbox .csc-textpic-imagewrap {
	margin-top: 10px;
}

div#bannermenu {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    padding: 3px;
}

div#bannermenu a {
    color: white;
    text-decoration: none;
}

div#bannermenu a:hover {
    color: #ddd;
}

/* Klickpfad (über dem Content) Container */
#trail {
	margin: 0px 20px;
	margin-bottom: 10px;
	padding-top: 15px;
	width: 540px;
	font-size: 90.91%;
	color: #aaa;
	border-bottom: #bbb 1px solid;
}

#trail a {
	color: #bbb;
	text-decoration: none;
}

#trail a:hover {
	color: #c30;
}

/* Container für Content */
#content {
	padding: 0px 20px;
	padding-bottom: 20px;
	width: 560px;
	min-height: 350px;
}

/* Überschriften im Content */
#content h1, #content h2{
	font-size: 109.09%;
	color: #CC3300;
	display:block;
	margin-top: 12px;
	margin-bottom: 6px;
}

#content h3, #content h4 {
	font-size: 100%;
}

/* Absätze im Content */
#content p.bodytext {
	line-height:1.4em;
	text-align:justify;
	padding-right:0px;
	margin-bottom:10px;
}

/* Links im Content */
#content a {
	color:#1444CC;
	text-decoration:none;
}

#content p a[href^="http:"] {
	background:url('ext_link_bullet.gif') no-repeat 0px 2px;
	padding:0 0 0 20px;
}

#content p a[href^="mailto:"] {
	background:url('mail_link_bullet.gif') no-repeat 0px 2px;
	padding:0 0 0 20px;
}

#content a:hover {
	text-decoration:underline;
}

/* Tabellen im Content */
#content table.contenttable {
	border-spacing:0px;
	border-collapse:collapse;
}

/* Gerade Tabellenzeilen */
#content table.contenttable tr.tr-even {
	background:#fff;
}

/* Ungerade Tabellenzeilen */
#content table.contenttable tr.tr-odd {
	background:#ddd;
}

/* Vier contenttables anders formatiert, damit das normale contentable über den RTE formatierbar bleibt */
#content table.contenttable-0 td, #content table.contenttable-1 td, #content table.contenttable-2 td, #content table.contenttable-3 td {
	border:#000 1px solid;
	padding:4px;
}

/*Formulare*/
#mailform fieldset {
	border:none;
}

/*Abstand zwischen den Elementen*/
#mailform fieldset div.csc-mailform-field {
	padding:6px;
}

/*Dropdown-Menüs, Eingabebereiche und Eingabefelder*/
#mailform select,
#mailform textarea,
#mailform input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90.91%;
	border: 1px solid #e1e1e1;
	background:#f3f3f3;
	color:#333;
	padding:2px;
}

/*Bei Focus auf ein Eingabeelement die Hintergrundfarbe ändern*/
#mailform input:focus,
#mailform textarea:focus,
#mailform select:focus {
	background:#F0F8FF;
}

/*Absende Button*/
#mailform input.csc-mailform-submit {
	margin-left:150px;
	margin-top:15px;
	padding:3px;
	font-weight:bold;
	border:2px solid #333;
}

/*Beschriftung der einzelnen Felder*/
#mailform label {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:3px;
	width:160px;
	float:left;
	text-align:right;
	margin-right:10px;
	display:block;
}

/*Benötigte Label besonders einfärben*/
#mailform span.req label {
	color:#900;
}

/* Suchergebnisse */
#content table.csc-searchResultInfo {
	color:#666;
}

#content p.csc-searchResult {
	font-style:oblique;
}

#content h3.csc-searchResultHeader {
	font-style:oblique;
}

/* Suchwort im Text markieren */
#content span.csc-sword {
	background:#ff0;
}

/* Listen im Content */
#content ul li,
#content ol li {
  margin-left: 24px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 1.2em;
}

/* Sitemap Formatierung */
#content p.csc-sitemap a {
	color:#333;
	text-decoration:none;
}

#content p.csc-sitemap a:hover {
	color:#c30;
}

#content p.csc-sitemap {
	margin-top:1px;
	margin-bottom:1px;
	padding:3px 10px;
}

#content p.csc-sitemap-level1 {
	display:block;
	background:#eff;
}

#content p.csc-sitemap-level2 {
	margin-left:25px;
	display:block;
	background:#ffe;
}

#content p.csc-sitemap-level3 {
	margin-left:50px;
	display:block;
	background:#fef;
}

/* Spezielle Sitemap für Geschäftsbereiche auf der Homepage (Extension Template beachten!)*/
#content #special-sitemap {
	margin:0px 190px;
	padding:5px;
	background:#bdf;
}

#content #special-sitemap p.csc-sitemap a {
	color:#333;
	text-decoration:none;
}

#content #special-sitemap p.csc-sitemap a:hover {
	color:#333;
	text-decoration:underline;
}

#content #special-sitemap p.csc-sitemap {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 1px 10px;
}

/* Text unter Bildern */
#content p.csc-caption {
	font-size: 90.91%;
	font-weight: bold;
}

/* Seitentitel als Grafik unter dem Content */
#pagetitle {
	margin-bottom:1px;
	text-align: right;
	height: 40px;
  width: 100%;
  clear: both;
}

/* Seitenfuß mit Copyright*/
#footer {
	height: 25px;
  width: 100%;
}

/* default styles for extension "tx_fdfx2cols_pi1" */
/*  Layout 1 */
.c2l1-left{
   /* border-right: 1px solid #bbb; */
   padding-right: 8px;
   width:50%;
   white-space:normal;
   vertical-align:top;
}
.c2l1-middle{
   padding-left: 8px;
   width:50%;
   white-space:normal;
   vertical-align:top;
}
