* {
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
line-height: 14px;
}

body {
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
margin: 0px; 
background: url('../pics/bkgd_main.png') repeat-y center top;
line-height: 14px;
}

img {
	border: none;	
}

a {
	color: #000000; 
	text-decoration: none;	
}

a:hover {
	color: #FFFFFF; 	
}

a.teaser {
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: none;
}

a.teaser:hover {
	color: #CCCCCC;	
}

a.nav1 {
	font-family: 'Audi Type', sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a.nav1:hover {
	font-family: 'Audi Type', sans-serif;
	font-size: 12px;
	color: #D5D5D5;
	text-decoration: none;
}

a.nav_home {
	font-family: 'Audi Type', sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a.nav_home:hover {
	font-family: 'Audi Type', sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.nav2_on {
	background: url('../pics/bg_nav2_on.png') repeat-x top; 
	color: #FFFFFF;	
	padding-left: 12px;
	cursor: pointer;
}

.nav2_off {
	background: url('../pics/bg_nav2_off.png') repeat-x top; 
	color: #FFFFFF;
	padding-left: 12px;
	cursor: pointer;
}

.footer {
	width: 100%; 
	height: 44px; 
	bottom: 0px; 
	position: fixed; 
	z-index: 1500;
	background: url('../pics/bkgd_main.png') repeat-y center;
}

.calc_hd {
	font-family: 'Audi Type';
	font-size: 14px;
	color: #FFFFFF;
}

.title {
	padding-top: 25px; 
	padding-bottom: 25px; 
	font-family: 'Audi Type Extended', sans-serif; 
	font-size: 18px; color: #FFFFFF; 
	font-weight: bold;
}

.news_title {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
        font-weight: bold;		
}

.search_inp {
	width: 158px;
	height: 18px;
	border: none;
	padding-left: 5px;
	background: #C7CCD0 url('../pics/search_corner.png') no-repeat;
}

.search_but {
	width: 18px;
	height: 18px;
	background: url('../pics/but_search.gif') no-repeat; 
	border: none;
	cursor: pointer;
}

.editor_bl {
	border: 1px solid #D80001;
	padding: 5px;
}

