@charset "iso-8859-1";


@import url(tt_news.css);
@import url(ve_guestbook.css);
@import url(css_styled_content.css);
@import url(content.css);
@import url(search.css);

/*******************************************************************************
*  skidoo_too.css : 2005.08.29
* -----------------------------------------------------------------------------
*  A remake of the skidoo layout with the middle column appearing first in
*  source ordering.
*******************************************************************************/

/* begin with generic selectors so that they can be overridden if needed
 * by classes deeper in the stylesheet
 */
.clear
{
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}
.hide
{
	display: none !important;
}
.inside
{
	/* glitch in IE caused by vertical padding in this class, so 0 padding is
	 * set here and those blocks that need the vertical padding must be
	 * applied to the parent element. the purpose of this class is to provide
	 * horizontal padding without using hacks to get around IE's broken box
	 * model. so it's okay to apply vertical padding to the parent element,
	 * just not horizontal padding.
	 */
	padding: 0;
}

/* margin values and font sizes for headings, and margins on paragraphs
 * and lists are not consistent across browser platforms. to achieve a
 * consistent look we need to explicity set these values here. it may
 * seem an odd way to declare the margins like this but you never
 * know what kind of horizontal padding a browser may be using on an
 * element, and I only want to change the vertical padding.
 *
 * pixels are used here, rather than ems, because I want a consistent
 * margin on the different headings. if I use ems, 1em for an h1 element
 * is much larger than 1em on an h6 element. I don't wnat this.
 *
 * salt to taste
 */
p, h1, h2, h3, h4, h5, h6
{
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0px;
}
h1 {
	background-color: #031d68;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	position: relative;
	padding: 0 10px;
	zoom: 1;
}
h2 {
	background-color: #031d68;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	position: relative;
	padding: 0 10px;
	zoom: 1;
}
h3 {
	background-color: #031d68;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	position: relative;
	padding: 0 10px;
	zoom: 1;
}
h4
{
	font-size: 130%;
}
h5
{
	font-size: 100%;
}
h6
{
	font-size: 70%;
}

/* alter some HTML elements' default style
 */
/*a:visited, a:active, a:hover
{
	text-decoration: underline;
}
a, a:link {
	text-decoration: none;
}
*/
code
{
	font-family: "Courier New", Courier, monospace;
}
label
{
	cursor: pointer;
}
table
{
	font-size: 100%;
}
td, th
{
	vertical-align: top;
	padding-left: 0;
	padding-right: 0;
}

/* now we craft the core layout of the page. this includes positioning and
 * gutter space. colors and fonts should not come into play at this point.
 * when defining a border, default its color to white which is probably
 * the safest thing to do.
 */
body
{
	margin: 0;	/* margin instead of padding for the gutterspace around
	 			   the layout because IE breaks the layout when
	 			   horizontal padding is applied to the body element.
	 			   % over pixels for that horizontal gutterspace so that
	 			   it automatically goes below 20px on low-res browsers
	 			   to create more space for the content. */
	font-size: 100.1%;	/* resolve some font size issues in some layouts for
				   some browsers. (in other words, i got no clue.) */
}
#pageWrapper
{
	min-width: 980px;	/* IE doens't understand this property. EMs are used
				   so that as the font size increases, the proportional
				   limitations (min-width) increase with it, rather
				   than creating a middle column that can only fit
				   3 or 4 characters in it. */
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: #272c2d;

}
* html #pageWrapper
{
	/* \*/
		word-wrap: break-word;
	/* invalid CSS but keeps IE from breaking horribly under narrow viewports */
}

* html body
{
	text-align: center;	/* hack to center this under IE5 */
}
* html #pageWrapper
{
	text-align: left;	/* keep the content left-aligned */
}

#masthead
{
	color: #fff;

}
#masthead h1
{
	padding: 0;
	margin: 0;
}
#header {
	height: 200px;
}
#outerColumnContainer
{
	/* reserves space for the left and right columns. you can use either
	 * padding, margins, or borders, depending on your needs. however you
	 * can use the border method to create a background color for both left
	 * and right columns
	 */
	border-left: solid 230px #272c2d;
	border-right: solid 230px #272c2d;
}
#innerColumnContainer
{
	margin: 0;		/* compensate for the borders because of
				   100% width declaration */
	width: 100%;
	z-index: 1;
}
#leftColumn, #middleColumn, #rightColumn, * html #SOWrap
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}
#SOWrap
{
	float: left;
	margin: 0 -1px 0 0;
	width: 100%;
	z-index: 3;
}
#middleColumn
{
	float: right;
	margin: 0 0 0 -1px;
	width: 100%;
	z-index: 5;
	font-size: 0.88em;
	line-height: 1.5em;
}
#leftColumn
{
	float: left;
	margin: 0 0px 0 -230px;
	width: 230px;
	z-index: 4;
}
#leftColumn  .inside
{
	padding-right: 10px;
}
#rightColumn
{
	float: right;
	width: 230px;
	margin: 0 -230px 0 0px;
	z-index: 2;
}
#rightColumn .inside
{
	padding-left: 10px;
	padding-right: 10px;
}

