
/* 
	RESET 

*/

/* ---------------------------------------------------------------------------------- */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}


body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
strong, b { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */

textarea, input[type="text"], input[type="submit"] {margin: 0;}  

/* General Styles */

body {
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	background: white;
}

h1, h2, h3, h4 {
	font-family: Arial;
	color: #2d2d2d;
}

a {
	font-size: 12px;
	text-decoration: none;
	color: red;
}

div.cAlign {
	width: 768px;
	margin: 0 auto;
	overflow: hidden;
}

/* Header */

div#header {
	border-bottom: 1px solid #000000;
	margin-bottom: 12px;
}

div#header a img {
	margin: 40px 0 10px 255px;
}

div#topBar {
	margin-bottom: 14px;
	background: #e30613 url('http://img.magus.cz//vectors.png') 14px center no-repeat;
	height: 31px;
}

div#topBar p {
	float: right;
	margin-top: 1px;
	padding-right: 14px;
	color: white;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	font-weight:bold;
}

/* Content */

div#botBar {
	height: 19px;
	background: white url('http://img.magus.cz//bgTopBar2.png') 0 0 repeat-x;
	margin-bottom: 32px;
}

ul#nav {
/*	float: left;
	background: white;
	padding: 0 3px;
	margin-left: 206px;*/

    background-color: #FFFFFF !important;
    margin: 0 auto;
    padding: 0 3px;
    max-width: 692px !important;
	overflow:hidden;
}
ul.c2 {width:232px;}
ul.c3 {width:347px;}
ul.c4 {width:462px;}
ul.c5 {width:577px;}
ul.c6 {width:692px;}
ul#nav li {
/*	float: left;
	width: 105px;
	height: 19px;
	text-align: center;
	margin: 0 5px;*/
    background-color: #FFFFFF;
    display: inline-block;
    height: 19px;
    margin: 0 5px;
    text-align: center;
    width: 105px;
}

ul#nav li a {
	float: left;
	color: #000000;
	font-size: 12px;
	width: 105px;
	padding-top: 1px;
	line-height: 17px;
	text-transform: uppercase;
	border: 1px solid #000000;
}

ul#nav li a.active {
	border: 1px solid #e30613;
	color: #e30613;
}

ul#nav li a:hover {
	border-color: #e30613;
	color: #e30613;
}

div#leftContent {
	float: left;
	width: 343px;
	padding: 20px 40px 20px 0;
	border-right: 1px solid #000000;
	min-height: 270px;
	
}

div#leftContent h2 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 17px;
	text-decoration: underline;
	cursor: pointer;
}

div#leftContent p {
	margin-bottom: 17px;
	color: #000000;
}

div#leftContent div {
/*	display: none;*/
}

div#rightContent {
    border-left: 1px solid #000000;
    float: right;
    margin-left: -1px;
    padding: 20px 0 0 15px;
    width: 369px;
}

div#rightContent ul {
	margin-left: 8px;
}

div#rightContent ul li {
	float: left;
}

div#rightContent ul li a img {
	float: left;
	margin: 10px 6px;
}
div#rightContent h3 {
	color: #414141;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 14px 10px;
}
div#leftContent ul li.active div {
	display:none;
}


/* Footer */

div#footer {
	clear: both;
	margin: 0 auto;
	width: 94px;
	padding-bottom: 12px;
}

div#footer span {
    font-size: 15px;
    font-weight: bold;
    left: 31px;
    position: relative;
    top: -53px;
}

div#footer ul {
	float: left;
	background: #bbbbbb;
	padding: 2px 6px;
	margin-left: 16px;	
}

div#footer ul li {
	float: left;
	margin: 0 2px;
	color: white;
}

div#footer ul li a {
	color: white;
}

ul#pdf {
/*	bottom: 0;
    position: absolute;*/
}
ul#pdf li {
	border:1px solid lightgray;
	text-align:center;
	width:100px;
	height:100px;
	margin: 0 0 6px 6px;
}
ul#pdf li a {
	width:100px;
	height:100px;
	text-align:center;
	text-decoration:underline;
	color:#414141;
	font-weight:bold;
}
ul#pdf li a img {
	float:none !important;
}
div#footer ul {
	float:none;
	margin:0 auto;
	text-align:center;
}
div#footer ul li a.active {
	color:#000;
}
div#footer ul li {
	display: inline-block;
	float:none;
}
.clear {
	clear:both;
	height: 20px;
}
