/**
 * template programming Jason Earl, 2005, Virtual Function
 *
 * "tableless" design known to work (and tested) on Mozilla, and IE 6.
 * Should also work KHTML (Konqueror and Safari)
 */


/* -----------------------------------------------------------
						Generic
----------------------------------------------------------- */

body {
	background: #333333 url('../images/back.gif');
	margin: 0;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Tahoma, sans-serif;
}

a:link,
a:visited {
	font-weight: bold;
	text-decoration: none;
	
	color: #888;

}


a:hover {
color: #1010f0;

	border-bottom: #00f 1px solid;
}

.pageWrapper {
	margin: 0 10%;
	width: auto;
	min-width: 660px;
}

/** Uncomment below for liquid width (expands and contracts with brwoser window width 
*/
.pageWrapper {
	margin: 0 auto;
	width: 750px;
	min-width: 620px;
}


/* extension to page wrapper */
#main {
	border-right: #222 2px solid;
	border-left: #222 2px solid;
	/* IE Hack. Set this to right colour for now */
	background: #333333;
}

div#bodyWrap {
	background: url('../images/back_top.jpg') repeat-x;
}

div#bodyWrap {
	width: auto;
	min-width: 770px;
	height: 432px;
}

img.product, 
.product img {
	border: 1px solid #f90;
	margin: 12px 8px 4px 8px;
}

.content .product {
	text-align: center;
font-weight: bold;
}

.subBarInner p {
	margin: 8px 8px 2px 8px;
	padding: 0;
}

.product {
	font-weight: bold;
	color: #f90 ! important;
}

div.wide3 {
	width: 33%;
	float: left;
	text-align: center;
}

input[type=text],
input[type=button],
input[type=submit],
select,
textarea
{
	background: #aaaaff;
	border: 1px solid #000033;
}

td {
  color: #BBBBBB;
  margin: 2px 12px 2px 12px;
  padding: 2px 16px 2px 16px;
}
/* -----------------------------------------------------------
					Headers ( h* style )
----------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.twrss_head_channel
{
	margin: 8px 16px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.08em;
}

h1 {
	font-size: 14px;
	color: #BBBBBB;
font-weight: bold;
	padding-bottom: 4px;
	border-bottom: 2px solid #BBBBBB;
}

h1 span {
	float: right;
	color: #BBBBBB;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #BBBBBB;
	padding-bottom: 4px;

}

h2 span {
	float: right;
	color: #BBBBBB;
}

li {
color: #bbbbbb;
}

dd {
	color: #BBBBBB;
}
/* -----------------------------------------------------------
					View Controllers
----------------------------------------------------------- */

.clear {
	clear: both;
}

.hide, #oldBrowserNotice, 
.ieSixCharDupBug {
	display: none;
}

/* -----------------------------------------------------------
					Page Header(s) and Footer
----------------------------------------------------------- */

#header {
  background: #222222;
	height: 150px;
	margin-right: -2px; /* Box model adjustment */
}

#header #logo {
	width: 200px;
	float: left;
	background: #222222 url('../images/logo.gif') no-repeat;
	margin: 0 0 0 -2px;
	height: 150px;
	position: absolute;
	z-index: 100;
}

#header #logo h1 {
	display: none;
}

#heading .head {
	height: 100px;
	background: url('../images/header.jpg');
	border-right: 2px solid #222;
	position: relative;
	margin-right: 0;
}

* html #heading .head {
  margin-right: -4px; /* Extra 2px due to IE Box model */
}

#heading .top, 
#heading .sub {
	color: #bbbbbb;
       
  background: url('../images/heading.gif') repeat;
	margin: 0px 0px 0px 0px;
	
        height: 25px;
        width: px;
	text-align: left;
        margin-left: 197px;
}

#heading .top a:link,
#heading .top a:visited {
	color: #1010f0;
	margin-left: 8px;
}

#heading .sub a:link,
#heading .sub a:visited {
	color: #5050f0;
font-size: 90%;
font-weight: normal;
	margin-left: 8px;
}

