@charset "utf-8";
/* CSS Document */

/* TinyMCE specific rules */

/*body.mceContentBody {
   background: #FFFFFF;
}
*/
/*.mceContentBody a {
   color: red !important;
}*/

/* TinyMCE specific rules konec */

/* barevnost */

.background-light		{background-color:#0a0a0a;} /* světlé pozadí */ /* jiný odstí než má pozadí divu content */
.background-middletone	{background-color:#111517;} /* střední pozadí */
.background-dark		{background-color:#575757;} /* tmavé pozadí */

.border-light			{border-color:#ecf4fa !important;} /* světlé ohraničení */
.border-middletone		{border-color:#969696 !important;} /* střední ohraničení */
.border-dark			{border-color:#fff !important;} /* tmavé ohraničení */

.text-light				{color:#ffffff;} /* světlé písmo */
.text-middletone		{color:#0d3969;} /* tmavé písmo */

/* barevnost konec */

/* obecne */

body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:12px;
	background:url(../images/style/background-body.gif) repeat #000;	
}
a, h1 , h2 , h3 , h4 , h5 , b , strong{ /* nastavuje barvu všech těchto prvků */ 
	color:#dedede;
}
a:hover{
	color:#99b1c6;
	text-decoration:none;
}
a img{
	border:none;
}
a.button-arrow{
	background:url(../images/style/button-arrow.gif) no-repeat scroll right center;
	cursor:pointer;
	font-weight:bold;
	padding:0 22px 0 0;
	color:#6f6f6f;
}
h1{
	font-size:22px; 
	line-height:26px;
	margin:10px 0px 10px 0px;
	font-weight:normal;
}
h1#page-name{
	display:none;
}
h2{
	font-size:14px; 
	line-height:22px;
	margin:8px 0px 8px 0px;
	font-weight:normal;
	color:#e0e0e0;
	text-transform:uppercase;
}
h3{
	margin:6px 0px 6px 0px;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
}
h4{
	font-size:12px; 
	line-height:16px;
	margin:4px 0px 4px 0px;
	font-weight:normal;
}
h5{
	font-size:10px; 
	line-height:14px;
	margin:3px 0px 3px 0px;
	font-weight:normal;
}
ul{
	margin:5px 0px 5px 0px;
	padding:0px 0px 0px 25px;
}
li{
	padding:2px;
}
input , textarea, select, fieldset{
	border:1px solid #576068;
}
textarea#zprava{
	width:99%;
	height:150px;
}
input.checkbox{
	border:none;
}
table{
	border-collapse:collapse;
	margin:5px 0px 5px 0px;
}
table.no-border{
	margin:0px;
}
table.no-border td{
	border:none;
}
td{
	border:1px solid #929292;
}
p{
	margin:0px;
	padding:4px 0px 4px 0px;
}

/* obecne konec */

/* rozvrzeni */

div#center{
	margin:0px auto 0px auto;
  	width:920px;
}
div#banner{
	float:left;
  	width:900px;
  	height:239px;
  	margin-bottom:10px;
  	background:url(../images/style/ilust1.jpg) top left no-repeat;
}
div#main{
  	width:900px;
	padding:0px 10px 0px 10px;
	float:left;
	background:url(../images/style/content-back.gif) top left repeat-y #000;
	min-height:450px; /* ie6 */
}
div#main div#left{
    float:left;
  	width:280px;
  	margin:0px;
}
div#main div#right{
    float:left;
  	width:610px;
  	margin-right:10px;
  	_margin-right:10px;
}
div#main div.hide-left{
    float:left;
  	width:900px !important;
}
div#main div.hide-left #right-content{
    
}

/* rozvrzeni konec */

/* .top .content a .bottom */