p.fontsize-set
{
	text-align: center;
}
p.fontsize-set img
{
	border-width: 0;
}

/* vertical navigation stuff. mostly exactly as seen in the vnav.css styleheet
 * in the original skidoo layout.
 */
.vnav
{
	margin: 1em 0;
}
.vnav ul, .vnav ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
.vnav ul
{
	border: solid 1px #fff;
	border-bottom-width: 0;
}
.vnav ul li
{
	border-bottom: solid 1px #fff;
}
.vnav ul li, .vnav ul li a
{
	margin: 0;
	display: block;
	padding: 0;
	line-height: normal;
}
.vnav ul li a
{
	display: block;
	padding: 2px 5px 3px 5px;
}
.vnav ul li a, .vnav ul li a:link, .vnav ul li a:visited, .vnav ul li a:active, .vnav ul li a:hover
{
	text-decoration: none;
	cursor: pointer;
}
.vnav h3
{
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 126%;
}
* html .vnav ul li a/* hide from IE5.0/Win & IE5/Mac */
{
	height: 0.01%;
}
* html .vnav ul
{
	position: relative;	/* IE needs this to fix a rendering problem */
}

/* horizontal navigation elements. create a DIV element with the class hnav
 * and stick one unordered list inside it to generate a horizontal menu.
 */
.hnav {
	padding-left: 220px;
	height: 20px;
	background-color: #031d68;
	color: #fff;
	display: block;
	margin-bottom: 10px;
}
.hnav, .hnav ul li a
{
	/* need to middor veritcal padding on .hnav and child anchor elements
	 * because the anchors are _not_ block elements. since they are not
	 * block elements web browsers will not expand .hnav to contain them
	 * even with the extra padding. by applying the same padding to both
	 * the parent .hnav _looks_ like its containing the child anchor
	 * elements. 
	 */
 	padding-top: 0px;
	padding-bottom: 0px; 
}

.hnav ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0px 0;
	
		
}

.hnav ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}

.hnav ul li a
{
	margin: 0 -1px 0 0;
	padding-left: 10px;
	padding-right: 10px;	/* short-hand padding attribute would overwrite   top/bottom padding set in a previous rule */
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	white-space: nowrap;
	text-transform: uppercase;
	line-height: 16px;
	display: block;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
}
.hnav ul li a:link, .hnav ul li a:visited, .hnav ul li a:active, .hnav ul li a:hover
{
	text-decoration: none;
}
.hnav ul li span.divider
{
	display: none;
}
* html .hnav ul li, * html .hnav ul li a
{
	width: 1%; /* IE/Mac needs this */
	display: inline-block;	/* IE/Mac needs this */
	/* \*/
		width: auto;
		display: inline;
	/* reset above hack */
}
* html .hnav, * html .hnav ul a
{
	/* \*/ zoom: 1; /* hasLayout hack to fix render bugs in IE/Win. 
				 IE/Mac will ignore this rule. */
}
* html .HNAV
{
	padding: 0;	/* IE5/Win will resize #hnav to fit the heights of its
			   inline children that have vertical padding. So this
			   incorrect case selector hack will be applied only by
			   IE 5.x/Win */
}

/* everything below this point is related to the page's "theme" and could be
 * placed in a separate stylesheet to allow for multiple color/font scemes on
 * the layout. you should probably leave a default theme within this stylesheet
 * just to be on the safe side.	
 */