#heading a:hover {
	border-bottom: #00f 2px solid;
}

#heading .sub {
	clear: right;
}

#footer {
	position: relative;	/* IE fix */
	padding: 4px 24px;
	color: #009;
	background: url('../images/bg5.gif');
}

/* --------------------- Menýs -------------------- */

#navmenu,
#navmenu li,
#submenu,
#submenu li  {
display: inline;
list-style-type: none;
}

#navmenu li.cur a,
#submenu li.cur-sub a {
	border-bottom: #00f 2px solid;
}


/* -----------------------------------------------------------
						Layout Controls
----------------------------------------------------------- */

/* --------------------- Common to both -------------------- */

#mainInner,
div.subBarInner,
div.subTitleInner {
	z-index: 2;
	width: 100%;
	border-right: #222 2px solid;

}

div.content {
	border-width: 0;	
  	
}/* Fix print/v4 borders issue */

#mainOuter div.left,
#mainOuter div.right,
#mainOuter div.content,
div.subBarInner div.content,
div.subBarInner div.right,
div.subTitleInner div.content,
div.subTitleInner div.right {
	/* For Sub elements of #mainOuter AND div.subBarInner */
	float: left;
	position: relative;
	z-index: 10;
	overflow: visible;	/* fix for IE italics bug */
}

/* --------------------- The Sub Bar Piece -------------------- */

div.subBarOuter,
div.subTitleOuter {
	z-index: 1;
	border-style: solid;
	border-color: #222222;
	border-width: 0;
}

div.subBarInner div.right,
div.subTitleInner div.right {
	float: right;
	width: 20em;
	margin: 0 -20em 0 1px;
}

div.subBarInner div.content,
div.subTitleInner div.content {
	margin: 0 -1px; /* Ensure floating */
	width: 100%;
}

/* --------------------- The Main Bar Piece -------------------- */

#mainOuter {
	z-index: 1;
	border-left: 17em #333333 solid;
	border-right: 8px #222 solid;
}

#mainInner {
	border-left: 2px solid #222;
	background: #333333;
}

#mainOuter .content {
	margin: 0 -1px;	/* Ensure floating */
	width: 100%;
}

#mainOuter .right {
	/* Not used for now */
	float: right; 			/* Possiblity for NN4 layout */
	width: 15em;
	margin: 0 -15em 0 1px;	/* Column position */
}

#mainOuter .left {
	width: 16em;
	margin: 0 1px 0 -16em;	/* Column position */
}

/* -----------------------------------------------------------
					Decoration Fix-up Pieces
----------------------------------------------------------- */

div.gap {
	border-top: 2px solid #222;
	background: #444444;
	position: relative;
}

html>body .mozclear {
	border-bottom: 1px;	/* help mozilla recognize empty  clearing element */
	margin-bottom: -1px;                  /* compensate for 1px space used by border */
}

/* -----------------------------------------------------------
						Fix BugIE :-|
----------------------------------------------------------- */

* html #mainInner, * html div.subBarInner, * html div.subTitleInner {
	position: relative;	/* fix a render bug in IE under certain conditions */
}

* html div.gap {
	margin-right: -4px;
}

* html #mainOuter {
	border-right: 4px #222 solid;
}

.leftInside,
.titleSide,
#mainInner .left div.button1,
#mainInner .left div.button2 {
	margin-left: -2px;
	margin-right: 2px;
}


/* -----------------------------------------------------------
					Sub Bar (Thing under header)
----------------------------------------------------------- */

div.subBarInner {
	background: #444444 url('../images/bg2.gif');
	padding-bottom: 8px;
}

div.subBarInner span {
	display: block;

}

div.subBarOuter,
div.subTitleOuter {
	border-right-width: 20em;
}

div.subTitleOuter div.right,
div.subBarOuter div.right {
	text-align: center;
}

div.subTitleOuter {
	border-color: #202020;
}

div.subTitleInner {
	background: #444444 url('../images/bg1.gif');
	color: #00a;
}