h2.top , h2.top a{ /* určuje společné vlastnosti pro všechny h2.top */
	height:30px;
	line-height:30px;
	margin:0px;
	font-size:12px;
	color:#98bce0;
	font-weight:normal;
	text-transform:uppercase;
	padding-left:20px;
	float:left;
	text-decoration:none;
}
div#left h2.top{ /* určuje specifické vlastnosti pro h2.top v div#left */
	background:url(../images/style/top-left.gif) left bottom no-repeat;
	width:260px; /* musí být definováno kvůli ie6 */
	color:#b2b2b2 !important;
}
div#left .info-column-item.red h2.top {
  background:url(../images/style/top-left-red.png) left bottom no-repeat;
}
div#left h2.top a{
  color:#b2b2b2;
}
div#right h2.top { /* určuje specifické vlastnosti pro h2.top v div#right */
	background:url(../images/style/top-right.gif) no-repeat left center;
	width:590px; /* musí být definováno kvůli ie6 */
}
div.hide-left h2.top { /* určuje specifické vlastnosti pro h2.top v div#right */
	background:url(../images/style/top-right-hide-left.gif) no-repeat left center !important;
	width:880px !important; /* musí být definováno kvůli ie6 */
}
h2.top a{
	padding-left:0px !important;
}
div.content{ /* určuje společné vlastnosti pro všechny div.content */
	float:left;
}
div#left div.content{ /* určuje specifické vlastnosti pro všechny div.content v div#left */
	width:262px;
	padding:10px 9px 0px 9px;
	background:url(../images/style/left-back.gif) left bottom repeat-y;
}
div#left .info-column-item.red .content {
  background:url(../images/style/left-back-red.png) left top repeat-y;
  padding-bottom:10px;
}
div.hide-left div.content{ /* určuje specifické vlastnosti pro všechny div.content v div#right */
	width:867px;
	padding:10px 19px 10px 19px;
	z-index:100;
}
div.bottom{ /* určuje společné vlastnosti pro všechny div.bottom */
	font-size:1px;
	margin-bottom:10px;
	float:left;
}
div#left div.bottom{ /* určuje specifické vlastnosti pro všechny div.bottom v div#left */
	height:50px;
	background:url(../images/style/bottom-left.gif) left bottom no-repeat;
	width:280px;
	margin-top:-3px;
}
div#left .info-column-item.red .bottom {
  height:4px;
  background:url(../images/style/bottom-left-red.png) left top no-repeat;
}
div#right div.bottom{ /* určuje specifické vlastnosti pro všechny div.bottom v div#right */
	height:10px;
	background:url(../images/style/bottom-right.gif) left bottom no-repeat;
	width:610px;
	display:none;
}
div#right div.content{ /* určuje specifické vlastnosti pro všechny div.bottom v div#right */
	width:610px;
	float:left;
}

/* .top .content a .bottom konec */