html, body
{
	/* note that both html and body elements are in the selector.
	 * this is because we have margins applied to the body element
	 * and the HTML's background property will show through if
	 * it is ever set. _DO_NOT_ apply a font-size value to the
	 * html or body elements, set it in #pageWrapper.
	 */
	background-color: #000;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#pageWrapper
{
	font-size: 80%;	/* set your default font size here. */
}

#outerColumnContainer
{
	border-left-color: #272c2d;	/* left column background color */
	border-right-color: #272c2d;	/* right column background color */
	background-color: #272c2d;		/* set the background color for the
					   middle column here */
}

.hnav ul li a:link, .hnav ul li a:visited {
	background-color: #fd6500;
	color: #000;
	font-size: 11px;
	font-weight: bold;
}
.hnav ul li a:hover
{
	background-color: #fd6500;
	color: #fff;
}
#rightColumn .inside
{
	/* if you apply a font size to just #rightColumn, then its width,
	 * which is specified in EMs, will also be affected. you don't want
	 * that. so apply font size changes to the .inside element which exists
	 * inside underneath all three columns
	 */
	font-size: 90%;
}
#rightColumn .inside .vnav
{
	font-size: 110%;
}
#footer
{
	background-color: #272c2d;
	color: #535b5d;
}

#footer a {
	color: #535b5d;
}

#footer .inside {
	width: 520px;
	margin: 0 auto;
	text-align: center;
	border-top: 3px double #b1b1b1;
}

#footer .inside p {
	margin: 0;
	padding: 10px 0;
	font-size: 11px;
}

#topnav {
	color: #ffcc00;
	background-color: #666; 
	height: 20px;
	border-bottom: 1px solid #557abe;
	padding: 0 10px;
	text-align: right;
	font-size: 11px;
}

#topnav ul { list-style: none; margin: 0; padding:0;}
#topnav ul li { margin: 0px; display: inline; margin-left: 0.5em; }
#topnav ul li a { text-decoration: underline; color: #ffcc00; line-height: 20px; font-size: 11px;}
#topnav ul li a:hover { color: #fff }
#topnav ul li a:active { text-decoration: underline; }
#topnav .current { text-decoration: underline; }

#breadcrumb {
	color: #fff;
	margin:0;
	padding-bottom: 10px;
	border-bottom: 3px double #b1b1b1;
	margin-bottom: 10px;
	position: relative;
}

#middleColumn #breadcrumb ul {
	margin:0;
	padding: 0;
	display: inline;
}

#middleColumn #breadcrumb li {
	list-style-type: none;
	margin:0;
	padding: 0;
	border: 0;
	display: inline;
}

#middleColumn #breadcrumb a {
	color: #ffcc00;
	text-decoration: underline;
}

#middleColumn #breadcrumb a:hover {
	color: #fff;
}

#middleColumn #breadcrumb span.divider {
	color: #fff;
	padding: 0 5px;
}


#nav {
	margin: 0;
	padding: 0;
	margin-left: 10px;
}

* html #nav {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	position: relative;
/* 	margin-top: -15px; */
}


#navigation {
	display:hidden;
}

#nav_main { 
	border-bottom: 1px solid #031d68;
    background-color: #557abe;
}

#nav_main ul { 
	list-style: none; 
	padding:0;
	margin: 0;
}

#nav_main ul li { 
	margin: 0; 
	padding:0;
	border: 0;
	border-top: 1px solid #031d68;
/* 	width: 220px; */
}

#nav_main ul li a  { 
	color: #ffffff; 
	display: block; 
	padding: 4px 10px; 
	text-decoration: none; 
	zoom: 1;
/* 	width: 200px; */
} 

#nav_main ul li ul li a { padding-left: 20px;/*  width: 190px; */}
#nav_main ul li ul li ul li a { padding-left: 30px;/*  width: 180px; */}
#nav_main ul li a:hover { background-color: #031d68; }
#nav_main ul li a:active { background-color: #031d68; }
#nav_main .current { background-color: #031d68; }

.content-box {
	position:relative;
	zoom: 1;
}

.withmargin {
	margin-bottom: 10px;
	background-color:#fff;	
	padding-bottom: 0px;
	border-bottom: 1px solid #fff;
}

.withoutmargin {
	margin-bottom: 0px;
	background-color:#fff;
	padding-bottom: 0px;
	zoom: 1;
	border-bottom: 1px solid #fff;
}

.hidden {
	display: none;
}

.content-box ul {
	margin: 0;
	margin-left: 20px;
	padding: 0;
}
.content-box ul li {
	padding: 0px 0px 0px 10px;
	background-color: #ffffff;
    background-image: url(../img/icon_karos_hellblau.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin-bottom: 0px;
	margin-left: 0;
	margin-bottom: 10px;
	list-style: none;
}

* html .content-box ul  {
	zoom: 1;
}