/*
 * Satz von Styles für Suzuki Presse Webseite
 * Nur Styles für Elemente
 */

body {
	font-family:	Arial,helvetica,sans-serif,Verdana;
	font-size: 		13.3333px;
	text-align:		left;
	margin:			0;
	padding:		0;
	border-width:	0;
	background-color: #D5D3C9;
}

div {
	text-align:		left;
}

h1 {
	color:			#003146;
	font-size:		36px;
	padding:		8px;
}

h2 {
	color:			#009F9B;	
	font-size:		30px;
	padding:		8px;
}

h2 .h2-sub {
	padding-top:	-36px;
	color:			#3BB9B8;	
}

img {
	border-width: 0;
	border-style: none;
}

a {
	text-decoration: none;
	color: #666666;
	_font-weight: bold;
}

a:hover {
	color: #000000;
}


/* default styles for enumerations */
ul.enum {
	margin: 			0px;
	padding:	 		0px;
	list-style-type:	none;
	display: 			block;
}

ul.enum * {
	text-decoration: 	none; 
	color:				#999999;
	font-weight:		bold;
	display: 			block;
}

ul.enum .selected * {
	color:				#000000;
	font-weight: bold;
}

ul.enum a:hover, ul.enum .selected * {
	color:				#000000 !important;
}

ul.enum .empty * {
	color: red !important;
	font-weight: normal;
}

/* empty node to clear float style */
div.clear {
	float: none !important;
	clear: both !important;
}

.ui-widget-overlay {
	background-image: none;
	background-color: #000000;
	opacity: .80;
	filter:Alpha(Opacity=80); 
}

.ui-datepicker-trigger {
	cursor : pointer;
	margin-left : 2px;
	vertical-align : top;
}

#ui-datepicker-div {
	display: none;
}