div#forum{ /* určuje specifické vlastnosti pro všechny div.bottom v div#right */
	float:left;
	width:858px;
}
div.thread{ /* určuje specifické vlastnosti pro všechny div.bottom v div#right */
	float:left;
	width:828px;
	margin-bottom:10px;
	border-bottom:1px dotted;
	border-top:1px dotted;
	padding: 3px 15px 15px 15px;
	background:url(../images/style/background-forum.png) repeat top left; /* ie6 */
}
div.thread h3 a { /* určuje specifické vlastnosti pro všechny div.bottom v div#right */
  color:#98BCE0;
  font-size:12px;
  text-transform:uppercase;
}
div#new-thread{ /* určuje specifické vlastnosti pro všechny div.bottom v div#right */
	float:left;
	width:100%;
	margin-top:20px;
}
div#new-thread table{ /* určuje specifické vlastnosti pro všechny div.bottom v div#right */
	width:100%;
	border:none;
}
div#new-thread table td{ /* určuje specifické vlastnosti pro všechny div.bottom v div#right */
	border:none;
	padding:5px;
}
div#new-thread table input{ /* určuje specifické vlastnosti pro všechny div.bottom v div#right */
	background:#272727;
}
div#new-thread table input.submit-arrow{ /* určuje specifické vlastnosti pro všechny div.bottom v div#right */
	background:url(../images/style/background-button.gif) top left repeat-x;
  	padding-left:4px;
  	padding-right:4px;
  	color:#d9d9d9;
  	line-height:20px;
  	margin-top:3px;
  	border:none !important;
  	margin-left:151px;
}
div#new-message table{ 
	width:100%;
	border:none;
	margin-top:10px;
}
div#new-message{ 

	margin-top:10px;
}
div#new-message table td{ 
	border:none;
	padding:5px;
}
div#new-message table input{
	background:#272727;
}
div#new-message table input.submit-arrow{ 
	background:url(../images/style/background-button.gif) top left repeat-x;
  	padding-left:4px;
  	padding-right:4px;
  	color:#d9d9d9;
  	line-height:20px;
  	margin-top:3px;
  	border:none !important;
  	margin-left:150px;
}
p.link-forum { 
	margin-bottom:8px;
}
div.message { 
	float:left;
	width:828px;
	margin-bottom:10px;
	border-bottom:1px dotted;
	border-top:1px dotted;
	padding:10px 15px 15px 15px; /* ie6 ie7 */
	background:url(../images/style/background-forum.png) repeat top left; /* ie6 */
}
div.message .message-info{ 
	float:left;
	width:150px;
}
div.message .message-body{ 
	float:left;
	width:676px;
	vertical-align:top;
}
div.message .message-body p { 
	padding-top:0px;
	padding-bottom:8px;
}
div.message .message-body p img { 
	vertical-align:top;
}
div.message .message-signature{ 
	float:left;
	width:828px;
	text-align:right;
	margin-top:0px;
}
div.message .message-image{
	margin-bottom:5px;
}
div.message .message-timestamp{ 
	margin-top:2px;
	display:block;
	font-style:italic;
	font-size:11px;
}


/* horni lista*/
table.table-reg td{
  	padding:8px;
  	border:none;
  	background:#202020;
  	border:1px solid #576068;
}
table.table-reg td.first{
  	width:84px;
}
table.table-reg input{
  	padding:8px;
  	border:none;
  	background:#202020;
  	border:1px solid #576068;
}
form.form-password input.submit-arrow{
  	border:none;
  	background:url(../images/style/background-button.gif) top left repeat-x;
  	padding-left:4px;
  	padding-right:4px;
  	color:#d9d9d9;
  	margin-left:3px;
  	line-height:20px;
  	margin-top:6px;
}
form.form-password input.submit{
  	border:none;
  	background:url(../images/style/background-button.gif) top left repeat-x;
  	padding-left:4px;
  	padding-right:4px;
  	color:#d9d9d9;
  	line-height:20px;
  	margin-top:3px;
}
form.form-profile input.submit-arrow,.info-column-item.login input.submit-arrow{
  	border:none;
  	background:url(../images/style/background-button.gif) top left repeat-x;
  	padding-left:4px;
  	padding-right:4px;
  	color:#d9d9d9;
  	line-height:20px;
  	margin-top:3px;   	
    cursor:pointer;
}
form input.text{
  	background:#272727;
  	color:#c0c0c0;
}
form input.password{
  	background:#272727;
  	color:#c0c0c0;
}
form.form-password .text, form.form-password label{
  	
}

table.table-profile td{
  	padding:4px;
  	border:none;
}
table.table-profile tr{
  	margin:2px;
}
table.table-profile textarea{
  	background:#272727;
	color:#c0c0c0;
	width:300px;
}
table.table-profile textarea#car.reg-car {
  float:left;
  margin-right:4px;
}
table.table-profile {
  	border:1px solid #576068;
  	background:#19191a;
}
table.table-profile td {
    vertical-align:top;
}
div#top{
  	width:920px;
  	height:252px;
	background:url(../images/style/topimage.jpg) top left no-repeat;
}
h2#logo{
	float:left;
	margin:0px;
	padding:0px 0px 0px 0px;
	background:none;
}
h2#logo a{
	display:block;
	width:325px;
	height:33px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color:#795137;
	font-size:20px;
}
h2#logo a span.logo-name{
	display:none;
}
div#servertime{
	color:#b0b0b0;
	font-family:"Arial Black", Gadget, sans-serif;
	font-style:italic;
	width:100px;
	height:33px;
	float:left;
	line-height:30px;
	display:none;
}
/* jazyky */

