/*
Theme Name: TrainCoSystem
Theme URI: http://traincosystem.net
Description: No description at this time.
Version: 0.1
Author: esta.consult NK
Author URI: http://www.esta-consult.de
*/

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 75%;
  color: #222; 
  background: #E6E6E6 url('images/BgTop.jpg') repeat-x scroll left top;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */

label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input.text, input.title,
textarea, select {
  margin:0.5em 0;
  border:1px solid #bbb;
}

input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border:1px solid #666;
}

input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }



/* A container should group all your columns. */
.container {
  width: 780px;
  margin: 0 auto;
	background: #fff;
	
	
}

/* Use this class on any .span / container to see the grid. */
/*.showgrid { background: url(src/grid.png);  }*/


/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
.column, div.span-1, div.span-2, div.span-3 {
  float: left;
  margin: 0;
	padding: 0;
}



/* The last column in a row needs this class. */
div.span-2 { margin: 0; }


/* Use these classes to set the width of a column. */
.span-1  { width: 500px; }
.span-2  { width: 280px; }
.span-3  { width: 780px; }

/* Border on right hand side of a column. */
div.border {
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #eee;
}

/* Border with more whitespace, spans one column. */
div.colborder {
  padding-right: 24px;
  margin-right: 25px;
  border-right: 1px solid #eee;
}

/* Misc classes and elements
-------------------------------------------------------------- */


/* Use a .box to create a padded box inside a column.  */ 
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #E5ECF9; 
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "\0020"; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
    overflow:hidden; 
}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }


/*
*	Costum CSS Classes
*
*/
.Header {
height: 121px;
background: #2E6667;
}
.NavMain {
height: 40px;
background: transparent url('images/BgNavMain.gif') repeat-x scroll top left; 
}
.NavMain ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
.NavMain ul li {
	float:left;
	display:block;
	line-height: 40px;
	font-size: 13px;
	font-weight: bold;
	padding-left: 13px;
	}
.NavMain ul li a,
.NavMain ul li a:link,
.NavMain ul li a:active,
.NavMain ul li a:visited {
	text-decoration: none;
	color:#2E6667;
	background: transparent url('images/BgNavMainHv.gif') repeat-x scroll left -10px;
	display:block;
	padding: 0 4px;
	
	}
.NavMain ul li.current_page_item a,
.NavMain ul li.current_page_item a:visited,
.NavMain ul li.current_page_ancestor a,
.NavMain ul li.current_page_ancestor a:link,
.NavMain ul li.current_page_ancestor a:visited,
.NavMain ul li a:focus,
.NavMain ul li a:hover, .NavMain ul li.current_page_item a:link {
	color: #E86F18;
	background-position: left top;
	}


.LogoMain {
height: 161px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #353d3d;
	padding-bottom: 80px;
}

p {
	line-height: 20px;
}

h1 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size:35px;
	color:#284e4f;
  font-weight: lighter;
}

h2 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#669191;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:bold;
	color:#666666;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#669191;
}

a:link, a:visited, a:active {
	color: #e86f18;
	text-decoration:none;
}

a:hover {
	color: #353d3d;
}

ul {
	margin: 10px 0 30px 0px;
	padding:0px;
	list-style:none;
}

li    {
	list-style: none;
	padding-left: 15px;
	text-decoration:none;
	font-size:12px;
}

li a {
	text-decoration:none;
	font-size:12px;
}

li.widget_daikos_text {
	padding-left: 0; 
	}

div.MainContent {
	margin-top:25px;
	background: #fff url('images/BgMainCon.gif') repeat-y scroll top left;  

	}
.MainContent .LeftColumn {
	margin-right: 30px;
	margin-left: 20px;
	width: 450px;
	}	
div.LeftColumn {
	background: #FFF;
}

div.RightColumn {
	color: #DAD8D8;
}

.NavSubTitle {
	margin: 5px 0 5px 8px;
	}
.NavSubTitle a,
.NavSubTitle a:link,
.NavSubTitle a:visited {
	color: #669191;
	}
.NavSubTitle a:focus,
.NavSubTitle a:hover {
	text-decoration: underline;
	color: #669191;
	}

.NavSub h2 { display:none; }

.NavSub {
	color: #DAD8D8;
	}
	
.NavSub ul {
	margin: 0;
	padding: 0;

	}
	
.NavSub ul li {
	font-weight: bold;
	border-bottom: 1px solid #fff;
	widht: 100%;
	display:block;
	margin: 0;
	padding: 0;
	}

.NavSub ul li span.selected,
.NavSub ul li a {
	color: #DAD8D8;
	font-size: 15px;
	display:block;
	padding: 4px 0 6px 15px;;
	}
	
.NavSub ul li span.selected,
.NavSub ul li a:focus,
.NavSub a:hover {
	color: #fff;
	}
	
.NavSub ul li ul li {
	border-bottom: none;
	padding-left: 15px;
	}
.NavSub ul li ul li span.selected,
.NavSub ul li ul li a {
	font-size: 13px;
	}

.textwidget p {
	line-height: 17px;
}

div.textwidget {
	margin-top: 45px;
	}

.textwidget {
	color: #fff;
	font-size: 13px;
	}
.RightColumn p {
	margin-left: 3px;
	}
.RightColumnImages {
	text-align: center
	}
	
.RightColumnImages img {
	margin-right: 20px;
	margin-bottom: 10px;
	border: 0px solid #fff;
	}
	
.RightColumnImages .last img {
	margin-right:0;
	}
	
.footer {
	background: #2E6667;
	color: #A7C2C2;
	height: 40px;
	}
.footer ul {
	margin: 0;
	padding:0 0 0 13px;
	}
.footer ul li {
	float: left;
	display: block;
	line-height: 40px;
	font-size: 11px;
	padding: 0 0 0 5px;
	
	}
.footer ul li a {
	border-right: 1px solid #A7C2C2;
	padding: 0 7px 0 0;
	}
.footer ul li.page-item-61 a {
	border-right: none;
	}	
.footer ul li a,
.footer ul li a:link,
.footer ul li a:visited,
.footer .span-2 a,
.footer .span-2 a:link,
.footer .span-2 a:visited {
	text-decoration: none;
	color: #A7C2C2;
	}
	
.footer ul li.current_page_item a,
.footer ul li.current_page_item a:link,
.footer ul li.current_page_item a:visited,
.footer ul li a:focus,
.footer ul li a:hover,
.footer a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
.footer .span-2 {
	text-align: right;
	line-height: 40px;
	margin-right: 13px;
	width: 267px;
	}
	
.footer .span-2 ul li a:focus,
.footer .span-2 a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
p.Fett {
	font-size: 15px;
	font-weight:bold;
	color: #669191;
}

#search input {
type:hidden;	
vertical-align: middle;
}
#FtrBtm p{
        margin: 8px 10px;
}
.MainContent .LeftColumn li {
	background: transparent url('images/pfeil.png') no-repeat scroll 0 4px;
}

.RightColumn a.mailTo:link,
.RightColumn a.mailTo:visited,
.RightColumn a.mailTo:active {
	color:#fff;
}
.RightColumn a.mailTo:hover,
.RightColumn a.mailTo:focus {
	text-decoration: underline;
}
.alignright {
	float:right;
	margin: 5px 0 0 10px;
}