/* -----------------------------------------------------------
							Main Bar
----------------------------------------------------------- */

.titleSide,
.titleMain {
	padding: 4px 16px 4px 16px;
	color: #BBBBBB;
	border-bottom: 1px solid #222;
	letter-spacing: 0.1em;
	height: 24px;
}

.titleSide {
	background: #004444 url('../images/title1.gif')repeat-y left];
	color: #BBBBBB;

	margin-bottom: 12px;
	font-size: 12px;
	padding-left: 24px;
}

.titleMain {
	background: #333333;
	font-size: 11px;
	font-weight: bold;
}

.titleMain a:link,
.titleMain a:visited {
	color: #1010f0;
}

#mainInner .content a:link,
#mainInner .content a:visited {
  margin-left: 16px;
}



.rootline { 
color: #00f;
}

.right p,
.content p {
	color: #BBBBBB;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	padding: 0 16px 8px 16px;
}

#mainInner .left ul {
	list-style-type: none;
	margin: 0 0 12px 12px;
	padding: 0;
}

#mainInner .left ul li {
	margin: 8px;
}

ul.dotted,
li.select {
	list-style-type: square;
	color: #f90;
	margin-left: 52px;
}

.left .active a:link,
.left .active a:visited {
	font-weight: bold;
	color: #666666;
	list-style-type: square;
}

#mainInner .left ul.dotted {
	list-style-type: square;
}

#mainInner .left input {
	color: #004;
}

#mainInner .left div.button1,
#mainInner .left div.button2 {
	width: 100%;
	color: #004;
	border: 0 none;
	border-top: #222 solid 2px;
	padding: 6px 0;
}

#mainInner .left div.button1 a:link,
#mainInner .left div.button1 a:visited,
#mainInner .left div.button2 a:link,
#mainInner .left div.button2 a:visited {
	margin: 0 0 0 24px;
	font-size: 12px;
	font-weight: bold;

}

#mainInner .left div.button1 {
	background: #333333 url('../images/bg3.gif');
}

#mainInner .left div.button2 {
	border-bottom: #222 solid 2px;
	background: #333333 url('../images/bg4.gif');
}


/* ---------- TYPO3 Klassen ---------- */

.twrss_head_channel {
	font-size: 18px;
	color: #101070;
	padding-bottom: 4px;
	border-bottom: 1px solid #4C95D6;
}

#twrss_table {
	Margin-Top: 0px;
	Margin-Right: 0px;
	Margin-Left: 0px;
}
.twrss_bodytext {
	Margin-Left: ;
}

.csc-sword {
	background-color: #00f;
}

.csc-textpic-imagewrap {
  margin: 4px 16px 4px 16px;
  }
  .csc-textpic-caption{
  color: #bbbbbb;
  } 

.csc-mailform {
border: 0px;
margin-left: 15px;
width: 90%;
}

object{
margin: 4px 16px 4px 16px;
}

/* Menu / Sitemap, "Sitemap" */ 
.csc-sitemap { margin-left:10px; width: 80%; }
.csc-sitemap li { list-style-type: none; text-indent: 2em; padding-top: 5px; padding-bottom: 5px; }
.csc-sitemap li li { margin-left:0px; }
.csc-sitemap li li li { margin-left:0px; }
.csc-sitemap li li li li { margin-left:0px; }
.csc-sitemap li A { color: #0000a0; }
.csc-sitemap li A:hover { text-decoration: bold; }
.csc-sitemap li A:visited { color:#1010a0; }
.csc-sitemap li li A { color:#1010f0; }
.csc-sitemap li li A:hover { text-decoration: none; }
.csc-sitemap li li A:visited { color:#1010a0;  }
.csc-sitemap li li li A { color:#1010f0; }
.csc-sitemap li li li A:hover { text-decoration: none; }
.csc-sitemap li li li A:visited { color:#1010a0;  }
.csc-sitemap li li li li A { color:#1010f0; }
.csc-sitemap li li li li A:hover { text-decoration: none; }
.csc-sitemap li li li li A:visited { color:#1010a0; }