div#lang {
	width:52px;
	float:left;
	padding:40px 0px 0px 520px
}
div#lang a{
	display:block;
	float:left;
	width:20px;
	height:20px;
	margin-right:5px;
}
/*
div#lang a.flag-cs{background:url(../images/style/flag-cs.png);}
div#lang a.flag-en{background:url(../images/style/flag-en.png);}
div#lang a.flag-de{background:url(../images/style/flag-de.png);}
div#lang a.flag-ru{background:url(../images/style/flag-ru.png);}
*/
div#lang a span{
	display:none;
}

/* jazyky konec */

/* horni lista konec*/

/* aktuality*/

div.news{
  float:left;
  z-index:200;

}
h3.news-top{ 
	height:30px;
	font-size:12px;
	font-weight:normal;
	line-height:30px;
	text-transform:uppercase;
	margin:0px;
	width:600px;
	background:url(../images/style/top-news.gif) left bottom no-repeat;
	float:left;
	padding-left:10px;
	color:#d9ecfe;
	z-index:200;
}
div.news-content{
	padding:9px 9px 0px 9px;
	width:590px;
	float:left;
	z-index:200;
	margin-bottom:10px;
}
div.news-bottom{
	font-size:1px;
	height:9px;
	margin-bottom:10px;
	background:url(../images/style/bottom-news.gif) left bottom no-repeat;
	width:620px;
	float:left;
	z-index:200;
	display:none;
}
div.news-content div.news-image{
	float:left;
	margin:0px 10px 0px 0px;
	width:154px;
}
div.news-content div.news-text{
	float:left;
	width:424px;
}
div.news-content div.news-paragraph{
	min-height:90px; /* odlisne v ie 6 */
}
div.news-content p{
	padding:0px 0px 8px 0px;
}
p.date{
	font-size:11px;
	font-style:italic;
	text-align:right;
}
p.link{
	font-weight:bold;
	text-align:right;
}
div.perex p{
	font-size:14px;
	margin:10px 0px 10px 0px;
}
table#news-archive{
	width:100%;
	margin:10px 0px 10px 0px;
}
table#news-archive td , table#news-archive th{
	border:none;
	border-bottom-width:1px;
	border-bottom-style:solid;
	padding:3px;
	text-align:left;
}
div#flash-header{
	position:relative;
	top:-1px;
	left:10px;
}

/* aktuality konec*/

/* sloupce */

div.info-column-item { 
	float:left;
}

/* sloupce konec*/

/* fotogalerie */

div.album{
	float:left;
	border-style:solid;
	border-width:1px;
	width:605px;
	margin:5px 0px 5px 0px;
}
h3.album-top{ 
	height:25px;
	font-size:12px;
	line-height:25px;
	margin:0px;
	font-weight:bold;
	float:left;
	width:100%;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
h3.album-top a{ 
	margin-left:10px;
}
div.album-content{
  width: 585px;
	padding:10px;
	float:left;
}
div.album-content a.preview-image{
	float:left;
	padding:0px 5px 5px 5px;
}
div.album-content p{
	float:left;
	margin:0px;
	padding:10px 0px 0px 0px;
}
div.album-content p.link {
	text-align:right;
	width:100%;
}
div.album-bottom{
	display:none;
}
div#photo-gallery{
	float:left;
	margin:5px 0px 5px 0px;
}
div#photo-gallery div.photo{
	padding:5px;
	margin:3px; /* ---! odlisne v IE6 !--- */
	float:left;
	border-style:solid;
	border-width:1px;
	width:133px; /* stejné jako šířka obrázku */
}
div#photo-gallery div.photo:hover{
	padding:3px;
	border-width:3px;
}
div#photo-gallery div.photo p{
	font-size:11px;
	height:40px; /* určuje počet řádků popisku fotky */
	overflow:auto;
}
div#photo-gallery div.photo p a{
	text-decoration:none;
	color:#363532;
}
div.rand-photo{
}
div.rand-photo div.photo{
	padding-bottom:10px;
}
div.rand-photo div.photo p{
	display:none;
}


