/* ########################################################## */
/* Global definitions */
/* ########################################################## */

/* ---------------------------------------------------------- */
/* HTML Elements */

*
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin:0px;
	padding:0px;
}

body 
{
	margin:0px;
	margin-left: 30px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
}

td
{	
	vertical-align: top;
}
	
a:link, a:active, a:visited 
{
	text-decoration: underline;	
	color: #F11922;
}

a:hover
{
	text-decoration: none;	
	color: #000000;
}

h1 
{
	font-size: 13px;
	font-weight: bold;
	color: #202744;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 13px 0px;
}

h2 
{
	font-weight: bold;
	color: #202744;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}
a h2 
{
	text-decoration: none;	
	color: #202744;
}

h3
{
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

ul
{
	list-style-type: disc;
	margin: 0px;
	margin-left: 16px;	
	padding-left: 0px;
	padding-bottom: 0px; 
}

li
{
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px; 
}

/* ---------------------------------------------------------- */
/* Classes */

/* ErrorMessaage */
.em
{
	width: 100%;
	height: 16px;
	background-color: #F11922;
	color: #FFFFFF;
	margin: 3px;
	}
	

/* ########################################################## */
/* Site specific definitions */
/* ########################################################## */
.content-pic {
	background-image: url(images/home_pic_1.jpg);
	background-repeat: no-repeat;
	height: 289px;
	width: 902px;
	}

.content-bg 
{
	background-image: url(images/bg_news.gif);
	background-repeat: repeat-y;
	}
	
.saab-logo {
	text-align: center;
	margin-left: 33px;
	margin-top: 20px;
	}
	
/* Download link */
.dl-a:link, .dl-a:visited, .dl-a:active, .dl-a:hover 
{
	padding-left: 12px;
	background-image: url(images/download.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	}

/* ########################################################## */
/* Definitions for Controls */
/* ########################################################## */

/* ---------------------------------------------------------- */
/* Header */
.hd-bg-logo {
	background-image: url(images/bg_logo.gif);
	background-repeat: no-repeat;
	height: 85px;
	width: 902px;
	text-align: right;
	}
.hd-bg {
	background-image: url(images/bg_logo.gif);
	background-repeat: no-repeat;
	}
	
/* ---------------------------------------------------------- */
/* HomeNavig */
.hn-box {
	background-color: #4C4C4C;
	height: 30px;
	width: 118px;
	text-align: center;
	vertical-align: middle;
	}
	
.hn-box-act {
	background-color: #000000;
	height: 30px;
	width: 118px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	}
	
.hn-space {
	width: 2px;
	background-color: #FFFFFF;
	background-image: url(images/pri_nav_space.gif);
	}
	
.hn-gradient {
	background-image: url(images/pri_nav_verlauf.jpg);
	vertical-align: middle;
	text-align: right;
	}

.hn-a:link, .hn-a:visited, .hn-a:active, .hn-a:hover {	
	color: #FFFFFF;
	text-decoration: none;
	}

.hn-sek-td-bg { 
	background-color:#758A9A;
	}
	
.hn-sek-a:link, .hn-sek-a:visited, .hn-sek-a:active  {	
	color: #FFFFFF;
	text-decoration: none;
	background-color: #758A9A;
	display: block;
	padding-left: 18px;
	}
	
.hn-sek-a:hover {	
	background-image: url(images/bg_homeseknav.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	color: #D78258;
	}

/* ---------------------------------------------------------- */
/* LogoutLanguage */		
.ll-table {
	text-align: right;
	}
	
.ll-a, .ll-a:link, .ll-a:visited, .ll-a:active, .ll-a:hover  {	
	font-size: 10px;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 0px;
	text-decoration: none;
	color: #000000;
	padding-left: 15px;
	background-image: url(images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	}

/* ---------------------------------------------------------- */
/* HomeHighlight */		
.hh-box
{
	width: 200px;
	margin-top: 6px;
	margin-left: 7px;
}
.hh-a:link, .hh-a:active, .hh-a:visited, .hh-a:hover 
{
	font-size: 10px;
	color: #F11922;
	text-decoration: underline;
}
	
/* ---------------------------------------------------------- */
/* Login */

.l-table {
	margin-top: 6px;
	text-align: left;
	}
	
.l-td-header
{
	margin-top: 2px;
	padding-bottom: 2px;
}

.l-td-label
{
	vertical-align: middle;
	height: 26px;
	width: 90px;
}

.l-td-input
{
	vertical-align: middle;
	height: 26px;
}

.l-a:link, .l-a:active, .l-a:visited, .l-a:hover 
{
	font-size: 10px;
	text-align: right;
	color: #F11922;
	text-decoration: underline;
	vertical-align: bottom;
}

.l-input {
	background-color: #FFFFFF;
	border: 1px solid #B3B3B3;
	width: 130px;
	height: 20px;
	margin-bottom: 2px;
	line-height: 16px;
	text-indent: 2px;
	}
	
.l-btn {
	height: 20px;
	}

/* ---------------------------------------------------------- */
/* Footer */

.ft-table {
	margin-top: 13px;
	margin-left: 126px;
	}
	
.ft-td, .ft-a:link, .ft-a:active, .ft-a:visited, .ft-a:hover {
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	}	
	
.ft-a {
	padding-left: 3px;
	}	

.ft-td {
	padding-right: 8px;
	}	

/* ########################################################## */
/* Definitions for Objects */
/* ########################################################## */
#News {
	visibility: hidden;
	width: 117px;
	left: 30px;
	top: 130px;
	}	
	
#Portrait {
	visibility: hidden;
	width: 118px;
	left: 150px;
	top: 130px;
	}	
	
#Products {
	visibility: hidden;
	width: 118px;
	left: 270px;
	top: 130px;
	}	

#Dealer {
	visibility: hidden;
	left: 390px;
	top: 130px;
	width: 118px;
	}	
	
#Contact {
	visibility: hidden;
	width: 118px;
	left: 510px;
	top: 130px;
	}	
	
#Partner {
	visibility: hidden;
	width: 118px;
	left: 630px;
	top: 130px;
	}	
	
/* ########################################################## */
/* Media specifics */
/* ########################################################## */
@media screen 
{
	.noprint
	{
		display: block;	}
}

@media print 
{
	.noprint
	{
		display: none;	}
	
}
