html {
    background:url(../images/background.jpg) repeat-x !important;
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #333333;
  background:url(../images/body-background.png) no-repeat left top !important;
}

@font-face {
	font-family: 'Conv_AudiTypeV03-ExtendedNormal';
	src: url('fonts/AudiTypeV03-ExtendedNormal.eot');
	src: local('O'), url('../fonts/AudiTypeV03-ExtendedNormal.woff') format('woff'), url('../fonts/AudiTypeV03-ExtendedNormal.ttf') format('truetype'), url('../fonts/AudiTypeV03-ExtendedNormal.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_AudiTypeV03-ExtendedNormal';
	src: url('fonts/AudiTypeV03-ExtendedNormal.eot');
	src: local('O'), url('../fonts/AudiTypeV03-ExtendedNormal.woff') format('woff'), url('../fonts/AudiTypeV03-ExtendedNormal.ttf') format('truetype'), url('../fonts/AudiTypeV03-ExtendedNormal.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.clr {
    clear:both;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #cc0033;
  text-decoration: underline;
}

#main-container {
    width:980px;
    margin:0 auto;
    padding:25px 0;
}

#header {
    height:94px;
}
#header #logo {
    float:left;
    width:160px;
}
#header #language {
    float:left;
    margin-left:70px;
}
#header #language a {
    margin-right:10px;
}
#header #language a.active {
    color: #cc0033;
}
#header #logo_audi {
    float:right;
    margin-top:30px;
    width:282px;
    height:35px;
    background:url(../images/logo_audi.jpg) no-repeat;
}
#menu a {
    font-family: 'Conv_AudiTypeV03-ExtendedNormal';
}
.nm-header {
    background:none !important;
}

.slider-main-page {
    margin-top:-25px;
}


/* layers */
#lcolumn {
    float:left;
    width:700px;
    padding:20px;
    background:#fff;
}
#rcolumn {
    float:right;
    width:200px;
}

/* --- */

/* short story */
.shorstory {
    font-family:arial;
    display:block;
    margin-bottom:20px;
    border-bottom:1px solid #f7f7f7;
    padding-bottom:20px;
}
.shorstory .poster-image {
    float:left;
    width:250px;
    max-height:120px;
    overflow:hidden;
    margin:0 20px 14px 0;
}
.shorstory h3 {
    font-size:13px;
    font-weight:bold;
    margin-bottom:5px;
}
.shorstory .maincontent {
    color:#4e4e4e;
    line-height:15px;
    margin-bottom:22px;
    text-align:justify;
}
.shorstory .date {
    float:left;
    margin-right:20px;
}
.shorstory .date a { 
    color:#888;
}
.shorstory .more {
    float:left;
}
.shorstory .more a {
    color:#cc0033;
    padding-right:20px;
    background:url(../images/arrow-link-more.jpg) no-repeat right;
    text-decoration:underline;
    font-weight:bold;
}

/* full story */
.fullstory {
    
}
.fullstory h3 {
    font-size:18px;
    float:left;
}
.fullstory .admin-links {
    float:right;
}
.fullstory .admin-links ul {}
.fullstory .admin-links ul li {
    float:left;
    margin-right:10px;
}
.fullstory .author {}
.fullstory .date {}
.fullstory .rating {}
.fullstory .text {}
.fullstory .category {}
.fullstory .tags {}
.fullstory .related {
    
}
.fullstory .comments {}
.fullstory .comments .button {}

/* login form */
.loginbox .lcol {
    float:left;
    width:300px;
    color:#5a5a5a;
}
.loginbox .rcol {
    float:left;
}
.loginbox .rcol input {}
.loginbox .links {}
.loginbox .links a {}
.loginbox .links a.reglink {}
.loginbox .loginbtn {}
.loginbox .loginbtn input {}


#banners {
    margin:30px 0;
}
#banners li {
    float:left;
    margin-left:20px;
    list-style:none;
}
#banners li:first-child {
    margin-left:0;
}			