/* fotogalerie konec */

/*footer*/

div#footer{
	width:910px;
	float:left;
	background:url(../images/style/footer.gif) no-repeat;
	padding:39px 10px 30px 0px;
}
div#footer p{
	text-align:right;
	float:left;
	font-size:10px;
	width:99%;
	padding:2px 0px 2px 0px;
}
div#footer p , div#footer p a{
	color:#ffffff;
}

/*footer konec*/

/*admin*/

div.admin-link{
	position:absolute;
	top:0px;
	right:0px;
	background-color:#304b5d;
}
div.admin-link a{
	width:80px !important;
	padding:40px 0px 0px 0px;
	height:20px;
	margin:8px 1px 0px 1px;
	text-align:center;
	color:#c2d2e5;
	display:block;
	text-decoration:none;
}
div.admin-link a:hover{
	color:#fff;
}
div.switch-interface a{
	background:url(../images/style/admin/link-switch.gif) center top no-repeat;
}
div.switch-interface a:hover{
	background:url(../images/style/admin/link-switch-active.gif) center top no-repeat;
}

/*admin konec*/

/*member*/
.icon{
	display:block;
	width:20px;
	height:20px;
	float:left;
	margin:2px 1px 2px 1px;
}
.icon:hover{
	background-position:0px -20px;
}
div.icon{
	padding-left:30px;
	width:200px !important;
	line-height:20px;
}
div.icon:hover{
	background-position:0px 0px;
}
.edit{background:url(../images/style/admin/edit.png) 0px 0px no-repeat;}
.bin{background:url(../images/style/admin/bin.png) 0px 0px no-repeat;}
.drop{background:url(../images/style/admin/drop.png) 0px 0px no-repeat;}
.mail{background:url(../images/style/admin/mail.png) 0px 0px no-repeat;}
.ok{background:url(../images/style/admin/ok.png) 0px 0px no-repeat;}
.search{background:url(../images/style/admin/search.png) 0px 0px no-repeat;}
.unbin{background:url(../images/style/admin/unbin.png) 0px 0px no-repeat;}
.archive{background:url(../images/style/admin/archiv.png) 0px 0px no-repeat;}
.unarchive{background:url(../images/style/admin/unarchiv.png) 0px 0px no-repeat;}

