/* ------------------------------------------------------------------------------------------
   Carstensen
	 Import Export Handelsgesellschaft MBH
   http://www.carstensen.de

	 Version: 1.0 | 05.10.2006

   Copyright (c) 2006 Carstensen 
   ------------------------------------------------------------------------------------------
   Author: Ulf Theis
	 Author URL: http://www.ulf-theis.de
   ------------------------------------------------------------------------------------------*/
	 
	 
	 
/* ----------------------------------------------------------------------------------------- */
/* Allgemein */
/* ----------------------------------------------------------------------------------------- */

body {
	margin: 0;
	margin-bottom: 50px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	background: url(images/bg_main.gif) repeat-x;
	background-color: #CCCCCC;
}

img {
	border: 0;
}

a {
  color: #666666;
  text-decoration: underline;
}

a:hover {
  color: #990000;
  text-decoration: none;
}

form {
	display: inline;
}


/* ----------------------------------------------------------------------------------------- */
/* Header */
/* ----------------------------------------------------------------------------------------- */

table.header {
	background-color: #FFFFFF;	
	border-left: 6px solid;
	border-right: 6px solid;
	border-color: #FFFFFF;
}


/* ----------------------------------------------------------------------------------------- */
/* Header Collage*/
/* ----------------------------------------------------------------------------------------- */

table.headerCollage {
	background-color: #FFFFFF;	
	border-left: 6px solid;
	border-right: 6px solid;
	border-color: #FFFFFF;
}


/* ----------------------------------------------------------------------------------------- */
/* Navigation */
/* ----------------------------------------------------------------------------------------- */

table.navigation {
	background-color: #878889;	
	border-left: 6px solid;
	border-right: 6px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #FFFFFF;
}

tr.navigation {
}

td.navigationTop {
	height: 29px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	text-align: center;
	background-color: #878889;	
}

td.navigationSub {
	height: 20px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	cursor: pointer;
	text-align: center;
	background-color: #ACACAC;
	border-top: 1px solid;
	border-color: #FFFFFF;
}

td.navigationSubEmpty {
	height: 20px;
	background-color: #ACACAC;
	border-top: 1px solid;
	border-color: #FFFFFF;
}

a.navigation { 
  color: #FFFFFF;
	text-decoration: none;
}

a.navigation:hover {
  color: #FFFFFF;
	text-decoration: none;
}


/* ----------------------------------------------------------------------------------------- */
/* MAIN CONTENT */
/* ----------------------------------------------------------------------------------------- */

table.mainContent {
	background-color: #FFFFFF;	
	border-left: 6px solid;
	border-right: 6px solid;
	border-color: #FFFFFF;
}

td.mainContent {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFFF;
	padding: 20px;
	text-align: justify;
}

td.contentBottom {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFFF;
	padding: 0 20px 0 20px;
	text-align: center;
}

td.contentBottomNav {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFFF;
	padding: 0 20px 0 20px;
	text-align: left;
}

.imageleft {
	border: 5px solid #cccccc;
	background: #FFF;
	clear: both;
	margin: 5px 20px 10px 0;
	padding: 5px 5px 5px 5px;
}

.imageright {
	border: 5px solid #cccccc;
	background: #FFF;
	clear: both;
	margin: 5px 0 10px 20px;
	padding: 5px 5px 5px 5px;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: normal;	
}

h1 {
	font-size: 3em;
	text-align: center;
}

h2 {
	margin: 0 0 0 0;
	font-weight: normal;	
	font-size: 2em;
	color: #990000;
	line-height: 1.5em;
	padding: 0 0 0 0;
}

h2.pagetitle {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

/* ----------------------------------------------------------------------------------------- */
/* Footer Collage*/
/* ----------------------------------------------------------------------------------------- */

table.footerCollage {
	background-color: #FFFFFF;	
	border-left: 6px solid;
	border-right: 6px solid;
	border-color: #FFFFFF;
}



/* ----------------------------------------------------------------------------------------- */
/* FOOTER */
/* ----------------------------------------------------------------------------------------- */

table.footer {
	background-color: #FFFFFF;	
	border-left: 6px solid;
	border-right: 6px solid;
	border-bottom: 6px solid;
	border-top: 1px solid;
	border-color: #FFFFFF;
}

tr.footer {
	background-color: #E9E9E9;
}

td.footer {
	height: 25px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight : normal;
	color: #666666;
	vertical-align: middle;
	text-align: center;
  line-height: 1.5;
}

a.footer { 
	color: #990000;
	text-decoration: none;
}

a.footer:hover {
	color: #666666;
	text-decoration: underline;
}


/* ----------------------------------------------------------------------------------------- */
/* Copyright */
/* ----------------------------------------------------------------------------------------- */

tr.copyright {
	background-color: #E9E9E9;
}

td.copyright {
	height: 25px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight : normal;
	color: #666666;
	vertical-align: middle;
	text-align: center;
  line-height: 1.5;
}

a.copyright {
  color: #666666;
  text-decoration: underline;
}

a.copyright:hover {
  color: #990000;
  text-decoration: none;
}


/* ----------------------------------------------------------------------------------------- */
/* Sidemap */
/* ----------------------------------------------------------------------------------------- */

#sidemap {
	width: 750px;
	float: left;
}

.sidemapBox {
	width: 250px;
	float: left;	
}

.sidemapBoxHeader {
	width: 220px;
	background-color:#e8e8e8;
	color: #990000;
	font-weight: normal;	
	font-size: 18px;
	line-height: 1.5em;
	padding: 0 0 0 10px;
}

.sidemapBoxContent {
	width: 250px;
	font-weight: normal;	
	font-size: 14px;
	line-height: 1.5em;
	padding: 0 0 0 10px;
}


/* ----------------------------------------------------------------------------------------- */
/* SMALL_TEXT */
/* ----------------------------------------------------------------------------------------- */

td.small_text {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: normal;
}

span.small_text {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: normal;
}

a.small_text {
  color: #000000;
}

a.small_text:hover {
  color: #FF6600;
  text-decoration: underline;
}


/* ----------------------------------------------------------------------------------------- */
/* FORM_FIELDS */
/* ----------------------------------------------------------------------------------------- */

.input_form {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
	padding-left: 2px;
	padding-right: 2px;
	border:	1px solid #666666;
	background: transparent url(img/design/bg_input.gif) no-repeat;
	color: #9C411E;
}

.input_dropdown_form {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
	border:	1px solid #666666;
	color: #9C411E;
}
