

/*
==============================================================================
STYL: General style
==============================================================================
*/

div.Annotation {
margin: 5px 20px;
/* border: 1px solid #AAAAAA; */
/* border-left: 10px solid #FFBBBD; */
background-color: #FFDDDD; 
padding: 10px;
}

div.Annotation h3 {
	color: #cc0000;
	font-style: italic;
	font-weight: bold;
}


@media screen {
	body {
		margin: 0em;
		border: 0em;
		font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	}
	
	table {
		font-size: 100%;
	}
	
	h1 {
		font-family: "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif;
		/* font-size: 140%; */
		
		font-size: 196%;

		
		/*color: #2C5196; */
		color: #048;
	}
	
	h1.title {
		margin-top: 1em;
		line-height: 150%;
		/* font-size: 200%; */
	}
		
	h2 {
		font-family: "Verdana", "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif;
		font-size: 120%;
		color: #004488;
		margin-top: 2em;
	}
	
	h3 {
		font-family:  "Verdana", "Arial", "Helvetica", sans-serif;
		font-size: 100%;
		color: #004488;
	}
	
/*	a {
		color: #0066CC;
	}*/

	a { color: #2C5196; }
	
	a:hover {
		color: #FF6600;
		text-decoration: underline;
	}
	
	
	a img {
		border: 0px;
	}
	
	a.InvisibleLink {
		color: #555555;
		text-decoration: none;
	}
}

/*
==============================================================================
STYL: LeftPanel
==============================================================================
*/


@media screen {
	td#LeftPanel {
		padding: 35px 10px 35px 35px;
		font-size: 80%;
		line-height: 150%;
		width: 200px;
		/*background-color: #F5F9FD;*/
		/*border-right: 1px solid #C4DCF3;*/
	}
	
	td#LeftPanel a {
		text-decoration: none;
	}

}

@media print {
	td#LeftPanel {
		display: none;
	}
}

/*
==============================================================================
STYL: Content Area
==============================================================================
*/

@media screen {

	body {
/*		background:  url("http://www.dolezal-pe.cz/_SitePublic/images/bg_grad.jpg") fixed; */
	}
	td#ContentArea {
/*		padding: 0em 2em 1em 1em;*/
		padding: 25px 35px 35px 35px;

		font-size: 80%;
		color: #555555;
		line-height: 180%;
		/*text-align: justify;*/
	}

	td#ContentArea p.Annotation {
		margin-left: 20px;
		padding: 10px 20px;
		border: 2px solid #C4DCF3;
		background-color: #F5F9FD;
		font-size: 120%;

		line-height: 150%;
    }

	td#ContentArea table tr td {
		color: #555555;
		line-height: 180%;
 	}
	
	td {
			line-height: 180%;
	}
	
	td#ContentArea li {
		margin-bottom: 5px;
	}

    #DolezalPelhrimovLogo {
		height:80px;
		background-position: 20px;
		background-repeat:no-repeat;
		margin-top:10px;
		padding:0;
	}
}

@media print {
	td#ContentArea {
		padding: 0em 0em 1em 0em;
	}
}

	td#ContentArea table.PortalListing {
		border-top: 2px dotted #CCCCCC;
		border-bottom: 2px dotted #CCCCCC;

	}


	td#ContentArea table.PortalListing td {
/*		background-color: #FFF0A0;*/
		font-size: 85%;
	}

	td#ContentArea table.PortalListing td a {
		text-decoration: none;
	}

	td#ContentArea table.PortalListing td h3 {
		font-size: 140%;
		color: #FF6600;
		margin: 0px;
		padding: 0px;
	
	}

	td#ContentArea table.PortalListing td strong {
		font-size: 120%;
	}


/*
==============================================================================
STYL: Brands
==============================================================================
*/


div.brands {
	padding: 10px; float: right; margin-left: 10px; margin-bottom: 10px;
	border: 2px solid #C4DCF3;
	background-color: #F5F9FD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	width: 150px;
	line-height: 150%;
}
div.brands ul {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 20px;
}
div.brands ul li {
	font-weight: bold;
}

div.brands h3 {
	font-size: 8pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 130%;
	margin-bottom: 10px;
}

div.brands p {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

div#LinkTableFooter {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 140%;
	color: #999999;
	text-align: left;
	padding: 10px 40px;
	margin: 10px 40px;
	border-top: 2px dotted #CCCCCC;
}

div#LinkTableFooter a {
	color: #666666;
	text-decoration: none;
}

div#LinkTableFooter a.LTFE-0,
div#LinkTableFooter a.LTFE-1 {
	font-weight: bold;
	font-style: italic;
}

div#CopyrightFooter {
	font-size: 7pt;
	line-height: 140%;
	color: #666666;
	text-align: center;
	padding: 0px 40px 10px 40px;
}


div.FormWarning {
	width: 500px;
	font-size: 120%;
	margin-left: 30px; 
	border: 3px solid #FF6600;
	font-weight: bold;
	padding: 10px;
	color: #FF6600;
}



table.ProductParameters {

	margin: 8px 0px 15px 0px;
	clear: both;
	border: 2px dotted #CCC;
	background-color: #F8F8F8;
	
}


table.ProductParameters tr td { 
	
	border-bottom: 1px solid #DDD;
	padding: 4px 20px; 
	font-size: 8pt;
	vertical-align: top;

}

table.ProductParameters tr td h2 {
	font-size: 11pt;
	padding: 0px;
	margin: 5px;
}

table.ProductParameters tr td b { 
	font-size : 8pt;
}

table.ProductParameters tr td ul {
	margin: 0px;
	padding: 0px;
 }

table.ProductParameters tr td li { 
	margin: 0px;
	padding: 0px 0px 0px 15px;
}


/*
==============================================================================
STYL: Fronius
==============================================================================
*/

div.fronius {
	clear: both;
	}

div.fronius img {
	float: left;
	}

div.fronius div.text {
	padding-left: 143px;
	margin-bottom: 4em;
	}