span.in-link{}
span.in-action{color:#FF0000;}
span.in-bin{color:#666;}
span.in-priority{color:#06C;}

/*member konec*/


/*

&lt;p&gt;&lt;a style="margin: 5px 5px 5px 0px; background: transparent url(http://www.r8-club.cz/userfiles/image/88x31.gif) no-repeat scroll 0% 0%; display: block; width: 88px; height: 31px;" title="r8-club.cz - klub majitelů Audi R8" href="http://www.r8-club.cz" target="_blank"&gt; &lt;span style="display:none;"&gt;r8-club.cz - klub majitelů Audi R8&lt;/span&gt; &lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a style="margin: 5px 5px 5px 0px; background: transparent url(http://www.r8-club.cz/userfiles/image/468x60_cerveny.jpg) no-repeat scroll 0% 0%; display: block; width: 468px; height: 60px;" title="r8-club.cz - klub majitelů Audi R8" href="http://www.r8-club.cz" target="_blank"&gt; &lt;span style="display:none;"&gt;r8-club.cz - klub majitelů Audi R8&lt;/span&gt; &lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a style="margin: 5px 5px 5px 0px; background: transparent url(http://www.r8-club.cz/userfiles/image/468x60-cerny.jpg) no-repeat scroll 0% 0%; display: block; width: 468px; height: 60px;" title="r8-club.cz - klub majitelů Audi R8" href="http://www.r8-club.cz" target="_blank"&gt; &lt;span style="display:none;"&gt;r8-club.cz - klub majitelů Audi R8&lt;/span&gt; &lt;/a&gt;&lt;/p&gt;

*/

/* dodatečné */

table.table-profile td.colspan {
  color:red;
}
input#image1 {
  background:#272727;
  border-color:#576068;
}
form#new-thread-form table td.first-column, div#new-message table td.first-column {
  vertical-align:top;
  width:140px;
}
div#new-thread form#new-thread-form fieldset ,  div#new-message form#new-message-form fieldset {
  border:none;
}
div#new-thread form#new-thread-form ,  div#new-message form#new-message-form {
  border:1px dotted #969696;
  background:url(../images/style/background-forum.png) repeat top left; /* ie6 */
  padding-top:10px;
  padding-left:3px;
}
div#new-thread form#new-thread-form fieldset legend ,  div#new-message form#new-message-form fieldset legend {
  color:#98BCE0;
  font-size:14px;
  padding-left:5px; /* ie7 */
}
div#thread-topic {
  font-size:14px;
  padding-bottom:10px;
  text-transform:uppercase;
}
div#thread-topic strong {
  color:#98BCE0;
  font-weight:bold;
  font-size:15px;
}
span.message-author ,  span.message-who {
  display:block;
}
span.message-author strong {
  color:#98BCE0;
  font-size:13px;
}
span.message-image {
  display:block;
  margin-top:3px;
}
div#new-message form#new-message-form legend {
  color:#98BCE0;
  font-size:14px;
}
div#forum div#listing {
  float:left;
  width:100%;
  margin-bottom:22px;  
}
div#forum div#listing a {
  font-weight:bold;
  display:block;
  float:left;
  margin-right:5px;  
}
a.show_archive {
  color:#fff;
  font-size:14px;
  padding:10px;
  border:1px solid #a0a0a0;
  background : #606060;
  text-decoration:none;
  float:right;
  line-height:15px;
}
a.show_archive:hover {
  background:#707070;
}
a.show_archive span {
font-size:22px;
}
/* skryté pole pro roboty */
input.array{
display:none;
}
input.captcha {
position:relative;
bottom:8px;
height:22px;
}
/* konec dodatečné */

.info-column-item.login label {
float:left;
color:#d2d2d2;
text-transform: uppercase;
padding:0px 0px 0px 12px;
width:60px;
margin:0px 0px 13px 0px;
height:20px;
line-height:20px;
}
.info-column-item.login input.text {
float:left;
color:#d2d2d2;
border:1px solid #3f3f3f;
background:#272727;
margin:0px 0px 13px 0px;
width:175px;
}
.info-column-item.login .row {
float:left;
width:179px;
padding:5px 0px 0px 72px;
}
.info-column-item.login .row.full {
float:left;
width:251px;
padding:3px 0px 10px 0px;
}
.info-column-item.login .row a.registration {
float:left;
height:12px;
background:url(../images/style/registration-icon.png) left center no-repeat;
padding:0px 0px 0px 17px;
color:#6a6a6a;
line-height:12px;
margin:3px 0px 0px 0px;
}
.info-column-item.login .row a.registration:hover{
color:#898989;     
text-decoration:underline;
}
.info-column-item.login .row input.submit {
float:right;
border:none;
color:#d2d2d2;
width:33px;
height:22px;
text-align:center;
padding:0px;
background:url(../images/style/submit-login.png) left top no-repeat;
cursor:pointer;
font-size:11px;
}
.info-column-item.login .row input.submit:hover {
background:url(../images/style/submit-login.png) left bottom no-repeat;
}
.info-column-item.login a.lost-password {
float:right;
color:#7d7d7d;
font-size:10px;
margin:5px 10px 0px 0px;
}
.info-column-item.login a.lost-password:hover {
color:#898989;  
text-decoration:underline;
}
.info-column-item.login .login-failed {
color:#F90C2C;
margin:0px 0px 10px 0px;
float:left;
font-weight:bold;
}
.info-column-item.login a.edit-profile {
float:left;
color:#7d7d7d;
clear:both;
}
.info-column-item.login .submit-arrow {
float:right;
}
.nomargin {
margin:0px !important;
}