#bottom_content {
    margin-top:30px;
    padding-top:20px;
    margin-bottom:20px;
    font-family:arial;
    border-top:1px solid #ebebeb;
}
#bottom_content .column {
    float:left;
    width:250px;
}
#bottom_content .column h4 {
    font-weight:bold;
    font-size:14px;
}
#bottom_content .column ul {
    font-size:12px;
    margin-bottom:20px;
}
#bottom_content .column ul li {
    background:url(../images/sprite-main.png) 0 -24px no-repeat transparent;
    padding-left:14px;
    margin-bottom:6px;
    line-height:15px;
}
#bottom_content .column ul li.more {
    background:none;
    padding-left:0;
    margin-top:18px;
}
#bottom_content .column ul li.more a {
    font-weight:bold;
    background:url(../images/arrow-link-more.jpg) no-repeat right 4px;
    padding-right:22px;
    color:#000;
}
#bottom_content .column ul li a { 
    color:#404040;
}
#bottom_content .column ul li a:hover {
    color:#cc0033;
}
#bottom_content .column.center {
    width:430px;
    padding:0 20px;
}
#bottom_content .column.center h3 {
	font-size:13px;
	font-weight:normal;
}
#bottom_content .column.center ul li {
	
}


/* popup login box */
.loginbox {
	
}
.loginbox .lcol {
	float:left;
	margin-right:20px;
	width:80px;
}
.loginbox .rcol {
	float:left;
}
.loginbox .loginbtn {
	
}
.loginbox .remember {
	
}
.loginbox .remember input {
	float:left;
	margin-right:3px;
}
.loginbox .links {
	float:left;
	margin-top:10px;
}
.loginbox .links a {
	color:#cc0033;
}
.loginbox .loginbtn {
	float:right;
}
.loginbox .loginbtn input.fbutton {
	background:url(../images/login-popup-button.jpg) no-repeat;
	border:none;
	color:#fff;
	padding:4px 40px 5px 10px;
}



/* user info */
.user-info {
}
.user-info h2 {
	margin-bottom:0px;
}
.user-info .loginbox-title {
	font-size:15px;
	color:#9b9b9b;
	display:block;
}
.user-info .info-panel {
	margin:20px 0;
}
.user-info h4 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}
.user-info .clublogo {
	margin-bottom:20px;
}
.user-info li.clubname {
	margin:15px 0;
}
.user-info li.clubname a {
	font-size:17px;
	font-weight:bold;
	color: #cc0033;
}

.user-info ul {
	font-size:14px;
}
.user-info ul li {
	display:block;
	margin-bottom: 5px;
}
.user-info ul li.mailto {
	padding-left:25px;
	background:url(../images/mail_contact.png) no-repeat left;
}
.user-info ul li.skype {
	padding-left:25px;
	background:url(../images/skype.png) no-repeat -2px 0;
}
.user-info ul li.icq {
	padding-left:25px;
	background:url(../images/icq.png) no-repeat left;
}
.user-info ul li span {
	color:#000;
	font-weight:bold;
}
.user-info ul li a {
	color: #cc0033;
	text-decoration: underline;
}
.user-info ul li a:hover {
	text-decoration:none;
}
.user-info .left {
	float:left;
	width:320px;
	margin-right:20px;
}
.user-info .right {
	float:right;
	width:270px;
}

.popup_profile {
}
.popup_profile .left {
	float:left;
	width:130px;
	margin-right:10px;
	margin-left:20px;
}
.popup_profile .right {
	float:left;
	width:160px;
	border-left:1px solid #f8f8f8;
	padding-left:40px;
	margin-top:15px;
}
.popup_profile .avatar {
	text-align:center;
}
.popup_profile .login {
	font-size:16px;
	font-weight:bold;
	color:#000;
	margin-bottom:15px;
	border-radius:5px;
}
.popup_profile .name {
	
}
.popup_profile .links a {
	color: #cc0033;
}

.modal .logged {
	width:200px;
}

.news-list-link {
	margin:10px 0;
	font-size:13px;
	display:block;
}
.news-list-link a {
	color: #cc0033;
	text-decoration: underline;
}

.berrors {
	background:#cc0033;
	padding:10px 16px;
	color:#fff;
}

#footer {
    font-size:13px;
    color:#000;
    padding-top:10px;
    margin-bottom:20px;
    font-family:arial;
    border-top:1px solid #ebebeb;
}
#footer #copy {
    float:left;
}
#footer #copy span.year {
    color:#767676;
    display:block;
    margin-top:4px;
}
#footer #social {
    float:right;
}